/third_party/python/Lib/test/ |
H A D | test_csv.py | 42 self.assertRaises(TypeError, ctor, arg, quoting=None) 44 quoting=csv.QUOTE_ALL, quotechar='') 46 quoting=csv.QUOTE_ALL, quotechar=None) 48 quoting=csv.QUOTE_NONE, quotechar='') 70 self.assertEqual(obj.dialect.quoting, csv.QUOTE_MINIMAL) 76 self.assertRaises(AttributeError, delattr, obj.dialect, 'quoting') 78 'quoting', None) 90 quoting=csv.QUOTE_NONE, skipinitialspace=True, 98 self.assertEqual(obj.dialect.quoting, csv.QUOTE_NONE) 116 quoting variable in Test_Csv._test_dialect_attrs.dialect 463 quoting = csv.QUOTE_MINIMAL global() variable in TestDialectRegistry.test_register_kwargs_override.mydialect 472 quoting=csv.QUOTE_ALL) global() variable in TestDialectRegistry.test_register_kwargs_override.mydialect 492 quoting = csv.QUOTE_NONE global() variable in TestDialectRegistry.test_space_dialect.space 674 quoting = csv.QUOTE_NONE global() variable in EscapedExcel 696 quoting = csv.QUOTE_NONNUMERIC global() variable in QuotedEscapedExcel 935 quoting = csv.QUOTE_NONE global() variable in TestDialectValidity.test_quoting.mydialect 975 quoting = csv.QUOTE_NONE global() variable in TestDialectValidity.test_delimiter.mydialect 1016 quoting = csv.QUOTE_NONE global() variable in TestDialectValidity.test_escapechar.mydialect 1043 quoting = csv.QUOTE_NONE global() variable in TestDialectValidity.test_lineterminator.mydialect [all...] |
/third_party/python/Modules/ |
H A D | _csv.c | 107 int quoting; /* style of quoting to write */ member 204 return PyLong_FromLong(self->quoting); in Dialect_get_quoting() 327 dialect_check_quoting(int quoting) in dialect_check_quoting() argument 332 if ((int)qs->style == quoting) in dialect_check_quoting() 335 PyErr_Format(PyExc_TypeError, "bad \"quoting\" value"); in dialect_check_quoting() 353 { "quoting", (getter)Dialect_get_quoting}, 374 "quoting", 407 PyObject *quoting = NULL; in dialect_new() local 419 "ing, in dialect_new() [all...] |
/third_party/spirv-tools/source/ |
H A D | text_handler.cpp | 102 bool quoting = false; in getWord() local 117 if (!escaping) quoting = !quoting; in getWord() 124 if (escaping || quoting) break; in getWord()
|
/third_party/python/Lib/ |
H A D | csv.py | 28 lineterminator, quoting. 40 quoting = None variable in Dialect 61 quoting = QUOTE_MINIMAL variable in excel 76 quoting = QUOTE_ALL variable in unix_dialect 192 quoting = QUOTE_MINIMAL variable in Sniffer.sniff.dialect
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text_handler.cpp | 100 bool quoting = false; in getWord() local 115 if (!escaping) quoting = !quoting; in getWord() 122 if (escaping || quoting) break; in getWord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text_handler.cpp | 100 bool quoting = false; in getWord() local 115 if (!escaping) quoting = !quoting; in getWord() 122 if (escaping || quoting) break; in getWord()
|
/third_party/python/PCbuild/ |
H A D | find_msbuild.bat | 14 @rem parse the next if statement - incorrect quoting in the multi-arg
18 @rem Entire command line may represent the full path if quoting failed.
|
H A D | find_python.bat | 18 @rem parse the next if statement - incorrect quoting in the multi-arg
22 @rem Entire command line may represent the full path if quoting failed.
|
/third_party/rust/crates/clap/clap_complete_fig/tests/ |
H A D | fig.rs | 40 fn quoting() { in quoting() functions 44 "tests/snapshots/quoting.fig.js", in quoting()
|
/third_party/rust/crates/clap/clap_complete/tests/ |
H A D | powershell.rs | 40 fn quoting() { in quoting() functions 44 "tests/snapshots/quoting.ps1", in quoting()
|
H A D | elvish.rs | 40 fn quoting() { in quoting() functions 44 "tests/snapshots/quoting.elvish", in quoting()
|
H A D | fish.rs | 40 fn quoting() { in quoting() functions 44 "tests/snapshots/quoting.fish", in quoting()
|
H A D | zsh.rs | 40 fn quoting() { in quoting() functions 44 "tests/snapshots/quoting.zsh", in quoting()
|
H A D | bash.rs | 40 fn quoting() { in quoting() functions 44 "tests/snapshots/quoting.bash", in quoting()
|
/third_party/rust/crates/clap/clap_mangen/tests/ |
H A D | roff.rs | 25 fn quoting() { in quoting() functions 28 common::assert_matches_path("tests/snapshots/quoting.bash.roff", cmd); in quoting()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | PatternTokenizer.java | 72 * @param syntaxCharacters Characters to be set as extra quoting characters. 73 * @return A PatternTokenizer object in which characters are specified as extra quoting characters. 210 // otherwise cp doesn't need quoting in quoteLiteral()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | PatternTokenizer.java | 74 * @param syntaxCharacters Characters to be set as extra quoting characters. 75 * @return A PatternTokenizer object in which characters are specified as extra quoting characters. 212 // otherwise cp doesn't need quoting in quoteLiteral()
|
/third_party/gn/src/gn/ |
H A D | command_gen.cc | 571 This string is passed without any quoting to the ninja invocation 618 This string is passed without any quoting to the ninja invocation
|