Searched defs:implement (Results 1 – 3 of 3) sorted by relevance
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryModuleBuilder.java | 211 public <T> FactoryModuleBuilder implement(Class<T> source, Class<? extends T> target) { in implement() method in FactoryModuleBuilder 218 public <T> FactoryModuleBuilder implement(Class<T> source, TypeLiteral<? extends T> target) { in implement() method in FactoryModuleBuilder 225 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Class<? extends T> target) { in implement() method in FactoryModuleBuilder 232 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, in implement() method in FactoryModuleBuilder 240 public <T> FactoryModuleBuilder implement(Class<T> source, Annotation annotation, in implement() method in FactoryModuleBuilder 248 public <T> FactoryModuleBuilder implement(Class<T> source, Annotation annotation, in implement() method in FactoryModuleBuilder 256 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Annotation annotation, in implement() method in FactoryModuleBuilder 264 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Annotation annotation, in implement() method in FactoryModuleBuilder 272 public <T> FactoryModuleBuilder implement(Class<T> source, in implement() method in FactoryModuleBuilder 280 public <T> FactoryModuleBuilder implement(Class<T> source, in implement() method in FactoryModuleBuilder [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/ |
D | NodeWithImplements.java | 45 default N setImplementedType(int i, ClassOrInterfaceType implement) { in setImplementedType() 51 default N addImplementedType(ClassOrInterfaceType implement) { in addImplementedType()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…
|