Searched refs:api_version (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dapp.yaml9 api_version: 1
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestdfa.py18 api_version = 'HEAD' variable in class:TestDFA.setUp.TRecognizer
H A Dtestrecognizers.py60 api_version = 'HEAD' variable in class:TestLexer.testInit.TLexer
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dquery.c40 vlVdpGetApiVersion(uint32_t *api_version) argument
42 if (!api_version)
45 *api_version = 1;
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c40 vlVdpGetApiVersion(uint32_t *api_version) argument
42 if (!api_version)
45 *api_version = 1;
/external/llvm/tools/gold/
H A Dgold-plugin.cpp57 int api_version = 0; member in namespace:__anon21740
142 api_version = tv->tv_u.tv_val;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py148 # The api_version attribute has been introduced in 3.3. If it is not
150 api_version = 0 variable in class:BaseRecognizer
165 if self.api_version not in compatible_api_versions:
170 % self.api_version)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg116 api_version = <apiVersion()>
242 api_version = <apiVersion()>

Completed in 687 milliseconds