/external/llvm/test/CodeGen/Generic/ |
D | addr-label.ll | 6 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/ |
D | vie_video_verification_test.cc | 133 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/ |
D | indirect-br.ll | 7 indirectbr i8* %target, [label %test_label] 9 test_label:
|
/external/chromium_org/chrome/browser/password_manager/ |
D | password_store_mac_unittest.cc | 231 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/ |
D | full_stack.cc | 40 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/ |
D | chrome_webrtc_video_quality_browsertest.cc | 198 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/ |
D | framedrop_primitives.h | 175 void PrintReport(const std::string& test_label);
|
D | framedrop_primitives.cc | 396 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/ |
D | test_symrec.py | 71 def test_label(self): member in TSymbolAttr
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | test-tree-wizard.rb | 134 def test_label method in TestPatternParser
|