Home
last modified time | relevance | path

Searched refs:dialect (Results 1 – 25 of 52) sorted by relevance

123

/external/python/cpython2/Modules/
D_csv.c115 DialectObj *dialect; /* parsing dialect */ member
135 DialectObj *dialect; /* parsing dialect */ member
342 PyObject *dialect = NULL; in dialect_new() local
354 &dialect, in dialect_new()
365 if (dialect != NULL) { in dialect_new()
366 if (IS_BASESTRING(dialect)) { in dialect_new()
367 dialect = get_dialect_from_registry(dialect); in dialect_new()
368 if (dialect == NULL) in dialect_new()
372 Py_INCREF(dialect); in dialect_new()
374 if (PyObject_TypeCheck(dialect, &Dialect_Type) && in dialect_new()
[all …]
/external/python/cpython3/Modules/
D_csv.c95 DialectObj *dialect; /* parsing dialect */ member
115 DialectObj *dialect; /* parsing dialect */ member
342 PyObject *dialect = NULL; in dialect_new() local
354 &dialect, in dialect_new()
365 if (dialect != NULL) { in dialect_new()
366 if (PyUnicode_Check(dialect)) { in dialect_new()
367 dialect = get_dialect_from_registry(dialect); in dialect_new()
368 if (dialect == NULL) in dialect_new()
372 Py_INCREF(dialect); in dialect_new()
374 if (PyObject_TypeCheck(dialect, &Dialect_Type) && in dialect_new()
[all …]
/external/python/cpython3/Lib/test/
Dtest_csv.py50 self.assertEqual(obj.dialect.delimiter, ',')
51 self.assertEqual(obj.dialect.doublequote, True)
52 self.assertEqual(obj.dialect.escapechar, None)
53 self.assertEqual(obj.dialect.lineterminator, "\r\n")
54 self.assertEqual(obj.dialect.quotechar, '"')
55 self.assertEqual(obj.dialect.quoting, csv.QUOTE_MINIMAL)
56 self.assertEqual(obj.dialect.skipinitialspace, False)
57 self.assertEqual(obj.dialect.strict, False)
59 self.assertRaises(AttributeError, delattr, obj.dialect, 'delimiter')
60 self.assertRaises(AttributeError, setattr, obj.dialect, 'delimiter', ':')
[all …]
/external/python/cpython2/Lib/test/
Dtest_csv.py50 self.assertEqual(obj.dialect.delimiter, ',')
51 self.assertEqual(obj.dialect.doublequote, True)
52 self.assertEqual(obj.dialect.escapechar, None)
53 self.assertEqual(obj.dialect.lineterminator, "\r\n")
54 self.assertEqual(obj.dialect.quotechar, '"')
55 self.assertEqual(obj.dialect.quoting, csv.QUOTE_MINIMAL)
56 self.assertEqual(obj.dialect.skipinitialspace, False)
57 self.assertEqual(obj.dialect.strict, False)
59 self.assertRaises(TypeError, delattr, obj.dialect, 'delimiter')
60 self.assertRaises(TypeError, setattr, obj.dialect, 'delimiter', ':')
[all …]
/external/python/cpython2/Doc/library/
Dcsv.rst60 .. function:: reader(csvfile, dialect='excel', **fmtparams)
67 *dialect* parameter can be given which is used to define a set of parameters
68 specific to a particular CSV dialect. It may be an instance of a subclass of
72 dialect. For full details about the dialect and formatting parameters, see
98 .. function:: writer(csvfile, dialect='excel', **fmtparams)
103 'b' flag on platforms where that makes a difference. An optional *dialect*
105 particular CSV dialect. It may be an instance of a subclass of the
109 dialect. For full details about the dialect and formatting parameters, see
128 .. function:: register_dialect(name[, dialect], **fmtparams)
130 Associate *dialect* with *name*. *name* must be a string or Unicode object. The
[all …]
/external/python/cpython3/Doc/library/
Dcsv.rst56 .. function:: reader(csvfile, dialect='excel', **fmtparams)
63 *dialect* parameter can be given which is used to define a set of parameters
64 specific to a particular CSV dialect. It may be an instance of a subclass of
68 dialect. For full details about the dialect and formatting parameters, see
86 .. function:: writer(csvfile, dialect='excel', **fmtparams)
91 ``newline=''`` [1]_. An optional *dialect*
93 particular CSV dialect. It may be an instance of a subclass of the
97 dialect. For full details about the dialect and formatting parameters, see
115 .. function:: register_dialect(name[, dialect[, **fmtparams]])
117 Associate *dialect* with *name*. *name* must be a string. The
[all …]
/external/python/cpython3/Lib/
Dcsv.py83 dialect="excel", *args, **kwds): argument
87 self.reader = reader(f, dialect, *args, **kwds)
88 self.dialect = dialect
133 dialect="excel", *args, **kwds): argument
140 self.writer = writer(f, dialect, *args, **kwds)
190 class dialect(Dialect): class
196 dialect.doublequote = doublequote
197 dialect.delimiter = delimiter
199 dialect.quotechar = quotechar or '"'
200 dialect.skipinitialspace = skipinitialspace
[all …]
/external/python/cpython2/Lib/
Dcsv.py75 dialect="excel", *args, **kwds): argument
79 self.reader = reader(f, dialect, *args, **kwds)
80 self.dialect = dialect
129 dialect="excel", *args, **kwds): argument
137 self.writer = writer(f, dialect, *args, **kwds)
190 class dialect(Dialect): class
196 dialect.doublequote = doublequote
197 dialect.delimiter = delimiter
199 dialect.quotechar = quotechar or '"'
200 dialect.skipinitialspace = skipinitialspace
[all …]
/external/freetype/src/gxvalid/
DREADME373 It is called a `dialect' in the following. There are three cases
374 which should be handled: the new Apple-dialect, the classic
375 Apple-dialect, and the classic Microsoft-dialect. An analysis of
438 classic Apple dialect, classic Microsoft dialect, and new Apple
439 dialect. The classic Microsoft dialect and the new Apple dialect
441 the documentation for classic Apple dialect is not available.
443 For example, in the new Apple dialect, bit 15 is documented as
445 classic Microsoft dialect, bit 1 is documented as `set to 1 if the
447 FontValidator, classic Apple dialect recognizes 15 as `set to 1
449 experiments, classic Apple dialect seems to be the Endian reverse
[all …]
/external/icu/icu4c/source/data/lang/
Drm.txt610 BISKE{"dialect da San Giorgio"}
611 BOONT{"dialect boontling"}
614 LIPAW{"dialect lipovaz da Resia"}
616 NEDIS{"dialect da Natisone"}
617 NJIVA{"dialect da Gniva"}
618 OSOJS{"dialect da Oscacco"}
622 ROZAJ{"dialect da Resia"}
625 SCOUSE{"dialect scouse"}
626 SOLBA{"dialect da Stolvizza"}
Den.txt1181 ALUKU{"Aluku dialect"}
1186 BALANKA{"Balanka dialect of Anii"}
1187 BARLA{"Barlavento dialect group of Kabuverdianu"}
1188 BISKE{"San Giorgio/Bila dialect"}
1201 LIPAW{"The Lipovaz dialect of Resian"}
1204 NDYUKA{"Ndyuka dialect"}
1205 NEDIS{"Natisone dialect"}
1206 NJIVA{"Gniva/Njiva dialect"}
1208 OSOJS{"Oseacco/Osojane dialect"}
1210 PAMAKA{"Pamaka dialect"}
[all …]
Dar_XB.txt1202 ALUKU{"؜‮Aluku‬؜ ؜‮dialect‬؜"}
1207 BALANKA{"؜‮Balanka‬؜ ؜‮dialect‬؜ ؜‮of‬؜ ؜‮Anii‬؜"}
1208 BARLA{"؜‮Barlavento‬؜ ؜‮dialect‬؜ ؜‮group‬؜ ؜‮of‬؜ ؜‮Kabuverdianu‬؜"}
1209 BISKE{"؜‮San‬؜ ؜‮Giorgio‬؜/؜‮Bila‬؜ ؜‮dialect‬؜"}
1222 LIPAW{"؜‮The‬؜ ؜‮Lipovaz‬؜ ؜‮dialect‬؜ ؜‮of‬؜ ؜‮Resian‬؜"}
1225 NDYUKA{"؜‮Ndyuka‬؜ ؜‮dialect‬؜"}
1226 NEDIS{"؜‮Natisone‬؜ ؜‮dialect‬؜"}
1227 NJIVA{"؜‮Gniva‬؜/؜‮Njiva‬؜ ؜‮dialect‬؜"}
1229 OSOJS{"؜‮Oseacco‬؜/؜‮Osojane‬؜ ؜‮dialect‬؜"}
1231 PAMAKA{"؜‮Pamaka‬؜ ؜‮dialect‬؜"}
[all …]
Dnl.txt1056 ALUKU{"Aloekoe-dialect"}
1061 BALANKA{"Balanka-dialect van Anii"}
1066 BISKE{"San Giorgio/Bila-dialect"}
1089 LIPAW{"Het Lipovaz-dialect van het Resiaans"}
1093 NDYUKA{"Ndyuka-dialect"}
1094 NEDIS{"Natisone-dialect"}
1096 NJIVA{"Gniva/Njiva-dialect"}
1098 OSOJS{"Oseacco/Osojane-dialect"}
1117 SOLBA{"Stolvizza/Solbica-dialect"}
/external/python/cpython2/Doc/tools/extensions/
Dsuspicious.py78 class dialect(csv.excel): class
166 writer = csv.writer(f, dialect)
171 writer = csv.writer(f, dialect)
/external/python/cpython3/Doc/tools/extensions/
Dsuspicious.py78 class dialect(csv.excel): class
166 writer = csv.writer(f, dialect)
171 writer = csv.writer(f, dialect)
/external/v8/testing/gtest/xcode/Config/
DGeneral.xcconfig26 // Force C99 dialect
/external/googletest/googletest/xcode/Config/
DGeneral.xcconfig26 // Force C99 dialect
/external/google-breakpad/src/testing/gtest/xcode/Config/
DGeneral.xcconfig26 // Force C99 dialect
/external/protobuf/gtest/xcode/Config/
DGeneral.xcconfig26 // Force C99 dialect
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Config/
DGeneral.xcconfig26 // Force C99 dialect
/external/libusb/Xcode/
Dcommon.xcconfig23 // Use C99 dialect.
/external/ply/ply/example/BASIC/
DREADME16 This dialect is downright primitive---there are no string variables
/external/libcxx/docs/
DTestingLibcxx.rst56 you'll want to change is the standard dialect (ie -std=c++XX). By default the
57 test suite will select the newest C++ dialect supported by the compiler and use
/external/tensorflow/tensorflow/python/keras/_impl/keras/
Dcallbacks_test.py418 dialect = csv.Sniffer().sniff(csvfile.read())
419 assert dialect.delimiter == sep
/external/skqp/src/sksl/
DREADME6 of GLSL which avoids all of the various version and dialect differences found

123