Home
last modified time | relevance | path

Searched refs:Quote (Results 1 – 25 of 66) 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.go133 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/
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/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/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.go1322 …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/
Dquote.d7 Send an arbitrary command to the remote FTP or SFTP server. Quote commands are
/external/tpm2/
DAndroid.bp272 "Quote.c",
DMakefile253 SOURCES += Quote.c
/external/golang-protobuf/proto/
Dtext_test.go72 Quote: proto.String(`"I didn't want to go."`),
Dtext_parser_test.go505 Quote: String(`"I didn't want to go."`),
/external/curl/tests/data/
Dtest153856 e21: Quote command returned error
/external/ImageMagick/
DChangeLog119 * Quote passwords when passed to a delegate program.
/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/llvm/lib/Support/
DCommandLine.cpp712 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
713 while (I != E && Src[I] != Quote) { in TokenizeGNUCommandLine()
/external/python/cpython2/Doc/library/
Dshlex.rst274 * Quote characters are not recognized within words (``Do"Not"Separate`` is
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dil309 …key <AC11> { [ U2019, U201D, U0323, U05C4 ] };//QuoteRight double R Quote punctum punctum Abo…
/external/golang-protobuf/proto/testdata/
Dtest.pb.go1377 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/
DMAIL-ETIQUETTE251 Quote as little as possible. Just enough to provide the context you cannot
/external/python/cpython3/Doc/library/
Dshlex.rst316 * Quote characters are not recognized within words (``Do"Not"Separate`` is
/external/clang/lib/Lex/
DLexer.cpp204 char Quote = Charify ? '\'' : '"'; in Stringify() local
206 if (Result[i] == '\\' || Result[i] == Quote) { in Stringify()
/external/boringssl/src/util/fipstools/
Ddelocate.peg.go125 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/
Dsyntax-toc.txt257 Quote Level from the Text menu.

123