HomeSort by relevance Sort by last modified time
    Searched refs:TestThread (Results 51 - 57 of 57) sorted by null

1 23

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 31 class TestThread(threading.Thread):
89 t = TestThread("<thread %d>"%i, self, sema, mutex, numrunning)
92 self.assertTrue(re.match('<TestThread\(.*, initial\)>', repr(t)))
102 self.assertTrue(re.match('<TestThread\(.*, \w+ -?\d+\)>', repr(t)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 31 class TestThread(threading.Thread):
89 t = TestThread("<thread %d>"%i, self, sema, mutex, numrunning)
92 self.assertTrue(re.match('<TestThread\(.*, initial\)>', repr(t)))
102 self.assertTrue(re.match('<TestThread\(.*, \w+ -?\d+\)>', repr(t)))
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
UsbDeviceTestActivity.java     [all...]
  /cts/libs/deviceutillegacy/src/android/webkit/cts/
WebViewOnUiThread.java 20 import com.android.compatibility.common.util.TestThread;
    [all...]
  /external/python/cpython2/Lib/test/
test_gdb.py 792 class TestThread(Thread):
802 t[i] = TestThread()
    [all...]

Completed in 738 milliseconds

1 23