HomeSort by relevance Sort by last modified time
    Searched refs:implement (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryModuleBuilder.java 95 * .implement(Payment.class, RealPayment.class)
103 * method can be configured using <code>.implement</code>.
114 * .implement(Payment.class, RealPayment.class)
115 * // excluding .implement for Shipment means the implementation class
117 * .implement(Receipt.class, RealReceipt.class)
192 * .implement(Car.class, Names.named("fast"), Porsche.class)
193 * .implement(Car.class, Names.named("clean"), Prius.class)
211 public <T> FactoryModuleBuilder implement(Class<T> source, Class<? extends T> target) { method in class:FactoryModuleBuilder
212 return implement(source, TypeLiteral.get(target));
218 public <T> FactoryModuleBuilder implement(Class<T> source, TypeLiteral<? extends T> target) method in class:FactoryModuleBuilder
225 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Class<? extends T> target) { method in class:FactoryModuleBuilder
232 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, method in class:FactoryModuleBuilder
240 public <T> FactoryModuleBuilder implement(Class<T> source, Annotation annotation, method in class:FactoryModuleBuilder
248 public <T> FactoryModuleBuilder implement(Class<T> source, Annotation annotation, method in class:FactoryModuleBuilder
256 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Annotation annotation, method in class:FactoryModuleBuilder
264 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Annotation annotation, method in class:FactoryModuleBuilder
272 public <T> FactoryModuleBuilder implement(Class<T> source, method in class:FactoryModuleBuilder
280 public <T> FactoryModuleBuilder implement(Class<T> source, method in class:FactoryModuleBuilder
288 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, method in class:FactoryModuleBuilder
296 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, method in class:FactoryModuleBuilder
304 public <T> FactoryModuleBuilder implement(Key<T> source, Class<? extends T> target) { method in class:FactoryModuleBuilder
311 public <T> FactoryModuleBuilder implement(Key<T> source, TypeLiteral<? extends T> target) { method in class:FactoryModuleBuilder
    [all...]
  /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
AssistedInjectModule.java 32 .implement(DanceParty.class, DancePartyImpl.class)
  /build/kati/testcase/
find_command_sorted.mk 2 # go: implement generic builtin find
  /external/mesa3d/src/gallium/auxiliary/util/
u_init.h 48 #error Unsupported compiler: please find out how to implement global initializers in C on it
  /external/valgrind/none/tests/solaris/
reserve_sysstat_addr.stderr.exp 5 This may be because the functionality is hard to implement,
reserve_sysstat_zone_addr.stderr.exp 5 This may be because the functionality is hard to implement,
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryModuleBuilderTest.java 118 .implement(Car.class, Volkswagen.class)
141 .implement(Car.class, AbstractCar.class)
161 install(new FactoryModuleBuilder().implement(Car.class, Mustang.class).build(
182 .implement(Car.class, Names.named("german"), Beetle.class)
183 .implement(Car.class, Names.named("american"), Mustang.class)
199 .implement(Car.class, Mustang.class)
213 .implement(Car.class, Names.named("german"), Beetle.class)
214 .implement(Car.class, Names.named("american"), Mustang.class)
243 .implement(Car.class, Mustang.class)
259 .implement(Car.class, Mustang.class
    [all...]
ExtensionSpiTest.java 178 .implement(Animal.class, StrangeCat.class)
179 .implement(Animal.class, named("SimpleCat"), SimpleCat.class)
ManyConstructorsTest.java 72 .implement(Bar.class, Foo.class)
115 .implement(Foo.class, TooManyMatches.class)
  /hardware/qcom/gps/loc_api/libloc_api-rpc/
Android.mk 23 # removed from library build since the client should implement this code.
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/
Android.mk 23 # removed from library build since the client should implement this code.
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/
Android.mk 23 # removed from library build since the client should implement this code.
  /system/bt/osi/src/socket_utils/
README 17 The sources in this folder re-implement some of the sources in libcutils/sockets
  /external/skia/tools/
compare_codereview.py 73 """Overrides the HTMLParser method to implement functionality.
109 """Overrides the HTMLParser method to implement functionality.
123 """Overrides the HTMLParser method to implement functionality.
192 """Overrides the HTMLParser method to implement functionality.
238 """Overrides the HTMLParser method to implement functionality.
250 """Overrides the HTMLParser method to implement functionality.
  /ndk/tests/build/topological-sort/jni/
Android.mk 7 # files (foo.c and foo2.c), which implement two functions
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js 119 Function.prototype.implement = function(key, value){
149 Function.implement({
203 var implement = function(name, method){ function
210 if (typeOf(hook) == 'type') implement.call(hook, name, method);
228 Type.implement({
230 implement: implement.overloadSetter(),
235 implement.call(this, name, this.prototype[existing]);
261 if (isType && proto) object.implement(key, proto.protect());
326 Array.implement({
    [all...]
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 80 #error Sorry, you have to implement this part by yourself.
  /external/ceres-solver/internal/ceres/
mutex.h 136 # error Need to implement mutex.h for your architecture, or #define NO_THREADS
172 // TODO(hamaji): Do nothing, implement correctly.
  /external/llvm/test/MC/Mips/
sort-relocation-table.s 7 # We try to implement the same semantics as gas, ie. to order the relocation
  /external/regex-re2/util/
mutex.h 47 # error Need to implement mutex.h for your architecture, or #define NO_THREADS
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 272 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
277 This feature can be used to implement custom decoders that rely on the
306 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
311 This feature can be used to implement custom decoders that rely on the
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 272 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
277 This feature can be used to implement custom decoders that rely on the
306 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
311 This feature can be used to implement custom decoders that rely on the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 272 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
277 This feature can be used to implement custom decoders that rely on the
306 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
311 This feature can be used to implement custom decoders that rely on the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 272 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
277 This feature can be used to implement custom decoders that rely on the
306 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
311 This feature can be used to implement custom decoders that rely on the
  /external/v8/test/webkit/fast/js/
number-toprecision.js 54 // SpiderMonkey allows precision values 1 to 100, we implement the spec and only allow 1 to 21.

Completed in 1111 milliseconds

1 2 3 4