/external/python/cpython3/Modules/ |
D | _csv.c | 19 PyObject *dialects; /* Dialect registry */ member 29 Py_CLEAR(_csvstate(m)->dialects); in _csv_clear() 37 Py_VISIT(_csvstate(m)->dialects); in _csv_traverse() 134 dialect_obj = PyDict_GetItem(_csvstate_global->dialects, name_obj); in get_dialect_from_registry() 1404 return PyDict_Keys(_csvstate_global->dialects); in csv_list_dialects() 1425 if (PyDict_SetItem(_csvstate_global->dialects, name_obj, dialect) < 0) { in csv_register_dialect() 1436 if (PyDict_DelItem(_csvstate_global->dialects, name_obj) < 0) in csv_unregister_dialect() 1644 _csvstate(module)->dialects = PyDict_New(); in PyInit__csv() 1645 if (_csvstate(module)->dialects == NULL) in PyInit__csv() 1647 Py_INCREF(_csvstate(module)->dialects); in PyInit__csv() [all …]
|
/external/python/cpython2/Modules/ |
D | _csv.c | 68 static PyObject *dialects; /* Dialect registry */ variable 154 dialect_obj = PyDict_GetItem(dialects, name_obj); in get_dialect_from_registry() 1395 return PyDict_Keys(dialects); in csv_list_dialects() 1414 if (PyDict_SetItem(dialects, name_obj, dialect) < 0) { in csv_register_dialect() 1426 if (PyDict_DelItem(dialects, name_obj) < 0) in csv_unregister_dialect() 1618 dialects = PyDict_New(); in init_csv() 1619 if (dialects == NULL) in init_csv() 1621 if (PyModule_AddObject(module, "_dialects", dialects)) in init_csv()
|
/external/libcxx/docs/ |
D | UsingLibcxx.rst | 234 backporting applications of ``[[nodiscard]]`` from newer dialects and 268 …``[[nodiscard]]`` in dialects after C++17. See :ref:`Extended Applications of [[nodiscard]] <nodi… 286 However, this application is limited and applies only to dialects after C++17. 295 standard in newer dialects, but not in the present one.
|
/external/e2fsprogs/ |
D | ABOUT-NLS | 112 But in fact, some languages have dialects in different countries. For 114 country code serves to distinguish the dialects. 404 dialects.
|
/external/libcxx/utils/docker/debian9/ |
D | Dockerfile | 51 # Build GCC ToT for testing in all dialects.
|
/external/llvm/docs/ |
D | MarkedUpDisassembly.rst | 78 1: For assembly dialects in which '<' and/or '>' are legal tokens, a literal token is escaped by fo…
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | MarkedUpDisassembly.rst | 78 1: For assembly dialects in which '<' and/or '>' are legal tokens, a literal token is escaped by fo…
|
D | CompileCudaWithLLVM.rst | 224 dialects of the language. Below, we describe some of the differences.
|
/external/libexif/ |
D | ABOUT-NLS | 112 But in fact, some languages have dialects in different countries. For 114 country code serves to distinguish the dialects. 737 dialects.
|
/external/google-benchmark/test/ |
D | CMakeLists.txt | 149 # libstdc++ provides different definitions within <map> between dialects. When
|
/external/libcxx/utils/google-benchmark/test/ |
D | CMakeLists.txt | 149 # libstdc++ provides different definitions within <map> between dialects. When
|
/external/freetype/src/gxvalid/ |
D | README | 366 5-2. Versions and dialects which should be differentiated 427 5-2-3. Apple and Microsoft dialects 437 are incompatible also. In summary, there are three dialects:
|
/external/elfutils/ |
D | ABOUT-NLS | 116 But in fact, some languages have dialects in different countries. For 118 country code serves to distinguish the dialects. 1037 dialects.
|
/external/python/cpython3/Doc/library/ |
D | csv.rst | 138 Return the names of all registered dialects. 321 formatting parameters are grouped together into dialects. A dialect is a
|
/external/deqp-deps/SPIRV-Tools/ |
D | CONTRIBUTING.md | 98 scenarios? The respective SPIR-V dialects are slightly different.
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | CONTRIBUTING.md | 98 scenarios? The respective SPIR-V dialects are slightly different.
|
/external/curl/tests/python_dependencies/impacket/ |
D | smbserver.py | 2412 dialects = SMBCommand['Data'].split('\x02') 2414 index = dialects.index('NT LM 0.12\x00') - 1 2522 dialects = SMBCommand['Data'].split('\x02') 2523 if 'SMB 2.002\x00' in dialects or 'SMB 2.???\x00' in dialects:
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | WikipediaOfficialLanguages.txt | 124 No official language, Spanish is the de facto official language. (the languages and dialects of eth… 179 Spanish (the languages and dialects of ethnic groups are also official in their territories[23])
|
D | language-subtag-registry | 46581 Comments: Balanka is one of 19 Anii dialects. 46616 dialects of Resian 46859 dialects of Resian 46919 dialects of Resian 46940 dialects of Resian 47062 local dialects of Resian 47078 Comments: A variety of contact dialects of English and Spanish
|
/external/python/cpython2/Doc/library/ |
D | csv.rst | 155 Return the names of all registered dialects. 323 formatting parameters are grouped together into dialects. A dialect is a
|
/external/clang/docs/ |
D | UsersManual.rst | 28 :ref:`Objective-C++ <objcxx>` as well as many dialects of those. For 39 In addition to these base languages and their dialects, Clang supports a
|
D | Modules.rst | 397 …bmodules to specify that they are only accessible with certain language dialects or on certain pla…
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 797 Different dialects of comma-separated files can be defined and registered; 798 currently there are two dialects, both used by Microsoft Excel. A separate
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.3.rst | 797 Different dialects of comma-separated files can be defined and registered; 798 currently there are two dialects, both used by Microsoft Excel. A separate
|
/external/python/cpython2/Mac/scripts/ |
D | errors.txt | 1012 …99 is reserved for dialect specific error codes. (Error codes from different dialects may overlap.)
|