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

  /external/skia/tests/
RefCntTest.cpp 25 SkThread thing1(bounce_ref, ref);
28 SkASSERT(thing1.start());
31 thing1.join();
58 SkThread thing1(bounce_ref, ref);
63 SkASSERT(thing1.start());
68 thing1.join();
  /external/clang/test/CodeGen/
big-atomic-ops.c 242 struct bar smallThing, thing1, thing2; variable in typeref:struct:
283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
284 // CHECK: call zeroext i1 @__atomic_compare_exchange(i64 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2
atomic-ops.c 365 struct bar smallThing, thing1, thing2; variable in typeref:struct:
402 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
403 // CHECK: %[[call1:.*]] = call zeroext i1 @__atomic_compare_exchange(i32 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2
  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 103 String thing1; field in class:TestAnnotations
124 field = TestAnnotations.class.getDeclaredField("thing1");

Completed in 563 milliseconds