Searched refs:abis (Results 1 – 12 of 12) sorted by relevance
/external/autotest/server/cros/ |
D | tradefed_utils.py | 131 abis = set() 138 abis = abis.union([match.group(1)]) 143 if abi not in abis: 161 logging.info('Total ABIs: %s', abis) 169 if fail_count > len(abis): 175 'abis: %s', fail_count, testname, len(abis), abis) 176 fail_count = len(abis)
|
/external/deqp/scripts/android/ |
D | build_apk.py | 172 …def __init__(self, env, buildPath, abis, nativeApi, nativeBuildType, gtfTarget, verbose, layers, a… argument 176 self.abis = abis 687 def __init__ (self, package, abis): argument 689 self.abis = abis 695 for abi in self.abis: 709 for abi in self.abis: 800 def getBuildStepsForPackage (abis, package, libraries = []): argument 803 assert len(abis) > 0 806 for abi in abis: 826 steps.append(AddAssetsToAPK(package, abis[0])) [all …]
|
/external/python/setuptools/setuptools/ |
D | pep425tags.py | 248 abis = [] 252 abis[0:0] = [abi] 260 abis.extend(sorted(list(abi3s))) 262 abis.append('none') 285 for abi in abis:
|
/external/vulkan-validation-layers/build-android/ |
D | build.py | 133 abis = [] 135 abis.extend(arch_to_abis(arch)) 283 'APP_ABI=' + ' '.join(abis), 298 ' {}'.format(', '.join(abis)) + "...")
|
D | update_external_sources_android.sh | 68 echo No abi provided, so building for all supported abis.
|
/external/libffi/testsuite/lib/ |
D | libffi.exp | 307 set abis $targetabis 309 set abis { "" } 312 foreach abi $abis {
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/ |
D | libffi.exp | 307 set abis $targetabis 309 set abis { "" } 312 foreach abi $abis {
|
/external/deqp/ |
D | README.md | 43 be generated with `--abis arm64-v8a`, issue the following commands: 52 …python scripts/android/build_apk.py --sdk <path to Android SDK> --ndk <path to Android NDK> --abis…
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 2829 abis=None, **kwargs): argument 2892 if abis and abi not in abis:
|
D | device_utils_test.py | 62 self.abis = [ARM32_ABI] 71 return self.abis 2976 abis=[ARM64_ABI]) 2989 abis=[ARM64_ABI])
|
/external/deqp/external/vulkancts/ |
D | README.md | 101 x86, and x86_64 ABIs, but that can be changed using --abis command line option.
|
/external/deqp/external/openglcts/ |
D | README.md | 347 `x86`, and `x86_64` ABIs, but that can be changed with `--abis` command line option.
|