Home
last modified time | relevance | path

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

123

/external/clang/lib/Driver/
DJob.cpp82 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/
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,
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/
Dgrpc.go237 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/
Djdi.properties9 raw.quote.label = Quote
20 sun.quote.label = Quote
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dprivate-2.ll2 ; Quote should be outside of private prefix.
/external/llvm/test/CodeGen/X86/
Dprivate-2.ll2 ; Quote should be outside of private prefix.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dprivate-2.ll2 ; Quote should be outside of private prefix.
/external/clang/lib/AST/
DCommentLexer.cpp199 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/
DYAMLTraits.cpp640 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/
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/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go100 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/
Dfind_python.bat58 @rem Quote it here; it's not quoted later because "py -3.6" wouldn't work
/external/curl/docs/cmdline-opts/
Dquote.d7 Send an arbitrary command to the remote FTP or SFTP server. Quote commands are
/external/python/cpython3/PCbuild/
Dfind_python.bat58 @rem Quote it here; it's not quoted later because "py -x.y" wouldn't work
/external/skqp/src/pdf/
DSkPDFTag.cpp47 M(Quote); in tag_name_from_type()
/external/skia/src/pdf/
DSkPDFTag.cpp47 M(Quote); in tag_name_from_type()
/external/cldr/tools/java/org/unicode/cldr/util/
DPick.java443 static class Quote extends ItemPick { class in Pick
444 Quote(Pick item) { in Quote() method in Pick.Quote
DBNF.java186 return new Pick.Quote(item); in qualify()
/external/curl/tests/data/
Dtest153856 e21: Quote command returned error
/external/golang-protobuf/proto/
Dtext_parser_test.go538 Quote: String(`"I didn't want to go."`),
Dtext_test.go74 Quote: proto.String(`"I didn't want to go."`),
/external/llvm/lib/Support/
DCommandLine.cpp712 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
713 while (I != E && Src[I] != Quote) { in TokenizeGNUCommandLine()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp731 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
732 while (I != E && Src[I] != Quote) { in TokenizeGNUCommandLine()
/external/python/cpython2/Misc/NEWS.d/
D2.7b2.rst359 Quote "!" in pipes.quote(); it is special to some shells.
/external/python/cpython2/Doc/library/
Dshlex.rst274 * Quote characters are not recognized within words (``Do"Not"Separate`` is

123