HomeSort by relevance Sort by last modified time
    Searched refs:test_type (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
p1.cpp 30 template<typename T> void test_type(T) { T::error; } // expected-error {{has no members}} function
31 template<> void test_type(int (*)()) {} function
40 test_type(e);
41 test_type(f);
42 test_type(g);
43 test_type(h); // expected-note {{instantiation}}
  /external/autotest/server/cros/network/
netperf_runner.py 20 def from_netperf_results(test_type, results, duration_seconds):
23 @param test_type string one of NetperfConfig.TEST_TYPE_* below.
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
    [all...]
netperf_session.py 65 test_type = netperf_runner.NetperfConfig.TEST_TYPE_TCP_STREAM
68 test_type = netperf_runner.NetperfConfig.TEST_TYPE_TCP_MAERTS
70 test_type, test_time=self.WARMUP_SAMPLE_TIME_SECONDS)
  /external/jemalloc/android/test/
run_jemalloc_tests.sh 84 local test_type=$1
91 echo "Running ${test_type} ${test}"
  /test/vts-testcase/hal/script/
launch_hal_test.py 32 python launch_hal_test.py [--test_type=host/target] [--time_out=estimated_test_time] [--enable_profiling] hal_package name
37 python launch_hal_test.py --test_type=host --time_out=5m android.hardware.nfc@1.0
44 '--test_type',
45 dest='test_type',
85 if not args.test_type:
86 args.test_type = 'target'
87 elif args.test_type != 'target' and args.test_type != 'host':
90 elif args.test_type == 'host' and args.is_replay:
104 if args.test_type == 'target' and not args.disable_stop_runtime
    [all...]
  /external/fio/crc/
test.c 29 struct test_type { struct
32 void (*fn)(struct test_type *, void *, size_t);
52 static void t_md5(struct test_type *t, void *buf, size_t size)
66 static void t_crc64(struct test_type *t, void *buf, size_t size)
74 static void t_crc32(struct test_type *t, void *buf, size_t size)
82 static void t_crc32c(struct test_type *t, void *buf, size_t size)
90 static void t_crc16(struct test_type *t, void *buf, size_t size)
98 static void t_crc7(struct test_type *t, void *buf, size_t size)
106 static void t_sha1(struct test_type *t, void *buf, size_t size)
120 static void t_sha256(struct test_type *t, void *buf, size_t size
    [all...]
  /external/autotest/client/common_lib/cros/graphite/
stats_es_functionaltest.py 50 for test_type in tests:
51 if test_type not in TESTS_ALL:
52 print 'Skipping test %s, it is not supported. ' % (test_type)
57 print 'running %s test.' % (test_type)
58 self._run_one_test_metadata(test_type, num_entries, keys)
61 def _run_one_test_metadata(self, test_type, num_entries, keys):
68 target_type=test_type,
86 %(test_type, self.index))
94 print '\n\n%s test failed! \n\n' % (test_type)
96 print '\n\n%s test passed! \n\n' % (test_type)
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.cc 228 int run_auto_test(TestType test_type) {
229 assert(test_type != Standard);
244 if (test_type == Stress) {
247 } else if (test_type == CPU) {
289 TestType test_type = Invalid; local
294 test_type = Standard;
299 test_type = Stress;
304 test_type = CPU;
311 if (test_type == Standard) {
319 return run_auto_test(test_type);
    [all...]
  /external/autotest/client/bin/
fio_util.py 67 test_type = '' variable in class:fio_graph_generator
135 def _gen_data_row(cls, test_type, pass_list, percentile):
140 @param test_type: type of value collected for current test. i.e. IOPs
154 def _write_data(cls, f, test_type, pass_list, percentile):
160 @param test_type: type of value collected for current test. i.e. IOPs
165 row = cls._gen_data_row(test_type, pass_list, percentile)
173 def _write_option(cls, f, test_name, test_type, percentile):
179 @param test_type: type of value collected for current test. i.e. IOPs
185 (cls.graph_title[test_type], test_name))
188 (cls.graph_title[test_type], test_name)
    [all...]
  /external/autotest/client/tests/monotonic_time/
monotonic_time.py 19 def run_once(self, test_type = None, duration = 300, threshold = None):
20 if not test_type:
27 cmd += ' ' + test_type
  /external/ltp/testcases/network/stress/route/
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
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
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
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
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
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
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
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
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
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
  /test/vts-testcase/fuzz/script/config/
config_gen.py 130 test_type = 'func_fuzzer'
132 test_type = 'iface_fuzzer'
133 return test_type
145 test_type = 'FuncFuzzer'
147 test_type = 'IfaceFuzzer'
148 return test_type
  /external/autotest/client/site_tests/bluetooth_RegressionClient/
bluetooth_RegressionClient.py 15 def _test_init(self, test_type):
18 @param: test_type: short string label for log files and messages
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))
  /test/vts/script/
create-test-project.py 45 test_type: test type, such as HidlHalTest, HostDrivenTest, etc
50 def __init__(self, test_name, test_dir_under_testcases, test_type):
69 if not test_type:
70 self.test_type = 'HidlHalTest'
72 self.test_type = test_type
185 test_type=self.test_type,
219 dest='test_type',
225 args.test_type)
    [all...]
  /external/vixl/tools/test_generator/
generator.py 304 test_type Type of the test, extracted from test_name.
311 def __init__(self, test_name, test_isa, test_type, mnemonics, operands,
315 self.test_type = test_type
321 if self.test_type == "simulator":
330 if self.test_type in ["simulator", "macro-assembler"]:
474 if self.test_type == "simulator":
476 elif self.test_type == "assembler":
478 elif self.test_type == "macro-assembler":
481 raise Exception("Unrecognized test type \"{}\".".format(self.test_type))
    [all...]
  /external/autotest/server/cros/ap_configurators/
ap_configurator_factory.py 253 self.test_type = ap_test_type
382 if self.test_type == ap_constants.AP_TEST_TYPE_CHAOS:
385 elif self.test_type == ap_constants.AP_TEST_TYPE_CLIQUE:
388 elif self.test_type == ap_constants.AP_TEST_TYPE_CASEY5:
391 elif self.test_type == ap_constants.AP_TEST_TYPE_CASEY7:

Completed in 518 milliseconds

1 2 3 4