Home
last modified time | relevance | path

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

12345678910>>...31

/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/clang/test/SemaObjC/
Dattr-objc-runtime-visible.m10 @implementation A(X) // expected-error{{cannot implement a category for class 'A' that is only visi…
16 @implementation B // expected-error{{cannot implement subclass 'B' of a superclass 'A' that is only…
/external/python/cpython2/Demo/classes/
DREADME1 Examples of classes that implement special operators (see reference manual):
6 Range.py Example of a generator: re-implement built-in range()
/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/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DSubclassBytecodeGenerator.java71 .implement(new ArrayList<Type>(features.interfaces)) in mockClass()
82 .implement(MockAccess.class) in mockClass()
85 builder = builder.implement(CrossClassLoaderSerializableMock.class) in mockClass()
/external/libmicrohttpd/doc/chapters/
Dintroduction.inc4 implement basic HTTP functions from simple executable
5 sample programs that implement various features.
/external/libcxx/src/support/runtime/
Dexception_pointer_glibcxx.ipp11 // libsupc++ does not implement the dependent EH ABI and the functionality
12 // it uses to implement std::exception_ptr (which it declares as an alias of
/external/syslinux/com32/lib/libpng/
DANNOUNCE51 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
54 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
/external/libcxx/docs/DesignDocs/
DThreadingSupportAPI.rst12 to implement the threading parts of libc++, including ``<thread>`` and ``<mutex>``.
15 consistent API, which it uses internally to implement threading primitives.
66 This macro is defined when libc++ should use POSIX threads to implement the
/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/clang/tools/scan-build-py/libear/
Dear.c169 #error can not implement execv without execve
208 # error can not implement execl without execve
227 # error can not implement execlp without execvp
245 # error can not implement execle without execve
/external/python/cpython2/Doc/library/
Dcrypto.rst10 The modules described in this chapter implement various algorithms of a
Dmm.rst8 The modules described in this chapter implement various algorithms or interfaces
/external/valgrind/none/tests/amd64/
Dfma4.vgtest3 # But since VEX just uses AVX instructions to implement the fma4 one, just
/external/pdfium/testing/
Dgtest_mac.mm19 // to the NSObject protocol. Used to implement {ASSERT|EXPECT}_EQ().
32 // to the NSObject protocol. Used to implement {ASSERT|EXPECT}_NE().
/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/bison/lib/
Dmemchr.valgrind4 # implement strnlen). However, we use a safe word read to provide a speedup.
/external/wycheproof/
Dlocal_repository_defs.bzl9 # TODO(ekasper): implement environment invalidation once supported by bazel,
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dfp.convert.ll67 ; TODO(jpp): implement this test.
81 ; TODO(jpp): implement this test.
95 ; TODO(jpp): implement this test.
109 ; TODO(jpp): implement this test.
391 ; TODO(jpp): implement this test.
406 ; TODO(jpp): implement this test.
421 ; TODO(jpp): implement this test.
436 ; TODO(jpp): implement this test.
453 ; TODO(jpp): implement this test.
/external/llvm/lib/Support/Windows/
DWatchdog.inc14 // TODO: implement.
/external/mesa3d/docs/relnotes/
D6.133 pointer. Each texture format must implement this function. The
63 functions they implement. In particular, the ctx->Driver.NewTextureObject
/external/ImageMagick/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'

12345678910>>...31