/external/clang/lib/Driver/ |
D | Job.cpp | 82 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) { in printArg() argument 85 if (!Quote && !Escape) { in printArg() 155 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument 184 printArg(OS, ShortName.str().c_str(), Quote); in Print() 190 printArg(OS, Arg, Quote); in Print() 195 printArg(OS, "-ivfsoverlay", Quote); in Print() 197 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote); in Print() 209 printArg(OS, ModCachePath.c_str(), Quote); in Print() 281 bool Quote, CrashReportInfo *CrashInfo) const { in Print() argument 282 Command::Print(OS, "", 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, 148 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 168 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
|
/external/golang-protobuf/protoc-gen-go/grpc/ |
D | grpc.go | 133 g.P(contextPkg, " ", strconv.Quote(path.Join(g.gen.ImportPrefix, contextPkgPath))) 134 g.P(grpcPkg, " ", strconv.Quote(path.Join(g.gen.ImportPrefix, grpcPkgPath))) 227 g.P("ServiceName: ", strconv.Quote(fullServName), ",") 235 g.P("MethodName: ", strconv.Quote(method.GetName()), ",") 246 g.P("StreamName: ", strconv.Quote(method.GetName()), ",") 395 g.P("FullMethod: ", strconv.Quote(fmt.Sprintf("/%s/%s", fullServName, methName)), ",")
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | private-2.ll | 2 ; Quote should be outside of private prefix.
|
/external/llvm/test/CodeGen/X86/ |
D | private-2.ll | 2 ; Quote should be outside of private prefix.
|
/external/clang/lib/AST/ |
D | CommentLexer.cpp | 199 const char Quote = *BufferPtr; in skipHTMLQuotedString() local 200 assert(Quote == '\"' || Quote == '\''); in skipHTMLQuotedString() 205 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/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 1322 …g.P("import " + g.Pkg["proto"] + " " + strconv.Quote(g.ImportPrefix+"github.com/golang/protobuf/pr… 1340 g.P("// skipping weak import ", fd.PackageName(), " ", strconv.Quote(importPath)) 1350 g.P("import ", pname, " ", strconv.Quote(importPath)) 1421 g.P(duplicate, e.Number, ": ", strconv.Quote(*e.Name), ",") 1429 g.P(strconv.Quote(*e.Name), ": ", e.Number, ",") 1588 return strconv.Quote(fmt.Sprintf("%s,%d,%s%s%s%s%s%s", 1985 def = strconv.Quote(def) 1987 def = "[]byte(" + strconv.Quote(def) + ")" 2616 g.P("func init() { ", g.Pkg["proto"], ".RegisterFile(", strconv.Quote(*file.Name), ", ", v, ") }")
|
/external/curl/docs/cmdline-opts/ |
D | quote.d | 7 Send an arbitrary command to the remote FTP or SFTP server. Quote commands are
|
/external/tpm2/ |
D | Android.bp | 272 "Quote.c",
|
D | Makefile | 253 SOURCES += Quote.c
|
/external/golang-protobuf/proto/ |
D | text_test.go | 72 Quote: proto.String(`"I didn't want to go."`),
|
D | text_parser_test.go | 505 Quote: String(`"I didn't want to go."`),
|
/external/curl/tests/data/ |
D | test1538 | 56 e21: Quote command returned error
|
/external/ImageMagick/ |
D | ChangeLog | 119 * Quote passwords when passed to a delegate program.
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 731 char Quote = Src[I++]; in TokenizeGNUCommandLine() local 732 while (I != E && Src[I] != Quote) { in TokenizeGNUCommandLine()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 712 char Quote = Src[I++]; in TokenizeGNUCommandLine() local 713 while (I != E && Src[I] != Quote) { in TokenizeGNUCommandLine()
|
/external/python/cpython2/Doc/library/ |
D | shlex.rst | 274 * Quote characters are not recognized within words (``Do"Not"Separate`` is
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | il | 309 …key <AC11> { [ U2019, U201D, U0323, U05C4 ] };//QuoteRight double R Quote punctum punctum Abo…
|
/external/golang-protobuf/proto/testdata/ |
D | test.pb.go | 1377 Quote *string `protobuf:"bytes,3,opt,name=quote" json:"quote,omitempty"` member 1420 if m != nil && m.Quote != nil { 1421 return *m.Quote
|
/external/curl/docs/ |
D | MAIL-ETIQUETTE | 251 Quote as little as possible. Just enough to provide the context you cannot
|
/external/python/cpython3/Doc/library/ |
D | shlex.rst | 316 * Quote characters are not recognized within words (``Do"Not"Separate`` is
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 204 char Quote = Charify ? '\'' : '"'; in Stringify() local 206 if (Result[i] == '\\' || Result[i] == Quote) { in Stringify()
|
/external/boringssl/src/util/fipstools/ |
D | delocate.peg.go | 125 quote := strconv.Quote(string(([]rune(buffer)[node.begin:node.end]))) 284 strconv.Quote(string(e.p.buffer[begin:end])))
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 257 Quote Level from the Text menu.
|