Searched defs:test_type (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dprint_layout_test_types_unittest.py51 def test_type(self): member in class:PrintLayoutTestTimesTest
/external/chromium_org/tools/json_schema_compiler/test/
H A Derror_generation_unittest.cc20 T test_type; local
21 T::Populate(value, &test_type, &error);
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
H A Dp1.cpp30 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/third_party/WebKit/Tools/TestResultServer/model/
H A Dtestfile.py40 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
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_pixeltest_filters.cc162 void RunPixelTestType(PixelTestType test_type) { argument
200 RunPixelTest(test_type,
/external/chromium_org/ppapi/tests/extensions/media_galleries/
H A Dtest_galleries.cc35 pp::FileRef ParseMessage(const pp::Var& var_message, std::string* test_type);
54 std::string* test_type) {
85 *test_type = name_of_test;
94 std::string test_type; local
95 pp::FileRef file_ref = ParseMessage(var_message, &test_type);
99 if (test_type == "read_test") {
101 } else if (test_type == "write_test") {
53 ParseMessage(const pp::Var& var_message, std::string* test_type) argument
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
H A Dvoe_standard_test.cc241 int run_auto_test(TestType test_type) { argument
242 assert(test_type != Standard);
257 if (test_type == Stress) {
260 } else if (test_type == CPU) {
302 TestType test_type = Invalid; local
307 test_type = Standard;
312 test_type = Stress;
317 test_type = CPU;
324 if (test_type == Standard) {
332 return run_auto_test(test_type);
[all...]
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats_unittest.cc138 void MakeDelayedMockData(NetworkStats::TestType test_type, argument
149 switch (test_type) {
193 NetworkStats::TestType test_type,
201 test_type, bytes, interval_micros, max_probe_packets, io_mode);
233 udp_stats_client->test_sequence_.push_back(test_type);
192 TestStartOneTest(bool has_proxy, NetworkStats::TestType test_type, uint32 bytes, uint32 interval_micros, uint32 max_probe_packets, net::IoMode io_mode) argument
H A Dnetwork_stats.cc411 TestType test_type = test_sequence_[current_test_index_]; local
423 if (test_type == NAT_BIND_TEST) {
426 if (test_type == PACKET_SIZE_TEST) {
442 if (test_type == START_PACKET_TEST) {
508 // If test_type is TOKEN_REQUEST, it will do nothing but call
510 TestType test_type = test_sequence_[current_test_index_];
518 if (test_type == START_PACKET_TEST) {
596 void NetworkStats::RecordHistograms(TestType test_type) { argument
597 switch (test_type) {
601 RecordInterArrivalHistograms(test_type);
625 RecordInterArrivalHistograms(TestType test_type) argument
637 RecordPacketsReceivedHistograms(TestType test_type) argument
739 RecordPacketLossSeriesHistograms(TestType test_type) argument
765 RecordRTTHistograms(TestType test_type, uint32 index) argument
782 RecordSendToLastRecvDelayHistograms(TestType test_type) argument
[all...]
/external/chromium_org/cc/test/
H A Dlayer_tree_pixel_test.cc197 PixelTestType test_type,
200 test_type_ = test_type;
208 PixelTestType test_type,
212 test_type_ = test_type;
196 RunPixelTest( PixelTestType test_type, scoped_refptr<Layer> content_root, base::FilePath file_name) argument
207 RunPixelTestWithReadbackTarget( PixelTestType test_type, scoped_refptr<Layer> content_root, Layer* target, base::FilePath file_name) argument
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dmigration_test.cc163 explicit MigrationTest(TestType test_type) : SyncTest(test_type) {} argument
H A Dsync_test.cc181 SyncTest::SyncTest(TestType test_type) argument
182 : test_type_(test_type),
/external/chromium_org/media/filters/
H A Dpipeline_integration_test_base.cc126 kTestType test_type) {
127 hashing_enabled_ = test_type == kHashed;
128 clockless_playback_ = test_type == kClockless;
124 Start(const base::FilePath& file_path, PipelineStatus expected_status, kTestType test_type) argument
/external/fio/crc/
H A Dtest.c26 struct test_type { struct
263 static struct test_type t[] = {
/external/libnfc-nxp/src/
H A DphHciNfc.c1585 uint32_t test_type,
1595 || (test_type != DEVMGMT_PRBS_TEST)
1607 (uint8_t)(test_type & DEVMGMT_TEST_MASK), test_param);
1623 uint32_t test_type,
1645 if (test_type != NFC_GPIO_READ)
1648 (uint8_t)(test_type & DEVMGMT_TEST_MASK), test_param);
1582 phHciNfc_PRBS_Test( void *psHciHandle, void *pHwRef, uint32_t test_type, phNfc_sData_t *test_param ) argument
1620 phHciNfc_System_Test( void *psHciHandle, void *pHwRef, uint32_t test_type, phNfc_sData_t *test_param ) argument
H A DphHciNfc_DevMgmt.c1117 uint8_t test_type,
1141 switch(test_type)
1160 pipe_id, (uint8_t)test_type );
1114 phHciNfc_DevMgmt_Test( void *psContext, void *pHwRef, uint8_t test_type, phNfc_sData_t *test_param ) argument
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view_unittest.cc70 AppListViewTestContext(int test_type, aura::Window* parent);
152 AppListViewTestContext::AppListViewTestContext(int test_type, argument
154 : test_type_(static_cast<TestType>(test_type)) {
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner_unittest.cc106 TestCaseType test_type; member in struct:__anon3494::DownloadTestCase
117 // Should be non-empty if |test_type| == FORCED. Value of GetForcedFilePath().
290 (test_case.test_type == SAVE_AS) ?
293 EXPECT_EQ(test_case.test_type == FORCED,
1550 .Times(test_case.test_type == AUTOMATIC ? 1 : 0);
1586 .Times(test_case.test_type == AUTOMATIC ? 1 : 0);
1664 .Times(test_case.test_type == AUTOMATIC ? 1 : 0);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py762 def test_type(self, test_name): member in class:Port
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part1.c1087 vx_fp_test_type test_type; member in struct:vx_fp_test
1601 vx_fp_test_type test_type = test_group.test_type; local
1603 switch (test_type) {
1615 if (test_type == VX_FP_SMA)
1617 else if (test_type == VX_FP_SMS)
1631 printf("ERROR: Invalid VX FP test type %d\n", test_type);
1648 switch (test_type) {
1674 if (test_type != VX_FP_OTHER) {
1712 if (test_type
[all...]
H A Dtest_isa_2_06_part2.c1299 vx_fp_test_type test_type = test_group.type; local
1303 if (test_type < VX_VECTOR_FP_MULT_AND_OP2) {
1318 } else if (test_type < VX_BASIC_CMP) {
1328 printf("ERROR: Invalid VX FP test type %d\n", test_type);
1385 if (test_type < VX_VECTOR_FP_MULT_AND_OP2)
1395 if (test_type < VX_VECTOR_FP_MULT_AND_OP2) {
H A Dtest_isa_2_07_part2.c399 vx_fp_test_type test_type; member in struct:vx_fp_test1
419 vx_fp_test_type test_type; member in struct:vx_fp_test2
891 vx_fp_test_type test_type = test_group.test_type; local
893 switch (test_type) {
898 if (test_type == VX_FP_SMAS)
900 else if (test_type == VX_FP_SMSS)
902 else if (test_type == VX_FP_SNMAS)
917 printf("ERROR: Invalid VX FP test type %d\n", test_type);
942 if (test_type !
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part1.c1087 vx_fp_test_type test_type; member in struct:vx_fp_test
1601 vx_fp_test_type test_type = test_group.test_type; local
1603 switch (test_type) {
1615 if (test_type == VX_FP_SMA)
1617 else if (test_type == VX_FP_SMS)
1631 printf("ERROR: Invalid VX FP test type %d\n", test_type);
1648 switch (test_type) {
1674 if (test_type != VX_FP_OTHER) {
1712 if (test_type
[all...]
H A Dtest_isa_2_06_part2.c1299 vx_fp_test_type test_type = test_group.type; local
1303 if (test_type < VX_VECTOR_FP_MULT_AND_OP2) {
1318 } else if (test_type < VX_BASIC_CMP) {
1328 printf("ERROR: Invalid VX FP test type %d\n", test_type);
1385 if (test_type < VX_VECTOR_FP_MULT_AND_OP2)
1395 if (test_type < VX_VECTOR_FP_MULT_AND_OP2) {
H A Dtest_isa_2_07_part2.c399 vx_fp_test_type test_type; member in struct:vx_fp_test1
419 vx_fp_test_type test_type; member in struct:vx_fp_test2
891 vx_fp_test_type test_type = test_group.test_type; local
893 switch (test_type) {
898 if (test_type == VX_FP_SMAS)
900 else if (test_type == VX_FP_SMSS)
902 else if (test_type == VX_FP_SNMAS)
917 printf("ERROR: Invalid VX FP test type %d\n", test_type);
942 if (test_type !
[all...]

Completed in 1092 milliseconds

12