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.cpp2299 SortedVector<String8> architectures; in doDump() local
2301 architectures.add(ResTable::normalizeForOutput( in doDump()
2324 ssize_t index = architectures.indexOf(intel64); in doDump()
2326 index = architectures.indexOf(arm64); in doDump()
2330 printf("native-code: '%s'\n", architectures[index].string()); in doDump()
2331 architectures.removeAt(index); in doDump()
2336 const size_t archCount = architectures.size(); in doDump()
2343 printf(" '%s'", architectures[i].string()); in doDump()