/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/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/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 874 virtual std::string Expected() in Expected() function in glcts::__anonb7af00fb0111::GatherBase 1025 virtual std::string Expected() in Expected() function in glcts::__anonb7af00fb0111::PlainGatherInt2D 1054 virtual std::string Expected() in Expected() function in glcts::__anonb7af00fb0111::PlainGatherUint2D 1099 virtual std::string Expected() in Expected() function in glcts::__anonb7af00fb0111::PlainGatherDepth2D 1152 virtual std::string Expected() in Expected() function in glcts::__anonb7af00fb0111::PlainGatherInt2DArray 1191 virtual std::string Expected() in Expected() function in glcts::__anonb7af00fb0111::PlainGatherUint2DArray 1236 virtual std::string Expected() in Expected() function in glcts::__anonb7af00fb0111::PlainGatherDepth2DArray 1309 virtual std::string Expected() in Expected() function in glcts::__anonb7af00fb0111::PlainGatherIntCube 1348 virtual std::string Expected() in Expected() function in glcts::__anonb7af00fb0111::PlainGatherUintCube 1393 virtual std::string Expected() in Expected() function in glcts::__anonb7af00fb0111::PlainGatherDepthCube [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktAtomicOperationTests.cpp | 321 struct Expected struct in vkt::shaderexecutor::__anon17916e360111::TestBuffer 323 T m_inout; 324 T m_output[2]; 326 Expected (T inout, T output0, T output1) in Expected() argument 333 bool compare (T inout, T output0, T output1) in compare() 445 struct Expected struct in vkt::shaderexecutor::__anon17916e360111::TestBufferFloatingPoint 447 T m_inout; 448 T m_output[2]; 450 Expected(T inout, T output0, T output1) in Expected() argument 457 bool compare(T inout, T output0, T output1) in compare()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureGatherTests.cpp | 986 virtual Vec4 Expected() in Expected() function in gl4cts::__anone900afea0111::GatherBase 1150 virtual Vec4 Expected() in Expected() function in gl4cts::__anone900afea0111::PlainGatherFloat2DRg 1335 virtual Vec4 Expected() in Expected() function in gl4cts::__anone900afea0111::PlainGatherDepth2D 1564 virtual Vec4 Expected() in Expected() function in gl4cts::__anone900afea0111::PlainGatherDepth2DArray 1638 virtual Vec4 Expected() in Expected() function in gl4cts::__anone900afea0111::PlainGatherFloatCubeRg 1926 virtual Vec4 Expected() in Expected() function in gl4cts::__anone900afea0111::PlainGatherDepthCube 2215 virtual Vec4 Expected() in Expected() function in gl4cts::__anone900afea0111::PlainGatherDepthCubeArray 2239 virtual Vec4 Expected() in Expected() function in gl4cts::__anone900afea0111::PlainGatherFloat2DRect 2459 virtual Vec4 Expected() in Expected() function in gl4cts::__anone900afea0111::PlainGatherDepth2DRect 2784 virtual Vec4 Expected() in Expected() function in gl4cts::__anone900afea0111::OffsetsGatherDepth2D [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | yaml2obj.h | 21 template <typename T> class Expected; variable
|
/external/oss-fuzz/projects/example/my-api-repo/ |
D | do_stuff_unittest.cpp | 12 void TestDoStuff(const std::string &str, size_t Expected) { in TestDoStuff()
|
/external/llvm/lib/Fuzzer/test/ |
D | SimpleDictionaryTest.cpp | 17 const char *Expected = "ElvisPresley"; in LLVMFuzzerTestOneInput() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CachePruning.h | 22 template <typename T> class Expected; variable
|
D | Error.h | 169 template <typename T> friend class Expected; variable 435 template <class OtherT> friend class Expected; variable 455 Expected(Error Err) in Expected() function 487 Expected(Expected &&Other) { moveConstruct(std::move(Other)); } in Expected() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Signals.cpp | 63 auto Expected = CallbackAndCookie::Status::Initialized; in RunSignalHandlers() local 79 auto Expected = CallbackAndCookie::Status::Empty; in insertSignalHandler() local
|
/external/google-fruit/tests/util/ |
D | test_type_info.py | 56 def test_name(self, T, Expected): argument
|
/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/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/parameter-framework/upstream/test/tokenizer/ |
D | Test.cpp | 42 using Expected = vector<string>; typedef
|
/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/llvm/unittests/Bitcode/ |
D | BitstreamWriterTest.cpp | 32 SmallString<64> Expected; in TEST() local
|
/external/rust/crates/libfuzzer-sys/libfuzzer/tests/ |
D | FuzzedDataProviderUnittest.cpp | 143 std::vector<signed char> Expected(Data + 1 + 10 + 24, Data + sizeof(Data)); in TEST() local 432 std::vector<uint8_t> Expected(Data, Data + sizeof(Buffer)); in TEST() local
|
/external/rust/crates/combine/src/parser/ |
D | error.rs | 153 pub struct Expected<P, S>(P, S); struct 154 impl<Input, P, S> Parser<Input> for Expected<P, S> implementation
|
/external/boringssl/src/util/testresult/ |
D | testresult.go | 94 Expected string `json:"expected"` member
|
/external/pigweed/pw_hdlc/py/ |
D | decode_test.py | 35 class Expected(NamedTuple): class
|
/external/llvm/unittests/ADT/ |
D | SparseSetTest.cpp | 196 unsigned Expected = UpperBound; in TEST() local
|