Home
last modified time | relevance | path

Searched full:api_version (Results 1 – 17 of 17) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc78 static const char* kImplVersionName = "api_version";
122 // Adds the module variable "api_version". in INITFUNC()
Dapi_implementation.py42 _api_version = _api_implementation.api_version
/external/chromium-trace/trace-viewer/perf_insights/
Dapp.yaml8 api_version: 1
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c40 vlVdpGetApiVersion(uint32_t *api_version) in vlVdpGetApiVersion() argument
42 if (!api_version) in vlVdpGetApiVersion()
45 *api_version = 1; in vlVdpGetApiVersion()
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtestrecognizers.py60 api_version = 'HEAD' variable in TestLexer.testInit.TLexer
Dtestdfa.py18 api_version = 'HEAD' variable in TestDFA.setUp.TRecognizer
/external/chromium-trace/trace-viewer/tracing/
Dapp.yaml7 api_version: 1
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
Dstaticfiles.rst26 api_version: 1
Dusingwebapp2.rst59 api_version: 1
Dhelloworld.rst45 api_version: 1
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/
Dquickstart.rst41 api_version: 1
/external/kernel-headers/original/uapi/linux/
Dpps.h69 int api_version; /* API version # */ member
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Drecognizers.py148 # The api_version attribute has been introduced in 3.3. If it is not
150 api_version = 0 variable in BaseRecognizer
165 if self.api_version not in compatible_api_versions:
170 % self.api_version)
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h295 typedef struct API_VERSION { struct
300 } API_VERSION,*LPAPI_VERSION; argument
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h172 #define API_VERSION "ITT-API-Version " ITT_TO_STR(API_VERSION_NUM) \ macro
/external/v8/src/third_party/vtune/
Dittnotify_config.h208 #define API_VERSION "ITT-API-Version " ITT_TO_STR(API_VERSION_NUM) " (" ITT_TO_STR(API_VERSION_BUIL… macro
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg116 api_version = <apiVersion()>
242 api_version = <apiVersion()>