/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 | 237 g.P("ServiceName: ", strconv.Quote(fullServName), ",") 245 g.P("MethodName: ", strconv.Quote(method.GetName()), ",") 256 g.P("StreamName: ", strconv.Quote(method.GetName()), ",") 408 g.P("FullMethod: ", strconv.Quote(fmt.Sprintf("/%s/%s", fullServName, methName)), ",")
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/resources/ |
D | jdi.properties | 9 raw.quote.label = Quote 20 sun.quote.label = Quote
|
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 640 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\""; in scalarString() local 641 output(Quote); // Starting quote. in scalarString() 648 this->outputUpToEndOfLine(Quote); in scalarString() 662 this->outputUpToEndOfLine(Quote); // Ending quote. in scalarString()
|
/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 | 100 func (p GoImportPath) String() string { return strconv.Quote(string(p)) } 1016 g.WriteString(strconv.Quote(string(v))) 1396 g.P(duplicate, e.Number, ": ", strconv.Quote(*e.Name), ",") 1403 g.P(strconv.Quote(*e.Name), ": ", e.Number, ",") 1568 return strconv.Quote(fmt.Sprintf("%s,%d,%s%s%s%s%s%s", 2002 def = strconv.Quote(def) 2004 def = "[]byte(" + strconv.Quote(unescape(def)) + ")" 2612 g.P("func init() { ", g.Pkg["proto"], ".RegisterFile(", strconv.Quote(*file.Name), ", ", v, ") }")
|
/external/python/cpython2/PCbuild/ |
D | find_python.bat | 58 @rem Quote it here; it's not quoted later because "py -3.6" wouldn't work
|
/external/curl/docs/cmdline-opts/ |
D | quote.d | 7 Send an arbitrary command to the remote FTP or SFTP server. Quote commands are
|
/external/python/cpython3/PCbuild/ |
D | find_python.bat | 58 @rem Quote it here; it's not quoted later because "py -x.y" wouldn't work
|
/external/skqp/src/pdf/ |
D | SkPDFTag.cpp | 47 M(Quote); in tag_name_from_type()
|
/external/skia/src/pdf/ |
D | SkPDFTag.cpp | 47 M(Quote); in tag_name_from_type()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Pick.java | 443 static class Quote extends ItemPick { class in Pick 444 Quote(Pick item) { in Quote() method in Pick.Quote
|
D | BNF.java | 186 return new Pick.Quote(item); in qualify()
|
/external/curl/tests/data/ |
D | test1538 | 56 e21: Quote command returned error
|
/external/golang-protobuf/proto/ |
D | text_parser_test.go | 538 Quote: String(`"I didn't want to go."`),
|
D | text_test.go | 74 Quote: proto.String(`"I didn't want to go."`),
|
/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/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/python/cpython2/Misc/NEWS.d/ |
D | 2.7b2.rst | 359 Quote "!" in pipes.quote(); it is special to some shells.
|
/external/python/cpython2/Doc/library/ |
D | shlex.rst | 274 * Quote characters are not recognized within words (``Do"Not"Separate`` is
|