Home
last modified time | relevance | path

Searched refs:test_label (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/Generic/
Daddr-label.ll6 ret i8* blockaddress(@test1b, %test_label)
12 test_label:
22 %target = bitcast i8* blockaddress(@test2b, %test_label) to i8*
31 indirectbr i8* %target, [label %test_label]
33 test_label:
45 store i8* blockaddress(@test3b, %test_label), i8** %P
52 br label %test_label
53 test_label:
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
Dvie_video_verification_test.cc133 std::string test_label; member
161 parameter_table_[i].test_label = "net_delay_0_0_plr_0"; in SetUp()
179 parameter_table_[i].test_label = "net_delay_50_5_plr_5"; in SetUp()
197 parameter_table_[i].test_label = "net_delay_100_10_plr_0"; in SetUp()
209 parameter_table_[i].test_label = "net_delay_100_10_plr_5_gilbert_elliot"; in SetUp()
287 detector.PrintReport(parameter_table_[GetParam()].test_label); in TEST_P()
336 "psnr", "", parameter_table_[GetParam()].test_label, in TEST_P()
342 "ssim", "", parameter_table_[GetParam()].test_label, in TEST_P()
/external/llvm/test/CodeGen/Hexagon/
Dindirect-br.ll7 indirectbr i8* %target, [label %test_label]
9 test_label:
/external/chromium_org/chrome/browser/password_manager/
Dpassword_store_mac_unittest.cc231 char test_label[kBufferSize]; in CheckFormsAgainstExpectations() local
232 snprintf(test_label, kBufferSize, "%s in test %u", forms_label, test_number); in CheckFormsAgainstExpectations()
234 EXPECT_EQ(expectations.size(), forms.size()) << test_label; in CheckFormsAgainstExpectations()
239 snprintf(test_label, kBufferSize, "%s in test %u, item %u", in CheckFormsAgainstExpectations()
243 EXPECT_EQ(expectation->scheme, form->scheme) << test_label; in CheckFormsAgainstExpectations()
245 << test_label; in CheckFormsAgainstExpectations()
246 EXPECT_EQ(GURL(expectation->origin), form->origin) << test_label; in CheckFormsAgainstExpectations()
247 EXPECT_EQ(GURL(expectation->action), form->action) << test_label; in CheckFormsAgainstExpectations()
249 << test_label; in CheckFormsAgainstExpectations()
251 form->username_element) << test_label; in CheckFormsAgainstExpectations()
[all …]
/external/chromium_org/third_party/webrtc/video/
Dfull_stack.cc40 const char* test_label; member
66 const char* test_label, in VideoAnalyzer() argument
73 test_label_(test_label), in VideoAnalyzer()
377 params.test_label, in RunTest()
/external/chromium_org/chrome/browser/media/
Dchrome_webrtc_video_quality_browsertest.cc198 const char* test_label, in CompareVideosAndPrintResult() argument
227 compare_command.AppendArg(base::StringPrintf("--label=%s", test_label)); in CompareVideosAndPrintResult()
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
Dframedrop_primitives.h175 void PrintReport(const std::string& test_label);
Dframedrop_primitives.cc396 void FrameDropDetector::PrintReport(const std::string& test_label) { in PrintReport() argument
510 "total_delay_incl_network", "", test_label, in PrintReport()
513 "time_between_rendered_frames", "", test_label, in PrintReport()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
Dtest_symrec.py71 def test_label(self): member in TSymbolAttr
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-tree-wizard.rb134 def test_label method in TestPatternParser