HomeSort by relevance Sort by last modified time
    Searched defs:TestLooper (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
QuickRejectTest.cpp 21 class TestLooper : public SkDrawLooper {
34 str->append("TestLooper:");
38 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(TestLooper)
60 sk_sp<SkFlattenable> TestLooper::CreateProc(SkReadBuffer&) { return sk_make_sp<TestLooper>(); }
93 paint.setLooper(sk_make_sp<TestLooper>());
  /external/skqp/tests/
QuickRejectTest.cpp 21 class TestLooper : public SkDrawLooper {
34 str->append("TestLooper:");
38 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(TestLooper)
60 sk_sp<SkFlattenable> TestLooper::CreateProc(SkReadBuffer&) { return sk_make_sp<TestLooper>(); }
93 paint.setLooper(sk_make_sp<TestLooper>());
  /frameworks/base/tests/utils/testutils/java/android/os/test/
TestLooper.java 38 * Creating a TestLooper will also install it as the looper for the current thread
40 public class TestLooper {
49 private static final String TAG = "TestLooper";
68 throw new RuntimeException("Failed to initialize TestLooper", e);
73 public TestLooper() {
98 throw new RuntimeException("Access failed in TestLooper: get - MessageQueue.mMessages",
115 throw new RuntimeException("Access failed in TestLooper: set - Message.when", e);
148 throw new RuntimeException("Access failed in TestLooper", e);
239 "TestLooper did not dispatch any messages before exiting.");
243 * Method allowing the TestLooper to pass any exceptions thrown by the thread to be passe
    [all...]

Completed in 465 milliseconds