/third_party/node/test/parallel/ |
D | test-zlib-random-byte-pipes.js | 82 this._hash = this._hasher.digest('hex').toLowerCase().trim(); 138 this._hash = this._hasher.digest('hex').toLowerCase().trim(); 139 this.emit('data', this._hash); 156 assert.strictEqual(c, inp._hash, `Hash '${c}' equals '${inp._hash}'.`);
|
/third_party/skia/third_party/externals/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 ); \
|
/third_party/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 ); \
|
/third_party/flutter/skia/third_party/externals/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 ); \
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | BaseLocale.java | 27 private transient volatile int _hash = 0; field in BaseLocale 130 int h = _hash; in hashCode() 145 _hash = h; in hashCode() 156 private volatile int _hash; // Default to 0 field in BaseLocale.Key 212 int h = _hash; in hashCode() 231 _hash = h; in hashCode()
|
D | AsciiUtil.java | 166 private int _hash; field in AsciiUtil.CaseInsensitiveKey 170 _hash = AsciiUtil.toLowerString(key).hashCode(); in CaseInsensitiveKey() 186 return _hash; in hashCode()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | BaseLocale.java | 31 private transient volatile int _hash = 0; field in BaseLocale 134 int h = _hash; in hashCode() 149 _hash = h; in hashCode() 160 private volatile int _hash; // Default to 0 field in BaseLocale.Key 216 int h = _hash; in hashCode() 235 _hash = h; in hashCode()
|
D | AsciiUtil.java | 173 private int _hash; field in AsciiUtil.CaseInsensitiveKey 177 _hash = AsciiUtil.toLowerString(key).hashCode(); in CaseInsensitiveKey() 193 return _hash; in hashCode()
|
/third_party/libwebsockets/lib/core/ |
D | lws_map.c | 134 if (!info->_hash) in lws_map_create() 135 map->info._hash = lws_map_hash_from_key_default; in lws_map_create() 207 h = map->info._hash(key, keylen); in lws_map_item_create() 230 lws_map_hash_t h = map->info._hash(key, keylen); in lws_map_item_lookup()
|
/third_party/mindspore/mindspore/boost/ |
D | adasum.py | 222 send_tag = self._hash(step, sr_target, weights_index) 225 recv_tag = self._hash(step, dest_target, weights_index) 233 send_tag = self._hash(step, sr_target, weights_index) 236 recv_tag = self._hash(step, dest_target, weights_index) 302 def _hash(self, step, target, weights_index): member in AdaSum
|
/third_party/boost/tools/build/src/build/ |
D | property.py | 96 self._hash = hash((self.feature, self.value) + tuple(sorted(self.condition))) 119 return self._hash 122 return self._hash == other._hash
|
D | feature.py | 49 self._hash = hash(self.name) 79 return self._hash
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-map.h | 64 lws_map_hash_from_key_t _hash; member
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testmagicmethods.py | 161 def _hash(s): function 163 mock.__hash__ = _hash
|
/third_party/openssl/include/openssl/ |
D | lhash.h | 46 return name##_hash(a); }
|
/third_party/python/Lib/ |
D | pathlib.py | 668 return self._hash 670 self._hash = hash(tuple(self._cparts)) 671 return self._hash
|
D | _collections_abc.py | 674 def _hash(self): member in Set
|
/third_party/python/Doc/library/ |
D | collections.abc.rst | 407 The :class:`Set` mixin provides a :meth:`_hash` method to compute a hash value 411 ``__hash__ = Set._hash``.
|
/third_party/python/Lib/test/ |
D | test_pprint.py | 109 self._hash = hash 123 return self._hash
|
D | test_ordered_dict.py | 497 self._hash = hash 500 return self._hash
|
/third_party/icu/icu4c/source/common/ |
D | ucurr.cpp | 115 : _hash(hash) { in EquivIterator() 124 const icu::Hashtable& _hash; member in EquivIterator 131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucurr.cpp | 115 : _hash(hash) { in EquivIterator() 124 const icu::Hashtable& _hash; member in EquivIterator 131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucurr.cpp | 115 : _hash(hash) { in EquivIterator() 124 const icu::Hashtable& _hash; member in EquivIterator 131 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucurr.cpp | 129 : _hash(hash) { in EquivIterator() 138 const icu::Hashtable& _hash; member in EquivIterator 145 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current); in next()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0rc1.rst | 265 The implementation of ``collections.abc.Set._hash()`` now matches that of
|