Home
last modified time | relevance | path

Searched refs:implement (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryModuleBuilder.java211 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/
DFactoryModuleBuilderTest.java118 .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/
DTODO19 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/
DTODO23 * may need to implement prettyIn/Out
26 * may need to implement constraints
/external/libunwind/
DTODO28 + 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/
Dmootools-core-full-nocompat.js119 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/
Dintroduction.inc4 implement basic HTTP functions from simple executable
5 sample programs that implement various features.
/external/avahi/docs/
DTODO10 * 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/
Druntime.dox23 /// 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/
DAssistedInjectModule.java32 .implement(DanceParty.class, DancePartyImpl.class) in configure()
/external/llvm/test/CodeGen/AArch64/
Dglobal-alignment.ll13 ; 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/
Du_init.h48 #error Unsupported compiler: please find out how to implement global initializers in C on it
/external/bison/lib/
Dmemchr.valgrind4 # implement strnlen). However, we use a safe word read to provide a speedup.
/external/mesa3d/docs/
DRELNOTES-6.133 pointer. Each texture format must implement this function. The
63 functions they implement. In particular, the ctx->Driver.NewTextureObject
/external/llvm/lib/Support/Windows/
DWatchdog.inc14 // TODO: implement.
/external/pcre/dist/m4/
Dltoptions.m4162 # 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/
Dreadme.txt32 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/
DRAVFrontendAction.rst20 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/
Dinstance-method-metadata.m8 contains a protocol with a property and two classes that implement that protocol
/external/clang/test/SemaObjC/
Dprotocol-typecheck.m22 …// protocol-typecheck.m:21: warning: class 'NSObject <PWhatever, XCElementP>' does not implement t…
/external/curl/tests/data/
Dtest105944 # The server doesn't implement CONNECT for ftp, so this must be a failure test
/external/libexif/auto-m4/
Dltoptions.m4160 # 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/
Dltoptions.m4160 # 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/
Dltoptions.m4159 # 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/
Dltoptions.m4160 # 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'

12345678910>>...23