/third_party/typescript/src/harness/ |
D | collectionsImpl.ts | 12 private _version = 0; property in collections.SortedMap 67 if (this._order) insertAt(this._order, ~index, this._version); 100 const version = this._version; 115 if (version === this._version) { 124 const version = this._version; 137 if (version === this._version) { 146 const version = this._version; 159 if (version === this._version) { 169 const version = this._version; 184 if (version === this._version) { [all …]
|
D | fourslashImpl.ts | 411 …(_version: number, _active: string, _caret: number, _selectEnd: number, _marker: string, ...args: …
|
/third_party/python/Lib/ |
D | ipaddress.py | 332 if ips and ips[-1]._version != ip._version: 337 if ips and ips[-1]._version != ip._version: 345 if nets and nets[-1]._version != ip._version: 421 raise AddressValueError(msg % (address, self._version)) 425 self._version)) 432 expected_len, self._version)) 583 and self._version == other._version) 590 if self._version != other._version: 619 return (self._version, self) 655 if self._version == 4: [all …]
|
D | aifc.py | 309 self._version = 0 341 self._version = _read_ulong(chunk) 577 self._version = _AIFC_version 832 _write_ulong(self._file, self._version)
|
/third_party/node/tools/rpm/ |
D | node.spec | 16 %define _version 0.10.12 19 Version: %{_version} 25 Source0: https://nodejs.org/dist/v%{_version}/node-v%{_version}.tar.gz
|
/third_party/python/Lib/zoneinfo/ |
D | _common.py | 148 _version = stream.read(1) 149 if _version == b"\x00": 152 version = int(_version)
|
/third_party/qrcodegen/python/ |
D | qrcodegen.py | 139 _version: int 175 self._version = version 211 return self._version 291 if self._version < 7: 295 rem: int = self._version # version is uint6, in the range [7, 40] 298 bits: int = self._version << 12 | rem # uint18 342 version: int = self._version 379 assert len(data) == QrCode._get_num_raw_data_modules(self._version) // 8 482 ver: int = self._version
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmuxmap.c | 335 guint32 * _major, guint32 * _version, GList ** _compatible, AtomMOOV * moov, in gst_qt_mux_map_format_to_header() argument 353 g_return_if_fail (_version != NULL); in gst_qt_mux_map_format_to_header() 418 *_version = version; in gst_qt_mux_map_format_to_header()
|
/third_party/ejdb/src/jbs/ |
D | jbs.c | 57 static void _version(void) { in _version() function 115 _version(); in main()
|
/third_party/flatbuffers/python/flatbuffers/ |
D | __init__.py | 18 from ._version import __version__
|
/third_party/libuv/docs/src/ |
D | version.rst | 2 .. _version:
|
/third_party/python/Lib/email/ |
D | headerregistry.py | 421 self._version = kw.pop('version') 436 return self._version
|
/third_party/flutter/flutter/dev/bots/ |
D | prepare_package.dart | 254 String _version; 272 return 'flutter_${os}_$_version-$branchName.$suffix'; 280 _version = await _getVersion(); 281 return _version; 286 assert(_version != null, 'Must run initializeRepo before createArchive');
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | doctor.dart | 732 if (_version == null) { 734 _version = PlistParser.instance.getValueFromFile( 739 return _version; 741 String _version;
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 1379 TiXmlDeclaration::TiXmlDeclaration( const char * _version, in TiXmlDeclaration() argument 1384 version = _version; in TiXmlDeclaration() 1391 TiXmlDeclaration::TiXmlDeclaration( const std::string& _version, in TiXmlDeclaration() argument 1396 version = _version; in TiXmlDeclaration()
|
D | tinyxml.h | 1293 TiXmlDeclaration( const std::string& _version, 1299 TiXmlDeclaration( const char* _version,
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 1379 TiXmlDeclaration::TiXmlDeclaration( const char * _version, in TiXmlDeclaration() argument 1384 version = _version; in TiXmlDeclaration() 1391 TiXmlDeclaration::TiXmlDeclaration( const std::string& _version, in TiXmlDeclaration() argument 1396 version = _version; in TiXmlDeclaration()
|
D | tinyxml.h | 1293 TiXmlDeclaration( const std::string& _version, 1299 TiXmlDeclaration( const char* _version,
|
/third_party/python/Doc/library/ |
D | importlib.metadata.rst | 185 .. _version:
|
/third_party/tzdata/ |
D | Makefile | 1034 $(MAKE) AWK='$(AWK)' VERSION="$$VERSION" $@_version
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 1105 unsigned int version = libname##_version(); \
|
D | ffprobe.c | 3172 unsigned int version = libname##_version(); \
|
/third_party/flutter/engine/flutter/lib/snapshot/ |
D | fuchsia_compilation_trace.txt | 1430 dart:io,_Platform,_version 1751 dart:io,Platform,get:_version
|
/third_party/pcre2/pcre2/ |
D | configure.ac | 882 # The extra LDFLAGS for each particular library. The libpcre2*_version values
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a1.rst | 2787 Fix use of ``support.require_{linux|mac|freebsd}_version()`` decorators as
|