/external/autotest/server/cros/network/ |
D | netperf_runner.py | 20 def from_netperf_results(test_type, results, duration_seconds): argument 30 if test_type in NetperfConfig.TCP_STREAM_TESTS: 46 result = NetperfResult(test_type, duration_seconds, 48 elif test_type in NetperfConfig.UDP_STREAM_TESTS: 65 result = NetperfResult(test_type, duration_seconds, 68 elif test_type in NetperfConfig.REQUEST_RESPONSE_TESTS: 85 result = NetperfResult(test_type, duration_seconds, 88 raise error.TestFail('Invalid netperf test type: %r.' % test_type) 120 if len(set([x.test_type for x in samples])) != 1: 132 samples[0].test_type, [all …]
|
/external/autotest/client/bin/ |
D | fio_util.py | 72 test_type = '' variable in fio_graph_generator 140 def _gen_data_row(cls, test_type, pass_list, percentile): argument 159 def _write_data(cls, f, test_type, pass_list, percentile): argument 170 row = cls._gen_data_row(test_type, pass_list, percentile) 178 def _write_option(cls, f, test_name, test_type, percentile): argument 190 (cls.graph_title[test_type], test_name)) 193 (cls.graph_title[test_type], test_name)) 196 option['vAxis'] = {'title': cls.v_title[test_type]} 203 def _write_graph(cls, test_name, test_type, pass_list, percentile=False): argument 213 test_name, test_type, str(pass_list)) [all …]
|
/external/libcxx/test/std/containers/sequences/array/ |
D | size_and_alignment.pass.cpp | 33 void test_type() { in test_type() function 48 test_type<char>(); in main() 49 test_type<int>(); in main() 50 test_type<double>(); in main() 51 test_type<long double>(); in main() 52 test_type<std::max_align_t>(); in main() 53 test_type<TestType1>(); in main() 54 test_type<TestType2>(); in main()
|
/external/fio/crc/ |
D | test.c | 30 struct test_type { struct 33 void (*fn)(struct test_type *, void *, size_t); argument 57 static void t_md5(struct test_type *t, void *buf, size_t size) in t_md5() argument 71 static void t_crc64(struct test_type *t, void *buf, size_t size) in t_crc64() 79 static void t_crc32(struct test_type *t, void *buf, size_t size) in t_crc32() 87 static void t_crc32c(struct test_type *t, void *buf, size_t size) in t_crc32c() 95 static void t_crc16(struct test_type *t, void *buf, size_t size) in t_crc16() 103 static void t_crc7(struct test_type *t, void *buf, size_t size) in t_crc7() 111 static void t_sha1(struct test_type *t, void *buf, size_t size) in t_sha1() 125 static void t_sha256(struct test_type *t, void *buf, size_t size) in t_sha256() [all …]
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/ |
D | p1.cpp | 30 template<typename T> void test_type(T) { T::error; } // expected-error {{has no members}} in test_type() function 31 template<> void test_type(int (*)()) {} in test_type() function 40 test_type(e); in check() 41 test_type(f); in check() 42 test_type(g); in check() 43 test_type(h); // expected-note {{instantiation}} in check()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_standard_test.cc | 228 int run_auto_test(TestType test_type) { in run_auto_test() argument 229 assert(test_type != Standard); in run_auto_test() 244 if (test_type == Stress) { in run_auto_test() 247 } else if (test_type == CPU) { in run_auto_test() 289 TestType test_type = Invalid; in RunInManualMode() local 294 test_type = Standard; in RunInManualMode() 299 test_type = Stress; in RunInManualMode() 304 test_type = CPU; in RunInManualMode() 311 if (test_type == Standard) { in RunInManualMode() 319 return run_auto_test(test_type); in RunInManualMode()
|
/external/vixl/tools/test_generator/ |
D | generator.py | 312 def __init__(self, test_name, test_isa, test_type, mnemonics, operands, argument 316 self.test_type = test_type 322 if self.test_type == "simulator": 331 if self.test_type in ["simulator", "macro-assembler"]: 475 if self.test_type == "simulator": 477 elif self.test_type == "assembler": 479 elif self.test_type == "macro-assembler": 481 elif self.test_type == "assembler-negative": 484 raise Exception("Unrecognized test type \"{}\".".format(self.test_type)) 529 if self.test_type in ["simulator", "macro-assembler"]: [all …]
|
/external/ltp/testcases/network/stress/route/ |
D | route6-ifdown | 166 test_type=$1 168 TCID=route6-ifdown0${test_type} 169 TST_COUNT=$test_type 171 case $test_type in 202 case $test_type in 223 case $test_type in
|
D | route4-ifdown | 175 test_type=$1 177 TCID=route4-ifdown0${test_type} 178 TST_COUNT=$test_type 180 case $test_type in 204 case $test_type in 225 case $test_type in
|
D | route4-change-dst | 172 test_type=$1 174 TCID=route4-change-dst0${test_type} 175 TST_COUNT=$test_type 177 case $test_type in 219 case $test_type in 240 case $test_type in
|
D | route6-change-dst | 167 test_type=$1 169 TCID=route6-change-dst0${test_type} 170 TST_COUNT=$test_type 172 case $test_type in 215 case $test_type in 236 case $test_type in
|
D | route4-change-gw | 174 test_type=$1 176 TCID=route4-change-gw0${test_type} 177 TST_COUNT=$test_type 179 case $test_type in 217 case $test_type in 242 case $test_type in
|
D | route6-change-gw | 172 test_type=$1 174 TCID=route6-change-gw0${test_type} 175 TST_COUNT=$test_type 177 case $test_type in 216 case $test_type in 242 case $test_type in
|
D | route6-rmmod | 194 test_type=$1 196 TCID=route6-rmmod0${test_type} 197 TST_COUNT=$test_type 199 case $test_type in 223 case $test_type in
|
D | route4-change-if | 191 test_type=$1 193 TCID=route4-change-if0${test_type} 194 TST_COUNT=$test_type 196 case $test_type in 243 case $test_type in 274 case $test_type in
|
D | route6-change-if | 189 test_type=$1 191 TCID=route6-change-if0${test_type} 192 TST_COUNT=$test_type 194 case $test_type in 241 case $test_type in 272 case $test_type in
|
D | route4-rmmod | 198 test_type=$1 200 TCID=route4-rmmod0${test_type} 201 TST_COUNT=$test_type 203 case $test_type in 227 case $test_type in
|
/external/autotest/server/cros/ap_configurators/ |
D | ap_configurator_factory.py | 253 self.test_type = ap_test_type 384 if self.test_type == ap_constants.AP_TEST_TYPE_CHAOS: 387 elif self.test_type == ap_constants.AP_TEST_TYPE_CLIQUE: 390 elif self.test_type == ap_constants.AP_TEST_TYPE_CASEY5: 393 elif self.test_type == ap_constants.AP_TEST_TYPE_CASEY7: 420 if self.test_type == ap_constants.AP_TEST_TYPE_CHAOS: 423 elif self.test_type == ap_constants.AP_TEST_TYPE_CLIQUE: 426 elif self.test_type == ap_constants.AP_TEST_TYPE_CASEY5: 429 elif self.test_type == ap_constants.AP_TEST_TYPE_CASEY7:
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_07_part2.c | 415 vx_fp_test_type test_type; member 435 vx_fp_test_type test_type; member 918 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() local 920 switch (test_type) { in test_vx_fp_ops() 925 if (test_type == VX_FP_SMAS) in test_vx_fp_ops() 927 else if (test_type == VX_FP_SMSS) in test_vx_fp_ops() 929 else if (test_type == VX_FP_SNMAS) in test_vx_fp_ops() 944 printf("ERROR: Invalid VX FP test type %d\n", test_type); in test_vx_fp_ops() 969 if (test_type != VX_FP_OTHER) { in test_vx_fp_ops() 1008 if (test_type == VX_FP_OTHER) in test_vx_fp_ops() [all …]
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_07_part2.c | 415 vx_fp_test_type test_type; member 435 vx_fp_test_type test_type; member 918 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() local 920 switch (test_type) { in test_vx_fp_ops() 925 if (test_type == VX_FP_SMAS) in test_vx_fp_ops() 927 else if (test_type == VX_FP_SMSS) in test_vx_fp_ops() 929 else if (test_type == VX_FP_SNMAS) in test_vx_fp_ops() 944 printf("ERROR: Invalid VX FP test type %d\n", test_type); in test_vx_fp_ops() 969 if (test_type != VX_FP_OTHER) { in test_vx_fp_ops() 1008 if (test_type == VX_FP_OTHER) in test_vx_fp_ops() [all …]
|
/external/autotest/client/site_tests/bluetooth_RegressionClient/ |
D | bluetooth_RegressionClient.py | 15 def _test_init(self, test_type): argument 20 self._test_type = test_type 21 logging.info('Beginning test of type %s.', test_type) 23 self.collect_logs(message=('Before %s.' % test_type))
|
/external/autotest/client/tests/monotonic_time/ |
D | monotonic_time.py | 19 def run_once(self, test_type = None, duration = 300, threshold = None): argument 20 if not test_type: 27 cmd += ' ' + test_type
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderTextureImageSamplesTests.cpp | 227 const _test_type& test_type) in executeFunctionalTest() argument 262 switch (test_type) in executeFunctionalTest() 477 if (test_type == TEST_TYPE_IMAGE) in executeFunctionalTest() 511 if (test_type == TEST_TYPE_IMAGE) in executeFunctionalTest() 633 _test_type test_type = (_test_type)n_test_type; in iterate() local 635 if (test_type == type_to_test) in iterate() 637 executeFunctionalTest(sampler_type, test_type); in iterate()
|
/external/autotest/server/cros/chaos_lib/ |
D | static_runner.py | 69 test_type = ap_constants.AP_TEST_TYPE_CASEY5 71 test_type = ap_constants.AP_TEST_TYPE_CASEY7 73 test_type = None 117 ap_test_type=test_type) 237 test_type)
|
/external/autotest/server/site_tests/network_WiFi_AttenuatedPerf/ |
D | network_WiFi_AttenuatedPerf.py | 178 for test_type in set([data.test_type for data in throughput_data]): 181 '%s_%s.tsv' % (result_file_prefix, test_type)) 185 if datum.test_type == test_type]):
|