/external/chromium_org/native_client_sdk/src/examples/demo/life_simd/ |
example.js | 23 document.getElementById('multithread').addEventListener('click', 25 var multithread = document.getElementById('multithread'); 27 'value' : multithread.checked});
|
index.html | 26 <input type="checkbox" id="multithread" checked >Use multiple threads<br>
|
/external/chromium_org/third_party/sqlite/src/test/ |
all.test | 23 run_test_suite multithread
|
mutex1.test | 104 multithread {
|
/cts/tests/tests/os/src/android/os/cts/ |
VibratorTest.java | 71 fail("MultiThread fail1"); 84 fail("MultiThread fail2");
|
/external/bison/lib/ |
msvc-inval.h | 73 invalid parameter handler, this solution is multithread-safe. */ 110 With __try/__except, we can use the multithread-safe exception handling. */ 119 invalid parameter handler, this solution is multithread-safe. */ 164 invalid parameter handler, this solution is multithread-safe. */
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zDecode.h | 48 CDecoder(bool multiThread);
|
7zDecode.cpp | 80 CDecoder::CDecoder(bool multiThread)
83 multiThread = true;
85 _multiThread = multiThread;
|
/external/pcre/dist/doc/ |
pcre_assign_jit_stack.3 | 44 are all matched in the same thread. In a multithread application, each thread
|
/frameworks/av/include/cpustats/ |
CentralTendencyStatistics.h | 22 // Not multithread safe
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
handlers.py | 107 env['wsgi.multithread'] = self.wsgi_multithread 367 inp,out,err,env, multithread=False, multiprocess=True 372 multithread=True, multiprocess=False 378 self.wsgi_multithread = multithread 413 The constructor also takes keyword arguments 'multithread' and 432 uses 'wsgi.run_once' of 'True', 'wsgi.multithread' of 'False', and 449 multithread=False, multiprocess=True
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
handlers.py | 107 env['wsgi.multithread'] = self.wsgi_multithread 367 inp,out,err,env, multithread=False, multiprocess=True 372 multithread=True, multiprocess=False 378 self.wsgi_multithread = multithread 413 The constructor also takes keyword arguments 'multithread' and 432 uses 'wsgi.run_once' of 'True', 'wsgi.multithread' of 'False', and 449 multithread=False, multiprocess=True
|
/external/chromium_org/components/devtools_bridge/android/java/src/org/chromium/components/devtools_bridge/ |
AbstractDataChannel.java | 74 * (in multithread scenario needs synchronization with access to the data channel).
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
threadlib.m4 | 18 dnl programs that really need multithread functionality. The difference 22 dnl multithread-safe programs. 50 AC_HELP_STRING([--disable-threads], [build without multithread safety]), 236 AC_MSG_CHECKING([for multithread API to use])
|
/external/chromium_org/third_party/skia/tools/ |
git-sync-deps | 186 multithread(git_checkout_to_directory, list_of_arg_lists) 193 def multithread(function, list_of_arg_lists): function
|
/external/skia/tools/ |
git-sync-deps | 177 multithread(git_checkout_to_directory, list_of_arg_lists) 180 def multithread(function, list_of_arg_lists): function
|
/frameworks/wilhelm/tests/sandbox/ |
Android.mk | 306 # multithread 316 multithread.c
|
/external/bison/m4/ |
threadlib.m4 | 23 dnl programs that really need multithread functionality. The difference 27 dnl multithread-safe programs. 57 AC_HELP_STRING([--disable-threads], [build without multithread safety])]), 294 AC_MSG_CHECKING([for multithread API to use])
|
/external/chromium_org/ui/base/dragdrop/ |
drop_target_win.h | 26 // This class is meant to be used in a STA and is not multithread-safe.
|
/external/pcre/dist/doc/html/ |
pcre_assign_jit_stack.html | 63 are all matched in the same thread. In a multithread application, each thread
|
/external/deqp/scripts/ |
run_nightly.py | 423 "dEQP-EGL.functional.sharing.gles2.multithread.*", 424 "dEQP-EGL.functional.multithread.*", 446 "dEQP-CL.api.multithread.*",
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
configure | 211 enable_feature multithread 314 multithread 375 multithread 486 ! enabled multithread && DIST_DIR="${DIST_DIR}-nomt"
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/ |
googletest.cc | 99 char b[L_tmpnam + 1]; // HPUX multithread return 0 if s is 0
|
/external/libvpx/libvpx/ |
configure | 200 enable_feature multithread 298 multithread 354 multithread 462 ! enabled multithread && DIST_DIR="${DIST_DIR}-nomt"
|
/external/protobuf/src/google/protobuf/testing/ |
googletest.cc | 99 char b[L_tmpnam + 1]; // HPUX multithread return 0 if s is 0
|