Home
last modified time | relevance | path

Searched refs:Thing (Results 1 – 25 of 27) sorted by relevance

12

/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DInjectedThing.java88 @Inject Thing thing;
89 @Inject Provider<Thing> thingProvider;
90 @Inject Lazy<Thing> lazyThing;
91 @Inject MembersInjector<Thing> thingMembersInjector;
157 Thing thing, in InjectedThing()
158 Provider<Thing> thingProvider, in InjectedThing()
159 Lazy<Thing> lazyThing, in InjectedThing()
160 MembersInjector<Thing> thingMembersInjector) {} in InjectedThing()
225 @Inject void thing(Thing thing) {} in thing()
226 @Inject void thingProvider(Provider<Thing> thingProvider) {} in thingProvider()
[all …]
DGenericDoubleReferences.java23 final Thing a;
24 final Thing a2;
26 @Inject GenericDoubleReferences(T t, Thing a, T t2, Thing a2) { in GenericDoubleReferences()
DNonComponentDependencyComponent.java30 Thing thing, in ThingTwo()
37 Thing thing(); in thing()
43 public Thing thing() { in thing()
44 return new Thing(new OtherThing(1)); in thing()
DThing.java21 final class Thing { class
22 @Inject Thing(@SuppressWarnings("unused") OtherThing unused) {} in Thing() method in Thing
DBasicComponent.java24 interface BasicComponent extends Injector<Thing> {
72 Thing thing(); in thing()
DAbstractMembersInjectingBaseClass.java21 @Inject Thing thing;
DOuterClassFoo.java23 Thing thing(); in thing()
/external/clang/test/CodeGenCXX/
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>) { } in template_template_fun()
233 void template_template_specialization<void (Type<Thing<Second, true>, Second>)>() { in template_template_specialization()
Dmangle-ms-template-callback.cpp76 struct Thing { struct
83 WrapFnPtr<Thing::VoidStaticMethod>(); in CallWrapper()
84 WrapFnRef<Thing::VoidStaticMethod>(); in CallWrapper()
/external/v8/test/mjsunit/
Dstring-charcodeat.js91 function Thing() { class
96 var n = new Thing();
104 var n = new Thing();
/external/clang/test/SemaCXX/
Dtypo-correction.cpp292 namespace foobar { struct Thing {}; } struct
293 namespace bazquux { struct Thing {}; } struct
294 void f() { Thing t; } // expected-error{{unknown type name 'Thing'}} in f()
/external/clang/test/SemaObjC/
Dblock-attr.m4 @interface Thing {} interface
/external/clang/test/SemaTemplate/
Dinstantiate-local-class.cpp80 template <class Thing> void forEach(Thing t) { t.func(); } in forEach()
/external/fio/
DMORAL-LICENSE10 is a general rule for any open source project. It's just the Right Thing
/external/llvm/test/CodeGen/AArch64/
Dregress-tblgen-chains.ll10 ; This was obviously a Bad Thing.
Dlocal_vars.ll36 ; Dont't really care, but it would be a Bad Thing if this came after the epilogue.
/external/clang/test/ARCMT/
Dobjcmt-ns-macros.m312 } Thing; typedef
Dobjcmt-ns-macros.m.result294 typedef NS_ENUM(NSUInteger, Thing) {
/external/okhttp/mockwebserver/
DREADME.md9 This library makes it easy to test that your app Does The Right Thing when it
/external/llvm/docs/
DSystemLibrary.rst61 system level functionality, LLVM source must ``#include "llvm/System/Thing.h"``
62 and nothing else. This means that ``Thing.h`` cannot expose any system header
DReleaseNotes.rst88 Makes programs 10x faster by doing Special New Thing.
DMakefileGuide.rst59 Right Thing (C).
/external/valgrind/docs/internals/
D3_10_BUGSTATUS.txt130 has patch, unclear if Right Thing To Do
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dmessages_test.py1118 class Thing(messages.Message): class
1121 thing = Thing()
/external/tagsoup/
DREADME100 is a Bad Thing if your application also reads XML documents.

12