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

/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/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/cc/trees/
H A Dlayer_tree_host_pixeltest_filters.cc175 PixelTestType test_type) {
202 test_type,
236 void RunPixelTestType(PixelTestType test_type) { argument
274 RunPixelTest(test_type,
173 RunPixelTestType(int content_size, float device_scale_factor, PixelTestType test_type) argument
/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.cc412 TestType test_type = test_sequence_[current_test_index_]; local
424 if (test_type == NAT_BIND_TEST) {
427 if (test_type == PACKET_SIZE_TEST) {
443 if (test_type == START_PACKET_TEST) {
509 // If test_type is TOKEN_REQUEST, it will do nothing but call
511 TestType test_type = test_sequence_[current_test_index_];
519 if (test_type == START_PACKET_TEST) {
597 void NetworkStats::RecordHistograms(TestType test_type) { argument
598 switch (test_type) {
602 RecordInterArrivalHistograms(test_type);
626 RecordInterArrivalHistograms(TestType test_type) argument
638 RecordPacketsReceivedHistograms(TestType test_type) argument
740 RecordPacketLossSeriesHistograms(TestType test_type) argument
766 RecordRTTHistograms(TestType test_type, uint32 index) argument
783 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.cc72 explicit MigrationTest(TestType test_type) : SyncTest(test_type) {} argument
H A Dsync_test.cc191 SyncTest::SyncTest(TestType test_type) argument
192 : test_type_(test_type),
/external/chromium_org/media/filters/
H A Dpipeline_integration_test_base.cc132 kTestType test_type) {
133 hashing_enabled_ = test_type == kHashed;
134 clockless_playback_ = test_type == kClockless;
130 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.cc77 AppListViewTestContext(int test_type, gfx::NativeView parent);
159 AppListViewTestContext::AppListViewTestContext(int test_type, argument
161 : 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:__anon3598::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.py774 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...]
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c1084 static int test_type(enum event_type type, enum event_type expect) function
1119 return test_type(type, expect);
1346 if (test_type(type, EVENT_OP))

Completed in 5393 milliseconds