Home
last modified time | relevance | path

Searched refs:_types (Results 1 - 25 of 37) sorted by relevance

12

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dguards.js14 var _types = require("./types"); variable
16 var IS_TYPE = (_IS_TYPE = {}, _IS_TYPE[_types.ATTRIBUTE] = true, _IS_TYPE[_types.CLASS] = true, _IS_TYPE[_types.COMBINATOR] = true, _IS_TYPE[_types.COMMENT] = true, _IS_TYPE[_types.ID] = true, _IS_TYPE[_types.NESTING] = true, _IS_TYPE[_types.PSEUDO] = true, _IS_TYPE[_types.ROOT] = true, _IS_TYPE[_types
[all...]
H A Dindex.js4 var _types = require("./types"); variable
5 Object.keys(_types).forEach(function (key) {
7 if (key in exports && exports[key] === _types[key]) return;
8 exports[key] = _types[key];
H A Dselector.js6 var _types = require("./types"); variable
15 _this.type = _types.SELECTOR;
H A Dnesting.js6 var _types = require("./types"); variable
15 _this.type = _types.NESTING;
H A Dstring.js6 var _types = require("./types"); variable
15 _this.type = _types.STRING;
H A Dtag.js6 var _types = require("./types"); variable
15 _this.type = _types.TAG;
H A Duniversal.js6 var _types = require("./types"); variable
15 _this.type = _types.UNIVERSAL;
H A Did.js6 var _types = require("./types"); variable
15 _this.type = _types.ID;
H A Dcombinator.js6 var _types = require("./types"); variable
15 _this.type = _types.COMBINATOR;
H A Dcomment.js6 var _types = require("./types"); variable
15 _this.type = _types.COMMENT;
H A Dpseudo.js6 var _types = require("./types"); variable
15 _this.type = _types.PSEUDO;
H A Droot.js6 var _types = require("./types"); variable
17 _this.type = _types.ROOT;
H A DclassName.js8 var _types = require("./types"); variable
19 _this.type = _types.CLASS;
H A Dattribute.js9 var _types = require("./types"); variable
69 _this.type = _types.ATTRIBUTE;
/third_party/python/Lib/test/
H A 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/
H A 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]}
270 the event type (as an index of _types), and the detail - None if none, or a
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))]
[all...]
/third_party/mesa3d/src/intel/isl/
H A Dgen_format_layout.py136 _types = { variable in Channel
160 self.type = self._types[grouped.group('type')].upper()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A 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/python/Lib/
H A Dpprint.py41 import types as _types namespace
360 _dispatch[_types.MappingProxyType.__repr__] = _pprint_mappingproxy
363 if type(object) is _types.SimpleNamespace:
375 _dispatch[_types.SimpleNamespace.__repr__] = _pprint_simplenamespace
H A Dtempfile.py47 import types as _types namespace
705 __class_getitem__ = classmethod(_types.GenericAlias)
919 __class_getitem__ = classmethod(_types.GenericAlias)
/third_party/python/Lib/tomllib/
H A D_re.py12 from ._types import ParseFloat
/third_party/python/Lib/ctypes/
H A D__init__.py4 import types as _types namespace
456 __class_getitem__ = classmethod(_types.GenericAlias)
/third_party/littlefs/scripts/
H A Dstructs.py110 _types = {'size': Int} variable in StructResult
310 types = Result._types
H A Dcov.py184 _types = { variable in CovResult
349 types = Result._types

Completed in 14 milliseconds

12