/external/v8/tools/release/ |
D | git_recipes.py | 96 def Quoted(s): function 198 self.Git(MakeArgs(["add", Quoted(name)]), **kwargs) 205 args.append(Quoted(patch_file)) 213 args += ["--email", Quoted(author)] 215 args += ["-r", Quoted(reviewer)] 217 args += ["--tbrs", Quoted(tbr_reviewer)] 227 args += ["--cc", Quoted(cc)] 239 args += ["-aF", Quoted(file_name)] 241 args += ["-am", Quoted(message)]
|
/external/llvm/test/YAMLParser/ |
D | spec-05-12.test | 9 quoted: "Quoted " 18 # CHECK: !!str "Quoted\t\t"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | spec-05-12.test | 9 quoted: "Quoted " 18 # CHECK: !!str "Quoted\t\t"
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_10.txt | 16 Content-Transfer-Encoding: Quoted-Printable 18 =A1This is a Quoted Printable encoded message!
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_10.txt | 16 Content-Transfer-Encoding: Quoted-Printable 18 =A1This is a Quoted Printable encoded message!
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/ |
D | external-symbol-operands.mir | 55 ; CHECK-NEXT: CALL64pcrel32 &"$Quoted \09 External symbol \11 ", 61 CALL64pcrel32 &"$Quoted \09 External symbol \11 ", csr_64, implicit $rsp, implicit-def $rsp
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | external-symbol-operands.mir | 55 ; CHECK-NEXT: CALL64pcrel32 $"$Quoted \09 External symbol \11 ", 61 CALL64pcrel32 $"$Quoted \09 External symbol \11 ", csr_64, implicit %rsp, implicit-def %rsp
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-05-12.data | 3 quoted: "Quoted "
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmsimpleexpression_unittest.cpp | 78 TEST(FMStringExpressionTest, Quoted) { in TEST() argument
|
/external/clang/include/clang/Lex/ |
D | HeaderSearchOptions.h | 29 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'. enumerator
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 142 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) { in AddUnmappedPath() 585 if (Include.first == Quoted) in Realize()
|
D | CompilerInvocation.cpp | 1428 Opts.AddPath(A->getValue(), frontend::Quoted, false, true); in ParseHeaderSearchArgs()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 183 bool Quoted = ArgNeedsQuotes(Str); 184 unsigned int len = Quoted ? 2 : 0; 200 if (Quoted) {
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 183 bool Quoted = ArgNeedsQuotes(Str); 184 unsigned int len = Quoted ? 2 : 0; 200 if (Quoted) {
|
/external/zlib/src/old/ |
D | visual-basic.txt | 29 Declares follow: (Quoted from Carlos Rios <c_rios@sonda.cl>, in Vb4 form)
|
/external/python/cpython2/Doc/library/ |
D | shlex.rst | 317 * Quoted empty strings (``''``) are allowed;
|
/external/pcre/dist2/testdata/ |
D | testinput6 | 1177 # Quoted string 1220 # Quoted string 1332 # Quoted string 1584 # Quoted string 1627 # Quoted string
|
D | testinput1 | 695 # Quoted string 738 # Quoted string 850 # Quoted string 1102 # Quoted string 1145 # Quoted string
|
D | testoutput6 | 1919 # Quoted string 1962 # Quoted string 2074 # Quoted string 2326 # Quoted string 2369 # Quoted string
|
D | testoutput1 | 1136 # Quoted string 1179 # Quoted string 1291 # Quoted string 1543 # Quoted string 1586 # Quoted string
|
/external/python/cpython3/Doc/library/ |
D | shlex.rst | 361 * Quoted empty strings (``''``) are allowed.
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 353 SmallString<128> Quoted; in AddPreprocessingOptions() local 354 QuoteTarget(DepTarget, Quoted); in AddPreprocessingOptions() 355 CmdArgs.push_back(Args.MakeArgString(Quoted)); in AddPreprocessingOptions() 383 SmallString<128> Quoted; in AddPreprocessingOptions() local 384 QuoteTarget(A->getValue(), Quoted); in AddPreprocessingOptions() 385 CmdArgs.push_back(Args.MakeArgString(Quoted)); in AddPreprocessingOptions()
|