Home
last modified time | relevance | path

Searched refs:apis (Results 1 – 25 of 29) sorted by relevance

12

/external/deqp/modules/egl/
DteglSurfacelessContextTests.cpp90 } apis[] = in executeForConfig() local
102 for (int apiNdx = 0; apiNdx < (int)DE_LENGTH_OF_ARRAY(apis); apiNdx++) in executeForConfig()
104 if ((apiBits & apis[apiNdx].apiBit) == 0) in executeForConfig()
107 …log << TestLog::Message << "Creating " << apis[apiNdx].name << " context with config ID " << id <<… in executeForConfig()
109 EGLU_CHECK_CALL(egl, bindAPI(apis[apiNdx].api)); in executeForConfig()
111 …eglu::UniqueContext context(egl, display, egl.createContext(display, config, EGL_NO_CONTEXT, apis[… in executeForConfig()
DteglQueryContextTests.cpp322 const EGLenum apis[] = { EGL_OPENGL_API, EGL_OPENGL_ES_API, EGL_OPENVG_API }; in iterate() local
342 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(apis); ndx++) in iterate()
344 const EGLenum api = apis[ndx]; in iterate()
DteglRenderCase.cpp221 …const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPEN… in executeForSurface() local
227 for (int apiNdx = 0; apiNdx < DE_LENGTH_OF_ARRAY(apis); apiNdx++) in executeForSurface()
229 EGLint apiBit = apis[apiNdx]; in executeForSurface()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecatedAPIChecker.java263 private static APIInfo findClassInfo(Set<APIInfo> apis, String cls) { in findClassInfo() argument
264 for (APIInfo api : apis) { in findClassInfo()
273 private static APIInfo findFieldInfo(Set<APIInfo> apis, String cls, String field) { in findFieldInfo() argument
274 for (APIInfo api : apis) { in findFieldInfo()
283 private static APIInfo findConstructorInfo(Set<APIInfo> apis, String cls, List<String> params) { in findConstructorInfo() argument
284 for (APIInfo api : apis) { in findConstructorInfo()
306 …private static APIInfo findMethodInfo(Set<APIInfo> apis, String cls, String method, List<String> p… in findMethodInfo() argument
307 for (APIInfo api : apis) { in findMethodInfo()
329 private static APIInfo findEnumInfo(Set<APIInfo> apis, String ecls) { in findEnumInfo() argument
330 for (APIInfo api : apis) { in findEnumInfo()
[all …]
/external/apache-xml/
DNOTICE59 Portions of Apache Xerces Java in xercesImpl.jar and xml-apis.jar
68 Apache xml-commons xml-apis (redistribution of xml-apis.jar)
/external/deqp/scripts/khr_util/
Dregistry.py190 self.apis = {}
192 self.apis.setdefault(eFeature.get('api'), []).append(eFeature)
193 for apiFeatures in self.apis.itervalues():
199 return [eFeature for eFeature in self.apis[api]
/external/tagsoup/
DREADME.android7 - Install saxon 6.5.5 and copy saxon.jar and saxon-xml-apis.jar files to $ANT_HOME/lib
DREADME28 directory and copy the saxon.jar and saxon-xml-apis.jar files to
/external/v8/gypfiles/
Dfeatures.gypi63 # Enable compiler warnings when using V8_DEPRECATED apis.
66 # Enable compiler warnings when using V8_DEPRECATE_SOON apis.
/external/v8/tools/v8.xcodeproj/
DREADME.txt11 http://code.google.com/apis/v8/build.html for details.
/external/protobuf/src/google/protobuf/
Dapi.proto77 // experimental, none-GA apis.
156 // apis:
180 // apis:
/external/cros/system_api/
DREADME18 http://code.google.com/apis/protocolbuffers/docs/cpptutorial.html for a detailed
/external/deqp/framework/egl/
DegluUtil.cpp394 vector<EGLenum> apis; in parseClientAPIs() local
397 apis.push_back(parseClientAPI(*api)); in parseClientAPIs()
399 return apis; in parseClientAPIs()
/external/doclava/src/com/google/doclava/
DConverter.java49 private static List<ApiInfo> apis; field in Converter
53 apis = new ArrayList<>(); in makeInfo()
90 apis.add(api); in addApiInfo()
185 for (ApiInfo api : apis) { in obtainClass()
210 for (ApiInfo api : apis) { in obtainPackage()
/external/skia/resources/
Dslides_content2.lua16 - Threads : wrappers for native apis
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js83 var apis = $(".api",context);
84 apis.each(function(i) {
/external/eigen/bench/perf_monitoring/gemm/
Dchangesets.txt26 #6747:853d2bafeb8f # Generalized the gebp apis
/external/protobuf/objectivec/Tests/
DGPBConcurrencyTests.m40 // trip. Rather, the asserts simply exercise the apis, and if there is
/external/nanopb-c/docs/
Dindex.rst10 __ http://code.google.com/apis/protocolbuffers/
Dreference.rst482 .. _varint: http://code.google.com/apis/protocolbuffers/docs/encoding.html#varints
/external/icu/icu4c/source/data/
Dcldr-icu-readme.txt32 # plus the xml-apis.jar from the Apache xalan package
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md57 The goal of this layer is to abstract the apis of the underline hardwares.
58 Each abstracted hardware usualy have different apis, this layer responsibility
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto236 // http://code.google.com/apis/protocolbuffers/docs/proto.html#options
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js908 var apis = $(".api", context);
909 apis.each(function(i) {
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst48 type. index is used to indicate which buffer to set (some apis may allow

12