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

1 2 3 4

  /hardware/qcom/display/msm8960/libqdutils/
idle_invalidator.cpp 35 static const char *threadName = "Invalidator";
80 run(threadName, android::PRIORITY_AUDIO);
  /hardware/qcom/display/msm8974/libqdutils/
idle_invalidator.cpp 35 static const char *threadName = "Invalidator";
84 run(threadName, android::PRIORITY_AUDIO);
  /system/core/include/utils/
ProcessCallStack.h 68 String8 threadName;
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_stress_test.cc 338 const char* threadName = "StressTest Extra API Thread";
340 kNormalPriority, threadName);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ThreadEndTest.java 90 String threadName = debuggeeWrapper.vmMirror.getThreadName(threadID);
91 logWriter.println("=> threadName = " + threadName);
92 assertEquals("Invalid thread name", EventDebuggee.testedThreadName, threadName);
ThreadStartTest.java 96 String threadName = debuggeeWrapper.vmMirror.getThreadName(threadID);
97 logWriter.println("=> threadName = " + threadName);
100 receivedExpectedThreadStartEvent = threadName.equals(EventDebuggee.testedThreadName);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
NameTest.java 58 String threadName;
70 threadName = thrdReply.getNextValueAsString();
71 logWriter.println("\tthreadID = " + threadID + " threadName = "
72 + threadName);
73 if (threadName.length() == 0) {
ThreadGroupTest.java 67 String groupName, threadName;
85 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID);
88 + "; threadName=" + threadName
92 if (threadName.equals(ThreadGroupDebuggee.TESTED_THREAD)) {
SuspendTest.java 99 String threadName = null;
101 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID);
109 if ( threadName.equals(testedThreadsNames[k]) ) {
120 + "; threadName = " + threadName);
154 logWriter.println("## FAILURE: Unexpected suspendStatus for thread = " + threadName);
166 logWriter.println("## FAILURE: Can NOT resume thread = " + threadName);
ResumeTest.java 101 String threadName = null;
103 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID);
111 if ( threadName.equals(testedThreadsNames[k]) ) {
145 + "; threadName = " + testedThreadsNames[i]);
184 + "; threadName = " + testedThreadsNames[i]);
287 + "; threadName = " + testedThreadsNames[i]);
SuspendCountTest.java 113 String threadName = null;
115 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID);
121 allThreadsNames[i] = threadName;
124 if ( threadName.equals(testedThreadsNames[k]) ) {
135 + "; threadName = " + threadName);
149 logWriter.println("## FAILURE: Unexpected suspendCount for thread = " + threadName);
186 logWriter.println("## FAILURE: Unexpected suspendCount for thread = " + threadName);
214 logWriter.println("## FAILURE: Unexpected suspendCount for thread = " + threadName);
255 logWriter.println("## FAILURE: Unexpected suspendCount for thread = " + threadName);
    [all...]
ThreadGroup002Test.java 111 String threadName = null;
113 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID);
121 if ( threadName.equals(testedThreadsNames[k]) ) {
169 + "; threadName = " + testedThreadsNames[threadCount]);
ForceEarlyReturnDebuggee.java 36 public static String threadName;
70 threadName = synchronizer.receiveMessage();
71 DebuggeeThread thrd = new DebuggeeThread(threadName, logWriter,
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
SuspendTest.java 67 String threadName;
77 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID);
91 + "\"" + threadName + "\" "
97 + threadName + "\"" + " is not in suspended state");
AllThreadsTest.java 69 String threadName;
79 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID);
93 + "\"" + threadName + "\" "
97 if (threadName.equals(AllThreadsDebuggee.TESTED_THREAD)) {
127 String threadName;
139 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID);
153 + "\"" + threadName + "\" "
199 String threadName;
208 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID);
210 if (threadName.equals(AllThreadsDebuggee.TESTED_THREAD))
    [all...]
ResumeTest.java 224 final String threadName;
227 public ThreadInfo(String threadName) {
228 this.threadName = threadName;
306 String threadName = null;
308 threadName = debuggeeWrapper.vmMirror.getThreadName(threadID);
315 if (threadInfo.threadName.equals(threadName) ) {
329 + threadInfo.threadName);
359 + " (" + threadInfo.threadName + ")")
    [all...]
  /hardware/qcom/display/msm8084/libqdutils/
idle_invalidator.cpp 41 static const char *threadName = "IdleInvalidator";
89 run(threadName, android::PRIORITY_LOWEST);
  /hardware/qcom/display/msm8226/libqdutils/
idle_invalidator.cpp 41 static const char *threadName = "IdleInvalidator";
89 run(threadName, android::PRIORITY_LOWEST);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
ChildrenTest.java 100 String threadName = debuggeeWrapper.vmMirror.getThreadName(childThreadID);
102 ("==> thread: threadID = " + childThreadID + "; threadName = " + threadName);
109 if (!threadName.equals(NameDebuggee.TESTED_THREAD)) {
112 assertString("Invalid thread name,", NameDebuggee.TESTED_THREAD, threadName);
  /external/webrtc/src/system_wrappers/source/
event_posix.cc 227 const char* threadName = "WebRtc_event_timer_thread";
229 threadName);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
ThreadOnlyModifierDebuggee.java 109 String threadName = t.getName();
110 logWriter.println("Thread " + threadName + " starts");
113 logWriter.println("Wait for end of thread " + threadName);
118 logWriter.println("Thread " + threadName + " ends");
  /frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.cpp 63 String8 threadName;
65 threadName = String8::format("PC2-%d-FrameProc", mCameraId);
66 mFrameProcessor->run(threadName.string());
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutor.java 74 String threadName = currentThread.getName();
82 currentThread.setName(threadName + " " + task.getName());
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 579 const char* threadName = "UdpSocket2ManagerWindows_thread";
581 threadName);
  /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...]

Completed in 1285 milliseconds

1 2 3 4