Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 16 of 16) sorted by relevance

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DNativeThreadPool.java86 private static native void attach(long pool); in attach()
87 private static native Job enter(long pool); in enter()
88 private static native void detach(long pool); in detach()
90 long pool, byte[] threadId, Job job, boolean request, boolean oneWay); in putJob()
91 private static native void dispose(long pool); in dispose()
92 private static native void destroy(long pool); in destroy()
94 private final long pool; field in NativeThreadPool
/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()
156 JNIEnv * env, jclass, jlong pool) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_enter()
172 JNIEnv *, jclass, jlong pool) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_detach()
179 JNIEnv * env, jclass, jlong pool, jbyteArray threadId, jobject job, in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
214 JNIEnv *, jclass, jlong pool) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_dispose()
221 JNIEnv *, jclass, jlong pool) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_destroy()
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestCore.cxx39 PropertyPool::Pointer_t pool = createPropertyPool(); in testCreateCore() local
54 PropertyPool::Pointer_t pool = createPropertyPool(); in testInsertSibling() local
92 PropertyPool::Pointer_t pool = createPropertyPool(); in testAppendChildren() local
115 PropertyPool::Pointer_t pool = createPropertyPool(); in testCore() local
H A DtestProperty.cxx85 PropertyPool::Pointer_t pool = createPropertyPool(); in testCreateCompositeProperty() local
113 PropertyPool::Pointer_t pool = createPropertyPool(); in testCompareCompositeProperties() local
241 PropertyPool::Pointer_t pool = createPropertyPool(); in testPropertyPool() local
284 PropertyPool::Pointer_t pool = createPropertyPool(); in testCompareEqualPropertyTypesWithDifferentIdsDoesNotFail() local
306 PropertyPool::Pointer_t pool = createPropertyPool(); in testComplexParagraphProperty() local
384 PropertyPool::Pointer_t pool = createPropertyPool(); in testInsertEmptyPropertyBag() local
393 PropertyPool::Pointer_t pool = createPropertyPool(); in testDumpPropertyPool() local
452 PropertyPool::Pointer_t pool = createPropertyPool(); in testInsertPropertySubsets() local
478 PropertyPool::Pointer_t pool = createPropertyPool(); in testDumpEmptyPropertyPool() local
489 PropertyPool::Pointer_t pool = createPropertyPool(); in testPropertyPoolGarbageCollection() local
[all …]
/trunk/main/fpicker/source/aqua/
H A DSalAquaPicker.cxx80 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in ~SalAquaPicker() local
163 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in run() local
H A DNSURL_OOoAdditions.cxx33 NSAutoreleasePool *pool = [NSAutoreleasePool new]; variable
H A DControlHelper.cxx78 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in ~ControlHelper() local
226 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in setLabel() local
H A DFilterHelper.cxx195 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in ~FilterHelper() local
/trunk/main/sal/rtl/source/
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
H A Duuid.cxx104 static rtlRandomPool pool = NULL; in rtl_createUuid() local
/trunk/main/sal/workben/
H A Dt_random.c49 rtlRandomPool pool; in main() local
/trunk/main/scripting/source/inc/util/
H A Dscriptingconstants.hxx50 static ScriptingConstantsPool pool; in instance() local
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx65 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; in MacSpellChecker() local
257 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; in GetSpellFailure() local
364 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; in GetProposals() local
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx129 static StringPool pool; in spool() local
301 const StringPool & pool = spool(); in searchImplForLink() local
344 const StringPool & pool = spool(); in searchLinkTargetForImpl() local
757 const StringPool &pool = spool(); in deleteAllImplementations() local
1136 const StringPool & pool = spool(); in prepareRegistry() local
1799 const StringPool &pool = spool(); in doRevoke() local
/trunk/main/comphelper/source/misc/
H A Duieventslogger.cxx551 Reference<XLoggerPool> pool; in initializeLogger() local
/trunk/main/binaryurp/source/
H A Dbridge.cxx84 rtlRandomPool pool = rtl_random_createPool(); in random() local

Completed in 64 milliseconds