/third_party/python/Lib/test/ |
D | test_memoryview.py | 28 def _types(self): member in AbstractMemoryTests 53 for tp in self._types: 57 for tp in self._types: 129 for tp in self._types: 138 for tp in self._types: 148 for tp in self._types: 156 for tp in self._types: 158 for tp_comp in self._types: 208 for tp in self._types: 220 for tp in self._types: [all …]
|
/third_party/python/Lib/idlelib/ |
D | multicall.py | 76 self.sequence = '<'+_types[type][0]+'>' 192 self.typename = _types[type][0] 248 _types = ( variable 258 _binder_classes = (_ComplexBinder,) * 4 + (_SimpleBinder,) * (len(_types)-4) 262 for number in range(len(_types)) 263 for name in _types[number]]) 308 return '<'+_state_names[triplet[0]]+_types[triplet[1]][0]+'-'+ \ 311 return '<'+_state_names[triplet[0]]+_types[triplet[1]][0]+'>' 332 for i in range(len(_types))]
|
/third_party/node/deps/npm/node_modules/protoduck/ |
D | index.js | 116 duck._types = types 138 const idx = duck._types.indexOf(typeId) 146 duck._types.join(', ') 225 }${name}(${duck._gfTypes[name].map(n => duck._types[n]).join(', ')})` 229 var requiredTypes = duck._types 308 const idx = this.child._types.indexOf(this.target) 319 const idx = this.child._types.indexOf(typeId)
|
/third_party/mesa3d/src/intel/isl/ |
D | gen_format_layout.py | 136 _types = { variable in Channel 160 self.type = self._types[grouped.group('type')].upper()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | TimeZoneGenericNames.java | 644 private EnumSet<GenericNameType> _types; field in TimeZoneGenericNames.GenericNameSearchHandler 649 _types = types; in GenericNameSearchHandler() 659 if (_types != null && !_types.contains(info.type)) { in handlePrefixMatch()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneGenericNames.java | 639 private EnumSet<GenericNameType> _types; field in TimeZoneGenericNames.GenericNameSearchHandler 644 _types = types; in GenericNameSearchHandler() 654 if (_types != null && !_types.contains(info.type)) { in handlePrefixMatch()
|
/third_party/python/Lib/ |
D | pprint.py | 41 import types as _types namespace 359 _dispatch[_types.MappingProxyType.__repr__] = _pprint_mappingproxy 362 if type(object) is _types.SimpleNamespace: 374 _dispatch[_types.SimpleNamespace.__repr__] = _pprint_simplenamespace
|
D | tempfile.py | 47 import types as _types namespace 662 __class_getitem__ = classmethod(_types.GenericAlias) 852 __class_getitem__ = classmethod(_types.GenericAlias)
|
/third_party/python/Lib/ctypes/ |
D | __init__.py | 4 import types as _types namespace 454 __class_getitem__ = classmethod(_types.GenericAlias)
|
/third_party/python/Doc/library/ |
D | modulefinder.rst | 97 _types:
|
D | stdtypes.rst | 4114 .. _types-set: 4790 .. _types-genericalias: 4989 .. _types-union:
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | xcode.py | 726 _types = { 793 target_properties["productType"] = _types[type_bundle_key]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | xcode.py | 686 _types = { 739 target_properties['productType'] = _types[type_bundle_key]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 1508 const char* _types, in Operation() 1517 , types(_types) in Operation() 1533 const char* _types, in Operation() 1540 , types(_types) in Operation()
|
/third_party/python/Doc/reference/ |
D | datamodel.rst | 117 .. _types:
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V11.md | 1227 …/node/commit/f688e73984)] - **n-api**: change #ifdef to #if in node\_api\_types (Daniel Bevenius) …
|