Home
last modified time | relevance | path

Searched defs:kIsX86 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dplatform.h34 inline constexpr bool kIsX86 = (kIsX86_32 || kIsX86_64); variable
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp168 constexpr bool kIsX86 = false; in TEST_F() local
170 constexpr bool kIsX86 = true; in TEST_F() local
/aosp_15_r20/system/apex/apexd/
H A Dapexservice_test.cpp494 constexpr bool kIsX86 = false; in TEST_F() local