HomeSort by relevance Sort by last modified time
    Searched refs:test_type (Results 1 - 25 of 57) 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/chromium_org/build/android/pylib/base/
base_test_result.py 25 def __init__(self, name, test_type, log=''):
30 test_type: Type of the test result as defined in ResultType.
34 assert test_type in ResultType.GetTypes()
36 self._test_type = test_type
82 for test_type in ResultType.GetTypes():
83 if test_type != ResultType.PASS:
84 for t in sorted(self._GetType(test_type)):
87 s.append('[%s] %s:' % (test_type, t))
95 for test_type in ResultType.GetTypes():
96 tests = sorted(self._GetType(test_type))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
testfile.py 40 test_type = db.StringProperty() variable in class:TestFile
43 def delete_file(cls, key, master, builder, test_type, name, before, limit):
53 files = cls.get_files(master, builder, test_type, name, before, load_data=False, limit=limit)
56 "File not found, master: %s, builder: %s, test_type:%s, name: %s, before: %s.",
57 master, builder, test_type, name, before)
66 def get_files(cls, master, builder, test_type, name, before=None, load_data=True, limit=1):
72 if test_type:
73 query = query.filter("test_type =", test_type)
89 file_information = "master: %s, builder: %s, test_type: %s, name: %s." % (file.master, file.builder, file.test_type, file.name
    [all...]
testfile_test.py 41 # master, builder, test_type, name, data; order matters.
62 actual_fields = [actual_file.master, actual_file.builder, actual_file.test_type, actual_file.name, actual_file.data]
92 fields = [f.master, f.builder, f.test_type, f.name, f.data]
  /external/chromium_org/build/android/pylib/utils/
report_results.py 16 def _LogToFile(results, test_type, suite_name, build_type):
23 log_file_path, re.sub('\W', '_', test_type).lower() + '.log')
27 test_type, os.environ.get('BUILDBOT_BUILDERNAME'),
38 def _LogToFlakinessDashboard(results, test_type, test_package,
42 (test_type, test_package, flakiness_server))
45 if test_type != 'Instrumentation':
66 def LogFull(results, test_type, test_package, annotation=None,
78 test_type: Type of the test (e.g. 'Instrumentation', 'Unit test', etc.).
107 _LogToFile(results, test_type, suite_name, build_type)
110 _LogToFlakinessDashboard(results, test_type, test_package
    [all...]
flakiness_dashboard_results_uploader.py 53 test_results_map, test_results_server, test_type, master_name):
65 test_type=test_type,
183 test_type=self._tests_type,
196 def Upload(results, flakiness_dashboard_server, test_type):
202 test_type: the type of the tests (as displayed by the flakiness dashboard).
204 uploader = ResultsUploader(test_type)
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
testfilehandler.py 71 test_type = self.request.get(PARAM_TEST_TYPE)
77 "Deleting File, master: %s, builder: %s, test_type: %s, name: %s, before: %s, key: %s.",
78 master, builder, test_type, name, before, key)
81 num_deleted = TestFile.delete_file(key, master, builder, test_type, name, before, limit)
90 def _get_file_list(self, master, builder, test_type, name, before, limit, callback_name=None):
95 test_type: type of the test
100 master, builder, test_type, name, before, load_data=False, limit=limit)
102 logging.info("File not found, master: %s, builder: %s, test_type: %s, name: %s.",
103 master, builder, test_type, name)
111 "test_type": test_type
    [all...]
  /external/chromium_org/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.
21 super(InstrumentationTestResult, self).__init__(full_name, test_type, log)
  /external/chromium_org/tools/json_schema_compiler/test/
crossref_unittest.cc 30 EXPECT_TRUE(crossref_type->test_type.get());
32 crossref_type->test_type->ToValue().get()));
42 EXPECT_TRUE(params->test_type.get());
44 CreateTestTypeDictionary()->Equals(params->test_type->ToValue().get()));
59 scoped_ptr<test::api::simple_api::TestType> test_type(
62 test::api::simple_api::TestType::Populate(*value, test_type.get()));
64 scoped_ptr<ListValue> results = GetTestType::Results::Create(*test_type);
80 EXPECT_TRUE(params->param_object.test_type.get());
83 params->param_object.test_type->ToValue().get()));
93 EXPECT_FALSE(params->param_object.test_type.get())
    [all...]
simple_api_unittest.cc 118 scoped_ptr<TestType> test_type(new TestType());
120 EXPECT_TRUE(TestType::Populate(*value, test_type.get()));
121 EXPECT_EQ("bling", test_type->string);
122 EXPECT_EQ(1.1, test_type->number);
123 EXPECT_EQ(4, test_type->integer);
124 EXPECT_EQ(true, test_type->boolean);
125 EXPECT_TRUE(value->Equals(test_type->ToValue().get()));
128 scoped_ptr<TestType> test_type(new TestType());
131 EXPECT_FALSE(TestType::Populate(*value, test_type.get()));
138 scoped_ptr<TestType> test_type(new TestType())
    [all...]
  /external/chromium_org/chrome/browser/net/
network_stats.h 183 // |test_type| is the current test_type to be recorded. |status| is the
185 void RecordHistograms(TestType test_type);
192 void RecordPacketsReceivedHistograms(TestType test_type);
199 void RecordPacketLossSeriesHistograms(TestType test_type);
203 void RecordInterArrivalHistograms(TestType test_type);
207 void RecordRTTHistograms(TestType test_type, uint32 index);
216 void RecordSendToLastRecvDelayHistograms(TestType test_type);
network_stats.cc 373 TestType test_type = test_sequence_[current_test_index_]; local
385 if (test_type == NAT_BIND_TEST) {
401 if (test_type == START_PACKET_TEST) {
460 // If test_type is TOKEN_REQUEST, it will do nothing but call
462 TestType test_type = test_sequence_[current_test_index_];
470 if (test_type == START_PACKET_TEST) {
538 void NetworkStats::RecordHistograms(TestType test_type) {
539 switch (test_type) {
543 RecordInterArrivalHistograms(test_type);
544 RecordPacketLossSeriesHistograms(test_type);
    [all...]
  /external/chromium_org/tools/
gypv8sh.py 34 (v8_shell, mock_js, axs_testing_js, test_api, js2webui, test_type,
36 arguments = [js2webui, inputfile, inputrelfile, cxxoutfile, test_type]
  /external/libffi/testsuite/libffi.call/
cls_multi_schar.c 34 typedef signed char (*test_type)(signed char, signed char); typedef
76 res_closure = (*((test_type)pcl))(2, 125);
cls_multi_sshort.c 34 typedef signed short (*test_type)(signed short, signed short); typedef
76 res_closure = (*((test_type)pcl))(2, 32765);
cls_multi_sshortchar.c 38 typedef signed short (*test_type)(signed char, signed short, typedef
88 res_closure = (*((test_type)pcl))(1, 32765, 127, -128);
cls_multi_ushort.c 34 typedef unsigned short (*test_type)(unsigned short, unsigned short); typedef
76 res_closure = (*((test_type)pcl))(2, 32765);
cls_multi_ushortchar.c 38 typedef unsigned short (*test_type)(unsigned char, unsigned short, typedef
88 res_closure = (*((test_type)pcl))(1, 2, 127, 128);
cls_multi_uchar.c 37 typedef unsigned char (*test_type)(unsigned char, unsigned char, typedef
93 res_closure = (*((test_type)pcl))(1, 2, 127, 125);
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 124 test_type = base_test_result.ResultType.PASS
137 test_type = result.GetType()
144 self.tagged_name, test_type, start_ms, duration_ms, log=log))
  /external/chromium_org/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/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/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,
phHciNfc_DevMgmt.h 218 * \param[in] test_type test_type is the type of the Self Test
237 uint8_t test_type,
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 19 explicit EnableDisableTest(TestType test_type) : SyncTest(test_type) {}

Completed in 542 milliseconds

1 2 3