Home
last modified time | relevance | path

Searched refs:Quoted (Results 1 – 22 of 22) sorted by relevance

/external/v8/tools/release/
Dgit_recipes.py96 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/
Dspec-05-12.test9 quoted: "Quoted "
18 # CHECK: !!str "Quoted\t\t"
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-05-12.test9 quoted: "Quoted "
18 # CHECK: !!str "Quoted\t\t"
/external/python/cpython2/Lib/email/test/data/
Dmsg_10.txt16 Content-Transfer-Encoding: Quoted-Printable
18 =A1This is a Quoted Printable encoded message!
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_10.txt16 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/
Dexternal-symbol-operands.mir55 ; 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/
Dexternal-symbol-operands.mir55 ; 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/
Dspec-05-12.data3 quoted: "Quoted "
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmsimpleexpression_unittest.cpp78 TEST(FMStringExpressionTest, Quoted) { in TEST() argument
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h29 Quoted = 0, ///< '\#include ""' paths, added by 'gcc -iquote'. enumerator
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp142 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) { in AddUnmappedPath()
585 if (Include.first == Quoted) in Realize()
DCompilerInvocation.cpp1428 Opts.AddPath(A->getValue(), frontend::Quoted, false, true); in ParseHeaderSearchArgs()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc183 bool Quoted = ArgNeedsQuotes(Str);
184 unsigned int len = Quoted ? 2 : 0;
200 if (Quoted) {
/external/llvm/lib/Support/Windows/
DProgram.inc183 bool Quoted = ArgNeedsQuotes(Str);
184 unsigned int len = Quoted ? 2 : 0;
200 if (Quoted) {
/external/zlib/src/old/
Dvisual-basic.txt29 Declares follow: (Quoted from Carlos Rios <c_rios@sonda.cl>, in Vb4 form)
/external/python/cpython2/Doc/library/
Dshlex.rst317 * Quoted empty strings (``''``) are allowed;
/external/pcre/dist2/testdata/
Dtestinput61177 # Quoted string
1220 # Quoted string
1332 # Quoted string
1584 # Quoted string
1627 # Quoted string
Dtestinput1695 # Quoted string
738 # Quoted string
850 # Quoted string
1102 # Quoted string
1145 # Quoted string
Dtestoutput61919 # Quoted string
1962 # Quoted string
2074 # Quoted string
2326 # Quoted string
2369 # Quoted string
Dtestoutput11136 # Quoted string
1179 # Quoted string
1291 # Quoted string
1543 # Quoted string
1586 # Quoted string
/external/python/cpython3/Doc/library/
Dshlex.rst361 * Quoted empty strings (``''``) are allowed.
/external/clang/lib/Driver/
DTools.cpp353 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()