Home
last modified time | relevance | path

Searched defs:Expected (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp23 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
DCompilationDatabaseTest.cpp547 std::vector<std::string> Expected; in TEST() local
566 std::vector<std::string> Expected; in TEST() local
DRefactoringTest.cpp435 std::vector<Replacement> Expected; in TEST() local
/external/llvm/unittests/MC/
DStringTableBuilderTest.cpp28 std::string Expected; in TEST() local
55 std::string Expected; in TEST() local
/external/llvm/unittests/Support/
DConvertUTFTest.cpp26 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()
DPath.cpp416 SmallString<270> Expected{"C:\\Temp\\AB\\123456789"}; in TEST() local
/external/llvm/lib/Fuzzer/test/
DSimpleDictionaryTest.cpp14 const char *Expected = "ElvisPresley"; in LLVMFuzzerTestOneInput() local
DFuzzerUnittest.cpp18 Unit Expected[] = { in TEST() local
/external/parameter-framework/upstream/test/tokenizer/
DTest.cpp42 using Expected = vector<string>; typedef
/external/boringssl/src/ssl/test/runner/
Dtest_output.go37 Expected string `json:"expected"` member
/external/boringssl/src/util/
Dall_tests.go57 Expected string `json:"expected"` member
/external/llvm/unittests/ADT/
DStringRefTest.cpp424 uint64_t Expected; member
441 int64_t Expected; member
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h103 LockKind Expected, LockKind Received, in handleIncorrectUnlockKind()
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp228 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType() local
/external/clang/lib/CodeGen/
DCGAtomic.cpp383 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/
DInstrProfTest.cpp25 static ::testing::AssertionResult ErrorEquals(std::error_code Expected, in ErrorEquals()
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp476 std::error_code SampleProfileReaderGCC::readSectionTag(uint32_t Expected) { in readSectionTag()
/external/clang/unittests/AST/
DDeclPrinterTest.cpp685 SmallString<128> Expected; in TEST() local
709 SmallString<128> Expected; in TEST() local
/external/clang/include/clang/Parse/
DParser.h293 bool TryConsumeToken(tok::TokenKind Expected) { in TryConsumeToken()
303 bool TryConsumeToken(tok::TokenKind Expected, SourceLocation &Loc) { in TryConsumeToken()
/external/deqp/modules/internal/
DditFrameworkTests.cpp54 enum Expected { NO_MATCH, MATCH_GROUP, MATCH_CASE, EXPECTED_LAST }; enum
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java1386 int[][] Expected = { in TestT6216() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java1390 int[][] Expected = { in TestT6216() local
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp382 static void checkContents(DirIter I, ArrayRef<StringRef> Expected) { in checkContents()
/external/llvm/lib/Support/
DPath.cpp977 const char Expected[] = { 0, 0, 0, 0, '\x20', 0, 0, 0, '\xff' }; in identify_magic() local
/external/llvm/unittests/IR/
DMetadataTest.cpp269 std::string Expected; in TEST_F() local
331 std::string Expected; in TEST_F() local

12