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

1 2 3 4 5

  /external/javassist/sample/evolve/
Sample.java 7 public static Class _version; field in class:Sample
10 return VersionManager.make(_version, args);
  /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/linux-kselftest/tools/testing/selftests/bpf/
test_xdp_redirect.c 15 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;
sockmap_parse_prog.c 6 int _version SEC("version") = 1;
sockmap_verdict_prog.c 6 int _version SEC("version") = 1;
test_pkt_access.c 21 int _version SEC("version") = 1;
test_pkt_md_access.c 13 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/antlr/antlr-3.4/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
SignedData.java 45 ASN1Integer _version,
52 version = _version;
  /external/python/cpython3/Lib/
ipaddress.py 331 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))
556 and self._version == other._version
1059 _version = 4 variable in class:_BaseV4
1602 _version = 6 variable in class:_BaseV6
    [all...]
  /build/make/core/
apidiff.mk 62 _version := $(patsubst core_%,%,$(LOCAL_SDK_VERSION)) macro
63 LOCAL_JAVA_LIBRARIES := sdk_v$(_version) $(LOCAL_JAVA_LIBRARIES)
64 $(full_target): PRIVATE_BOOTCLASSPATH := $(call java-lib-files, sdk_v$(_version))
65 _version := macro
droiddoc.mk 78 _version := $(patsubst core_%,%,$(LOCAL_SDK_VERSION)) macro
79 LOCAL_JAVA_LIBRARIES := sdk_v$(_version) $(LOCAL_JAVA_LIBRARIES)
80 $(full_target): PRIVATE_BOOTCLASSPATH := $(call java-lib-files, sdk_v$(_version))
81 _version := macro
  /external/autotest/server/site_tests/telemetry_AFDOGenerate/
telemetry_AFDOGenerate.py 126 self._arch, self._version))
163 self._version, _ = self._host.get_chrome_version()
181 self._version = value
  /external/libdivsufsort/include/
divsufsort.h.cmake 96 divsufsort@W64BIT@_version(void);
  /frameworks/compile/slang/
RSCCOptions.td 157 def _version : Flag<["--"], "version">, Alias<version>;
  /external/tensorflow/tensorflow/contrib/graph_editor/
util.py 352 self._version = None
357 if self._version != self._graph.version:
371 self._version = self._graph.version
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 1379 TiXmlDeclaration::TiXmlDeclaration( const char * _version,
1384 version = _version;
1391 TiXmlDeclaration::TiXmlDeclaration( const std::string& _version,
1396 version = _version;
    [all...]
  /external/tinyxml/
tinyxml.cpp 1387 TiXmlDeclaration::TiXmlDeclaration( const char * _version,
1392 version = _version;
1399 TiXmlDeclaration::TiXmlDeclaration( const std::string& _version,
1404 version = _version;
    [all...]
  /external/python/cpython2/Lib/plat-mac/
pimp.py 369 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,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 369 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,
    [all...]

Completed in 436 milliseconds

1 2 3 4 5