HomeSort by relevance Sort by last modified time
    Searched refs:_version (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/compiler-rt/test/BlocksRuntime/
reference.C 33 int version() CONST { return _version; }
35 mutable int _version; member in class:TestObject
42 _version = inObj._version;
43 //printf("%p (%d) -- TestObject(const TestObject&) called", this, _version);
49 _version = ++constructors;
50 //printf("%p (%d) -- TestObject() called\n", this, _version);
64 _version = inObj._version;
70 void (^b)(void) = ^{ recovered = _version; };
    [all...]
copyconstructor.C 28 int version() CONST { return _version; }
30 mutable int _version; member in class:TestObject
37 _version = inObj._version;
38 //printf("%p (%d) -- TestObject(const TestObject&) called\n", this, _version);
44 _version = ++constructors;
45 //printf("%p (%d) -- TestObject() called\n", this, _version);
59 _version = inObj._version;
  /external/python/dateutil/dateutil/
__init__.py 3 from ._version import version as __version__
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_xdp_redirect.c 15 int _version SEC("version") = 1;
test_adjust_tail.c 12 int _version SEC("version") = 1;
test_tracepoint.c 26 __u32 _version SEC("version") = 1; /* ignored by tracepoints, required by libbpf.a */
test_btf_nokv.c 6 int _version SEC("version") = 1;
test_obj_id.c 17 int _version SEC("version") = 1;
dev_cgroup.c 60 __u32 _version SEC("version") = LINUX_VERSION_CODE;
get_cgroup_id_kern.c 40 __u32 _version SEC("version") = 1; /* ignored by tracepoints, required by libbpf.a */
sockmap_tcp_msg_prog.c 6 int _version SEC("version") = 1;
test_btf_haskv.c 6 int _version SEC("version") = 1;
test_skb_cgroup_id_kern.c 45 int _version SEC("version") = 1;
connect4_prog.c 19 int _version SEC("version") = 1;
sendmsg4_prog.c 19 int _version SEC("version") = 1;
sendmsg6_prog.c 23 int _version SEC("version") = 1;
socket_cookie_prog.c 58 int _version SEC("version") = 1;
sockmap_parse_prog.c 6 int _version SEC("version") = 1;
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
ThreadInfo.h 24 EGLWrapperContext(EGLContext p_aglContext, int _version) {
27 version = _version;
  /external/python/setuptools/pkg_resources/_vendor/packaging/
version.py 18 _Version = collections.namedtuple(
19 "_Version",
75 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
    [all...]
  /external/python/setuptools/setuptools/_vendor/packaging/
version.py 18 _Version = collections.namedtuple(
19 "_Version",
75 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
    [all...]
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 66 private int _version; field in class:Antlr.Runtime.Collections.HashList.HashListEnumerator
83 _version = hashList._version;
136 if (_version != _hashList._version)
165 if (_version != _hashList._version)
354 private int _version; field in class:Antlr.Runtime.Collections.HashList
374 _version = 0;
397 _version++
    [all...]
  /external/scapy/scapy/
__init__.py 61 def _version(): function
89 VERSION = _version()
  /external/catch2/.conan/
build.py 52 return os.getenv("CONAN_REFERENCE", "Catch2/{}".format(self._version))
61 def _version(self): member in class:BuilderSettings
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
SignedData.java 45 ASN1Integer _version,
52 version = _version;

Completed in 431 milliseconds

1 2 3