| /external/clang/unittests/Format/ |
| D | CleanupTest.cpp | 43 std::string Expected = "\n\n\n\n\nnamespace C {\n" in TEST_F() local 62 std::string Expected = "namespace A {\n" in TEST_F() local 76 std::string Expected = "namespace A {\n\n" in TEST_F() local 92 std::string Expected = "\n\n\n\n\n\n"; in TEST_F() local 109 std::string Expected = "\n\n\n\n\n\n\n\n\n\n"; in TEST_F() local 119 std::string Expected = "class A {\nA() {} };"; in TEST_F() local 143 std::string Expected = "void f() { std::vector<int> v = {1,2,3,{4,5}}; }"; in TEST_F() local 160 std::string Expected = "class A {\nA() : x({1}) {} };"; in TEST_F() local 171 std::string Expected = in TEST_F() local 191 std::string Expected = "class A {\nA() : x({1}) /* comment */ {} };"; in TEST_F() local [all …]
|
| /external/clang/unittests/Tooling/ |
| D | RefactoringCallbacksTest.cpp | 23 const std::string &Expected, in expectRewritten() 41 std::string Expected = "void f() { ; }"; in TEST() local 48 std::string Expected = "#define A void f() { ; }\nA"; in TEST() local 55 std::string Expected = "#define A void f() { int i = 1; }"; in TEST() local 62 std::string Expected = "void f() { int i = 2; }"; in TEST() local 70 std::string Expected = "void f() { int i = i * 2; }"; in TEST() local 81 std::string Expected = "bool a; void f() { f(); }"; in TEST() local 92 std::string Expected = "void f() { }"; in TEST() local
|
| D | RefactoringTest.cpp | 475 std::vector<Range> Expected = {Range(0, 4), Range(7, 2), Range(12, 5)}; in TEST() local 482 std::vector<Range> Expected = {Range(5, 2), Range(10, 5), Range(20, 4)}; in TEST() local 491 std::vector<Range> Expected = {Range(0, 2), Range(3, 4), Range(10, 5), in TEST() local 501 std::vector<Range> Expected = {Range(0, 2), Range(3, 0), Range(4, 4), in TEST() local 512 std::vector<Range> Expected = {Range(0, 1), Range(2, 4), Range(12, 5), in TEST() local 520 std::vector<Range> Expected = {Range(0, 15)}; in TEST() local 529 std::vector<Range> Expected = {Range(0, 2), Range(5, 9), Range(18, 2)}; in TEST() local 537 std::vector<Range> Expected = {Range(0, 2), Range(5, 4), Range(17, 4)}; in TEST() local 545 std::vector<Range> Expected = {Range(0, 0), Range(1, 3), Range(13, 9)}; in TEST() local 553 std::vector<Range> Expected = {Range(0, 1), Range(2, 4), Range(7, 0), Range(8, 0)}; in TEST() local [all …]
|
| /external/llvm/unittests/MC/ |
| D | StringTableBuilderTest.cpp | 28 std::string Expected; in TEST() local 55 std::string Expected; in TEST() local 79 std::string Expected; in TEST() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/MC/ |
| D | StringTableBuilderTest.cpp | 29 std::string Expected; in TEST() local 60 std::string Expected; in TEST() local 88 std::string Expected; in TEST() local
|
| /external/llvm/unittests/Support/ |
| D | ConvertUTFTest.cpp | 27 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0"); in TEST() local 38 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0"); in TEST() local 49 static const UTF16 Expected[] = {0x0CA0, 0x005f, 0x0CA0, 0}; in TEST() local 91 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0"); in TEST() local 101 std::wstring Expected(L"\x0ca0_\x0ca0"); in TEST() local 115 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0"); in TEST() local 187 CheckConvertUTF8ToUnicodeScalars(ConvertUTFResultContainer Expected, in CheckConvertUTF8ToUnicodeScalars()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
| D | ConvertUTFTest.cpp | 25 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0"); in TEST() local 36 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0"); in TEST() local 47 static const UTF16 Expected[] = {0x0CA0, 0x005f, 0x0CA0, 0}; in TEST() local 89 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0"); in TEST() local 99 std::wstring Expected(L"\x0ca0_\x0ca0"); in TEST() local 113 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0"); in TEST() local 185 CheckConvertUTF8ToUnicodeScalars(ConvertUTFResultContainer Expected, in CheckConvertUTF8ToUnicodeScalars()
|
| D | JSONTest.cpp | 122 auto Compare = [](llvm::StringRef S, Value Expected) { in TEST() 353 std::map<std::string, std::vector<CustomStruct>> Expected; in TEST() local
|
| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cTextureGatherTests.cpp | 874 virtual std::string Expected() in Expected() function in glcts::__anonbe04b8f80111::GatherBase 1025 virtual std::string Expected() in Expected() function in glcts::__anonbe04b8f80111::PlainGatherInt2D 1054 virtual std::string Expected() in Expected() function in glcts::__anonbe04b8f80111::PlainGatherUint2D 1099 virtual std::string Expected() in Expected() function in glcts::__anonbe04b8f80111::PlainGatherDepth2D 1152 virtual std::string Expected() in Expected() function in glcts::__anonbe04b8f80111::PlainGatherInt2DArray 1191 virtual std::string Expected() in Expected() function in glcts::__anonbe04b8f80111::PlainGatherUint2DArray 1236 virtual std::string Expected() in Expected() function in glcts::__anonbe04b8f80111::PlainGatherDepth2DArray 1309 virtual std::string Expected() in Expected() function in glcts::__anonbe04b8f80111::PlainGatherIntCube 1348 virtual std::string Expected() in Expected() function in glcts::__anonbe04b8f80111::PlainGatherUintCube 1393 virtual std::string Expected() in Expected() function in glcts::__anonbe04b8f80111::PlainGatherDepthCube [all …]
|
| /external/llvm/lib/Fuzzer/test/ |
| D | SimpleDictionaryTest.cpp | 17 const char *Expected = "ElvisPresley"; in LLVMFuzzerTestOneInput() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Object/ |
| D | SymbolicFileTest.cpp | 27 char const *Expected; in TEST() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | CachePruning.h | 23 template <typename T> class Expected; variable
|
| D | Error.h | 168 template <typename T> friend class Expected; variable 429 template <class OtherT> friend class Expected; variable 449 Expected(Error Err) in Expected() function 481 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cTextureGatherTests.cpp | 986 virtual Vec4 Expected() in Expected() function in gl4cts::__anon63f735c70111::GatherBase 1151 virtual Vec4 Expected() in Expected() function in gl4cts::__anon63f735c70111::PlainGatherFloat2DRg 1336 virtual Vec4 Expected() in Expected() function in gl4cts::__anon63f735c70111::PlainGatherDepth2D 1565 virtual Vec4 Expected() in Expected() function in gl4cts::__anon63f735c70111::PlainGatherDepth2DArray 1639 virtual Vec4 Expected() in Expected() function in gl4cts::__anon63f735c70111::PlainGatherFloatCubeRg 1927 virtual Vec4 Expected() in Expected() function in gl4cts::__anon63f735c70111::PlainGatherDepthCube 2216 virtual Vec4 Expected() in Expected() function in gl4cts::__anon63f735c70111::PlainGatherDepthCubeArray 2240 virtual Vec4 Expected() in Expected() function in gl4cts::__anon63f735c70111::PlainGatherFloat2DRect 2460 virtual Vec4 Expected() in Expected() function in gl4cts::__anon63f735c70111::PlainGatherDepth2DRect 2785 virtual Vec4 Expected() in Expected() function in gl4cts::__anon63f735c70111::OffsetsGatherDepth2D [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktAtomicOperationTests.cpp | 263 struct Expected struct in vkt::shaderexecutor::__anonffe0b4930111::TestBuffer 265 T m_inout; 266 T m_output[2]; 268 Expected (T inout, T output0, T output1) in Expected() argument 275 bool compare (T inout, T output0, T output1) in compare()
|
| /external/parameter-framework/upstream/test/tokenizer/ |
| D | Test.cpp | 42 using Expected = vector<string>; typedef
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
| D | ArrayRefTest.cpp | 115 ArrayRef<int> Expected = AR1.drop_front(3); in TEST() local 126 ArrayRef<int> Expected = AR1.drop_front(3); in TEST() local 151 ArrayRef<int> Expected = AR1.take_front(3); in TEST() local 162 ArrayRef<int> Expected = AR1.take_front(3); in TEST() local
|
| D | SparseSetTest.cpp | 196 unsigned Expected = UpperBound; in TEST() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
| D | Signals.cpp | 62 auto Expected = CallbackAndCookie::Status::Initialized; in RunSignalHandlers() local 78 auto Expected = CallbackAndCookie::Status::Empty; in insertSignalHandler() local
|
| /external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/ |
| D | lexically_relative_and_proximate.pass.cpp | 67 fs::path const& Expected) { in main()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/ |
| D | BitstreamWriterTest.cpp | 32 SmallString<64> Expected; in TEST() local
|
| /external/llvm/unittests/Bitcode/ |
| D | BitstreamWriterTest.cpp | 32 SmallString<64> Expected; in TEST() local
|
| /external/llvm/include/llvm/Support/ |
| D | Error.h | 146 template <typename T> class Expected; variable 601 template <class OtherT> friend class Expected; variable 619 Expected(Error Err) in Expected() function 646 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Error.h | 163 template <typename T> friend class Expected; variable 632 template <class OtherT> friend class Expected; variable 650 Expected(Error Err) in Expected() function 682 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
|
| /external/boringssl/src/util/testresult/ |
| D | testresult.go | 93 Expected string `json:"expected"` member
|