HomeSort by relevance Sort by last modified time
    Searched defs:API (Results 1 - 25 of 49) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
archrast.h 37 API = 0,
  /external/minijail/
libminijail-private.h 20 #define API __attribute__ ((visibility("default")))
  /external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackOverflowQueryTests.hpp 33 enum API
38 TransformFeedbackOverflowQueryTests(deqp::Context& context, API api);
45 API m_api;
gl4cClipControlTests.hpp 33 enum API
39 ClipControlTests(deqp::Context& context, API api);
46 API m_api;
gl4cTextureBarrierTests.hpp 33 enum API
39 TextureBarrierTests(deqp::Context& context, API api);
46 API m_api;
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 42 APInt API = APF.bitcastToAPInt();
43 std::string HexStr(utohexstr(API.getZExtValue()));
46 OS << utohexstr(API.getZExtValue());
  /external/annotation-tools/annotation-file-utilities/
design.tex 350 \section{API extensions (non-exhaustive)}
366 \section{Excerpts from original API}\label{sec:exc}
  /external/mesa3d/src/egl/main/
egldriver.h 90 _EGLAPI API; /**< EGL API dispatch table */
  /external/swiftshader/src/OpenGL/libEGL/
main.h 37 EGLenum API;
48 void setCurrentAPI(EGLenum API);
libEGL.cpp 452 EGLBoolean BindAPI(EGLenum api)
454 TRACE("(EGLenum api = 0x%X)", api);
456 switch(api)
467 egl::setCurrentAPI(api);
476 EGLenum API = egl::getCurrentAPI();
478 return success(API);
485 // eglWaitClient is ignored if there is no current EGL rendering context for the current rendering API.
    [all...]
  /test/vts/utils/python/mirror/
hal_mirror.py 34 API = "api"
101 raise errors.ComponentLoadingError("No API found for %s" %
147 apis = getattr(interface, API, [])
148 for api in apis:
150 if api.name in kwargs:
151 function_pointer = kwargs[api.name]
157 " for callback function: %s", api.name)
163 func_pt_msg.function_name = api.name
native_entity_mirror.py 34 API = "api"
79 """Gets the ProtoBuf message for given api.
82 api_name: string, the name of the target function API.
95 if len(self._if_spec_msg.interface.api) > 0:
96 for api in self._if_spec_msg.interface.api:
97 if api.name == api_name:
98 return copy.copy(api)
176 """Calls a target component's API
    [all...]
  /external/autotest/skylab_migration/venv/skylab_venv/scripts/
server_db_sync.py 52 # API
53 API_ROOT = 'https://inventory-dot-chromeos-skylab.googleplex.com/_ah/api'
54 API = 'infrastructure'
56 DISCOVERY_URL = '%s/discovery/v1/apis/%s/%s/rest' % (API_ROOT, API, VERSION)
95 """Get the response from inventory server list API.
100 service_name=API, version=VERSION, discovery_service_url=DISCOVERY_URL)
106 """Parse the response from inventory API to namedtuples.
  /external/boringssl/src/crypto/fipsmodule/ecdsa/
ecdsa_test.cc 71 enum API {
77 static void VerifyECDSASig(API api, const uint8_t *digest, size_t digest_len,
80 switch (api) {
97 FAIL() << "Unknown API type.";
104 static void TestTamperedSig(API api, const uint8_t *digest,
107 SCOPED_TRACE(api);
131 VerifyECDSASig(api, digest, digest_len, ecdsa_sig, eckey, 0);
137 VerifyECDSASig(api, digest, digest_len, ecdsa_sig, eckey, 1)
    [all...]
  /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. */
  /external/libxml2/doc/
index.py 3 # imports the API description and fills up a database with
32 # the libxml2-api.xml API description, and make then accessible read-only
111 # The XML API description file to parse
113 API="libxml2-api.xml"
670 # XML API description analysis #
701 print "unexpected element %s in API doc <file name='%s'>" % (name)
716 print "unexpected element %s in API doc <files>" % (cur.name)
914 print "unexpected element %s in API doc <files>" % (cur.name
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 428 APInt API = getAllOnesValue(numBits);
429 API.clearBit(numBits - 1);
430 return API;
438 APInt API(numBits, 0);
439 API.setBit(numBits - 1);
440 return API;
588 APInt API(*this);
590 return API;
602 APInt API(*this);
604 return API;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 400 APInt API = getAllOnesValue(numBits);
401 API.clearBit(numBits - 1);
402 return API;
412 APInt API(numBits, 0);
413 API.setBit(numBits - 1);
414 return API;
525 APInt API(*this);
527 return API;
537 APInt API(*this);
539 return API;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 432 APInt API = getAllOnesValue(numBits);
433 API.clearBit(numBits - 1);
434 return API;
442 APInt API(numBits, 0);
443 API.setBit(numBits - 1);
444 return API;
592 APInt API(*this);
594 return API;
606 APInt API(*this);
608 return API;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 464 APInt API = getAllOnesValue(numBits);
465 API.clearBit(numBits - 1);
466 return API;
474 APInt API(numBits, 0);
475 API.setBit(numBits - 1);
476 return API;
625 APInt API(*this);
627 return API;
639 APInt API(*this);
641 return API;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 464 APInt API = getAllOnesValue(numBits);
465 API.clearBit(numBits - 1);
466 return API;
474 APInt API(numBits, 0);
475 API.setBit(numBits - 1);
476 return API;
625 APInt API(*this);
627 return API;
639 APInt API(*this);
641 return API;
    [all...]
  /external/v8/include/
v8-inspector.h 19 namespace API {
24 namespace API {
30 namespace API {
110 virtual std::unique_ptr<protocol::Runtime::API::StackTrace>
134 virtual std::vector<std::unique_ptr<protocol::Schema::API::Domain>>
146 virtual std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>>
151 virtual std::unique_ptr<protocol::Runtime::API::RemoteObject> wrapObject(
261 // API methods.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h 515 APInt API = getAllOnesValue(numBits);
516 API.clearBit(numBits - 1);
517 return API;
525 APInt API(numBits, 0);
526 API.setBit(numBits - 1);
527 return API;
670 APInt API(*this);
672 return API;
686 APInt API(*this);
688 return API;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APInt.h 515 APInt API = getAllOnesValue(numBits);
516 API.clearBit(numBits - 1);
517 return API;
525 APInt API(numBits, 0);
526 API.setBit(numBits - 1);
527 return API;
670 APInt API(*this);
672 return API;
686 APInt API(*this);
688 return API;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h 529 APInt API = getAllOnesValue(numBits);
530 API.clearBit(numBits - 1);
531 return API;
539 APInt API(numBits, 0);
540 API.setBit(numBits - 1);
541 return API;
684 APInt API(*this);
686 return API;
700 APInt API(*this);
702 return API;
    [all...]

Completed in 364 milliseconds

1 2