Home
last modified time | relevance | path

Searched refs:architectures (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Config/
DTargets.def.in10 |* This file enumerates all of the target architectures supported by *|
DTargets.def.cmake10 |* This file enumerates all of the target architectures supported by *|
DTargets.def10 |* This file enumerates all of the target architectures supported by *|
/frameworks/base/tools/aapt/
DCommand.cpp2287 SortedVector<String8> architectures; in doDump() local
2289 architectures.add(ResTable::normalizeForOutput( in doDump()
2312 ssize_t index = architectures.indexOf(intel64); in doDump()
2314 index = architectures.indexOf(arm64); in doDump()
2318 printf("native-code: '%s'\n", architectures[index].string()); in doDump()
2319 architectures.removeAt(index); in doDump()
2324 const size_t archCount = architectures.size(); in doDump()
2331 printf(" '%s'", architectures[i].string()); in doDump()