Home | History | Annotate | Download | only in content

Lines Matching defs:abiList

275     private static long sumNativeBinariesForSupportedAbi(Handle handle, String[] abiList) {
276 int abi = findSupportedAbi(handle, abiList);
278 return sumNativeBinaries(handle, abiList[abi]);
285 String[] abiList, boolean useIsaSubdir) throws IOException {
292 int abi = findSupportedAbi(handle, abiList);
298 final String instructionSet = VMRuntime.getInstructionSet(abiList[abi]);
308 int copyRet = copyNativeBinaries(handle, subDir, abiList[abi]);
356 String[] abiList = (cpuAbiOverride != null) ?
360 abiList = Build.SUPPORTED_32_BIT_ABIS;
363 int copyRet = copyNativeBinariesForSupportedAbi(handle, libraryRoot, abiList,
404 String[] abiList = (cpuAbiOverride != null) ?
408 abiList = Build.SUPPORTED_32_BIT_ABIS;
411 sum += sumNativeBinariesForSupportedAbi(handle, abiList);