Searched defs:implementation (Results 1 - 14 of 14) 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/webkit/Source/WebCore/bindings/v8/
H A DV8Collection.h45 template<class T> static v8::Handle<v8::Value> getV8Object(T* implementation) argument
47 if (!implementation)
49 return toV8(implementation);
57 template<class T> static v8::Handle<v8::Value> getV8Object(PassRefPtr<T> implementation) argument
59 return getV8Object(implementation.get());
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.cpp601 HRESULT STDMETHODCALLTYPE DOMDocument::implementation( function in class:DOMDocument
H A DDOMHTMLClasses.h308 virtual HRESULT STDMETHODCALLTYPE implementation( function in class:DOMHTMLDocument
309 /* [retval][out] */ IDOMImplementation **result) { return DOMDocument::implementation(result); }
/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/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h79 @property(readonly, retain) DOMImplementation *implementation; variable
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp686 DOMImplementation* Document::implementation() function in class:WebCore::Document
1054 if (!implementation()->hasFeature("XML", String())) {
1069 if (!implementation()->hasFeature("XML", String())) {
2889 // Spec says cloning Document nodes is "implementation dependent"
4488 // This can occur via document.implementation.createDocument().
/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/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/ ...

Completed in 586 milliseconds