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

1 2 3

  /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/v8/build/android/pylib/results/
report_results.py 15 def _LogToFile(results, test_type, suite_name):
21 log_file_path, re.sub(r'\W', '_', test_type).lower() + '.log')
25 test_type, os.environ.get('BUILDBOT_BUILDERNAME'),
36 def _LogToFlakinessDashboard(results, test_type, test_package,
40 test_type, test_package, flakiness_server)
45 if test_type in ('instrumentation', 'Instrumentation'):
58 elif test_type == 'gtest':
72 def LogFull(results, test_type, test_package, annotation=None,
84 test_type: Type of the test (e.g. 'Instrumentation', 'Unit test', etc.).
112 _LogToFile(results, test_type, suite_name
    [all...]
  /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 78 local test_type=$1
85 echo "Running ${test_type} ${test}"
  /external/v8/build/android/pylib/instrumentation/
test_result.py 11 def __init__(self, full_name, test_type, start_date, dur, log=''):
16 test_type: Type of the test result as defined in ResultType.
22 full_name, test_type, dur, log)
  /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/v8/build/android/pylib/base/
base_test_result.py 29 def __init__(self, name, test_type, duration=0, log=''):
34 test_type: Type of the test result as defined in ResultType.
39 assert test_type in ResultType.GetTypes()
41 self._test_type = test_type
70 def SetType(self, test_type):
72 assert test_type in ResultType.GetTypes()
73 self._test_type = test_type
103 for test_type in ResultType.GetTypes():
104 if test_type != ResultType.PASS:
105 for t in sorted(self._GetType(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/chromium-trace/catapult/dashboard/dashboard/
buildbucket_job.py 16 builder_port=None, test_type='perf',
34 self.test_type = test_type
53 'test_type': self.test_type,
  /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/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/autotest/client/tests/kvm/tests/
pci_hotplug.py 39 test_type = params.get("pci_type")
65 if test_type == "nic":
67 elif test_type == "block":
82 driver_id = test_type + "-" + virt_utils.generate_random_id()
83 device_id = test_type + "-" + virt_utils.generate_random_id()
84 if test_type == "nic":
90 elif test_type == "block":
186 (tested_model, test_type,
194 "hotplug. Output: %r" % (test_type, e.output))
  /external/v8/build/android/pylib/remote/device/
remote_device_uirobot_test_run.py 60 def _UploadTestToDevice(self, test_type, test_path, app_id=None):
65 'test_type':test_type,
  /external/v8/build/android/pylib/results/flakiness_dashboard/
results_uploader.py 27 test_results_map, test_results_server, test_type, master_name):
38 test_type=test_type,
158 test_type=self._tests_type,
171 def Upload(results, flakiness_dashboard_server, test_type):
177 test_type: the type of the tests (as displayed by the flakiness dashboard).
179 uploader = ResultsUploader(test_type)
  /external/v8/test/mjsunit/
switch.js 384 function test_switch(clause_type, test_type, feedback, optimize) {
388 if (Array.isArray(test_type)) {
389 pairs = test_type.map(function(v) {
395 } else if (test_type === 'symbols') {
402 } else if (test_type === 'strings') {
409 } else if (test_type === 'oddball') {
415 } else if (test_type === 'smi') {
422 } else if (test_type === 'heapnum') {
436 // test_switch(clause_type, test_type, feedback, optimize);
444 test_types.forEach(function(test_type) {
    [all...]
  /external/autotest/server/site_tests/network_WiFi_AttenuatedPerf/
network_WiFi_AttenuatedPerf.py 46 'variance', 'signal', 'test_type'])
149 for test_type in set([data.test_type for data in throughput_data]):
152 '%s_%s.tsv' % (result_file_prefix, test_type))
156 if datum.test_type == test_type]):
  /system/core/libcutils/tests/
MemsetTest.cpp 126 void RunMemsetTests(test_e test_type, uint32_t value, int align[][2], size_t num_aligns) {
128 if (test_type == MEMSET16) {
153 if (test_type == MEMSET16) {
  /external/libnfc-nxp/src/
phHciNfc.h 651 * \param[in] test_type test_type is the type of the Self Test
670 uint32_t test_type,
743 uint32_t test_type,
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part2.c 415 vx_fp_test_type test_type; member in struct:vx_fp_test1
435 vx_fp_test_type test_type; member in struct:vx_fp_test2
918 vx_fp_test_type test_type = test_group.test_type; local
920 switch (test_type) {
925 if (test_type == VX_FP_SMAS)
927 else if (test_type == VX_FP_SMSS)
929 else if (test_type == VX_FP_SNMAS)
944 printf("ERROR: Invalid VX FP test type %d\n", test_type);
969 if (test_type != VX_FP_OTHER)
    [all...]
  /external/autotest/frontend/health/
manual_check_passing_experimental.py 48 afe_models.Test(name='test_dedupe', test_type=0, path='test_dedupe',
passing_experimental_functional_test.py 77 afe_models.Test(name='test1', test_type=0, path='test1',
79 afe_models.Test(name='test2', test_type=0, path='test2',
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
syncstr.h 103 unsigned int test_type; /* transition or Comparision type */ member in struct:_SyncTrigger

Completed in 704 milliseconds

1 2 3