Home
last modified time | relevance | path

Searched refs:ExpectedData (Results 1 – 12 of 12) sorted by relevance

/external/pigweed/pw_tokenizer/
Dtokenize_test.cc33 constexpr auto ExpectedData( in ExpectedData() function
167 ExpectedData<0xAA, 0xD5, 0xAA, 0xD5, 0xAA, 0xD5, 0xAA, 0xD5, 0xAA, 0x01>( in TEST_F()
186 constexpr std::array<uint8_t, 4> empty = ExpectedData("%" PRIx64); in TEST_F()
196 ExpectedData<0xff, in TEST_F()
219 ExpectedData<0xff, 0xff, 0xff, 0xff, 0x0f>("%" PRId32); in TEST_F()
228 constexpr std::array<uint8_t, 5> expected = ExpectedData<0x01>("%d"); in TEST_F()
238 constexpr std::array<uint8_t, 4> expected = ExpectedData<>("%" PRId32); in TEST_F()
248 ExpectedData<5, '5', '4', '3', '2', '!'>("The answer is: %s"); in TEST_F()
259 ExpectedData<0x83, '5', '4', '3'>("The answer is: %s"); in TEST_F()
270 ExpectedData<0x81, '5'>("The answer is: %s"); in TEST_F()
[all …]
Dglobal_handlers_test.cc29 constexpr auto ExpectedData( in ExpectedData() function
74 ExpectedData<0, 0, 0x00, 0x00, 0x00, 0x80, 0>("%x%lld%1.2f%s"); in TEST_F()
82 ExpectedData<5, '5', '4', '3', '2', '!'>("The answer is: %s"); in TEST_F()
91 ExpectedData<5, '5', '4', '3', '2', '!'>("The answer is: %s"); in TEST_F()
100 ExpectedData<5, '5', '4', '3', '2', '!'>("The answer is: %s", 0x00FFF000); in TEST_F()
109 ExpectedData<0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13>( in TEST_F()
139 ExpectedData<0, 0, 0x00, 0x00, 0x00, 0x80, 0>("%x%lld%1.2f%s"); in TEST_F()
165 ExpectedData<5, '5', '4', '3', '2', '!'>("The answer is: %s");
203 ExpectedData<5, '5', '4', '3', '2', '!'>("The answer is: %s", 0x12345678); in TEST_F()
220 constexpr auto expected = ExpectedData("Boring!"); in TEST_F()
[all …]
Dsimple_tokenize_test.cc106 std::array<uint8_t, sizeof(uint32_t) + sizeof...(kData)> ExpectedData( in ExpectedData() function
121 ExpectedData<3, 'N', 'o', 'w', // string "Now" in TEST_F()
137 ExpectedData<0, 0, 0x00, 0x00, 0x00, 0x80, 0>("%x%lld%1.2f%s"); in TEST_F()
166 ExpectedData<0, 0, 0x00, 0x00, 0x00, 0x80, 0>("%x%lld%1.2f%s"); in TEST_F()
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp107 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
109 EXPECT_EQ(ExpectedData, data[i][j]); in TEST()
162 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
163 EXPECT_EQ(ExpectedData, data[i][j]); in TEST()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp108 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
110 EXPECT_EQ(ExpectedData, data[i][j]); in TEST()
163 uint8_t ExpectedData = 2 + (i % 254); in TEST() local
164 EXPECT_EQ(ExpectedData, data[i][j]); in TEST()
/external/llvm-project/llvm/lib/Object/
DMinidump.cpp41 auto ExpectedData = in getString() local
43 if (!ExpectedData) in getString()
44 return ExpectedData.takeError(); in getString()
47 copy(*ExpectedData, WStr.begin()); in getString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMinidump.cpp41 auto ExpectedData = in getString() local
43 if (!ExpectedData) in getString()
44 return ExpectedData.takeError(); in getString()
47 copy(*ExpectedData, WStr.begin()); in getString()
/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h191 struct ExpectedData { struct
222 ExpectedData ED;
/external/llvm-project/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h236 struct ExpectedData { struct
270 ExpectedData ED;
/external/llvm-project/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges() local
216 if (!ExpectedData) { in dumpBlockRanges()
218 toString(ExpectedData.takeError())); in dumpBlockRanges()
222 P.formatBinary(Label, *ExpectedData, Base, 0); in dumpBlockRanges()
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp28 typedef VerifyDiagnosticConsumer::ExpectedData ExpectedData; typedef
308 static bool ParseDirective(StringRef S, ExpectedData *ED, SourceManager &SM, in ParseDirective()
740 ExpectedData &ED) { in CheckResults()
/external/llvm-project/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp51 using ExpectedData = VerifyDiagnosticConsumer::ExpectedData; typedef
405 static bool ParseDirective(StringRef S, ExpectedData *ED, SourceManager &SM, in ParseDirective()
989 ExpectedData &ED) { in CheckResults()