/external/clang/lib/Driver/ |
D | Job.cpp | 81 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) { in printArg() argument 84 if (!Quote && !Escape) { in printArg() 154 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument 183 printArg(OS, ShortName.str().c_str(), Quote); in Print() 189 printArg(OS, Arg, Quote); in Print() 194 printArg(OS, "-ivfsoverlay", Quote); in Print() 196 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote); in Print() 268 bool Quote, CrashReportInfo *CrashInfo) const { in Print() argument 269 Command::Print(OS, "", Quote, CrashInfo); in Print() 271 Fallback->Print(OS, Terminator, Quote, CrashInfo); in Print() [all …]
|
/external/clang/include/clang/Driver/ |
D | Job.h | 93 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 119 static void printArg(llvm::raw_ostream &OS, const char *Arg, bool Quote); 131 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 154 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
|
/external/llvm/test/CodeGen/X86/ |
D | private-2.ll | 2 ; Quote should be outside of private prefix.
|
/external/clang/lib/AST/ |
D | CommentLexer.cpp | 190 const char Quote = *BufferPtr; in skipHTMLQuotedString() local 191 assert(Quote == '\"' || Quote == '\''); in skipHTMLQuotedString() 196 if (C == Quote && BufferPtr[-1] != '\\') in skipHTMLQuotedString()
|
/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 375 std::vector<std::string> Quote = unescapeJsonCommandLine("a\\\\\\\""); in TEST() local 376 ASSERT_EQ(1ul, Quote.size()); in TEST() 377 EXPECT_EQ("a\"", Quote[0]); in TEST()
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | Pick.java | 416 static class Quote extends ItemPick { class in Pick 417 Quote(Pick item) { in Quote() method in Pick.Quote
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | Pick.java | 417 static class Quote extends ItemPick { class in Pick 418 Quote(Pick item) { in Quote() method in Pick.Quote
|
D | BNF.java | 185 return new Pick.Quote(item); in qualify()
|
/external/tpm2/ |
D | Android.mk | 271 Quote.c \
|
D | Makefile | 253 SOURCES += Quote.c
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
D | BNF.java | 184 return new Pick.Quote(item); in qualify()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 550 char Quote = Src[I++]; in TokenizeGNUCommandLine() local 551 while (I != E && Src[I] != Quote) { in TokenizeGNUCommandLine()
|
/external/curl/docs/ |
D | MAIL-ETIQUETTE | 230 Quote as little as possible. Just enough to provide the context you cannot
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 204 char Quote = Charify ? '\'' : '"'; in Stringify() local 206 if (Result[i] == '\\' || Result[i] == Quote) { in Stringify()
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 257 Quote Level from the Text menu.
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 294 Quote Level from the Text menu.
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 294 Quote Level from the Text menu.
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 294 Quote Level from the Text menu.
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Syntax.text | 294 Quote Level from the Text menu.
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 1929 bool Quote = (Lib.find(" ") != StringRef::npos); in qualifyWindowsLibrary() local 1930 std::string ArgStr = Quote ? "\"" : ""; in qualifyWindowsLibrary() 1934 ArgStr += Quote ? "\"" : ""; in qualifyWindowsLibrary()
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
D | news.txt | 609 * Quote the function name in tracebacks in the exception formatter;
|
/external/bison/ |
D | ChangeLog-2012 | 3380 (b4_remove_comma): Quote test argument. 5004 * src/Makefile.am (yacc): Quote target action commands properly so 10413 * src/output.c (prepare_symbols): Quote all names. This undoes 10624 YYENABLE_NLS. Quote a bit more. 11027 (string_as_id): Quote $1 before using it as a key, since the 11033 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as 13214 Quote AC_FOREACH variable-expansions properly. 14494 * data/yacc.c: Quote larger chunks, a la glr.c. 14846 (muscle_init): Quote filename as a C string. 14850 (prepare_symbols): Quote tokens for M4. [all …]
|
/external/libxml2/result/HTML/ |
D | wired.html.sax | 832 SAX.characters(Get Quote:, 10)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.css | 3387 /* Styling for Template:Quote */
|
/external/zlib/src/ |
D | ChangeLog | 50 - Quote --version-script argument in CMakeLists.txt
|