/test/vts-testcase/performance/fmq_benchmark/ |
D | FmqPerformanceTest.py | 74 def RunBenchmark(self, bits): argument 82 logging.info("Start the benchmark service(%s bit mode)", bits) 83 binary = "/data/local/tmp/%s/mq_benchmark_service%s" % (bits, bits) 88 "$LD_LIBRARY_PATH %s&" % (bits, binary) 96 logging.info("Start to run the benchmark (%s bit mode)", bits) 97 binary = "/data/local/tmp/%s/mq_benchmark_client%s" % (bits, bits) 102 "$LD_LIBRARY_PATH %s" % (bits, binary) 107 bits) 135 "fmq_read_latency_benchmark_%sbits" % bits, 142 "fmq_write_latency_benchmark_%sbits" % bits, [all …]
|
/test/vts-testcase/performance/hwbinder_throughput_test/ |
D | HwBinderThroughputBenchmark.py | 65 def RunBenchmarkAndReportResult(self, bits): argument 83 result = self.RunBenchmark(bits, thread) 96 "hwbinder_throughput_iterations_per_second_%sbits" % bits, 102 "hwbinder_throughput_time_average_ns_%sbits" % bits, 107 "hwbinder_throughput_time_best_ns_%sbits" % bits, 111 "hwbinder_throughput_time_worst_ns_%sbits" % bits, 117 "hwbinder_throughput_time_50percentile_ns_%sbits" % bits, 122 "hwbinder_throughput_time_90percentile_ns_%sbits" % bits, 127 "hwbinder_throughput_time_95percentile_ns_%sbits" % bits, 132 "hwbinder_throughput_time_99percentile_ns_%sbits" % bits, [all …]
|
/test/vts-testcase/performance/binder_throughput_test/ |
D | BinderThroughputBenchmark.py | 63 def RunBenchmarkAndReportResult(self, bits): argument 81 result = self.RunBenchmark(bits, thread) 94 "binder_throughput_iterations_per_second_%sbits" % bits, 100 "binder_throughput_time_average_ns_%sbits" % bits, 105 "binder_throughput_time_best_ns_%sbits" % bits, 109 "binder_throughput_time_worst_ns_%sbits" % bits, 115 "binder_throughput_time_50percentile_ns_%sbits" % bits, 120 "binder_throughput_time_90percentile_ns_%sbits" % bits, 125 "binder_throughput_time_95percentile_ns_%sbits" % bits, 130 "binder_throughput_time_99percentile_ns_%sbits" % bits, [all …]
|
/test/vts-testcase/performance/hwbinder_benchmark/ |
D | HwBinderPerformanceTest.py | 102 def RunBenchmark(self, bits): argument 112 self.hidl_hal_mode, bits) 113 binary = "/data/local/tmp/%s/libhwbinder_benchmark%s" % (bits, bits) 121 (bits, bits, bits, binary, self.hidl_hal_mode.encode("utf-8")) 135 table_name = "hwbinder_vector_roundtrip_latency_benchmark_%sbits" % bits 148 if label in self.THRESHOLD[bits]: 150 value, self.THRESHOLD[bits][label], 152 value, label, self.THRESHOLD[bits][label]))
|
/test/vts-testcase/performance/hwbinder_latency_test/ |
D | HwBinderLatencyTest.py | 89 def _runBenchmark(self, bits): argument 100 bits, self.hidl_hal_mode) 101 binary = "/data/local/tmp/%s/libhwbinder_latency%s" % (bits, bits) 109 "%s -raw_data -pair %d -i %d -m %s" % (bits, bits, bits, 118 "testRunBenchmark%sBit failed." % (bits)) 140 def _addBenchmarkTableToResult(self, result, bits): argument 153 "hwbinder_latency_%sbits_fifo" % bits,fifo_table) 155 "hwbinder_latency_%sbits_other" % bits, other_table) 157 def _uploadResult(self, result, bits): argument 168 "hwbinder_latency_%sbits" % bits,
|
/test/vts-testcase/performance/binder_benchmark/ |
D | BinderPerformanceTest.py | 100 def RunBenchmark(self, bits): argument 108 logging.info("Start to run the benchmark (%s bit mode)", bits) 109 binary = "/data/local/tmp/%s/libbinder_benchmark%s" % (bits, bits) 114 "%s --benchmark_format=json" % (bits, bits, binary) 128 table_name = "binder_vector_roundtrip_latency_benchmark_%sbits" % bits 141 if label in self.THRESHOLD[bits]: 143 value, self.THRESHOLD[bits][label], 145 value, label, self.THRESHOLD[bits][label]))
|
/test/vts/utils/python/mirror/ |
D | mirror_object.py | 102 bits=64, argument 131 if bits not in [32, 64]: 133 "Invalid value for bits: %s" % bits) 147 bits=bits,
|
D | mirror_tracker.py | 301 bits=64, argument 345 handler_name, bits, is_test_hal) 355 bits=64, argument 395 bits) 398 def InvokeTerminal(self, instance_name, bits=32): argument 410 if bits not in [32, 64]: 412 "Invalid value for bits: %s" % bits) 425 bits=bits)
|
D | lib_mirror.py | 38 target_basepaths, handler_name, bits): argument 89 bits=bits)
|
D | hal_mirror.py | 65 handler_name, bits, is_test_hal): argument 100 bits=bits,
|
/test/vts/runners/host/tcp_client/ |
D | vts_tcp_client.py | 197 bits, argument 229 logging.debug("bits: %s", bits) 235 bits=bits, 633 bits=None, argument 709 if bits is not None: 710 command_msg.bits = bits
|
/test/vts/proto/ |
D | AndroidSystemControlMessage.proto | 107 // Whether a target driver binary is 64-bits or 32-bits. 108 optional int32 bits = 3003; field
|
/test/vts/testcases/fuzz/lib_bionic/ |
D | LibBionicLibmFuzzTest.py | 34 bits=64,
|
/test/vts/utils/python/library/elf/testing/ |
D | test-relr.s | 21 # Bitmap entries where the least significant bits are 1
|
/test/vts/utils/python/controllers/ |
D | android_device.py | 1291 bits = ['64', '32'] if self.is64Bit else ['32'] 1293 for bitness in bits:
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 61 bits=int(self.abi_bitness))
|