Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_integration_test.py26 def pretty_bitness(bitness): argument
28 return bitness[-1]
102 def __init__(self, host, bitness): argument
103 self.name = "%s_bit_native_server" % pretty_bitness(bitness)
105 self.binary = NATIVE_TEST_SERVICE_FOR_BITNESS % bitness
121 def __init__(self, host, bitness): argument
122 self.name = "%s_bit_cpp_client" % pretty_bitness(bitness)
124 self.binary = CPP_TEST_CLIENT_FOR_BITNESS % bitness
127 def __init__(self, host, bitness): argument
128 self.name = "%s_bit_ndk_client" % pretty_bitness(bitness)
[all …]
/system/tools/hidl/test/hidl_test/
Dhidl_test.py44 def has_bitness(bitness): argument
45 …[[ \"$(getprop ro.product.cpu.abilist%s)\" != \"\" ]]' | adb shell sh" % bitness, ignore_error=Tru…
/system/libfmq/tests/
Dfmq_test.py44 def has_bitness(bitness): argument
45 …[[ \"$(getprop ro.product.cpu.abilist%s)\" != \"\" ]]' | adb shell sh" % bitness, ignore_error=Tru…
/system/tools/hidl/test/java_test/
Dhidl_test_java.py53 def has_bitness(bitness): argument
54 …[[ \"$(getprop ro.product.cpu.abilist%s)\" != \"\" ]]' | adb shell sh" % bitness, ignore_error=Tru…