/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryModuleBuilder.java | 211 public <T> FactoryModuleBuilder implement(Class<T> source, Class<? extends T> target) { in implement() method in FactoryModuleBuilder 212 return implement(source, TypeLiteral.get(target)); in implement() 218 public <T> FactoryModuleBuilder implement(Class<T> source, TypeLiteral<? extends T> target) { in implement() method in FactoryModuleBuilder 219 return implement(TypeLiteral.get(source), target); in implement() 225 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Class<? extends T> target) { in implement() method in FactoryModuleBuilder 226 return implement(source, TypeLiteral.get(target)); in implement() 232 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, in implement() method in FactoryModuleBuilder 234 return implement(Key.get(source), target); in implement() 240 public <T> FactoryModuleBuilder implement(Class<T> source, Annotation annotation, in implement() method in FactoryModuleBuilder 242 return implement(source, annotation, TypeLiteral.get(target)); in implement() [all …]
|
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
D | FactoryModuleBuilderTest.java | 118 .implement(Car.class, Volkswagen.class) in testExplicitForwardingAssistedBindingFailsWithInterface() 141 .implement(Car.class, AbstractCar.class) in testExplicitForwardingAssistedBindingFailsWithAbstractClass() 161 install(new FactoryModuleBuilder().implement(Car.class, Mustang.class).build( in testExplicitForwardingAssistedBindingCreatesNewObjects() 182 .implement(Car.class, Names.named("german"), Beetle.class) in testAnnotatedAndParentBoundReturnValue() 183 .implement(Car.class, Names.named("american"), Mustang.class) in testAnnotatedAndParentBoundReturnValue() 199 .implement(Car.class, Mustang.class) in testParentBoundReturnValue() 213 .implement(Car.class, Names.named("german"), Beetle.class) in testConfigureAnnotatedReturnValue() 214 .implement(Car.class, Names.named("american"), Mustang.class) in testConfigureAnnotatedReturnValue() 243 .implement(Car.class, Mustang.class) in testBindingAssistedInject() 259 .implement(Car.class, Mustang.class) in testDuplicateBindings() [all …]
|
/external/libvncserver/ |
D | TODO | 19 implement "-record" in libvncclient 20 implement QoS for Windows in libvncclient 27 IO function ptr exists; now explain how to tunnel and implement a
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/ |
D | TODO | 23 * may need to implement prettyIn/Out 26 * may need to implement constraints
|
/external/libunwind/ |
D | TODO | 28 + implement non-local versions of dwarf_readXX() 45 we can use them in libunwind to implement an efficient version of a 57 + implement the remote-lookup of the dynamic registration list 64 + implement unw_resume() for the case where the current register frame is split 67 + implement remote cases of unw_resume()
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
D | mootools-core-full-nocompat.js | 119 Function.prototype.implement = function(key, value){ 149 Function.implement({ 203 var implement = function(name, method){ method 210 if (typeOf(hook) == 'type') implement.call(hook, name, method); 228 Type.implement({ 230 implement: implement.overloadSetter(), property 235 implement.call(this, name, this.prototype[existing]); 261 if (isType && proto) object.implement(key, proto.protect()); 326 Array.implement({ 353 Array.implement('clone', function(){ [all …]
|
/external/libmicrohttpd/doc/chapters/ |
D | introduction.inc | 4 implement basic HTTP functions from simple executable 5 sample programs that implement various features.
|
/external/avahi/docs/ |
D | TODO | 10 * libavahi-compat-libdns_sd: implement kDNSServiceFlagsNoAutoRename and missing functions 11 * libavahi-compat-howl: implement missing functions 84 * implement avahi_client_add_address 104 * Expose AvahiSRecordBrowser over D-BUS and implement in avahi-client
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | runtime.dox | 23 /// for its function pointers, then look at the documentation for the default methods that implement 29 /// to implement the class methods.
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/ |
D | AssistedInjectModule.java | 32 .implement(DanceParty.class, DancePartyImpl.class) in configure()
|
/external/llvm/test/CodeGen/AArch64/ |
D | global-alignment.ll | 13 ; emit an "LDR x0, [x0, #:lo12:var32] instruction to implement this load. 41 ; emit an "LDR x0, [x0, #:lo12:var32] instruction to implement this load.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_init.h | 48 #error Unsupported compiler: please find out how to implement global initializers in C on it
|
/external/bison/lib/ |
D | memchr.valgrind | 4 # implement strnlen). However, we use a safe word read to provide a speedup.
|
/external/mesa3d/docs/ |
D | RELNOTES-6.1 | 33 pointer. Each texture format must implement this function. The 63 functions they implement. In particular, the ctx->Driver.NewTextureObject
|
/external/llvm/lib/Support/Windows/ |
D | Watchdog.inc | 14 // TODO: implement.
|
/external/pcre/dist/m4/ |
D | ltoptions.m4 | 162 # implement the --enable-shared flag, and supports the 'shared' and 216 # implement the --enable-static flag, and support the 'static' and 270 # implement the --enable-fast-install flag, and support the 'fast-install' 326 # implement the --with-aix-soname flag, and support the `aix-soname=aix' 379 # implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
|
/external/icu/icu4c/source/tools/tzcode/ |
D | readme.txt | 32 For ICU releases >= 2.8, both ICU4C and ICU4J implement full 38 Older versions of ICU (C and Java <= 2.6) implement a "present day
|
/external/clang/docs/ |
D | RAVFrontendAction.rst | 20 of executing the action. The only part left is to implement the 61 Now that everything is hooked up, the next step is to implement a 66 nodes, which are passed by-value. We only need to implement the methods
|
/external/clang/test/CodeGenObjC/ |
D | instance-method-metadata.m | 8 contains a protocol with a property and two classes that implement that protocol
|
/external/clang/test/SemaObjC/ |
D | protocol-typecheck.m | 22 …// protocol-typecheck.m:21: warning: class 'NSObject <PWhatever, XCElementP>' does not implement t…
|
/external/curl/tests/data/ |
D | test1059 | 44 # The server doesn't implement CONNECT for ftp, so this must be a failure test
|
/external/libexif/auto-m4/ |
D | ltoptions.m4 | 160 # implement the --enable-shared flag, and supports the `shared' and 214 # implement the --enable-static flag, and support the `static' and 268 # implement the --enable-fast-install flag, and support the `fast-install' 324 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
|
/external/libmicrohttpd/m4/ |
D | ltoptions.m4 | 160 # implement the --enable-shared flag, and supports the `shared' and 214 # implement the --enable-static flag, and support the `static' and 268 # implement the --enable-fast-install flag, and support the `fast-install' 324 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
|
/external/libmtp/m4/ |
D | ltoptions.m4 | 159 # implement the --enable-shared flag, and supports the `shared' and 213 # implement the --enable-static flag, and support the `static' and 267 # implement the --enable-fast-install flag, and support the `fast-install' 323 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/m4/ |
D | ltoptions.m4 | 160 # implement the --enable-shared flag, and supports the `shared' and 214 # implement the --enable-static flag, and support the `static' and 268 # implement the --enable-fast-install flag, and support the `fast-install' 324 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
|