/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/ |
D | InjectedThing.java | 88 @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 …]
|
D | GenericDoubleReferences.java | 23 final Thing a; 24 final Thing a2; 26 @Inject GenericDoubleReferences(T t, Thing a, T t2, Thing a2) { in GenericDoubleReferences()
|
D | NonComponentDependencyComponent.java | 30 Thing thing, in ThingTwo() 37 Thing thing(); in thing() 43 public Thing thing() { in thing() 44 return new Thing(new OtherThing(1)); in thing()
|
D | Thing.java | 21 final class Thing { class 22 @Inject Thing(@SuppressWarnings("unused") OtherThing unused) {} in Thing() method in Thing
|
D | BasicComponent.java | 24 interface BasicComponent extends Injector<Thing> { 72 Thing thing(); in thing()
|
D | AbstractMembersInjectingBaseClass.java | 21 @Inject Thing thing;
|
D | OuterClassFoo.java | 23 Thing thing(); in thing()
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-templates.cpp | 218 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()
|
D | mangle-ms-template-callback.cpp | 76 struct Thing { struct 83 WrapFnPtr<Thing::VoidStaticMethod>(); in CallWrapper() 84 WrapFnRef<Thing::VoidStaticMethod>(); in CallWrapper()
|
/external/v8/test/mjsunit/ |
D | string-charcodeat.js | 91 function Thing() { class 96 var n = new Thing(); 104 var n = new Thing();
|
/external/clang/test/SemaCXX/ |
D | typo-correction.cpp | 292 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/ |
D | block-attr.m | 4 @interface Thing {} interface
|
/external/clang/test/SemaTemplate/ |
D | instantiate-local-class.cpp | 80 template <class Thing> void forEach(Thing t) { t.func(); } in forEach()
|
/external/fio/ |
D | MORAL-LICENSE | 10 is a general rule for any open source project. It's just the Right Thing
|
/external/llvm/test/CodeGen/AArch64/ |
D | regress-tblgen-chains.ll | 10 ; This was obviously a Bad Thing.
|
D | local_vars.ll | 36 ; Dont't really care, but it would be a Bad Thing if this came after the epilogue.
|
/external/clang/test/ARCMT/ |
D | objcmt-ns-macros.m | 312 } Thing; typedef
|
D | objcmt-ns-macros.m.result | 294 typedef NS_ENUM(NSUInteger, Thing) {
|
/external/okhttp/mockwebserver/ |
D | README.md | 9 This library makes it easy to test that your app Does The Right Thing when it
|
/external/llvm/docs/ |
D | SystemLibrary.rst | 61 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
|
D | ReleaseNotes.rst | 88 Makes programs 10x faster by doing Special New Thing.
|
D | MakefileGuide.rst | 59 Right Thing (C).
|
/external/valgrind/docs/internals/ |
D | 3_10_BUGSTATUS.txt | 130 has patch, unclear if Right Thing To Do
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | messages_test.py | 1118 class Thing(messages.Message): class 1121 thing = Thing()
|
/external/tagsoup/ |
D | README | 100 is a Bad Thing if your application also reads XML documents.
|