/external/clang/unittests/Tooling/ |
D | RefactoringCallbacksTest.cpp | 22 void expectRewritten(const std::string &Code, in expectRewritten() 40 std::string Code = "void f() { int i = 1; }"; in TEST() local 47 std::string Code = "#define A void f() { int i = 1; }\nA"; in TEST() local 54 std::string Code = "#define A void f() { int i = 1; }"; in TEST() local 61 std::string Code = "void f() { int i = 1; }"; in TEST() local 69 std::string Code = "void f() { int i = false ? 1 : i * 2; }"; in TEST() local 80 std::string Code = "bool a; void f() { if (a) f(); else a = true; }"; in TEST() local 91 std::string Code = "void f() { if (false) int i = 0; }"; in TEST() local
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 61 testing::AssertionResult matchesConditionally(const std::string &Code, in matchesConditionally() 96 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches() 101 testing::AssertionResult notMatches(const std::string &Code, in notMatches() 108 matchAndVerifyResultConditionally(const std::string &Code, const T &AMatcher, in matchAndVerifyResultConditionally() 152 matchAndVerifyResultTrue(const std::string &Code, const T &AMatcher, in matchAndVerifyResultTrue() 160 matchAndVerifyResultFalse(const std::string &Code, const T &AMatcher, in matchAndVerifyResultFalse()
|
/external/clang/unittests/AST/ |
D | StmtPrinterTest.cpp | 70 PrintedStmtMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedStmtMatches() 101 PrintedStmtCXX98Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX98Matches() 110 StringRef Code, in PrintedStmtCXX98Matches() 124 PrintedStmtCXX11Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX11Matches() 133 StringRef Code, in PrintedStmtMSMatches()
|
D | NamedDeclPrinterTest.cpp | 64 PrintedNamedDeclMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedNamedDeclMatches() 96 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName, in PrintedNamedDeclCXX98Matches() 108 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName, in PrintedWrittenNamedDeclCXX11Matches()
|
D | MatchVerifier.h | 35 testing::AssertionResult match(const std::string &Code, in match() 42 testing::AssertionResult match(const std::string &Code, in match() 78 const std::string &Code, const MatcherType &AMatcher, in match()
|
/external/clang/unittests/Format/ |
D | FormatTestProto.cpp | 22 static std::string format(llvm::StringRef Code, unsigned Offset, in format() 34 static std::string format(llvm::StringRef Code) { in format() 40 static void verifyFormat(llvm::StringRef Code) { in verifyFormat()
|
D | FormatTestJS.cpp | 22 static std::string format(llvm::StringRef Code, unsigned Offset, in format() 35 llvm::StringRef Code, in format() 47 llvm::StringRef Code, in verifyFormat()
|
D | FormatTestUtils.h | 23 inline std::string messUp(llvm::StringRef Code) { in messUp()
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 214 void const* Code, in op_write_native_code() 226 void const* Code, in op_write_debug_line_info()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Parser.cpp | 251 StringRef Code; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer 519 bool Parser::parseExpression(StringRef Code, VariantValue *Value, in parseExpression() 525 bool Parser::parseExpression(StringRef Code, Sema *S, in parseExpression() 538 Parser::completeExpression(StringRef Code, unsigned CompletionOffset) { in completeExpression() 550 Parser::parseMatcherExpression(StringRef Code, Diagnostics *Error) { in parseMatcherExpression() 556 Parser::parseMatcherExpression(StringRef Code, Parser::Sema *S, in parseMatcherExpression()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 139 unsigned Code = ReadVBR(6); in skipRecord() local 198 unsigned Code = ReadVBR(6); in readRecord() local 214 unsigned Code = (unsigned)Vals.pop_back_val(); in readRecord() local
|
/external/chromium_org/sandbox/win/src/ |
D | service_resolver_unittest.cc | 71 struct Code { in CheckJump() struct 72 BYTE jump; in CheckJump() 73 ULONG delta; in CheckJump()
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | Code.java | 19 public final class Code { class 28 public Code(int registersSize, int insSize, int outsSize, int debugInfoOffset, in Code() method in Code
|
/external/smack/src/org/xbill/DNS/ |
D | EDNSOption.java | 16 public static class Code { class in EDNSOption 17 private Code() {} in Code() method in EDNSOption.Code
|
/external/llvm/lib/Transforms/Utils/ |
D | CmpInstAnalysis.cpp | 72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | MediaError.h | 38 enum Code { enum
|
D | MediaKeyError.h | 47 typedef unsigned short Code; typedef
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | ParserTest.cpp | 34 void parse(StringRef Code) { in parse() 210 std::string ParseWithError(StringRef Code) { in ParseWithError() 217 std::string ParseMatcherWithError(StringRef Code) { in ParseMatcherWithError()
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 107 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCode() 124 bool runToolOnCodeWithArgs(clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCodeWithArgs() 399 std::unique_ptr<ASTUnit> buildASTFromCode(const Twine &Code, in buildASTFromCode() 405 buildASTFromCodeWithArgs(const Twine &Code, in buildASTFromCodeWithArgs()
|
/external/lzma/CPP/7zip/Compress/ |
D | CopyCoder.cpp | 20 STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream, in Code() function in NCompress::CCopyCoder
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2MT.cpp | 20 void CCoder2::Code(ICompressProgressInfo *progress) in Code() function in NCoderMixer::CCoder2 188 STDMETHODIMP CCoderMixer2MT::Code(ISequentialInStream **inStreams, in Code() function in NCoderMixer::CCoderMixer2MT
|
/external/skia/experimental/webtry/ |
D | webtry.go | 334 Code string member 574 Code string member 667 Code string `json:"code"` member 704 Code string `json:"code"` member
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
D | status.h | 75 enum Code { enum
|
/external/chromium_org/components/copresence/proto/ |
D | codes.proto | 4 enum Code { enum
|
/external/elfutils/0.153/libelf/ |
D | gelf_xlate.c | 164 #define TYPE_EXTRA(Code) argument 165 #define TYPE_XLATE(Code) Code argument
|