Searched defs:Implementation (Results 1 - 25 of 35) sorted by relevance

12

/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
H A DImplementation.java16 public @interface Implementation { interface
H A DConfig.java183 class Implementation implements Config { class in interface:Config
202 return new Implementation(
224 return Implementation.class.getClassLoader().loadClass(className);
290 public Implementation(int[] sdk, int minSdk, int maxSdk, String manifest, String qualifiers, String packageName, String abiSplit, String resourceDir, String assetDir, String buildDir, Class<?>[] shadows, String[] instrumentedPackages, Class<? extends Application> application, String[] libraries, Class<?> constants) { method in class:Config.Implementation
579 public Implementation build() {
580 return new Implementation(sdk, minSdk, maxSdk, manifest, qualifiers, packageName, abiSplit, resourceDir, assetDir, buildDir, shadows, instrumentedPackages, application, libraries, constants);
/external/compiler-rt/lib/builtins/
H A DMakefile.mk22 Implementation := Generic macro
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/
H A DImplementation.java12 public @interface Implementation { interface
/external/compiler-rt/lib/builtins/arm/
H A DMakefile.mk17 Implementation := Optimized macro
/external/compiler-rt/lib/builtins/arm64/
H A DMakefile.mk17 Implementation := Optimized macro
/external/compiler-rt/lib/builtins/armv6m/
H A DMakefile.mk17 Implementation := Optimized macro
/external/compiler-rt/lib/builtins/i386/
H A DMakefile.mk17 Implementation := Optimized macro
/external/compiler-rt/lib/builtins/ppc/
H A DMakefile.mk17 Implementation := Optimized macro
/external/compiler-rt/lib/builtins/x86_64/
H A DMakefile.mk17 Implementation := Optimized macro
/external/clang/lib/Index/
H A DCodegenNameGenerator.cpp28 struct CodegenNameGenerator::Implementation { struct in class:CodegenNameGenerator
32 Implementation(ASTContext &Ctx) function in struct:CodegenNameGenerator::Implementation
179 : Impl(new Implementation(Ctx)) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509Util.java294 static class Implementation class in class:X509Util
299 Implementation( method in class:X509Util.Implementation
322 static Implementation getImplementation(
355 return new Implementation(cls.newInstance(), prov);
376 static Implementation getImplementation(
391 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]);
/external/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc1046 RegExpMacroAssemblerX64::Implementation() { function in class:v8::internal::RegExpMacroAssemblerX64
/external/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc931 RegExpMacroAssemblerARM::Implementation() { function in class:v8::internal::RegExpMacroAssemblerARM
/external/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc975 RegExpMacroAssemblerPPC::Implementation() { function in class:v8::RegExpMacroAssemblerPPC
/external/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc948 RegExpMacroAssemblerMIPS::Implementation() { function in class:RegExpMacroAssemblerMIPS
/external/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc985 RegExpMacroAssemblerMIPS::Implementation() { function in class:RegExpMacroAssemblerMIPS
/external/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc966 RegExpMacroAssemblerS390::Implementation() { function in class:v8::internal::RegExpMacroAssemblerS390
/external/guice/core/test/com/google/inject/
H A DProvisionListenerTest.java314 bind(Interface.class).toInstance(new Implementation());
412 class Implementation implements Interface {} class in class:ProvisionListenerTest
H A DScopesTest.java82 Implementation.nextInstanceId = 0;
497 @ImplementedBy(Implementation.class)
506 static class Implementation implements ImplementedBySingleton { class in class:ScopesTest
/external/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc974 RegExpMacroAssemblerIA32::Implementation() { function in class:v8::RegExpMacroAssemblerIA32
/external/v8/src/regexp/
H A Dregexp-macro-assembler-irregexp.cc36 RegExpMacroAssemblerIrregexp::Implementation() { function in class:v8::internal::RegExpMacroAssemblerIrregexp
H A Dregexp-macro-assembler-tracer.cc16 IrregexpImplementation type = assembler->Implementation();
419 RegExpMacroAssemblerTracer::Implementation() { function in class:v8::internal::RegExpMacroAssemblerTracer
420 return assembler_->Implementation();
/external/v8/src/regexp/x87/
H A Dregexp-macro-assembler-x87.cc973 RegExpMacroAssemblerX87::Implementation() { function in class:v8::RegExpMacroAssemblerX87
/external/robolectric/v3/
H A Drobolectric-annotations-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/annotation/ org/robolectric/annotation/internal/ ...

Completed in 816 milliseconds

12