Home
last modified time | relevance | path

Searched refs:Quote (Results 1 – 25 of 52) sorted by relevance

123

/external/clang/lib/Driver/
DJob.cpp81 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/
DJob.h93 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/
Dprivate-2.ll2 ; Quote should be outside of private prefix.
/external/clang/lib/AST/
DCommentLexer.cpp190 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/
DCompilationDatabaseTest.cpp375 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/
DPick.java416 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/
DPick.java417 static class Quote extends ItemPick { class in Pick
418 Quote(Pick item) { in Quote() method in Pick.Quote
DBNF.java185 return new Pick.Quote(item); in qualify()
/external/tpm2/
DAndroid.mk271 Quote.c \
DMakefile253 SOURCES += Quote.c
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DBNF.java184 return new Pick.Quote(item); in qualify()
/external/llvm/lib/Support/
DCommandLine.cpp550 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
551 while (I != E && Src[I] != Quote) { in TokenizeGNUCommandLine()
/external/curl/docs/
DMAIL-ETIQUETTE230 Quote as little as possible. Just enough to provide the context you cannot
/external/clang/lib/Lex/
DLexer.cpp204 char Quote = Charify ? '\'' : '"'; in Stringify() local
206 if (Result[i] == '\\' || Result[i] == Quote) { in Stringify()
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt257 Quote Level from the Text menu.
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text294 Quote Level from the Text menu.
/external/markdown/tests/markdown-test/
Dmarkdown-syntax.txt294 Quote Level from the Text menu.
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt294 Quote Level from the Text menu.
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Syntax.text294 Quote Level from the Text menu.
/external/clang/lib/CodeGen/
DTargetInfo.cpp1929 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/
Dnews.txt609 * Quote the function name in tracebacks in the exception formatter;
/external/bison/
DChangeLog-20123380 (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/
Dwired.html.sax832 SAX.characters(Get Quote:, 10)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.css3387 /* Styling for Template:Quote */
/external/zlib/src/
DChangeLog50 - Quote --version-script argument in CMakeLists.txt

123