HomeSort by relevance Sort by last modified time
    Searched refs:Thing (Results 1 - 21 of 21) 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/r8/src/test/examples/shaking8/
Thing.java 6 public class Thing {
10 public Thing(int aField) {
16 return "Thing(" + aField + ")";
Shaking.java 11 Thing[] empty = new Thing[0];
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5753.go 12 type Thing struct{}
14 func (t *Thing) broken(s string) []string {
20 t := &Thing{}
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5753.go 12 type Thing struct{}
14 func (t *Thing) broken(s string) []string {
20 t := &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/tools/clang/value_cleanup/tests/
list-value-append-expected.cc 22 struct Thing {
35 Thing thing; local
36 list.Append(thing.ToValue());
list-value-append-original.cc 22 struct Thing {
35 Thing thing; local
36 list.Append(thing.ToValue().release());
  /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/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
BindingsTest.java 15 import org.chromium.mojo.bindings.test.mojom.imported.Thing;
163 checkField(DefaultsTest.class.getField("a22"), Thing.class, test, test.a22);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 2 Every thing you wanted to know about your compiler but didn't know whom to ask.
2144 #undef thing macro
2200 #define thing macro
2288 #define thing macro
2378 #define thing macro
    [all...]
  /prebuilts/tools/common/m2/repository/org/shredzone/flattr4j/flattr4j-core/2.12/
flattr4j-core-2.12.jar 
  /external/autotest/client/common_lib/hosts/
base_classes.py 429 """Call install on a thing.
431 @param installableObject: Thing with install method that will accept our

Completed in 1417 milliseconds