/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/ |
H A D | NativeThreadPool.java | 86 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
|
/aoo42x/main/bridges/source/jni_uno/ |
H A D | nativethreadpool.cxx | 52 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()
|
/aoo42x/main/writerfilter/qa/cppunittests/odiapi/ |
H A D | testCore.cxx | 39 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 D | testProperty.cxx | 85 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 …]
|
/aoo42x/main/fpicker/source/aqua/ |
H A D | SalAquaPicker.cxx | 80 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in ~SalAquaPicker() local 163 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in run() local
|
H A D | NSURL_OOoAdditions.cxx | 33 NSAutoreleasePool *pool = [NSAutoreleasePool new]; variable
|
H A D | ControlHelper.cxx | 78 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in ~ControlHelper() local 226 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in setLabel() local
|
H A D | FilterHelper.cxx | 195 NSAutoreleasePool *pool = [NSAutoreleasePool new]; in ~FilterHelper() local
|
/aoo42x/main/sal/rtl/source/ |
H A D | alloc_impl.h | 258 #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 D | uuid.cxx | 104 static rtlRandomPool pool = NULL; in rtl_createUuid() local
|
/aoo42x/main/sal/workben/ |
H A D | t_random.c | 49 rtlRandomPool pool; in main() local
|
/aoo42x/main/scripting/source/inc/util/ |
H A D | scriptingconstants.hxx | 50 static ScriptingConstantsPool pool; in instance() local
|
/aoo42x/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.cxx | 65 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
|
/aoo42x/main/stoc/source/implementationregistration/ |
H A D | implreg.cxx | 129 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
|
/aoo42x/main/comphelper/source/misc/ |
H A D | uieventslogger.cxx | 551 Reference<XLoggerPool> pool; in initializeLogger() local
|
/aoo42x/main/binaryurp/source/ |
H A D | bridge.cxx | 84 rtlRandomPool pool = rtl_random_createPool(); in random() local
|