Searched defs:apiName (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMActivityLogger.h46 virtual void logGetter(const String& apiName) { } argument
47 virtual void logSetter(const String& apiName, const v8::Handle<v8::Value>& newValue) { } argument
48 virtual void logMethod(const String& apiName, int argc, const v8::Handle<v8::Value>* argv) { } argument
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDOMActivityLogger.h45 virtual void logGetter(const WebString& apiName, const WebURL& url, const WebString& title) { } argument
46 virtual void logSetter(const WebString& apiName, const v8::Handle<v8::Value>& newValue, const WebURL& url, const WebString& title) { } argument
47 virtual void logMethod(const WebString& apiName, int argc, const v8::Handle<v8::Value>* argv, const WebURL& url, const WebString& title) { } argument
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLX509CertPath.java49 private final String apiName; field in class:OpenSSLX509CertPath.Encoding
51 Encoding(String apiName) { argument
52 this.apiName = apiName;
55 static Encoding findByApiName(String apiName) throws CertificateEncodingException { argument
57 if (element.apiName.equals(apiName)) {
69 Encoding.PKI_PATH.apiName,
70 Encoding.PKCS7.apiName,
/external/jdiff/src/jdiff/
H A DXMLToAPI.java37 * @param apiName The simple name of the API file. If -oldapidir and
42 String apiName) {
45 api_.name_ = apiName; // Checked later
41 readFile(String filename, boolean createGlobalComments, String apiName) argument
/external/deqp/modules/egl/
H A DteglRenderCase.cpp244 const char* apiName = DE_NULL; local
252 apiName = "OpenGL ES 2.x";
259 apiName = "OpenGL ES 3.x";
266 apiName = "OpenGL ES 1.x";
273 apiName = "OpenVG";
282 log << TestLog::Message << apiName << TestLog::EndMessage;
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp1000 void generateCompareSrc (std::ostringstream& src, const char* resultVar, const VarType& type, const char* srcName, const char* apiName, const UniformLayout& layout, const void* basePtr, deUint32 unusedMask) argument
1008 std::string fullApiName = string(apiName) + (isArray ? "[0]" : ""); // Arrays are always postfixed with [0]
1035 generateCompareSrc(src, resultVar, elementType, (string(srcName) + op).c_str(), (string(apiName) + op).c_str(), layout, basePtr, unusedMask);
1048 generateCompareSrc(src, resultVar, memberIter->getType(), (string(srcName) + op).c_str(), (string(apiName) + op).c_str(), layout, basePtr, unusedMask);
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1149 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); local
1150 const int varNdx = bufferLayout.getVariableIndex(apiName);
1233 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); local
1234 const int varNdx = bufferLayout.getVariableIndex(apiName);
1592 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); local
1593 const int varNdx = layout.getVariableIndex(apiName);
1865 const string apiName = getBlockAPIName(block, instanceNdx); local
1866 const int blockNdx = layout.getBlockIndex(apiName);
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 1498 milliseconds