Home
last modified time | relevance | path

Searched refs:getImplementation (Results 1 – 25 of 93) sorted by relevance

1234

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DVersion.java16 public static String getImplementation() in getImplementation() method in Version
28 System.out.println("Implementation: " + getImplementation()); in main()
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp39 auto getImplementation() const -> TFunctionType in getImplementation() function
47 auto imp = m.getImplementation<int, int, int>(); in f()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Store.java19 X509Util.Implementation impl = X509Util.getImplementation("X509Store", type); in getInstance()
40 X509Util.Implementation impl = X509Util.getImplementation("X509Store", type, provider); in getInstance()
DX509Util.java338 static Implementation getImplementation( in getImplementation() method in X509Util
392 static Implementation getImplementation( in getImplementation() method in X509Util
407 … Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]); in getImplementation()
415 imp = getImplementation(baseName, algorithm, prov[i]); in getImplementation()
/external/webkit/LayoutTests/dom/xhtml/level3/core/
DhasFeature03.js82 impl = getImplementation();
DhasFeature02.js82 impl = getImplementation();
DhasFeature04.js83 impl = getImplementation();
DhasFeature01.js83 impl = getImplementation();
Ddomimplementationregistry08.js98 baseImpl = getImplementation();
/external/webkit/LayoutTests/dom/xhtml/level2/html/
DhasFeature05.js85 domImpl = getImplementation();
DhasFeature02.js84 domImpl = getImplementation();
DhasFeature06.js84 domImpl = getImplementation();
DhasFeature01.js85 domImpl = getImplementation();
DhasFeature03.js86 domImpl = getImplementation();
DhasFeature04.js85 domImpl = getImplementation();
/external/webkit/LayoutTests/dom/html/level2/html/
DhasFeature01.js85 domImpl = getImplementation();
DhasFeature02.js84 domImpl = getImplementation();
DhasFeature05.js85 domImpl = getImplementation();
DhasFeature06.js84 domImpl = getImplementation();
DhasFeature03.js86 domImpl = getImplementation();
DhasFeature04.js85 domImpl = getImplementation();
/external/webkit/LayoutTests/dom/html/level2/core/
DcreateDocument08.js87 domImpl = getImplementation();
DcreateDocumentType04.js88 domImpl = getImplementation();
/external/webkit/LayoutTests/dom/xhtml/level2/core/
DcreateDocument08.js87 domImpl = getImplementation();
DcreateDocumentType04.js88 domImpl = getImplementation();

1234