Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 25 of 165) sorted by relevance

1234567

/external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/
Dhyts_services.jar ... tests/ tests/resources/ tests/resources/impl/ tests/resources/impl/ImplementationOfAbstractService.class ...
Dhyts_services2.jar ... tests/ tests/resources/ tests/resources/impl/ tests/resources/impl/ImplementationOfServiceIn2File2.class ...
/external/slf4j/integration/lib/
Dslf4j-nop-1.5.6.jar ... org/ org/slf4j/ org/slf4j/impl/ org/slf4j/impl/NOPLoggerFactory.class ...
Dslf4j-simple-1.5.4-SNAPSHOT.jar ... org/ org/slf4j/ org/slf4j/impl/ org/slf4j/impl/SimpleLogger.class ...
Dslf4j-simple-1.6.99.jar ... org/ org/slf4j/ org/slf4j/impl/ org/slf4j/impl/SimpleLogger.class ...
Dslf4j-simple-1.5.11.jar ... org/ org/slf4j/ org/slf4j/impl/ org/slf4j/impl/SimpleLogger.class ...
Dslf4j-simple-1.4.2.jar ... org/ org/slf4j/ org/slf4j/impl/ org/slf4j/impl/SimpleLogger.class ...
Dslf4j-simple-1.5.0.jar ... org/ org/slf4j/ org/slf4j/impl/ org/slf4j/impl/SimpleLogger.class ...
Dslf4j-simple-1.6.6.jar ... org/ org/slf4j/ org/slf4j/impl/ org/slf4j/impl/SimpleLogger$1 ...
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DFixGotoTest.java31 MethodImplementation impl = builder.getMethodImplementation(); in testFixGotoToGoto16() local
54 MethodImplementation impl = builder.getMethodImplementation(); in testFixGotoToGoto32() local
77 MethodImplementation impl = builder.getMethodImplementation(); in testFixGoto16ToGoto32() local
113 MethodImplementation impl = builder.getMethodImplementation(); in testFixGotoCascading() local
/external/clang/test/Analysis/inlining/
Dcontainers.cpp114 int *impl; member
171 MySet impl; member in BeginOnlySet
174 MySet::iterator impl; member
204 MySet impl; member in IteratorTypedefOnlySet
226 MySet impl; member in IteratorUsingOnlySet
248 MySet impl; member in IteratorStructOnlySet
259 int *impl; member
/external/v8/include/
Dv8-util.h42 static bool Empty(Impl* impl) { return impl->empty(); } in Empty()
43 static size_t Size(Impl* impl) { return impl->size(); } in Size()
45 static Iterator Begin(Impl* impl) { return impl->begin(); } in Begin()
46 static Iterator End(Impl* impl) { return impl->end(); } in End()
49 static PersistentContainerValue Set(Impl* impl, K key, in Set()
59 static PersistentContainerValue Get(Impl* impl, K key) { in Get()
64 static PersistentContainerValue Remove(Impl* impl, K key) { in Remove()
203 typename Traits::Impl impl; in Clear() local
373 static void Append(Impl* impl, PersistentContainerValue value) { in Append()
376 static bool IsEmpty(const Impl* impl) { in IsEmpty()
[all …]
/external/openfst/src/include/fst/
Dconst-fst.h206 ConstFstImpl<A, U> *impl = new ConstFstImpl<A, U>; in Read() local
209 delete impl; in Read() local
222 delete impl; in Read() local
230 delete impl; in Read() local
237 delete impl; in Read() local
245 delete impl; in Read() local
283 Impl* impl = Impl::Read(strm, opts); in Read() local
290 Impl* impl = ImplToExpandedFst<Impl>::Read(filename); in Read() local
315 explicit ConstFst(Impl *impl) : ImplToExpandedFst<Impl>(impl) {} in ConstFst()
350 if (Impl* impl = GetImplIfConstFst(fst)) { in WriteFst() local
Dvector-fst.h326 VectorFstImpl<A> *impl = new VectorFstImpl; in Read() local
329 delete impl; in Read() local
348 delete impl; in Read() local
360 delete impl; in Read() local
372 delete impl; in Read() local
447 Impl* impl = Impl::Read(strm, opts); in Read() local
454 Impl* impl = ImplToExpandedFst<Impl, MutableFst<A> >::Read(filename); in Read() local
492 explicit VectorFst(Impl *impl) : ImplToMutableFst<Impl>(impl) {} in VectorFst()
/external/mesa3d/src/mesa/main/
Deval.h46 #define _MESA_INIT_EVAL_VTXFMT(vfmt, impl) \ argument
88 #define _MESA_INIT_EVAL_VTXFMT(vfmt, impl) do { } while (0) argument
Ddlist.h42 #define _MESA_INIT_DLIST_VTXFMT(vfmt, impl) \ argument
77 #define _MESA_INIT_DLIST_VTXFMT(vfmt, impl) do { } while (0) argument
Dapi_arrayelt.h36 #define _MESA_INIT_ARRAYELT_VTXFMT(vfmt, impl) \ argument
57 #define _MESA_INIT_ARRAYELT_VTXFMT(vfmt, impl) do { } while (0) argument
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DMethodInterceptorGenerator.java77 private String getMethodField(Signature impl) { in getMethodField()
80 private String getMethodProxyField(Signature impl) { in getMethodProxyField()
89 Signature impl = context.getImplSignature(method); in generate() local
200 Signature impl = context.getImplSignature(method); in generateStatic() local
/external/jetty/lib/
Dslf4j-jdk14-1.6.1.jar ... org/ org/slf4j/ org/slf4j/impl/ org/slf4j/impl/JDK14LoggerAdapter.class ...
/external/llvm/include/llvm/Support/
DMutex.h90 MutexImpl impl; variable
95 impl(rec), acquired(0), recursive(rec) { } in impl() function
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DJumboStringConversionTest.java103 MethodImplementation impl = method.getImplementation(); in testJumboStringConversion() local
200 MethodImplementation impl = method.getImplementation(); in testJumboStringConversion_NonMethodBuilder() local
/external/robolectric/lib/main/
Dhttpclient-4.0.3.jar ... client/utils/ org/apache/http/impl/ org/apache/http/impl/cookie ...
Dcommons-logging-1.1.1.jar ... logging/ org/apache/commons/logging/impl/ META-INF/LICENSE META-INF/ ...
/external/v8/src/
Dhandles.cc14 HandleScopeImplementer* impl = isolate->handle_scope_implementer(); in NumberOfHandles() local
35 HandleScopeImplementer* impl = isolate->handle_scope_implementer(); in Extend() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h142 Impl &impl() { return static_cast<Impl &>(*this); } in impl() function
143 const Impl &impl() const { return static_cast<const Impl &>(*this); } in impl() function

1234567