/external/python/cpython2/Modules/ |
D | _csv.c | 115 DialectObj *dialect; /* parsing dialect */ member 135 DialectObj *dialect; /* parsing dialect */ member 346 PyObject *dialect = NULL; in dialect_new() local 358 &dialect, in dialect_new() 369 if (dialect != NULL) { in dialect_new() 370 if (IS_BASESTRING(dialect)) { in dialect_new() 371 dialect = get_dialect_from_registry(dialect); in dialect_new() 372 if (dialect == NULL) in dialect_new() 376 Py_INCREF(dialect); in dialect_new() 378 if (PyObject_TypeCheck(dialect, &Dialect_Type) && in dialect_new() [all …]
|
/external/python/cpython3/Modules/ |
D | _csv.c | 95 DialectObj *dialect; /* parsing dialect */ member 115 DialectObj *dialect; /* parsing dialect */ member 335 PyObject *dialect = NULL; in dialect_new() local 347 &dialect, in dialect_new() 358 if (dialect != NULL) { in dialect_new() 359 if (PyUnicode_Check(dialect)) { in dialect_new() 360 dialect = get_dialect_from_registry(dialect); in dialect_new() 361 if (dialect == NULL) in dialect_new() 365 Py_INCREF(dialect); in dialect_new() 367 if (PyObject_TypeCheck(dialect, &Dialect_Type) && in dialect_new() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_csv.py | 50 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/ |
D | test_csv.py | 50 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/ |
D | csv.rst | 60 .. 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/ |
D | csv.rst | 56 .. 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/ |
D | csv.py | 83 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/ |
D | csv.py | 75 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/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/ |
D | FramedSnappyCompressorInputStream.java | 71 private final FramedSnappyDialect dialect; field in FramedSnappyCompressorInputStream 111 final FramedSnappyDialect dialect) in FramedSnappyCompressorInputStream() argument 113 this(in, SnappyCompressorInputStream.DEFAULT_BLOCK_SIZE, dialect); in FramedSnappyCompressorInputStream() 127 final FramedSnappyDialect dialect) in FramedSnappyCompressorInputStream() argument 132 this.dialect = dialect; in FramedSnappyCompressorInputStream() 133 if (dialect.hasStreamIdentifier()) { in FramedSnappyCompressorInputStream() 251 final boolean expectChecksum = dialect.usesChecksumWithCompressedChunks(); in readNextBlock()
|
/external/freetype/src/gxvalid/ |
D | README | 373 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/ |
D | rm.txt | 610 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"}
|
D | en.txt | 1202 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 …]
|
D | ar_XB.txt | 1223 ALUKU{"Aluku dialect"} 1228 BALANKA{"Balanka dialect of Anii"} 1229 BARLA{"Barlavento dialect group of Kabuverdianu"} 1230 BISKE{"San Giorgio/Bila dialect"} 1243 LIPAW{"The Lipovaz dialect of Resian"} 1246 NDYUKA{"Ndyuka dialect"} 1247 NEDIS{"Natisone dialect"} 1248 NJIVA{"Gniva/Njiva dialect"} 1250 OSOJS{"Oseacco/Osojane dialect"} 1252 PAMAKA{"Pamaka dialect"} [all …]
|
D | nl.txt | 1019 ALUKU{"Aloekoe-dialect"} 1025 BALANKA{"Balanka-dialect van Anii"} 1030 BISKE{"San Giorgio/Bila-dialect"} 1054 LIPAW{"Het Lipovaz-dialect van het Resiaans"} 1058 NDYUKA{"Ndyuka-dialect"} 1059 NEDIS{"Natisone-dialect"} 1061 NJIVA{"Gniva/Njiva-dialect"} 1063 OSOJS{"Oseacco/Osojane-dialect"} 1082 SOLBA{"Stolvizza/Solbica-dialect"}
|
/external/python/cpython2/Doc/tools/extensions/ |
D | suspicious.py | 78 class dialect(csv.excel): class 166 writer = csv.writer(f, dialect) 171 writer = csv.writer(f, dialect)
|
/external/python/cpython3/Doc/tools/extensions/ |
D | suspicious.py | 78 class dialect(csv.excel): class 166 writer = csv.writer(f, dialect) 171 writer = csv.writer(f, dialect)
|
/external/googletest/googletest/xcode/Config/ |
D | General.xcconfig | 26 // Force C99 dialect
|
/external/google-breakpad/src/testing/gtest/xcode/Config/ |
D | General.xcconfig | 26 // Force C99 dialect
|
/external/libcxx/docs/ |
D | UsingLibcxx.rst | 233 as ``[[nodiscard]]`` by the current language dialect. This includes 304 dialect may be disabled using macros specific to the dialect it was added. For 315 which no dialect declares as such (See the second form described above).
|
D | TestingLibcxx.rst | 56 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/libusb/Xcode/ |
D | common.xcconfig | 23 // Use C99 dialect.
|
/external/deqp-deps/glslang/glslang/Public/ |
D | ShaderLang.h | 167 EShClient dialect; member 437 environment.input.dialect = client; in setEnvInput()
|
/external/ply/ply/example/BASIC/ |
D | README | 16 This dialect is downright primitive---there are no string variables
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | lstreg.txt | 928 variant | nedis | Natisone dialect; Nadiza dialect | 2004-06-01 | | sl 999 redundant | sl-nedis | Natisone dialect, Nadiza dialect | 2004-06-01 | | # use language sl + varian…
|
/external/skqp/src/sksl/ |
D | README | 6 of GLSL which avoids all of the various version and dialect differences found
|