/external/valgrind/ |
Android.mk | 414 callgrind/threads.c
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdimodel.jar | |
/external/ImageMagick/www/api/ |
cache.php | 75 <dd>the number of nexus threads. </dd>
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
NumberFormatTest.java | 3156 ParseThreadJB5358[] threads = new ParseThreadJB5358[numThreads]; local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
NumberFormatTest.java | 3152 ParseThreadJB5358[] threads = new ParseThreadJB5358[numThreads]; local [all...] |
/external/libvpx/libvpx/ |
vpxdec.c | 77 "t", "threads", 1, "Max threads to use"); 644 cfg.threads = arg_parse_uint(&arg); [all...] |
/external/valgrind/coregrind/m_gdbserver/ |
remote-utils.c | 322 (Addr) VG_(threads), VG_N_THREADS, sizeof(ThreadState), [all...] |
/external/valgrind/coregrind/m_initimg/ |
initimg-linux.c | [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-amd64-linux.c | 286 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid], 428 " - via a threads library (LinuxThreads or NPTL)\n"); [all...] |
syswrap-ppc32-linux.c | 332 ML_(start_thread_NORETURN), stack, flags, &VG_(threads)[ctid], 600 VG_(message)(Vg_UserMsg, " - via a threads library (LinuxThreads or NPTL)\n"); [all...] |
syswrap-s390x-linux.c | 285 ML_(start_thread_NORETURN), &VG_(threads)[ctid]); 530 VG_(message)(Vg_UserMsg, " - via a threads library (NPTL)\n"); [all...] |
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
vp9_impl.cc | 321 // Determine number of threads based on the image size and #cores. 375 // Keep the number of encoder threads equal to the possible number of column 862 // Setting number of threads to a constant value (1) 863 cfg.threads = 1; [all...] |
/frameworks/av/media/libstagefright/ |
MediaCodecList.cpp | 40 #include <utils/threads.h> [all...] |
/frameworks/av/media/libstagefright/omx/ |
OMX.cpp | 31 #include <utils/threads.h>
|
/frameworks/base/core/jni/ |
AndroidRuntime.cpp | 29 #include <utils/threads.h> 801 parseCompilerOption("dalvik.vm.dex2oat-threads", dex2oatThreadsBuf, "-j", "-Xcompiler-option") [all...] |
android_os_Parcel.cpp | 41 #include <utils/threads.h>
|
android_util_Binder.cpp | 43 #include <utils/threads.h> [all...] |
/frameworks/base/include/androidfw/ |
ResourceTypes.h | 31 #include <utils/threads.h> [all...] |
/frameworks/native/libs/binder/ |
IPCThreadState.cpp | 28 #include <utils/threads.h> 327 // XXX Need to wait for all thread pool threads to exit! 453 ALOGE("binder thread pool (%zu threads) starved for %" PRId64 " ms", [all...] |
/frameworks/native/libs/gui/ |
SurfaceComposerClient.cpp | 27 #include <utils/threads.h>
|
/frameworks/native/services/inputflinger/ |
InputDispatcher.h | 24 #include <utils/threads.h> [all...] |
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 38 #include <utils/threads.h> 660 // or stop-set-restart threads seems too heavy. Will investigate later.
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoDecoderVP9HWR.cpp | 167 cfg.threads = GetCPUCoreCount();
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_dx_iface.c | 438 oxcf.max_threads = ctx->cfg.threads;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxdec.c | 70 static const arg_def_t threadsarg = ARG_DEF("t", "threads", 1, 71 "Max threads to use"); 574 cfg.threads = arg_parse_uint(&arg);
|