Home
last modified time | relevance | path

Searched defs:test_type (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/build/android/pylib/utils/
Dreport_results.py16 def _LogToFile(results, test_type, suite_name): argument
37 def _LogToFlakinessDashboard(results, test_type, test_package, argument
65 def LogFull(results, test_type, test_package, annotation=None, argument
Dflakiness_dashboard_results_uploader.py53 test_results_map, test_results_server, test_type, master_name): argument
196 def Upload(results, flakiness_dashboard_server, test_type): argument
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
Dtestfile.py40 test_type = db.StringProperty() variable in TestFile
43 def delete_file(cls, key, master, builder, test_type, name, before, limit): argument
66 def get_files(cls, master, builder, test_type, name, before=None, load_data=True, limit=1): argument
99 def overwrite_or_add_file(cls, master, builder, test_type, name, data): argument
106 def add_file(cls, master, builder, test_type, name, data): argument
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
Dp1.cpp30 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
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
Dtestfilehandler.py90 def _get_file_list(self, master, builder, test_type, name, before, limit, callback_name=None): argument
122 def _get_file_content(self, master, builder, test_type, name): argument
150 def _get_test_list_json(self, master, builder, test_type): argument
/external/chromium_org/chrome/browser/net/
Dnetwork_stats.cc409 TestType test_type = test_sequence_[current_test_index_]; in UpdateReception() local
508 TestType test_type = test_sequence_[current_test_index_]; in OnReadDataTimeout() local
594 void NetworkStats::RecordHistograms(TestType test_type) { in RecordHistograms()
623 void NetworkStats::RecordInterArrivalHistograms(TestType test_type) { in RecordInterArrivalHistograms()
635 void NetworkStats::RecordPacketsReceivedHistograms(TestType test_type) { in RecordPacketsReceivedHistograms()
737 void NetworkStats::RecordPacketLossSeriesHistograms(TestType test_type) { in RecordPacketLossSeriesHistograms()
763 void NetworkStats::RecordRTTHistograms(TestType test_type, uint32 index) { in RecordRTTHistograms()
780 void NetworkStats::RecordSendToLastRecvDelayHistograms(TestType test_type) { in RecordSendToLastRecvDelayHistograms()
/external/chromium_org/build/android/pylib/instrumentation/
Dtest_result.py11 def __init__(self, full_name, test_type, start_date, dur, log=''): argument
/external/chromium_org/tools/json_schema_compiler/test/
Dsimple_api_unittest.cc118 scoped_ptr<TestType> test_type(new TestType()); in TEST() local
128 scoped_ptr<TestType> test_type(new TestType()); in TEST() local
138 scoped_ptr<TestType> test_type(new TestType()); in TEST() local
Dcrossref_unittest.cc59 scoped_ptr<test::api::simple_api::TestType> test_type( in TEST() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
Dprint_layout_test_types_unittest.py51 def test_type(self): member in PrintLayoutTestTimesTest
/external/libffi/testsuite/libffi.call/
Dcls_multi_schar.c34 typedef signed char (*test_type)(signed char, signed char); typedef
Dcls_multi_sshort.c34 typedef signed short (*test_type)(signed short, signed short); typedef
Dcls_multi_ushort.c34 typedef unsigned short (*test_type)(unsigned short, unsigned short); typedef
Dcls_multi_sshortchar.c38 typedef signed short (*test_type)(signed char, signed short, typedef
Dcls_multi_ushortchar.c38 typedef unsigned short (*test_type)(unsigned char, unsigned short, typedef
Dcls_multi_uchar.c37 typedef unsigned char (*test_type)(unsigned char, unsigned char, typedef
/external/chromium_org/build/android/pylib/base/
Dbase_test_result.py25 def __init__(self, name, test_type, log=''): argument
146 def _GetType(self, test_type): argument
/external/chromium_org/chrome/browser/sync/test/integration/
Denable_disable_test.cc18 explicit EnableDisableTest(TestType test_type) : SyncTest(test_type) {} in EnableDisableTest()
/external/v8/test/mjsunit/
Dswitch.js384 function test_switch(clause_type, test_type, feedback, optimize) { argument
444 test_types.forEach(function(test_type) { argument
/external/chromium_org/v8/test/mjsunit/
Dswitch.js384 function test_switch(clause_type, test_type, feedback, optimize) { argument
444 test_types.forEach(function(test_type) { argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DProxyTest.java95 public void test_type() { in test_type() method in ProxyTest
/external/chromium_org/cc/test/
Dlayer_tree_pixel_test.cc200 PixelTestType test_type, in RunPixelTest()
211 PixelTestType test_type, in RunPixelTestWithReadbackTarget()
/external/chromium_org/cc/trees/
Dlayer_tree_host_pixeltest_filters.cc155 void RunPixelTestType(PixelTestType test_type) { in RunPixelTestType()
/external/libnfc-nxp/src/
DphHciNfc.c1585 uint32_t test_type, in phHciNfc_PRBS_Test()
1623 uint32_t test_type, in phHciNfc_System_Test()
/external/chromium_org/media/filters/
Dpipeline_integration_test_base.cc123 kTestType test_type) { in Start()

12