Searched defs:Thing (Results 1 - 6 of 6) sorted by relevance

/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DThing.java21 final class Thing { class
22 @Inject Thing(@SuppressWarnings("unused") OtherThing unused) {} method in class:Thing
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-template-callback.cpp76 struct Thing { struct
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"
H A Dmangle-ms-templates.cpp218 struct Thing;
221 struct Thing<T, false> { }; struct
224 struct Thing<T, true> { }; struct
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/
H A Dstring-charcodeat.js91 function Thing() { function
96 var n = new Thing();
104 var n = new Thing();
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp292 namespace foobar { struct Thing {}; } struct in namespace:PR12951::foobar
293 namespace bazquux { struct Thing {}; } struct in namespace:PR12951::bazquux
294 void f() { Thing t; } // expected-error{{unknown type name 'Thing'}}
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dmessages_test.py1118 class Thing(messages.Message): class in function:FieldTest.testNonAsciiStr
1121 thing = Thing()

Completed in 598 milliseconds