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

1 2 3 4 5

  /external/libcxx/test/std/containers/sequences/array/
size_and_alignment.pass.cpp 33 void test_type() { function
48 test_type<char>();
49 test_type<int>();
50 test_type<double>();
51 test_type<long double>();
52 test_type<std::max_align_t>();
53 test_type<TestType1>();
54 test_type<TestType2>();
  /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...]
  /external/jemalloc/android/test/
run_jemalloc_tests.sh 84 local test_type=$1
91 echo "Running ${test_type} ${test}"
  /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/fio/crc/
test.c 30 struct test_type { struct
33 void (*fn)(struct test_type *, void *, size_t);
57 static void t_md5(struct test_type *t, void *buf, size_t size)
71 static void t_crc64(struct test_type *t, void *buf, size_t size)
79 static void t_crc32(struct test_type *t, void *buf, size_t size)
87 static void t_crc32c(struct test_type *t, void *buf, size_t size)
95 static void t_crc16(struct test_type *t, void *buf, size_t size)
103 static void t_crc7(struct test_type *t, void *buf, size_t size)
111 static void t_sha1(struct test_type *t, void *buf, size_t size)
125 static void t_sha256(struct test_type *t, void *buf, size_t size
    [all...]
  /external/autotest/client/bin/
fio_util.py 72 test_type = '' variable in class:fio_graph_generator
140 def _gen_data_row(cls, test_type, pass_list, percentile):
145 @param test_type: type of value collected for current test. i.e. IOPs
159 def _write_data(cls, f, test_type, pass_list, percentile):
165 @param test_type: type of value collected for current test. i.e. IOPs
170 row = cls._gen_data_row(test_type, pass_list, percentile)
178 def _write_option(cls, f, test_name, test_type, percentile):
184 @param test_type: type of value collected for current test. i.e. IOPs
190 (cls.graph_title[test_type], test_name))
193 (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
  /test/vts-testcase/hal/script/
launch_hal_test.py 36 --test_type: Test type, currently support two types: target and host.
49 python launch_hal_test.py --test_type=host --time_out=5m android.hardware.nfc@1.0
59 '--test_type',
60 dest='test_type',
131 if args.test_type != 'target' and args.test_type != 'host':
134 elif args.test_type == 'host' and args.is_replay:
151 if args.test_type == 'target' and not args.disable_stop_runtime:
158 args.test_type,
172 if args.test_type == "host" or args.enable_profiling
    [all...]
  /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))
  /external/libffi/testsuite/libffi.call/
cls_multi_schar.c 34 typedef signed char (*test_type)(signed char, signed char); typedef
68 res_closure = (*((test_type)code))(2, 125);
cls_multi_sshort.c 34 typedef signed short (*test_type)(signed short, signed short); typedef
68 res_closure = (*((test_type)code))(2, 32765);
cls_multi_sshortchar.c 38 typedef signed short (*test_type)(signed char, signed short, typedef
80 res_closure = (*((test_type)code))(1, 32765, 127, -128);
cls_multi_ushort.c 34 typedef unsigned short (*test_type)(unsigned short, unsigned short); typedef
68 res_closure = (*((test_type)code))(2, 32765);
cls_multi_ushortchar.c 38 typedef unsigned short (*test_type)(unsigned char, unsigned short, typedef
80 res_closure = (*((test_type)code))(1, 2, 127, 128);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_multi_schar.c 34 typedef signed char (*test_type)(signed char, signed char); typedef
68 res_closure = (*((test_type)code))(2, 125);

Completed in 358 milliseconds

1 2 3 4 5