Home
last modified time | relevance | path

Searched refs:_types (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Lib/test/
Dtest_memoryview.py28 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/
Dmulticall.py76 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/
Dindex.js116 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/
Dgen_format_layout.py136 _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/
DTimeZoneGenericNames.java644 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/
DTimeZoneGenericNames.java639 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/
Dpprint.py41 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
Dtempfile.py47 import types as _types namespace
662 __class_getitem__ = classmethod(_types.GenericAlias)
852 __class_getitem__ = classmethod(_types.GenericAlias)
/third_party/python/Lib/ctypes/
D__init__.py4 import types as _types namespace
454 __class_getitem__ = classmethod(_types.GenericAlias)
/third_party/python/Doc/library/
Dmodulefinder.rst97 _types:
Dstdtypes.rst4114 .. _types-set:
4790 .. _types-genericalias:
4989 .. _types-union:
/third_party/node/tools/gyp/pylib/gyp/generator/
Dxcode.py726 _types = {
793 target_properties["productType"] = _types[type_bundle_key]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dxcode.py686 _types = {
739 target_properties['productType'] = _types[type_bundle_key]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp1508 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/
Ddatamodel.rst117 .. _types:
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md1227 …/node/commit/f688e73984)] - **n-api**: change #ifdef to #if in node\_api\_types (Daniel Bevenius) …