/external/compiler-rt/test/BlocksRuntime/ |
D | reference.C | 33 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()
|
D | copyconstructor.C | 28 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/webpagereplay/third_party/ipaddr/ |
D | ipaddr.py | 265 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/ |
D | EigenDetermineOSVersion.cmake | 13 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/jetty/src/java/org/eclipse/jetty/http/ |
D | HttpCookie.java | 30 private final int _version; field in HttpCookie 45 _version = 0; in HttpCookie() 60 _version = 0; in HttpCookie() 76 _version = 0; in HttpCookie() 91 _version = 0; in HttpCookie() 106 _version = version; in HttpCookie() 178 return _version; in getVersion()
|
D | AbstractGenerator.java | 61 protected int _version = HttpVersions.HTTP_1_1_ORDINAL; field in AbstractGenerator 112 _version = HttpVersions.HTTP_1_1_ORDINAL; in reset() 269 :(isRequest()?true:_version>HttpVersions.HTTP_1_0_ORDINAL); in isPersistent() 287 _version = version; in setVersion() 288 if (_version==HttpVersions.HTTP_0_9_ORDINAL && _method!=null) in setVersion() 295 return _version; in getVersion() 317 if (_version==HttpVersions.HTTP_0_9_ORDINAL) in setRequest()
|
D | HttpGenerator.java | 387 if (_version == HttpVersions.HTTP_0_9_ORDINAL) in completeHeader() 404 …_header.put(_version==HttpVersions.HTTP_1_0_ORDINAL?HttpVersions.HTTP_1_0_BUFFER:HttpVersions.HTTP… in completeHeader() 411 if (_version == HttpVersions.HTTP_0_9_ORDINAL) in completeHeader() 421 _persistent= (_version > HttpVersions.HTTP_1_0_ORDINAL); in completeHeader() 530 if (_version == HttpVersions.HTTP_1_1_ORDINAL) in completeHeader() 563 if (_version == HttpVersions.HTTP_1_0_ORDINAL) in completeHeader() 611 if (_version == HttpVersions.HTTP_1_0_ORDINAL) in completeHeader() 682 …_contentLength = (!_persistent || _version < HttpVersions.HTTP_1_1_ORDINAL ) ? HttpTokens.EOF_CONT… in completeHeader() 733 if (!_persistent && (close || _version > HttpVersions.HTTP_1_0_ORDINAL)) in completeHeader()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 66 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/ |
D | Sample.java | 7 public static Class _version; field in Sample 10 return VersionManager.make(_version, args); in make()
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
D | HttpEventListenerWrapper.java | 32 private Buffer _version; field in HttpEventListenerWrapper 121 _listener.onResponseStatus(_version,_status,_reason); in onResponseComplete() 153 _version = version; in onResponseStatus()
|
D | HttpExchange.java | 99 private int _version = HttpVersions.HTTP_1_1_ORDINAL; field in HttpExchange 503 _version = version; in setVersion() 514 _version = 10; in setVersion() 516 _version = v.getOrdinal(); in setVersion() 525 return _version; in getVersion()
|
/external/bison/ |
D | GNUmakefile | 74 GNUmakefile: _version 82 .PHONY: _version 83 _version: target
|
D | cfg.mk | 20 regen: _version
|
/external/autotest/server/site_tests/telemetry_AFDOGenerate/ |
D | telemetry_AFDOGenerate.py | 120 self._arch, self._version)) 153 self._version, _ = self._host.get_chrome_version() 171 self._version = value
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | SignedData.java | 45 ASN1Integer _version, in SignedData() argument 52 version = _version; in SignedData()
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
D | AbstractHttpConnection.java | 129 private int _version = UNKNOWN; field in AbstractHttpConnection 812 _version=HttpVersions.HTTP_0_9_ORDINAL; in startRequest() 819 _version = HttpVersions.CACHE.getOrdinal(version); in startRequest() 820 if (_version <= 0) _version = HttpVersions.HTTP_1_0_ORDINAL; in startRequest() 845 if (_version>=HttpVersions.HTTP_1_1_ORDINAL) in parsedHeader() 909 _generator.setVersion(_version); in headerComplete() 910 switch (_version) in headerComplete()
|
/external/ceres-solver/cmake/ |
D | FindSphinx.cmake | 49 FOREACH (_version ${_Python_VERSIONS}) 50 SET(_sphinx_NAMES sphinx-build-${_version})
|
/external/autotest/client/cros/faft/utils/ |
D | flashrom_handler.py | 28 self._version = -1 # Is not set on construction. 45 return self._version 63 self._version = version
|
/external/tinyxml/ |
D | tinyxml.cpp | 1387 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()
|
D | tinyxml.h | 1136 TiXmlDeclaration( const std::string& _version, 1142 TiXmlDeclaration( const char* _version,
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/ |
D | storage_v1_client.py | 58 self._version = version 892 … resumable_path=u'/resumable/upload/storage/' + self._client._version + '/b/{bucket}/o', 894 simple_path=u'/upload/storage/' + self._client._version + '/b/{bucket}/o',
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 1379 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()
|
D | tinyxml.h | 1293 TiXmlDeclaration( const std::string& _version, 1299 TiXmlDeclaration( const char* _version,
|
/external/vulkan-validation-layers/loader/ |
D | LoaderAndLayerInterface.md | 300 The "file\_format\_version" specifies a major.minor.patch version number in 306 The “api\_version” specifies the major.minor.patch version number of the Vulkan 412 The "file\_format\_version" provides a major.minor.patch version number in case 418 The “api\_version” specifies the major.minor.patch version number of the Vulkan 678 - (required) "file\_format\_version" - same as for ICDs, except that the format 690 - (required) "api\_version" - same as for ICDs. 692 - (required) "implementation\_version" - layer version, a single number 702 - (required) extension "spec\_version" - extension specification version, a 847 - (required) "file\_format\_version" – same as for ICDs, except that the format 859 - (required) "api\_version" – same as for ICDs. [all …]
|
/external/libdivsufsort/include/ |
D | divsufsort.h.cmake | 96 divsufsort@W64BIT@_version(void);
|