Home
last modified time | relevance | path

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

12

/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/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
Dipaddr.py265 first = IPAddress(first_int, version=first._version)
341 if ips and ips[-1]._version != ip._version:
346 if ips and ips[-1]._version != ip._version:
351 if nets and nets[-1]._version != ip._version:
453 and self._version == other._version)
476 if self._version != other._version:
487 if self._version != other._version:
502 return IPAddress(int(self) + other, version=self._version)
507 return IPAddress(int(self) - other, version=self._version)
519 return (self._version, self)
[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/antlr-3.4/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/javassist/sample/evolve/
DSample.java7 public static Class _version; field in Sample
10 return VersionManager.make(_version, args); in make()
/external/bison/
DGNUmakefile74 GNUmakefile: _version
82 .PHONY: _version
83 _version: target
Dcfg.mk20 regen: _version
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dtelemetry_AFDOGenerate.py129 self._arch, self._version))
162 self._version, _ = self._host.get_chrome_version()
180 self._version = value
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DSignedData.java45 ASN1Integer _version, in SignedData() argument
52 version = _version; in SignedData()
/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py28 self._version = -1 # Is not set on construction.
45 return self._version
63 self._version = version
/external/tinyxml/
Dtinyxml.cpp1387 TiXmlDeclaration::TiXmlDeclaration( const char * _version, in TiXmlDeclaration() argument
1392 version = _version; in TiXmlDeclaration()
1399 TiXmlDeclaration::TiXmlDeclaration( const std::string& _version, in TiXmlDeclaration() argument
1404 version = _version; in TiXmlDeclaration()
Dtinyxml.h1136 TiXmlDeclaration( const std::string& _version,
1142 TiXmlDeclaration( const char* _version,
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp1379 TiXmlDeclaration::TiXmlDeclaration( const char * _version, in TiXmlDeclaration() argument
1384 version = _version; in TiXmlDeclaration()
1391 TiXmlDeclaration::TiXmlDeclaration( const std::string& _version, in TiXmlDeclaration() argument
1396 version = _version; in TiXmlDeclaration()
Dtinyxml.h1293 TiXmlDeclaration( const std::string& _version,
1299 TiXmlDeclaration( const char* _version,
/external/libdivsufsort/include/
Ddivsufsort.h.cmake96 divsufsort@W64BIT@_version(void);
/external/vulkan-validation-layers/loader/
DLoaderAndLayerInterface.md390 The "file\_format\_version" specifies a major.minor.patch version number in
396 The "api\_version" specifies the major.minor.patch version number of the Vulkan
502 The "file\_format\_version" provides a major.minor.patch version number in case
508 The "api\_version" specifies the major.minor.patch version number of the Vulkan
905 If defining multiple layers in a single JSON file prior to "file\_format\_version"
907 valid JSON syntax. Instead, you should now define "file\_format\_version"
930 your "file\_format\_version" is defined to at least 1.0.1. It is functionally the
1264 "file\_format\_version" is used to indicate the valid JSON syntax of the file.
1281 Note 2: One "implementation\_version" node is required per layer. This node gives the layer version…
/external/autotest/docs/
Dbest-practices.md403 They will also need a copy of common.py to import utils.update\_version. Both
408 call to utils.update\_version. update\_version is used instead of directly
/external/guice/extensions/struts2/lib/
Djetty-6.1.0.jar ... mortbay.jetty.servlet.ServletHandler _servletHandler protected int _version static Class class$org$mortbay$jetty$ ...
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/pcre/dist2/
Dconfigure.ac737 # The extra LDFLAGS for each particular library. The libpcre2*_version values
/external/guice/lib/build/
Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...
/external/clang/include/clang/Driver/
DOptions.td2020 def _version : Flag<["--"], "version">, Flags<[CC1Option]>;

12