HomeSort by relevance Sort by last modified time
    Searched refs:API (Results 276 - 300 of 549) sorted by null

<<11121314151617181920>>

  /external/chromium_org/extensions/renderer/resources/
web_view.js 80 // Implemented when the experimental API is available.
982 * Implemented when the ChromeWebView API is available.
988 * Implemented when the ChromeWebView API is available.
994 * Implemented when the experimental API is available.
1000 * Implemented when the experimental API is available.
1008 * Implemented when the experimental API is available.
messaging.js 5 // chrome.runtime.messaging API implementation.
101 // Hidden port creation function. We don't want to expose an API that lets
314 // TODO(mpcomplete): Do this for the old sendRequest API too, after
322 // Ensure the callback exists for the older sendRequest API.
permissions_custom_bindings.js 5 // Custom binding for the Permissions API.
18 binding.registerCustomHook(function(api) {
19 var apiFunctions = api.apiFunctions;
20 var permissions = api.compiledApi;
serial_custom_bindings.js 6 * Custom bindings for the Serial API.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 658 gdrv->base.API.Initialize = egl_g3d_initialize;
659 gdrv->base.API.Terminate = egl_g3d_terminate;
660 gdrv->base.API.GetProcAddress = egl_g3d_get_proc_address;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.py 32 """A Spec is an abstraction of the API spec."""
48 elif node.name == "api":
65 return API(self, self.impl_node)
68 """Return an API."""
69 return API(self, self.api_nodes[name])
72 class API(object):
73 """An API consists of categories and functions."""
82 # parse <api>
93 raise SpecError("unexpected node %s in api" % node.name)
108 """Find a matching function in the API.""
    [all...]
glformats.c 824 return ctx->API == API_OPENGL
827 return ctx->API == API_OPENGL
843 return ctx->API == API_OPENGLES;
    [all...]
api_validate.c 112 switch (ctx->API) {
228 valid_enum = (ctx->API == API_OPENGL);
matrix.c 190 if (ctx->API == API_OPENGL && ctx->Extensions.NV_vertex_program) {
206 if (ctx->API == API_OPENGL
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 658 gdrv->base.API.Initialize = egl_g3d_initialize;
659 gdrv->base.API.Terminate = egl_g3d_terminate;
660 gdrv->base.API.GetProcAddress = egl_g3d_get_proc_address;
  /external/mesa3d/src/mesa/main/
APIspec.py 32 """A Spec is an abstraction of the API spec."""
48 elif node.name == "api":
65 return API(self, self.impl_node)
68 """Return an API."""
69 return API(self, self.api_nodes[name])
72 class API(object):
73 """An API consists of categories and functions."""
82 # parse <api>
93 raise SpecError("unexpected node %s in api" % node.name)
108 """Find a matching function in the API.""
    [all...]
glformats.c 824 return ctx->API == API_OPENGL
827 return ctx->API == API_OPENGL
843 return ctx->API == API_OPENGLES;
    [all...]
api_validate.c 112 switch (ctx->API) {
228 valid_enum = (ctx->API == API_OPENGL);
  /external/chromium_org/remoting/webapp/
oauth2.js 15 // identity API (http://crbug.com/ 134213).
56 * @return {string} API client ID.
63 * @return {string} API client secret.
  /external/ceres-solver/scripts/
ceres-solver.spec 37 - A friendly API: build your objective function one term at a time
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/
background.js 15 /** Classic Chrome accessibility API. */
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_host.js 61 * Returns the absolute URL to the API source.
  /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
init.js 80 // Setup all the listeners for the private API.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/zoom/
popup.js 33 // API with an explicit tabId to demonstrate its use.
  /external/chromium_org/chrome/renderer/resources/extensions/
file_system_custom_bindings.js 5 // Custom binding for the fileSystem API.
media_galleries_custom_bindings.js 5 // Custom binding for the Media Gallery API.
notifications_custom_bindings.js 5 // Custom bindings for the notifications API.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
metrics.js 6 * @fileoverview Utility methods for accessing chrome.metricsPrivate API.
  /external/doclava/res/assets/templates/
macros.cs 134 in API level <?cs var:obj.deprecatedsince ?>.<?cs
149 in API level <?cs var:obj.deprecatedsince ?>.<?cs
177 <?cs # print the API Level ?><?cs
180 Added in <a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level <?cs var:obj.since ?></a><?cs
250 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.type.since ?>" >
264 <li class="api apilevel-<?cs var:cl.type.since ?>"><?cs call:type_link2(cl.type,"true") ?></li><?cs
277 <li class="<?cs if:class.name == cl.label?>selected <?cs /if ?>api apilevel-<?cs var:cl.since ?>"><?cs call:type_link2(cl,"true") ?></li><?cs
287 <li class="<?cs if:(class.package.name == pkg.name) || (package.name == pkg.name)?>selected <?cs /if ?>api apilevel-<?cs var:pkg.since ?>"><?cs call:package_link(pkg) ?></li><?cs
  /external/jdiff/src/jdiff/
API.java 7 * The internal representation of an API.
17 * The advantage of writing out an XML representation of each API is that
27 public class API {
43 * The String which identifies this API, e.g. &quotSuperProduct 1.3&quot;.
59 public API() {
65 // Methods to display the contents of an API object.
71 /** Display the contents of the API object. */

Completed in 949 milliseconds

<<11121314151617181920>>