/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 | CompilationDatabaseTest.cpp | 547 std::vector<std::string> Expected; in TEST() local 566 std::vector<std::string> Expected; in TEST() local
|
D | RefactoringTest.cpp | 435 std::vector<Replacement> Expected; in TEST() local
|
/external/llvm/unittests/MC/ |
D | StringTableBuilderTest.cpp | 28 std::string Expected; in TEST() local 55 std::string Expected; in TEST() local
|
/external/llvm/unittests/Support/ |
D | ConvertUTFTest.cpp | 26 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0"); in TEST() local 37 std::string Expected("\xe0\xb2\xa0_\xe0\xb2\xa0"); in TEST() local 48 static const UTF16 Expected[] = {0x0CA0, 0x005f, 0x0CA0, 0}; in TEST() local 151 CheckConvertUTF8ToUnicodeScalars(ConvertUTFResultContainer Expected, in CheckConvertUTF8ToUnicodeScalars()
|
D | Path.cpp | 416 SmallString<270> Expected{"C:\\Temp\\AB\\123456789"}; in TEST() local
|
/external/llvm/lib/Fuzzer/test/ |
D | SimpleDictionaryTest.cpp | 14 const char *Expected = "ElvisPresley"; in LLVMFuzzerTestOneInput() local
|
D | FuzzerUnittest.cpp | 18 Unit Expected[] = { in TEST() local
|
/external/parameter-framework/upstream/test/tokenizer/ |
D | Test.cpp | 42 using Expected = vector<string>; typedef
|
/external/boringssl/src/ssl/test/runner/ |
D | test_output.go | 37 Expected string `json:"expected"` member
|
/external/boringssl/src/util/ |
D | all_tests.go | 57 Expected string `json:"expected"` member
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 424 uint64_t Expected; member 441 int64_t Expected; member
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafety.h | 103 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Store.cpp | 228 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() local
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 383 llvm::Value *Expected = CGF.Builder.CreateLoad(Val1); in emitAtomicCmpXchg() local 1478 RValue Expected, RValue Desired, llvm::AtomicOrdering Success, in EmitAtomicCompareExchange() 1811 LValue Obj, RValue Expected, RValue Desired, SourceLocation Loc, in EmitAtomicCompareExchange()
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 25 static ::testing::AssertionResult ErrorEquals(std::error_code Expected, in ErrorEquals()
|
/external/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 476 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) { in readSectionTag()
|
/external/clang/unittests/AST/ |
D | DeclPrinterTest.cpp | 685 SmallString<128> Expected; in TEST() local 709 SmallString<128> Expected; in TEST() local
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 293 bool TryConsumeToken(tok::TokenKind Expected) { in TryConsumeToken() 303 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) { in TryConsumeToken()
|
/external/deqp/modules/internal/ |
D | ditFrameworkTests.cpp | 54 enum Expected { NO_MATCH, MATCH_GROUP, MATCH_CASE, EXPECTED_LAST }; enum
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1386 int[][] Expected = { in TestT6216() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1390 int[][] Expected = { in TestT6216() local
|
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 382 static void checkContents(DirIter I, ArrayRef<StringRef> Expected) { in checkContents()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 977 const char Expected[] = { 0, 0, 0, 0, '\x20', 0, 0, 0, '\xff' }; in identify_magic() local
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 269 std::string Expected; in TEST_F() local 331 std::string Expected; in TEST_F() local
|