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.cxx85 PropertyPool::Pointer_t pool = createPropertyPool(); in testCreateCompositeProperty() local
90 …Property::Pointer_t cp1 = createCompositeProperty(NS_style::LN_paragraph_properties, pool->insert(… in testCreateCompositeProperty()
113 PropertyPool::Pointer_t pool = createPropertyPool(); in testCompareCompositeProperties() local
118 …Property::Pointer_t cp1 = createCompositeProperty(NS_style::LN_paragraph_properties, pool->insert(… in testCompareCompositeProperties()
123 …Property::Pointer_t cp2 = createCompositeProperty(NS_style::LN_paragraph_properties, pool->insert(… in testCompareCompositeProperties()
241 PropertyPool::Pointer_t pool = createPropertyPool(); in testPropertyPool() local
246 PropertyPoolHandle_Pointer_t ph1 = pool->insert(pb1); in testPropertyPool()
251 PropertyPoolHandle_Pointer_t ph2 = pool->insert(ps2); in testPropertyPool()
259 PropertyPoolHandle_Pointer_t ph3 = pool->insert(ps3); in testPropertyPool()
269 pool->insert(ps4); in testPropertyPool()
[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.cxx48 virtualMachine(theVirtualMachine), execute(theExecute), pool(thePool) {} in Pool()
52 uno_ThreadPool pool; member
56 Job(Pool * thePool, jobject theJob): pool(thePool), job(theJob) {} in Job()
58 Pool * pool; member
76 jvmaccess::VirtualMachine::AttachGuard guard(job->pool->virtualMachine); in executeRequest()
81 env->CallObjectMethod(job->job, job->pool->execute); in executeRequest()
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()
156 JNIEnv * env, jclass, jlong pool) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_enter() argument
160 reinterpret_cast< Pool * >(pool)->pool, in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_enter()
[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()
66 pool, job.getThreadId().getBytes(), job, job.isRequest(), in putJob()
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
[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
302 Reference < XRegistryKey > xKey = xRootKey->openKey( pool.slash_IMPLEMENTATIONS ); in searchImplForLink()
307 OUString key_name( pool.slash_UNO + linkName ); in searchImplForLink()
344 const StringPool & pool = spool(); in searchLinkTargetForImpl() local
345 Reference < XRegistryKey > xKey = xRootKey->openKey( pool.slash_IMPLEMENTATIONS ); in searchLinkTargetForImpl()
359 OUString qualifiedLinkName( pool.slash_UNO ); in searchLinkTargetForImpl()
757 const StringPool &pool = spool(); in deleteAllImplementations() local
762 pool.slash_UNO_slash_LOCATION ); in deleteAllImplementations()
[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()
H A DFilterHelper.cxx195 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in ~FilterHelper() local
209 [pool release]; in ~FilterHelper()
/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/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/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/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()

1234