HomeSort by relevance Sort by last modified time
    Searched defs:threadName (Results 1 - 25 of 32) sorted by null

1 2

  /external/webrtc/src/system_wrappers/source/
event_posix.cc 227 const char* threadName = "WebRtc_event_timer_thread";
229 threadName);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutor.java 74 String threadName = currentThread.getName();
82 currentThread.setName(threadName + " " + task.getName());
  /frameworks/native/libs/utils/
Threads.cpp 89 char * threadName;
97 char * name = t->threadName;
138 const char* threadName,
148 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) {
158 t->threadName = threadName ? strdup(threadName) : NULL;
270 const char* threadName,
305 const char* threadName,
310 return gCreateThreadFn(entryFunction, userData, threadName,
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 55 public final String threadName;
59 public static ThreadEvent start(int objectId, int threadId, String threadName,
62 threadName, groupName, parentGroupName);
70 String threadName, String groupName, String parentGroupName) {
71 if (threadName == null) {
72 throw new NullPointerException("threadName == null");
77 this.threadName = threadName;
86 this.threadName = null;
95 result = 31 * result + hashCode(threadName);
    [all...]
SamplingProfiler.java 462 String threadName = thread.getName();
471 threadName, groupName, parentGroupName);
BinaryHprofReader.java 326 String threadName = readString();
333 System.out.println("\tthreadName=" + threadName);
339 threadName, groupName, parentGroupName);
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 300 String threadName = Thread.currentThread().getName();
302 // System.out.println(threadName + " waiting");
304 // System.out.println(threadName + " done waiting");
306 // System.out.println(threadName + " interrupted.");
  /frameworks/av/services/camera/libcameraservice/
Camera2Client.cpp 99 String8 threadName;
104 threadName = String8::format("C2-%d-FrameProc",
106 mFrameProcessor->run(threadName.string());
109 threadName = String8::format("C2-%d-CaptureSeq",
111 mCaptureSequencer->run(threadName.string());
114 threadName = String8::format("C2-%d-JpegProc",
116 mJpegProcessor->run(threadName.string());
119 threadName = String8::format("C2-%d-ZslProc",
121 mZslProcessor->run(threadName.string());
124 threadName = String8::format("C2-%d-CallbkProc"
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasAccountService.java 376 String threadName = Thread.currentThread().getName();
387 Thread.currentThread().setName(threadName);
    [all...]
ExchangeService.java     [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 132 const char* threadName;
751 pKeys->threads[i].threadName = data + tab +1;
998 pKeys->threads[i].threadId, pKeys->threads[i].threadName);
    [all...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /tools/motodev/src/plugins/logger/lib/
log4j-1.2.14.jar 
  /tools/motodev/src/plugins/preflighting.core/lib/
log4j-1.2.14.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 300 milliseconds

1 2