Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 16 of 16) sorted by relevance

/test/vts-testcase/performance/fmq_benchmark/
DFmqPerformanceTest.py74 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/
DHwBinderThroughputBenchmark.py65 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/
DBinderThroughputBenchmark.py63 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/
DHwBinderPerformanceTest.py102 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/
DHwBinderLatencyTest.py89 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/
DBinderPerformanceTest.py100 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/
Dmirror_object.py102 bits=64, argument
131 if bits not in [32, 64]:
133 "Invalid value for bits: %s" % bits)
147 bits=bits,
Dmirror_tracker.py301 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)
Dlib_mirror.py38 target_basepaths, handler_name, bits): argument
89 bits=bits)
Dhal_mirror.py65 handler_name, bits, is_test_hal): argument
100 bits=bits,
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py197 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/
DAndroidSystemControlMessage.proto107 // Whether a target driver binary is 64-bits or 32-bits.
108 optional int32 bits = 3003; field
/test/vts/testcases/fuzz/lib_bionic/
DLibBionicLibmFuzzTest.py34 bits=64,
/test/vts/utils/python/library/elf/testing/
Dtest-relr.s21 # Bitmap entries where the least significant bits are 1
/test/vts/utils/python/controllers/
Dandroid_device.py1291 bits = ['64', '32'] if self.is64Bit else ['32']
1293 for bitness in bits:
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py61 bits=int(self.abi_bitness))