Home
last modified time | relevance | path

Searched refs:setImplementation (Results 1 – 14 of 14) sorted by relevance

/external/guava/android/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java297 private static <T> void setImplementation(Class<T> type, Class<? extends T> implementation) { in setImplementation() method in ArbitraryInstances
308 setImplementation(Appendable.class, StringBuilder.class); in setImplementation() method
309 setImplementation(BlockingQueue.class, LinkedBlockingDeque.class); in setImplementation() method
310 setImplementation(BlockingDeque.class, LinkedBlockingDeque.class); in setImplementation() method
311 setImplementation(ConcurrentMap.class, ConcurrentHashMap.class); in setImplementation() method
312 setImplementation(ConcurrentNavigableMap.class, ConcurrentSkipListMap.class); in setImplementation() method
313 setImplementation(CountDownLatch.class, Dummies.DummyCountDownLatch.class); in setImplementation() method
314 setImplementation(Deque.class, ArrayDeque.class); in setImplementation() method
315 setImplementation(OutputStream.class, ByteArrayOutputStream.class); in setImplementation() method
316 setImplementation(PrintStream.class, Dummies.InMemoryPrintStream.class); in setImplementation() method
[all …]
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java306 private static <T> void setImplementation(Class<T> type, Class<? extends T> implementation) { in setImplementation() method in ArbitraryInstances
317 setImplementation(Appendable.class, StringBuilder.class); in setImplementation() method
318 setImplementation(BlockingQueue.class, LinkedBlockingDeque.class); in setImplementation() method
319 setImplementation(BlockingDeque.class, LinkedBlockingDeque.class); in setImplementation() method
320 setImplementation(ConcurrentMap.class, ConcurrentHashMap.class); in setImplementation() method
321 setImplementation(ConcurrentNavigableMap.class, ConcurrentSkipListMap.class); in setImplementation() method
322 setImplementation(CountDownLatch.class, Dummies.DummyCountDownLatch.class); in setImplementation() method
323 setImplementation(Deque.class, ArrayDeque.class); in setImplementation() method
324 setImplementation(OutputStream.class, ByteArrayOutputStream.class); in setImplementation() method
325 setImplementation(PrintStream.class, Dummies.InMemoryPrintStream.class); in setImplementation() method
[all …]
/external/clang/lib/AST/
DDeclObjC.cpp1494 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() function in ObjCInterfaceDecl
1959 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() function in ObjCCategoryDecl
DASTImporter.cpp3763 ToCategory->setImplementation(Impl); in VisitObjCCategoryDecl()
3975 To->setImplementation(Impl); in ImportDefinition()
4095 Category->setImplementation(ToImpl); in VisitObjCCategoryImplDecl()
4141 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
/external/clang/include/clang/AST/
DDeclObjC.h1263 void setImplementation(ObjCImplementationDecl *ImplD);
2229 void setImplementation(ObjCCategoryImplDecl *ImplD);
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1598 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() function in ObjCInterfaceDecl
2082 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() function in ObjCCategoryDecl
DASTImporter.cpp4350 ToCategory->setImplementation(*ToImplOrErr); in VisitObjCCategoryDecl()
4795 To->setImplementation(*ToImplOrErr); in ImportDefinition()
4926 Category->setImplementation(ToImpl); in VisitObjCCategoryImplDecl()
4977 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1348 void setImplementation(ObjCImplementationDecl *ImplD);
2346 void setImplementation(ObjCCategoryImplDecl *ImplD);
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1858 CatIDecl->setImplementation(CDecl); in ActOnStartCategoryImplementation()
1978 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1952 CatIDecl->setImplementation(CDecl); in ActOnStartCategoryImplementation()
2077 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/lib/build/
Dguava-testlib-19.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...