Home
last modified time | relevance | path

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

1234

/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/python/setuptools/setuptools/_vendor/packaging/
Dversion.py108 self._version = str(version)
109 self._key = _legacy_cmpkey(self._version)
118 return self._version
125 return self._version
129 return self._version
269 self._version = _Version(
282 self._version.epoch,
283 self._version.release,
284 self._version.pre,
285 self._version.post,
[all …]
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dversion.py108 self._version = str(version)
109 self._key = _legacy_cmpkey(self._version)
118 return self._version
125 return self._version
129 return self._version
269 self._version = _Version(
282 self._version.epoch,
283 self._version.release,
284 self._version.pre,
285 self._version.post,
[all …]
/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.py332 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 …]
/external/arm-trusted-firmware/include/services/
Drmi_svc.h58 #define RMI_ABI_VERSION_GET_MAJOR(_version) ((_version) >> 16) argument
59 #define RMI_ABI_VERSION_GET_MINOR(_version) ((_version) & 0xFFFF) argument
/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/sg3_utils/
Dautogen.sh555 _version="`$AUTOCONF --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`"
556 if [ "x$_version" = "x" ] ; then
557 _version="0.0.0"
559 $ECHO "Found GNU Autoconf version $_version"
560 version_check "$AUTOCONF_VERSION" "$_version"
596 _version="`$AUTOMAKE --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`"
597 if [ "x$_version" = "x" ] ; then
598 _version="0.0.0"
600 $ECHO "Found GNU Automake version $_version"
601 version_check "$AUTOMAKE_VERSION" "$_version"
[all …]
/external/armnn/python/pyarmnn/test/
Dtest_version.py9 import pyarmnn._version as v
16 import pyarmnn._version as v
28 import pyarmnn._version as v
/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/kotlinc/bin/
Dkotlinc.bat90 set _version= variable
96 rem At this point, _version should be something like "1 or "15. Note the leading quote.
97 set _version=%%j variable
100 if "!_version!"=="" (
105 set _java_major_version=!_version:~1!
/external/python/cpython3/Lib/zoneinfo/
D_common.py148 _version = stream.read(1)
149 if _version == b"\x00":
152 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/python/pyfakefs/pyfakefs/
D__init__.py1 from ._version import __version__ # noqa: F401
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dtelemetry_AFDOGenerate.py267 COMP_PERF_FILE % (self._arch, self._version))
303 self._version, _ = self._host.get_chrome_version()
324 self._version = value
/external/python/bumble/bumble/
D__init__.py2 from ._version import version as __version__
/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__

1234