HomeSort by relevance Sort by last modified time
    Searched refs:th1 (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 37 HandlerThread th1 = new HandlerThread("HandlerThreadTest") { local
47 assertFalse(th1.isAlive());
48 assertNull(th1.getLooper());
50 th1.start();
52 assertTrue(th1.isAlive());
53 assertNotNull(th1.getLooper());
73 final Handler h1 = new Handler(th1.getLooper()) {
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 322 pthread_t th1, th2; local
331 pthread_create(&th1, NULL, do_mutex_test_3_t1, s);
339 TZERO(pthread_join(th1, &dummy));
  /external/webkit/WebCore/svg/
SVGParserUtilities.cpp 543 double th0, th1, th_arc; local
618 th1 = atan2(y1 - yc, x1 - xc);
620 th_arc = th1 - th0;
  /external/qemu/tcg/
tcg.c 730 const TCGHelperInfo *th1 = p1; local
732 if (th1->func < th2->func)
734 else if (th1->func == th2->func)
    [all...]

Completed in 395 milliseconds