Home
last modified time | relevance | path

Searched refs:_version (Results 1 – 25 of 118) sorted by relevance

12345

/external/python/setuptools/setuptools/_vendor/packaging/
Dversion.py75 self._version = str(version)
76 self._key = _legacy_cmpkey(self._version)
79 return self._version
86 return self._version
90 return self._version
205 self._version = _Version(
225 self._version.epoch,
226 self._version.release,
227 self._version.pre,
228 self._version.post,
[all …]
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dversion.py75 self._version = str(version)
76 self._key = _legacy_cmpkey(self._version)
79 return self._version
86 return self._version
90 return self._version
205 self._version = _Version(
225 self._version.epoch,
226 self._version.release,
227 self._version.pre,
228 self._version.post,
[all …]
/external/compiler-rt/test/BlocksRuntime/
Dreference.C33 int version() CONST { return _version; } in version()
35 mutable int _version;
42 _version = inObj._version; in TestObject()
49 _version = ++constructors; in TestObject()
64 _version = inObj._version;
70 void (^b)(void) = ^{ recovered = _version; }; in test()
Dcopyconstructor.C28 int version() CONST { return _version; } in version()
30 mutable int _version;
37 _version = inObj._version; in TestObject()
44 _version = ++constructors; in TestObject()
59 _version = inObj._version;
/external/llvm-project/compiler-rt/test/BlocksRuntime/
Dreference.C32 int version() CONST { return _version; } in version()
34 mutable int _version;
41 _version = inObj._version; in TestObject()
48 _version = ++constructors; in TestObject()
63 _version = inObj._version;
69 void (^b)(void) = ^{ recovered = _version; }; in test()
Dcopyconstructor.C27 int version() CONST { return _version; } in version()
29 mutable int _version;
36 _version = inObj._version; in TestObject()
43 _version = ++constructors; in TestObject()
58 _version = inObj._version;
/external/eigen/cmake/
DEigenDetermineOSVersion.cmake13 set(_version "win7") variable
15 set(_version "winVista") variable
17 set(_version "winXpProf") variable
19 set(_version "winXp") variable
21 set(_version "win2000Prof") variable
23 set(_version "unknownWin") variable
25 set(${WIN_VERSION} ${_version} PARENT_SCOPE)
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs66 private int _version; field in Antlr.Runtime.Collections.HashList.HashListEnumerator
83 _version = hashList._version; in HashListEnumerator()
136 if (_version != _hashList._version) in Reset()
165 if (_version != _hashList._version) in MoveNext()
354 private int _version; field in Antlr.Runtime.Collections.HashList
374 _version = 0; in HashList()
397 _version++;
405 _version++; in Remove()
417 _version++; in Clear()
429 _version++; in Add()
/external/python/cpython3/Lib/
Dipaddress.py331 if ips and ips[-1]._version != ip._version:
336 if ips and ips[-1]._version != ip._version:
344 if nets and nets[-1]._version != ip._version:
420 raise AddressValueError(msg % (address, self._version))
424 self._version))
431 expected_len, self._version))
582 and self._version == other._version)
589 if self._version != other._version:
618 return (self._version, self)
654 if self._version == 4:
[all …]
/external/python/ipaddress/
Dipaddress.py451 if ips and ips[-1]._version != ip._version:
456 if ips and ips[-1]._version != ip._version:
464 if nets and nets[-1]._version != ip._version:
540 raise AddressValueError(msg % (address, self._version))
544 self._version))
554 expected_len, self._version))
678 self._version == other._version)
688 if self._version != other._version:
717 return (self._version, self)
777 if self._version != other._version:
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/module/
DSimpleModule.java46 protected final Version _version; field in SimpleModule
111 _version = Version.unknownVersion(); in SimpleModule()
128 _version = version; in SimpleModule()
142 _version = version; in SimpleModule()
169 _version = version; in SimpleModule()
530 public Version version() { return _version; } in version()
/external/javassist/sample/evolve/
DSample.java7 public static Class _version; field in Sample
10 return VersionManager.make(_version, args); in make()
/external/python/cpython3/Lib/zoneinfo/
D_common.py149 _version = stream.read(1)
150 if _version == b"\x00":
153 version = int(_version)
/external/scapy/scapy/
D__init__.py61 def _version(): function
89 VERSION = _version()
/external/catch2/.conan/
Dbuild.py52 return os.getenv("CONAN_REFERENCE", "Catch2/{}".format(self._version))
61 def _version(self): member in BuilderSettings
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DSignedData.java45 ASN1Integer _version, in SignedData() argument
52 version = _version; in SignedData()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
DSignedData.java47 ASN1Integer _version, in SignedData() argument
54 version = _version; in SignedData()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DSignedData.java47 ASN1Integer _version, in SignedData() argument
54 version = _version; in SignedData()
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dtelemetry_AFDOGenerate.py246 COMP_PERF_FILE % (self._arch, self._version))
282 self._version, _ = self._host.get_chrome_version()
300 self._version = value
/external/python/dateutil/dateutil/
D__init__.py3 from ._version import version as __version__
/external/python/pybind11/pybind11/
D__init__.py3 from ._version import version_info, __version__
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_xdp_redirect.c15 int _version SEC("version") = 1;
Dtest_tracepoint.c26 __u32 _version SEC("version") = 1; /* ignored by tracepoints, required by libbpf.a */
Dtest_pinning_invalid.c6 int _version SEC("version") = 1;
/external/python/cpython2/Lib/plat-mac/
Dpimp.py369 self._version = ""
375 def version(self): return self._version
397 if version and version > self._version:
401 self._version = plistdata.get('Version')
402 if not self._version:
404 elif self._version > PIMP_VERSION:
406 % (self._version, PIMP_VERSION))
462 'Version': self._version,

12345