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

  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
Thing.java 21 final class Thing {
22 @Inject Thing(@SuppressWarnings("unused") OtherThing unused) {}
  /external/clang/test/CodeGenCXX/
mangle-ms-template-callback.cpp 76 struct Thing {
83 WrapFnPtr<Thing::VoidStaticMethod>();
84 WrapFnRef<Thing::VoidStaticMethod>();
88 // CHECK: call {{.*}} @"\01??$WrapFnPtr@$1?VoidStaticMethod@Thing@@SAXXZ@@YAXXZ"
89 // CHECK: call {{.*}} @"\01??$WrapFnRef@$1?VoidStaticMethod@Thing@@SAXXZ@@YAXXZ"
mangle-ms-templates.cpp 218 struct Thing;
221 struct Thing<T, false> { };
224 struct Thing<T, true> { };
226 void template_template_fun(Type<Thing<Second, true>, Second>) { }
227 // CHECK: "\01?template_template_fun@@YAXU?$Type@U?$Thing@USecond@@$00@@USecond@@@@@Z"
233 void template_template_specialization<void (Type<Thing<Second, true>, Second>)>() {
235 // CHECK: "\01??$template_template_specialization@$$A6AXU?$Type@U?$Thing@USecond@@$00@@USecond@@@@@Z@@YAXXZ"
  /external/v8/test/mjsunit/
string-charcodeat.js 91 function Thing() {
96 var n = new Thing();
104 var n = new Thing();
  /external/clang/test/SemaCXX/
typo-correction.cpp 98 // Demonstrate a case where using only the cached value returns the wrong thing
292 namespace foobar { struct Thing {}; }
293 namespace bazquux { struct Thing {}; }
294 void f() { Thing t; } // expected-error{{unknown type name 'Thing'}}
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages_test.py     [all...]

Completed in 139 milliseconds