HomeSort by relevance Sort by last modified time
    Searched defs:Implementation (Results 26 - 40 of 40) sorted by null

12

  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 598 // No custom implementation (yet): s(UC16), S(UC16).
861 RegExpMacroAssemblerARM::Implementation() {
    [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 588 // No custom implementation (yet): s(UC16), S(UC16).
874 RegExpMacroAssemblerMIPS::Implementation() {
    [all...]
  /external/v8/src/
regexp-macro-assembler-irregexp.cc 56 RegExpMacroAssemblerIrregexp::Implementation() {
regexp-macro-assembler-tracer.cc 39 unsigned int type = assembler->Implementation();
363 RegExpMacroAssemblerTracer::Implementation() {
364 return assembler_->Implementation();
  /libcore/benchmarks/src/benchmarks/regression/
CipherBenchmark.java 82 @Param private Implementation implementation; field in class:CipherBenchmark
84 public enum Implementation { OpenSSL, BouncyCastle };
115 switch (implementation) {
123 throw new RuntimeException(implementation.toString());
SignatureBenchmark.java 53 @Param private Implementation implementation; field in class:SignatureBenchmark
55 public enum Implementation { OpenSSL, BouncyCastle };
94 switch (implementation) {
102 throw new RuntimeException(implementation.toString());
113 switch (implementation) {
121 throw new RuntimeException(implementation.toString());
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc 625 // No custom implementation (yet): s(UC16), S(UC16).
963 RegExpMacroAssemblerIA32::Implementation() {
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 654 // No custom implementation (yet): s(UC16), S(UC16).
923 RegExpMacroAssemblerIA32::Implementation() {
    [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 581 // No custom implementation (yet): s(UC16), S(UC16).
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 24 // 2. An implementation of a class derived from MatcherInterface<T>.
27 // to implement both the matcher function and the implementation of the matcher
246 /// \brief Takes ownership of the provided implementation pointer.
247 explicit Matcher(MatcherInterface<T> *Implementation)
248 : Implementation(Implementation) {}
258 : Implementation(new ImplicitCastMatcher<From>(Other)) {}
268 : Implementation(new TypeToQualType<TypeT>(Other)) {}
295 if (Implementation->matches(Node, Finder, Builder))
308 return reinterpret_cast<uint64_t>(Implementation.getPtr())
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
bcprov-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 693 milliseconds

12