Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAndroid.bp26 … // uncomment to disable NEON on architectures that actually do support NEON, for benchmarking
/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/aapt2/dump/
DDumpManifest.cpp2119 std::set<std::string> architectures; in Dump() local
2133 architectures.insert(file_path); in Dump()
2164 auto arch = architectures.find(kIntel64); in Dump()
2165 if (arch == architectures.end()) { in Dump()
2166 arch = architectures.find(kArm64); in Dump()
2169 if (arch != architectures.end()) { in Dump()
2171 architectures.erase(arch); in Dump()
2176 if (architectures.size() > 0) { in Dump()
2181 for (auto& arch : architectures) { in Dump()
/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/
Dacx_pthread.m4240 # architectures and systems. The problem is that in certain
256 # FIXME: -fPIC is required for -shared on many architectures,
297 # Linux gcc on some architectures such as mips/mipsel forgets