Searched refs:testedThreadsNames (Results 1 – 4 of 4) sorted by relevance
84 … String[] testedThreadsNames = new String[testedThreadsNumber+1]; // +1 is for main debuggee thread in testSuspendCount001() local87 testedThreadsNames[i] = SuspendCountDebuggee.THREAD_NAME_PATTERN + i; in testSuspendCount001()124 if ( threadName.equals(testedThreadsNames[k]) ) { in testSuspendCount001()276 logWriter.println("## Thread name = " + testedThreadsNames[i]); in testSuspendCount001()291 …testedThreadsNames[testedThreadsNumber] = synchronizer.receiveMessage(); // debuggee main thread n… in testSuspendCount001()295 if ( testedThreadsNames[testedThreadsNumber].equals(allThreadsNames[i]) ) { in testSuspendCount001()303 … logWriter.println("## Thread name = " + testedThreadsNames[testedThreadsNumber]); in testSuspendCount001()322 + testedThreadsNames[i] + " ..."); in testSuspendCount001()335 … logWriter.println("## FAILURE: Unexpected suspendCount for thread = " + testedThreadsNames[i]); in testSuspendCount001()352 + testedThreadsNames[i] + " ..."); in testSuspendCount001()[all …]
81 String[] testedThreadsNames = new String[testedThreadsNumber]; in testThreadGroup002() local88 testedThreadsNames[i] = ThreadGroup002Debuggee.THREAD_NAME_PATTERN + i; in testThreadGroup002()91 testedThreadsNames[i] = debuggeeMainThreadName; in testThreadGroup002()121 if ( threadName.equals(testedThreadsNames[k]) ) { in testThreadGroup002()132 logWriter.println("## Thread name = " + testedThreadsNames[i]); in testThreadGroup002()169 + "; threadName = " + testedThreadsNames[threadCount]); in testThreadGroup002()
75 String[] testedThreadsNames = new String[testedThreadsNumber]; in testResume001() local80 testedThreadsNames[i] = ResumeDebuggee.THREAD_NAME_PATTERN + i; in testResume001()82 testedThreadsNames[i] = debuggeeMainThreadName; in testResume001()111 if ( threadName.equals(testedThreadsNames[k]) ) { in testResume001()122 logWriter.println("## Thread name = " + testedThreadsNames[i]); in testResume001()145 + "; threadName = " + testedThreadsNames[i]); in testResume001()184 + "; threadName = " + testedThreadsNames[i]); in testResume001()287 + "; threadName = " + testedThreadsNames[i]); in testResume001()
74 String[] testedThreadsNames = new String[testedThreadsNumber]; in testSuspend001() local77 testedThreadsNames[i] = SuspendDebuggee.THREAD_NAME_PATTERN + i; in testSuspend001()109 if ( threadName.equals(testedThreadsNames[k]) ) { in testSuspend001()192 logWriter.println("## Thread name = " + testedThreadsNames[i]); in testSuspend001()