Home
last modified time | relevance | path

Searched refs:ABI_STRING (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/utils/
DMemoryLeakTrackUtil.cpp33 #define ABI_STRING "arm" macro
35 #define ABI_STRING "arm64" macro
37 #define ABI_STRING "riscv64" macro
39 #define ABI_STRING "x86" macro
41 #define ABI_STRING "x86_64" macro
66 oss << " ABI: '" ABI_STRING "'" << "\n\n"; in dumpMemoryAddresses()
/frameworks/base/libs/hwui/tests/unit/
DGraphicsStatsServiceTests.cpp59 "/data/local/tmp/nativetest/hwui_unit_tests/" ABI_STRING}; in TEST()
/frameworks/base/cmds/app_process/
Dapp_main.cpp146 "%s/dalvik-cache/" ABI_STRING, androidRoot); in maybeCreateDalvikCache()
/frameworks/base/core/jni/
DAndroidRuntime.cpp981 sprintf(dex2oat_isa_variant_key, "dalvik.vm.isa.%s.variant", ABI_STRING); in startVm()
985 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", ABI_STRING); in startVm()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp56 static const std::string kRuntimeIsa = ABI_STRING;