HomeSort by relevance Sort by last modified time
    Searched refs:Quoted (Results 1 - 25 of 32) sorted by null

1 2

  /external/v8/tools/release/
git_recipes.py 96 def Quoted(s):
198 self.Git(MakeArgs(["add", Quoted(name)]), **kwargs)
205 args.append(Quoted(patch_file))
212 args += ["--email", Quoted(author)]
214 args += ["-r", Quoted(reviewer)]
222 args += ["--cc", Quoted(cc)]
231 args += ["-aF", Quoted(file_name)]
233 args += ["-am", Quoted(message)]
246 args = ["cl", "comments", "-a", Quoted(message)]
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 26 /// start searching at the Quoted group (specified by '-iquote'),
29 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 27 /// start searching at the Quoted group (specified by '-iquote'),
30 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 27 /// start searching at the Quoted group (specified by '-iquote'),
30 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 27 /// start searching at the Quoted group (specified by '-iquote'),
30 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 27 /// start searching at the Quoted group (specified by '-iquote'),
30 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 27 /// start searching at the Quoted group (specified by '-iquote'),
30 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 27 /// start searching at the Quoted group (specified by '-iquote'),
30 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 27 /// start searching at the Quoted group (specified by '-iquote'),
30 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 27 /// start searching at the Quoted group (specified by '-iquote'),
30 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'.
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
writer_test.go 141 // From http://fr.wikipedia.org/wiki/Quoted-Printable
142 var testMsg = []byte("Quoted-Printable (QP) est un format d'encodage de données codées sur 8 bits, qui utilise exclusivement les caractères alphanumériques imprimables du code ASCII (7 bits).\r\n" +
146 "L'encodage Quoted-Printable permet de remédier à ce problème, en procédant de la manière suivante :\r\n" +
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
writer_test.go 141 // From http://fr.wikipedia.org/wiki/Quoted-Printable
142 var testMsg = []byte("Quoted-Printable (QP) est un format d'encodage de données codées sur 8 bits, qui utilise exclusivement les caractères alphanumériques imprimables du code ASCII (7 bits).\r\n" +
146 "L'encodage Quoted-Printable permet de remédier à ce problème, en procédant de la manière suivante :\r\n" +
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
ParserValidate.py 712 Quoted = False
714 Quoted = True
721 if Char == '.' and not Quoted:
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 142 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) {
583 // Quoted arguments go first.
585 if (Include.first == Quoted)
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 655 Quoted string // The original text of the string, with quotes.
660 return &StringNode{tr: t, NodeType: NodeString, Pos: pos, Quoted: orig, Text: text}
664 return s.Quoted
672 return s.tr.newString(s.Pos, s.Quoted, s.Text)
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 655 Quoted string // The original text of the string, with quotes.
660 return &StringNode{tr: t, NodeType: NodeString, Pos: pos, Quoted: orig, Text: text}
664 return s.Quoted
672 return s.tr.newString(s.Pos, s.Quoted, s.Text)
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader.go 23 // quoted-fields. The beginning and ending quote are not part of the
28 // normal string,"quoted-field"
32 // {`normal string`, `quoted-field`}
34 // Within a quoted-field a quote character followed by a second quote
37 // "the ""word"" is true","a ""quoted-field"""
41 // {`the "word" is true`, `a "quoted-field"`}
43 // Newlines and commas may be included in a quoted-field
78 ErrBareQuote = errors.New("bare \" in non-quoted-field")
107 // non-doubled quote may appear in a quoted field.
319 // quoted fiel
    [all...]
  /prebuilts/go/linux-x86/src/encoding/csv/
reader.go 23 // quoted-fields. The beginning and ending quote are not part of the
28 // normal string,"quoted-field"
32 // {`normal string`, `quoted-field`}
34 // Within a quoted-field a quote character followed by a second quote
37 // "the ""word"" is true","a ""quoted-field"""
41 // {`the "word" is true`, `a "quoted-field"`}
43 // Newlines and commas may be included in a quoted-field
78 ErrBareQuote = errors.New("bare \" in non-quoted-field")
107 // non-doubled quote may appear in a quoted field.
319 // quoted fiel
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
generate.go 49 double-quoted strings passed to the generator as individual
52 Quoted strings use Go syntax and are evaluated before execution; a
53 quoted string appears as a single argument to the generator.
70 Other than variable substitution and quoted-string evaluation, no
78 order of evaluation, variables are expanded even inside quoted
289 // split breaks the line into words, evaluating quoted
293 // Parse line, obeying quoted strings.
300 // One (possibly quoted) word per iteration.
319 g.errorf("bad quoted string")
325 g.errorf("expect space after quoted argument"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
generate.go 49 double-quoted strings passed to the generator as individual
52 Quoted strings use Go syntax and are evaluated before execution; a
53 quoted string appears as a single argument to the generator.
70 Other than variable substitution and quoted-string evaluation, no
78 order of evaluation, variables are expanded even inside quoted
289 // split breaks the line into words, evaluating quoted
293 // Parse line, obeying quoted strings.
300 // One (possibly quoted) word per iteration.
319 g.errorf("bad quoted string")
325 g.errorf("expect space after quoted argument"
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 240 {"%q", `"quoted\twith\\do\u0075bl\x65s"` + "\n", &stringVal, "quoted\twith\\doubles"},
241 {"%q", "`quoted with backs`\n", &stringVal, "quoted with backs"},
686 // Quoted empty string is OK.
692 t.Errorf("Sscanf <empty> expected no error with quoted string; got %s", err)
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 240 {"%q", `"quoted\twith\\do\u0075bl\x65s"` + "\n", &stringVal, "quoted\twith\\doubles"},
241 {"%q", "`quoted with backs`\n", &stringVal, "quoted with backs"},
686 // Quoted empty string is OK.
692 t.Errorf("Sscanf <empty> expected no error with quoted string; got %s", err)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 663 // We don't care, but accumulate for caller. Quoted angle
814 // Handle quoted attribute values
934 // If quote >= 0, we are in a quoted string and need to find the matching quote.
968 d.err = d.syntaxError("unescaped < inside quoted string")
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 663 // We don't care, but accumulate for caller. Quoted angle
814 // Handle quoted attribute values
934 // If quote >= 0, we are in a quoted string and need to find the matching quote.
968 d.err = d.syntaxError("unescaped < inside quoted string")
    [all...]

Completed in 1398 milliseconds

1 2