Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_integration_test.py37 def pretty_bitness(bitness): argument
39 return bitness[-1]
128 def __init__(self, host, bitness): argument
129 self.name = "%s_bit_cpp_server" % pretty_bitness(bitness)
131 self.binary = CPP_TEST_SERVICE_FOR_BITNESS % bitness
134 def __init__(self, host, bitness): argument
135 self.name = "%s_bit_cpp_client" % pretty_bitness(bitness)
137 self.binary = CPP_TEST_CLIENT_FOR_BITNESS % bitness
140 def __init__(self, host, bitness): argument
141 self.name = "%s_bit_cpp_v1_client" % pretty_bitness(bitness)
[all …]
/system/libfmq/tests/
Dfmq_test.py47 def has_bitness(bitness): argument
48 …[[ \"$(getprop ro.product.cpu.abilist%s)\" != \"\" ]]' | adb shell sh" % bitness, ignore_error=Tru…
71 def bitness(binary_path: str) -> str: function
78 return base + bitness(binary_path)
/system/tools/hidl/test/hidl_test/
Dhidl_test.py51 def has_bitness(bitness): argument
52 …[[ \"$(getprop ro.product.cpu.abilist%s)\" != \"\" ]]' | adb shell sh" % bitness, ignore_error=Tru…
/system/tools/hidl/test/java_test/
Dhidl_test_java.py61 def has_bitness(bitness): argument
62 …[[ \"$(getprop ro.product.cpu.abilist%s)\" != \"\" ]]' | adb shell sh" % bitness, ignore_error=Tru…