/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/tools/clang/value_cleanup/tests/ |
D | list-value-append-original.cc | 22 struct Thing { struct 35 Thing thing; in F() argument
|
D | list-value-append-expected.cc | 22 struct Thing { struct 35 Thing thing; in F() argument
|
/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/libmojo/mojo/public/interfaces/bindings/tests/ |
D | sample_import2.mojom | 23 struct Thing {
|
D | sample_service.mojom | 73 imported.Thing a22@22 = default;
|
/external/clang/test/SemaTemplate/ |
D | instantiate-local-class.cpp | 80 template <class Thing> void forEach(Thing t) { t.func(); } in forEach()
|
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
D | BindingsTest.java | 15 import org.chromium.mojo.bindings.test.mojom.imported.Thing; 163 checkField(DefaultsTest.class.getField("a22"), Thing.class, test, test.a22); in testStructDefaults()
|
/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 | 35 ; 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 | 94 Makes programs 10x faster by doing Special New Thing.
|