Searched defs:_version (Results 1 - 9 of 9) 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/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 477 milliseconds