Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 25 of 84) sorted by relevance

1234

/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestProperty.cxx269 pool->insert(ps4); in testPropertyPool()
274 pool->dump(&fl); in testPropertyPool()
279 pool->dump(&evl); in testPropertyPool()
374 pool->dump(&fl); in testComplexParagraphProperty()
379 pool->dump(&evl); in testComplexParagraphProperty()
414 iter = pool->createIterator(); in testDumpPropertyPool()
506 pool->dump(&fl); in testPropertyPoolGarbageCollection()
513 pool->dump(&fl); in testPropertyPoolGarbageCollection()
515 pool->garbageCollection(); in testPropertyPoolGarbageCollection()
520 pool->dump(&fl2); in testPropertyPoolGarbageCollection()
[all …]
H A DtestCore.cxx39 PropertyPool::Pointer_t pool = createPropertyPool(); in testCreateCore() local
43 PropertyPoolHandle_Pointer_t ph = pool->insert(pb); in testCreateCore()
54 PropertyPool::Pointer_t pool = createPropertyPool(); in testInsertSibling() local
58 PropertyPoolHandle_Pointer_t ph = pool->insert(pb); in testInsertSibling()
92 PropertyPool::Pointer_t pool = createPropertyPool(); in testAppendChildren() local
96 PropertyPoolHandle_Pointer_t ph = pool->insert(pb); in testAppendChildren()
115 PropertyPool::Pointer_t pool = createPropertyPool(); in testCore() local
119 PropertyPoolHandle_Pointer_t ph = pool->insert(pb); in testCore()
/trunk/main/bridges/source/jni_uno/
H A Dnativethreadpool.cxx52 uno_ThreadPool pool; member
58 Pool * pool; member
149 JNIEnv *, jclass, jlong pool) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_attach() argument
151 uno_threadpool_attach(reinterpret_cast< Pool * >(pool)->pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_attach()
160 reinterpret_cast< Pool * >(pool)->pool, in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_enter()
174 uno_threadpool_detach(reinterpret_cast< Pool * >(pool)->pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_detach()
192 Pool * p = reinterpret_cast< Pool * >(pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
207 p->pool, seq.getHandle(), in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
216 uno_threadpool_dispose(reinterpret_cast< Pool * >(pool)->pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_dispose()
223 Pool * p = reinterpret_cast< Pool * >(pool); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_destroy()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DNativeThreadPool.java28 pool = create(); in NativeThreadPool()
36 attach(pool); in attach()
45 detach(pool); in detach()
53 Job job = enter(pool); in enter()
72 dispose(pool); in dispose()
76 destroy(pool); in destroy()
86 private static native void attach(long pool); in attach() argument
87 private static native Job enter(long pool); in enter() argument
88 private static native void detach(long pool); in detach() argument
91 private static native void dispose(long pool); in dispose() argument
[all …]
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx129 static StringPool pool; in spool() local
130 pPool = &pool; in spool()
301 const StringPool & pool = spool(); in searchImplForLink() local
307 OUString key_name( pool.slash_UNO + linkName ); in searchImplForLink()
344 const StringPool & pool = spool(); in searchLinkTargetForImpl() local
757 const StringPool &pool = spool(); in deleteAllImplementations() local
762 pool.slash_UNO_slash_LOCATION ); in deleteAllImplementations()
1136 const StringPool & pool = spool(); in prepareRegistry() local
1146 pool.slash_UNO_slash_SERVICES ); in prepareRegistry()
1172 xKey = xImplKey->openKey( pool.slash_UNO ); in prepareRegistry()
[all …]
/trunk/main/sal/workben/
H A Dt_random.c49 rtlRandomPool pool; in main() local
50 pool = rtl_random_createPool(); in main()
51 if (pool) in main()
55 rtl_random_getBytes (pool, buffer, 8); in main()
58 rtl_random_destroyPool (pool); in main()
/trunk/main/testgraphical/source/
H A Dmakefile.mk58 DOCUMENTPOOL=$PRJ$/document-pool
72 …$(PERL) $(PERLDEBUG) compare.pl -creatortype pdf $(PREPAREONLY) -pool singletest -document eis-tes…
77 …$(PERL) $(PERLDEBUG) compare.pl -creatortype ps $(PREPAREONLY) -pool singletest -document eis-test…
87 $(PERL) $(PERLDEBUG) compare.pl $(CREATORTYPE) $(PREPAREONLY) -pool $@ $(P_SHOW)
95 …$(PERL) $(PERLDEBUG) compare.pl $(CREATORTYPE) $(PREPAREONLY) -force -pool demo -document CurrentT…
H A Dcompare.pl63 our $pool;
90 "pool=s" => \$pool,
150 if ($pool)
155 $pool,
164 $err = CompareFiles($sDocumentPool, $pool);
/trunk/main/sal/rtl/source/
H A Duuid.cxx104 static rtlRandomPool pool = NULL; in rtl_createUuid() local
105 if (pool == NULL) { in rtl_createUuid()
106 pool = rtl_random_createPool(); in rtl_createUuid()
107 if (pool == NULL) { in rtl_createUuid()
113 if (rtl_random_getBytes(pool, pTargetUUID, 16) != rtl_Random_E_None) { in rtl_createUuid()
H A Dalloc_impl.h258 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) argument
259 #define VALGRIND_DESTROY_MEMPOOL(pool) argument
260 #define VALGRIND_MEMPOOL_ALLOC(pool, addr, size) argument
261 #define VALGRIND_MEMPOOL_FREE(pool, addr) argument
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx65 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; in MacSpellChecker() local
68 [pool release]; in MacSpellChecker()
257 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; in GetSpellFailure() local
280 [pool release]; in GetSpellFailure()
364 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; in GetProposals() local
390 [pool release]; in GetProposals()
/trunk/main/fpicker/source/aqua/
H A DSalAquaPicker.cxx80 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in ~SalAquaPicker() local
88 [pool release]; in ~SalAquaPicker()
163 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in run() local
212 [pool release]; in run()
H A DNSURL_OOoAdditions.cxx33 NSAutoreleasePool *pool = [NSAutoreleasePool new]; variable
74 [pool release];
H A DControlHelper.cxx78 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in ~ControlHelper() local
103 [pool release]; in ~ControlHelper()
226 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in setLabel() local
247 [pool release]; in setLabel()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ycomponentwrapper.mm64 NSAutoreleasePool * pool = [ [ NSAutoreleasePool alloc ] init ];
71 [ pool release ];
76 NSAutoreleasePool * pool = [ [ NSAutoreleasePool alloc ] init ];
82 [ pool release ];
H A Daqua11ywrapperscrollarea.mm39 NSAutoreleasePool * pool = [ [ NSAutoreleasePool alloc ] init ];
55 [ pool release ];
H A Daqua11ywrappercombobox.mm59 NSAutoreleasePool * pool = [ [ NSAutoreleasePool alloc ] init ];
72 [ pool release ];
/trunk/main/scripting/source/inc/util/
H A Dscriptingconstants.hxx50 static ScriptingConstantsPool pool; in instance() local
51 pPool = &pool; in instance()
/trunk/main/reportdesign/qa/complex/reportdesign/
H A Drunner.props23 wntmsci.DOC_COMPARATOR_OUTPUT_PATH=\\\\so-gfxcmp-lin\\doc-pool\\reporttest
24 unxlngi.DOC_COMPARATOR_OUTPUT_PATH=/net/so-gfxcmp-lin/export/gfxcmp/document-pool/reporttest
/trunk/main/offapi/com/sun/star/logging/
H A DLoggerPool.idl35 /** the global pool of named <type>XLogger</type> instances
40 /** the global pool of named <type>XLogger</type> instances
/trunk/main/extensions/source/macosx/spotlight/
H A DGetMetadataForFile.m47 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
63 [pool release];
/trunk/main/comphelper/source/misc/
H A Duieventslogger.cxx551 Reference<XLoggerPool> pool; in initializeLogger() local
555 pool = Reference<XLoggerPool>(temp, UNO_QUERY); in initializeLogger()
559 m_Logger = pool->getNamedLogger(LOGGERNAME); in initializeLogger()
/trunk/main/offapi/com/sun/star/util/
H A DSearchFlags.idl103 deletion and replacement adds a weight to a common pool of
117 if the combined pool for insertions and deletions is below a
/trunk/main/binaryurp/source/
H A Dbridge.cxx84 rtlRandomPool pool = rtl_random_createPool(); in random() local
85 rtl_random_getBytes(pool, &n, sizeof n); in random()
86 rtl_random_destroyPool(pool); in random()
/trunk/main/svx/sdi/
H A Dfmslots.sdi555 // - it provides convenient methods for this. However, the "pool" is not really a
556 // "pool" - it only knows slots, if there is a shell on the dispatcher stack which

Completed in 90 milliseconds

1234