Home
last modified time | relevance | path

Searched defs:apis (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecatedAPIChecker.java275 private static APIInfo findClassInfo(Set<APIInfo> apis, String cls) { in findClassInfo()
285 private static APIInfo findFieldInfo(Set<APIInfo> apis, String cls, String field) { in findFieldInfo()
295 private static APIInfo findConstructorInfo(Set<APIInfo> apis, String cls, List<String> params) { in findConstructorInfo()
318 …private static APIInfo findMethodInfo(Set<APIInfo> apis, String cls, String method, List<String> p… in findMethodInfo()
341 private static APIInfo findEnumInfo(Set<APIInfo> apis, String ecls) { in findEnumInfo()
351 private static APIInfo findEnumConstantInfo(Set<APIInfo> apis, String ecls, String econst) { in findEnumConstantInfo()
/third_party/libwebsockets/READMEs/
DREADME.lws_dll.md120 ## apis section in lws_dll Doubly-linked list
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl18 void initApisMap (ApisMap& apis)
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglapi.c108 gchar *apis = (gchar *) apis_s; in gst_gl_api_from_string() local
/third_party/skia/third_party/externals/angle2/scripts/
Dregistry_xml.py392 class apis: class
497 def AddExtensionCommands(self, supported_extensions, apis): argument
/third_party/rust/crates/cxx/gen/src/
Dnested.rs65 let apis = &[ in test_ns_entries_sort() localVariable
Dwrite.rs48 let apis = ns_entries.direct_content(); in write_forward_declarations() localVariable
/third_party/vk-gl-cts/modules/egl/
DteglSurfacelessContextTests.cpp90 } apis[] = in executeForConfig() local
DteglQueryContextTests.cpp322 const EGLenum apis[] = { EGL_OPENGL_API, EGL_OPENGL_ES_API, EGL_OPENVG_API }; in iterate() local
DteglRenderCase.cpp226 …const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPEN… in executeForSurface() local
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dregistry_xml.py228 def AddExtensionCommands(self, supported_extensions, apis): argument
/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.cc43 const std::array<APIEndpoint, 2> &apis() { in apis() function
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglcontext.c362 GstGLAPI apis, apis2; in GST_START_TEST() local
/third_party/rust/crates/cxx/syntax/
Dcheck.rs14 apis: &'a [Api], field
Dparse.rs36 let mut apis = Vec::new(); in parse_items() localVariable
/third_party/vk-gl-cts/framework/egl/
DegluUtil.cpp463 vector<EGLenum> apis; in parseClientAPIs() local