Home
last modified time | relevance | path

Searched refs:ExpectedOutput (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/unittests/AST/
DCommentTextTest.cpp53 auto ExpectedOutput = in TEST_F() local
67 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F()
77 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F()
87 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F()
97 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F()
107 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F()
113 auto ExpectedOutput = in TEST_F() local
123 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F()
/external/llvm-project/llvm/unittests/Remarks/
DRemarksLinkingTest.cpp20 StringRef ExpectedOutput) { in serializeAndCheck() argument
37 EXPECT_EQ(AnalyzeOS.str(), ExpectedOutput); in serializeAndCheck()
39 EXPECT_EQ(OS.str(), ExpectedOutput); in serializeAndCheck()
44 remarks::Format OutputFormat, StringRef ExpectedOutput) { in check() argument
47 serializeAndCheck(RL, OutputFormat, ExpectedOutput); in check()
52 remarks::Format OutputFormat, StringRef ExpectedOutput) { in check() argument
56 serializeAndCheck(RL, OutputFormat, ExpectedOutput); in check()
/external/unicode/testunicode.xcodeproj/
Dproject.pbxproj11 …209F1CE9C0028F52B /* ExpectedOutput.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = B045A3800…
22 B045A38209F1CE9C0028F52B /* ExpectedOutput.txt in CopyFiles */,
32 …9F1CE9C0028F52B /* ExpectedOutput.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi…
50 B045A38009F1CE9C0028F52B /* ExpectedOutput.txt */,
/external/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.h51 struct ExpectedOutput { struct
55 explicit ExpectedOutput(const std::string& file_path) in ExpectedOutput() function
/external/icu/icu4c/source/test/intltest/
Dunits_test.cpp568 class ExpectedOutput { class
645 void checkOutput(UnitsTest *unitsTest, const char *msg, ExpectedOutput expected, in checkOutput()
699 ExpectedOutput expected; in unitPreferencesTestDataLineFn()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp1542 EXPECT_EQ((ExpectedOutput + "\n\n").str(), OutputToCheck); in runTest()
1548 StringRef ExpectedOutput; member
1557 std::tie(BodyLength, Opcode, Operands, ExpectedOutput, ExpectedErr) = in SetUp()
1567 std::tie(BodyLength, OpcodeLength, Opcode, Operands, ExpectedOutput, in SetUp()