Searched defs:_version (Results 1 - 20 of 20) sorted by relevance

/external/javassist/sample/evolve/
H A DSample.java7 public static Class _version; field in class:Sample
10 return VersionManager.make(_version, args);
/external/scapy/scapy/
H A D__init__.py61 def _version(): function
89 VERSION = _version()
/external/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C28 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;
H A Dreference.C33 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...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DSignedData.java45 ASN1Integer _version,
52 version = _version;
44 SignedData( ASN1Integer _version, ASN1Set _digestAlgorithms, ContentInfo _contentInfo, ASN1Set _certificates, ASN1Set _crls, ASN1Set _signerInfos) argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs66 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/python/cpython3/Lib/
H A 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))
556 and self._version
1059 _version = 4 variable in class:_BaseV4
1602 _version = 6 variable in class:_BaseV6
[all...]
/external/tinyxml/
H A Dtinyxml.cpp1387 TiXmlDeclaration::TiXmlDeclaration( const char * _version, argument
1392 version = _version;
1399 TiXmlDeclaration::TiXmlDeclaration( const std::string& _version, argument
1404 version = _version;
/external/libtextclassifier/
H A Dmodel_generated.h3391 auto _version = _o->version; local
3409 _version,
/external/tensorflow/tensorflow/contrib/lite/schema/
H A Dschema_generated.h5579 auto _version = _o->version; local
5586 _version,
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jar ... mortbay.jetty.servlet.ServletHandler _servletHandler protected int _version static Class class$org$mortbay$jetty$ ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 609 milliseconds