HomeSort by relevance Sort by last modified time
    Searched defs:implementation (Results 1 - 25 of 26) sorted by null

1 2

  /external/mockito/src/org/mockito/
Answers.java 74 private Answer<Object> implementation; field in class:Answers
76 private Answers(Answer<Object> implementation) {
77 this.implementation = implementation;
81 return implementation;
  /libcore/benchmarks/src/benchmarks/regression/
DigestBenchmark.java 37 @Param private Implementation implementation; field in class:DigestBenchmark
39 public enum Implementation { OPENSSL, BOUNCYCASTLE };
45 switch (implementation) {
53 throw new RuntimeException(implementation.toString());
SSLSocketBenchmark.java 72 @Param private Implementation implementation; field in class:SSLSocketBenchmark
74 public enum Implementation { OPENSSL, HARMONY };
80 switch (implementation) {
88 throw new RuntimeException(implementation.toString());
KeyPairGeneratorBenchmark.java 37 @Param private Implementation implementation; field in class:KeyPairGeneratorBenchmark
39 public enum Implementation { OpenSSL, BouncyCastle };
49 if (implementation == Implementation.BouncyCastle) {
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/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-0x.cpp 34 vararg_func implementation; member in struct:rdar12176336::method
36 method(vararg_func implementation) : implementation(implementation) {}
41 return reinterpret_cast<TFunctionType>(implementation);
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
Answers.java 30 private Answer<Object> implementation; field in class:Answers
32 private Answers(Answer<Object> implementation) {
33 this.implementation = implementation;
37 return implementation;
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.h 308 virtual HRESULT STDMETHODCALLTYPE implementation( function in class:DOMHTMLDocument
309 /* [retval][out] */ IDOMImplementation **result) { return DOMDocument::implementation(result); }
    [all...]
DOMCoreClasses.cpp 601 HRESULT STDMETHODCALLTYPE DOMDocument::implementation( function in class:DOMDocument
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 78 static final DOMImplementation implementation=new DTMNodeProxyImplementation(); field in class:DTMNodeProxy
265 return implementation.hasFeature(feature,version);
281 return implementation.hasFeature(feature,version);
580 return implementation;
1361 * When set to <code>false</code>, the implementation is free to not
1382 * When set to <code>false</code>, the implementation is free to not
    [all...]
  /libcore/luni/src/main/java/java/security/
Provider.java 393 * specified {@code algorithm}, or {@code null} if no such implementation
404 * @return the requested service, or {@code null} if no such implementation
825 // Service implementation
826 private Class<?> implementation; field in class:Provider.Service
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 79 @property(readonly, retain) DOMImplementation *implementation; variable
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp 686 DOMImplementation* Document::implementation() function in class:WebCore::Document
1054 if (!implementation()->hasFeature("XML", String())) {
1069 if (!implementation()->hasFeature("XML", String())) {
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 1952 milliseconds

1 2