Searched
refs:threads (Results
451 -
475 of
546) sorted by null
<<11121314151617181920>>
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorPropertiesMain.cpp | 21 #include <utils/threads.h>
|
/frameworks/base/media/libmediaplayerservice/ |
MidiFile.cpp | 28 #include <utils/threads.h>
|
/frameworks/base/media/libstagefright/codecs/on2/dec/ |
SoftVPX.cpp | 138 cfg.threads = GetCPUCoreCount();
|
/frameworks/base/media/libstagefright/omx/ |
OMX.cpp | 29 #include <utils/threads.h>
|
/frameworks/base/services/surfaceflinger/ |
SurfaceFlinger.h | 28 #include <utils/threads.h> 406 // only written in the main thread, only read in other threads
|
/frameworks/base/tools/aapt/ |
Package.cpp | 12 #include <utils/threads.h>
|
/frameworks/media/libvideoeditor/osal/src/ |
M4OSA_Thread.c | 21 * @brief Implements and manipulate threads 22 * @note This file implements functions to manipulate threads 31 #include <utils/threads.h> 264 * helpers might bring some improvement (see threads.h) */
|
/hardware/ti/omap4xxx/camera/ |
CameraHal_Module.cpp | 26 #include <utils/threads.h>
|
/system/media/wilhelm/tests/examples/ |
slesTestDecodeToBuffQueue.cpp | 44 #include <utils/threads.h>
|
/hardware/ti/omap4xxx/camera/inc/ |
CameraHal.h | 33 #include <utils/threads.h> 37 #include <utils/threads.h> [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 21 import android.provider.Telephony.Threads; 43 Threads.CONTENT_URI.buildUpon().appendQueryParameter("simple", "true").build(); 46 Threads._ID, Threads.DATE, Threads.MESSAGE_COUNT, Threads.RECIPIENT_IDS, 47 Threads.SNIPPET, Threads.SNIPPET_CHARSET, Threads.READ, Threads.ERROR [all...] |
/external/v8/src/ |
debug-debugger.js | [all...] |
d8.js | 450 case 'threads': [all...] |
/external/libvpx/ |
vpxenc.c | 911 static const arg_def_t threads = ARG_DEF("t", "threads", 1, variable 912 "Max number of threads to use"); 928 &use_yv12, &use_i420, &usage, &threads, &profile, [all...] |
/external/v8/tools/ |
test.py | 83 threads = [] 84 # Spawn N-1 threads and then use this thread as the last one. 89 threads.append(thread) 93 # Wait for the remaining threads 94 for thread in threads: 99 # remaining threads. [all...] |
/external/libvpx/vp8/ |
vp8_dx_iface.c | 366 oxcf.max_threads = ctx->cfg.threads;
|
/external/libxml2/ |
threads.c | 2 * threads.c: set of generic threading related routines 15 #include <libxml/threads.h>
|
xmlmemory.c | 49 #include <libxml/threads.h>
|
/external/valgrind/main/coregrind/ |
m_debugger.c | 276 ptrace_setregs(pid, &(VG_(threads)[tid].arch.vex)) == 0 &&
|
/external/valgrind/main/coregrind/m_initimg/ |
initimg-aix5.c | 297 ThreadArchState* arch = &VG_(threads)[1].arch;
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_types_n_macros.h | 518 VG_(threads)[tid].arch.vex.VG_STACK_PTR; \
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 29 #include <utils/threads.h>
|
/frameworks/base/core/jni/ |
android_database_SQLiteDatabase.cpp | 32 #include <utils/threads.h>
|
/frameworks/base/libs/gui/ |
SurfaceComposerClient.cpp | 27 #include <utils/threads.h>
|
/frameworks/base/libs/utils/ |
Asset.cpp | 31 #include <utils/threads.h>
|
Completed in 677 milliseconds
<<11121314151617181920>>