HomeSort by relevance Sort by last modified time
    Searched refs:Thing (Results 1 - 18 of 18) 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) {}
AbstractMembersInjectingBaseClass.java 21 @Inject Thing thing; field in class:AbstractMembersInjectingBaseClass
GenericDoubleReferences.java 23 final Thing a;
24 final Thing a2;
26 @Inject GenericDoubleReferences(T t, Thing a, T t2, Thing a2) {
NonComponentDependencyComponent.java 30 Thing thing,
37 Thing thing(); method in interface:NonComponentDependencyComponent.ThingComponent
43 public Thing thing() { method in class:NonComponentDependencyComponent.ThingComponentImpl
44 return new Thing(new OtherThing(1));
OuterClassFoo.java 23 Thing thing(); method in interface:OuterClassFoo.NestedComponent
InjectedThing.java 88 @Inject Thing thing; field in class:InjectedThing
89 @Inject Provider<Thing> thingProvider;
90 @Inject Lazy<Thing> lazyThing;
91 @Inject MembersInjector<Thing> thingMembersInjector;
157 Thing thing,
158 Provider<Thing> thingProvider,
159 Lazy<Thing> lazyThing,
160 MembersInjector<Thing> thingMembersInjector) {
225 @Inject void thing(Thing thing) {} method in class:InjectedThing
    [all...]
BasicComponent.java 24 interface BasicComponent extends Injector<Thing> {
72 Thing thing(); method in interface:BasicComponent
  /external/v8/tools/gyp/test/ios/framework/iOSFramework/
iOSFramework.h 9 #import <iOSFramework/Thing.h>
Thing.h 4 @interface Thing : NSObject
6 + (instancetype)thing;
  /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/clang/test/SemaTemplate/
instantiate-local-class.cpp 80 template <class Thing> void forEach(Thing t) { t.func(); }
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages_test.py     [all...]
  /frameworks/base/docs/html/
gms_navtree_data.js 30 , null ], [ "Classes", null, [ [ "Action", "reference/com/google/android/gms/appindexing/Action.html", null, null ], [ "Action.Builder", "reference/com/google/android/gms/appindexing/Action.Builder.html", null, null ], [ "AndroidAppUri", "reference/com/google/android/gms/appindexing/AndroidAppUri.html", null, null ], [ "AppIndex", "reference/com/google/android/gms/appindexing/AppIndex.html", null, null ], [ "AppIndexApi.AppIndexingLink", "reference/com/google/android/gms/appindexing/AppIndexApi.AppIndexingLink.html", null, null ], [ "Thing", "reference/com/google/android/gms/appindexing/Thing.html", null, null ], [ "Thing.Builder", "reference/com/google/android/gms/appindexing/Thing.Builder.html", null, null ] ]
    [all...]
  /external/chromium-trace/catapult/third_party/mocha/
mocha.js     [all...]
  /external/chromium-trace/catapult/tracing/third_party/mocha/
mocha.js     [all...]

Completed in 1031 milliseconds