Searched defs:implementation (Results 1 - 16 of 16) sorted by relevance

/external/mockito/src/org/mockito/
H A DAnswers.java74 private Answer<Object> implementation; field in class:Answers
76 private Answers(Answer<Object> implementation) { argument
77 this.implementation = implementation;
81 return implementation;
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp34 vararg_func implementation; member in struct:rdar12176336::method
36 method(vararg_func implementation) : implementation(implementation) {} argument
41 return reinterpret_cast<TFunctionType>(implementation);
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
H A DAnswers.java30 private Answer<Object> implementation; field in class:Answers
32 private Answers(Answer<Object> implementation) { argument
33 this.implementation = implementation;
37 return implementation;
/external/v8/tools/
H A Dtest-server.py112 # Check out or update the server implementation in the current directory.
150 # At this point we can assume that the implementation is available,
158 print("Failed to import implementation. Have you run 'setup'?") namespace
/external/guava/guava-testlib/src/com/google/common/testing/
H A DArbitraryInstances.java268 * type -> implementation. Inherently mutable interfaces and abstract classes are mapped to their
273 private static <T> void setImplementation(Class<T> type, Class<? extends T> implementation) { argument
274 checkArgument(type != implementation, "Don't register %s to itself!", type);
277 checkArgument(implementations.put(type, implementation) == null,
316 Class<? extends T> implementation = getImplementation(type);
317 if (implementation != null) {
318 return get(implementation);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java78 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
1459 //RAMESH : Pending proper implementation of DOM Level 3
1831 * <code>Node</code> references returned by the implementation reference
1888 * fit in a <code>DOMString</code> variable on the implementation
1938 * fit in a <code>DOMString</code> variable on the implementation
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jar ... Answers CALLS_REAL_METHODS private org.mockito.stubbing.Answer implementation private static final synthetic org.mockito.Answers[] $ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jar ... Answers CALLS_REAL_METHODS private org.mockito.stubbing.Answer implementation private static final synthetic org.mockito.Answers[] $ ...
/external/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 2507 milliseconds