OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:api_version
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
app.yaml
9
api_version
: 1
/external/antlr/antlr-3.4/runtime/Python/unittests/
testdfa.py
18
api_version
= 'HEAD'
variable in class:TestDFA.setUp.TRecognizer
testrecognizers.py
60
api_version
= 'HEAD'
variable in class:TestLexer.testInit.TLexer
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
query.c
40
vlVdpGetApiVersion(uint32_t *
api_version
)
42
if (!
api_version
)
45
*
api_version
= 1;
/external/mesa3d/src/gallium/state_trackers/vdpau/
query.c
40
vlVdpGetApiVersion(uint32_t *
api_version
)
42
if (!
api_version
)
45
*
api_version
= 1;
/external/chromium_org/chrome/browser/spellchecker/
feedback_sender.cc
124
const std::string&
api_version
) {
128
result->SetString("apiVersion",
api_version
);
/external/llvm/tools/gold/
gold-plugin.cpp
57
int
api_version
= 0;
member in namespace:__anon22360
142
api_version
= tv->tv_u.tv_val;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py
148
# 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
)
[
all
...]
/frameworks/compile/libbcc/gdb_plugin/
android-commands.py
264
api_version
= self.getprop("ro.build.version.sdk")
265
if
api_version
< 15:
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg
116
api_version
= <apiVersion()>
242
api_version
= <apiVersion()>
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py
388
self.assertIsInstance(sys.
api_version
, int)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py
388
self.assertIsInstance(sys.
api_version
, int)
Completed in 2727 milliseconds