OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lp64_abis
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/test-android-support/
test_config.py
2
lp64_abis
= ('arm64-v8a', 'mips64', 'x86_64')
3
if subtest == 'android_support_unittests' and abi in
lp64_abis
:
/ndk/tests/device/test-stlport/
test_config.py
2
lp64_abis
= ('arm64-v8a', 'mips64', 'x86_64')
3
if subtest == 'test_stlport' and abi in
lp64_abis
:
/ndk/tests/device/static-executable/
test_config.py
2
lp64_abis
= ('arm64-v8a', 'mips64', 'x86_64')
7
elif abi in
lp64_abis
:
Completed in 195 milliseconds