/external/jetty/src/java/org/eclipse/jetty/io/ |
D | ByteArrayBuffer.java | 161 if (_hash != 0 && obj instanceof AbstractBuffer) in equals() 164 if (ab._hash != 0 && _hash != ab._hash) in equals() 192 if (_hash != 0 && b instanceof AbstractBuffer) in equalsIgnoreCase() 195 if (ab._hash != 0 && _hash != ab._hash) return false; in equalsIgnoreCase() 242 if (_hash == 0 || _hashGet!=_get || _hashPut!=_put) in hashCode() 250 _hash = 31 * _hash + b; in hashCode() 252 if (_hash == 0) in hashCode() 253 _hash = -1; in hashCode() 257 return _hash; in hashCode() 300 _hash=0; in poke() [all …]
|
D | AbstractBuffer.java | 51 protected int _hash; field in AbstractBuffer 181 if (_hash != 0 && obj instanceof AbstractBuffer) in equals() 184 if (ab._hash != 0 && _hash != ab._hash) return false; in equals() 208 if (_hash != 0 && b instanceof AbstractBuffer) in equalsIgnoreCase() 211 if (ab._hash != 0 && _hash != ab._hash) return false; in equalsIgnoreCase() 293 if (_hash == 0 || _hashGet!=_get || _hashPut!=_put) in hashCode() 304 _hash = 31 * _hash + b; in hashCode() 314 _hash = 31 * _hash + b; in hashCode() 317 if (_hash == 0) in hashCode() 318 _hash = -1; in hashCode() [all …]
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
D | BinTree.java | 14 int[] _hash; field in BinTree 58 _hash[i] = kEmptyHashValue; in Init() 115 _hash = new int [_hashSizeSum = hs]; in Create() 150 int curMatch = _hash[kFixHashSize + hashValue]; in GetMatches() 153 int curMatch2 = _hash[hash2Value]; in GetMatches() 154 int curMatch3 = _hash[kHash3Offset + hash3Value]; in GetMatches() 155 _hash[hash2Value] = _pos; in GetMatches() 156 _hash[kHash3Offset + hash3Value] = _pos; in GetMatches() 179 _hash[kFixHashSize + hashValue] = _pos; in GetMatches() 278 _hash[hash2Value] = _pos; in Skip() [all …]
|
/external/lzma/CS/7zip/Compress/LZ/ |
D | LzBinTree.cs | 14 UInt32[] _hash; field in SevenZip.Compression.LZ.BinTree 58 _hash[i] = kEmptyHashValue; in Init() 115 _hash = new UInt32[_hashSizeSum = hs]; in Create() 150 UInt32 curMatch = _hash[kFixHashSize + hashValue]; in GetMatches() 153 UInt32 curMatch2 = _hash[hash2Value]; in GetMatches() 154 UInt32 curMatch3 = _hash[kHash3Offset + hash3Value]; in GetMatches() 155 _hash[hash2Value] = _pos; in GetMatches() 156 _hash[kHash3Offset + hash3Value] = _pos; in GetMatches() 179 _hash[kFixHashSize + hashValue] = _pos; in GetMatches() 278 _hash[hash2Value] = _pos; in Skip() [all …]
|
/external/freetype/src/cache/ |
D | ftccache.h | 214 FT_Offset _hash = (FT_Offset)(hash); \ 223 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \ 233 if ( _node->hash == _hash && \ 243 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \ 279 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | BaseLocale.java | 25 private transient volatile int _hash = 0; field in BaseLocale 125 int h = _hash; in hashCode() 140 _hash = h; in hashCode() 151 private volatile int _hash; // Default to 0 field in BaseLocale.Key 204 int h = _hash; in hashCode() 223 _hash = h; in hashCode()
|
D | AsciiUtil.java | 162 private int _hash; field in AsciiUtil.CaseInsensitiveKey 166 _hash = AsciiUtil.toLowerString(key).hashCode(); in CaseInsensitiveKey() 180 return _hash; in hashCode()
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
D | intset.py | 107 self._hash = args[0]._hash 213 self._hash = hash(self._ranges) 270 newset._hash = hash(self._ranges) 402 return self._hash
|
/external/clang/test/SemaCXX/ |
D | cxx11-user-defined-literals.cpp | 124 template<char...Cs> constexpr unsigned operator"" _hash() { in operator ""_hash() 127 static_assert(0x1234_hash == 0x103eff5e, "");
|
/external/icu/icu4c/source/i18n/ |
D | ucurr.cpp | 131 : _hash(hash) { in EquivIterator() 140 const icu::Hashtable& _hash; member in EquivIterator 147 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next()
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 1368 self._hash = conf.lib.clang_hashCursor(self) 1370 return self._hash
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | ... boolean _volatile
protected int _get
protected int _put
protected int _hash
protected int _hashGet
protected int _hashPut
protected int _mark
protected ... |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |