| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | UnknownFieldSetLite.java | 325 private static int hashCode(int[] tags, int count) { in hashCode() method in UnknownFieldSetLite 326 int hashCode = 17; in hashCode() local 333 private static int hashCode(Object[] objects, int count) { in hashCode() method in UnknownFieldSetLite 334 int hashCode = 17; in hashCode() local 342 public int hashCode() { in hashCode() method in UnknownFieldSetLite 343 int hashCode = 17; in hashCode() local
|
| D | AbstractProtobufList.java | 69 public int hashCode() { in hashCode() method in AbstractProtobufList 71 int hashCode = 1; in hashCode() local
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
| D | MidiPortWrapper.java | 115 public int hashCode() { in hashCode() method in MidiPortWrapper 116 int hashCode = 1; in hashCode() local
|
| /third_party/openhitls/bsl/hash/src/ |
| D | bsl_hash.c | 274 uint32_t hashCode; in BSL_HASH_Next() local 318 uint32_t hashCode = BSL_HASH_CodeCalc(&key, sizeof(key)); in BSL_HASH_CodeCalcInt() local 331 uint32_t hashCode = BSL_HASH_CodeCalc(tmpKey, (uint32_t)strlen(tmpKey)); in BSL_HASH_CodeCalcStr() local 423 …tic inline int32_t BSL_HASH_CodeCheck(const BSL_HASH_Hash *hash, uintptr_t key, uint32_t *hashCode) in BSL_HASH_CodeCheck() 442 uint32_t hashCode; in BSL_HASH_Insert() local 473 uint32_t hashCode; in BSL_HASH_Put() local 520 uint32_t hashCode; in BSL_HASH_Find() local 556 uint32_t hashCode; in BSL_HASH_Erase() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| D | MutableCodePointTrie.java | 757 int hashCode = makeHashCode(data, start); in extend() local 770 int hashCode = makeHashCode(data, start); in extend() local 776 int hashCode = makeHashCode(blockData, blockStart); in findBlock() local 786 int hashCode = makeHashCode(blockData, blockStart); in findBlock() local 796 int hashCode = makeHashCode(blockData, blockStart); in findBlock() local 806 int hashCode = makeHashCode(blockValue); in findAllSameBlock() local 817 int hashCode = blockData[blockStart++]; in makeHashCode() local 826 int hashCode = blockData[blockStart++]; in makeHashCode() local 834 int hashCode = blockValue; in makeHashCode() local 841 … private void addEntry(int[] data32, char[] data16, int blockStart, int hashCode, int dataIndex) { in addEntry() [all …]
|
| D | StringTrieBuilder.java | 185 public abstract int hashCode() /*const*/; in hashCode() method in StringTrieBuilder.Node 279 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.ValueNode 322 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.IntermediateValueNode 360 public int hashCode() /*const*/ { return hash; } in hashCode() method in StringTrieBuilder.LinearMatchNode 596 public int hashCode() /*const*/ { return hash; } in hashCode() method in StringTrieBuilder.BranchNode 626 public int hashCode() { in hashCode() method in StringTrieBuilder.ListBranchNode 736 public int hashCode() { in hashCode() method in StringTrieBuilder.SplitBranchNode 772 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.BranchHeadNode
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| D | MutableCodePointTrie.java | 765 int hashCode = makeHashCode(data, start); in extend() local 778 int hashCode = makeHashCode(data, start); in extend() local 784 int hashCode = makeHashCode(blockData, blockStart); in findBlock() local 794 int hashCode = makeHashCode(blockData, blockStart); in findBlock() local 804 int hashCode = makeHashCode(blockData, blockStart); in findBlock() local 814 int hashCode = makeHashCode(blockValue); in findAllSameBlock() local 825 int hashCode = blockData[blockStart++]; in makeHashCode() local 834 int hashCode = blockData[blockStart++]; in makeHashCode() local 842 int hashCode = blockValue; in makeHashCode() local 849 … private void addEntry(int[] data32, char[] data16, int blockStart, int hashCode, int dataIndex) { in addEntry() [all …]
|
| D | StringTrieBuilder.java | 186 public abstract int hashCode() /*const*/; in hashCode() method in StringTrieBuilder.Node 280 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.ValueNode 323 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.IntermediateValueNode 361 public int hashCode() /*const*/ { return hash; } in hashCode() method in StringTrieBuilder.LinearMatchNode 597 public int hashCode() /*const*/ { return hash; } in hashCode() method in StringTrieBuilder.BranchNode 627 public int hashCode() { in hashCode() method in StringTrieBuilder.ListBranchNode 737 public int hashCode() { in hashCode() method in StringTrieBuilder.SplitBranchNode 773 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.BranchHeadNode
|
| D | DateInterval.java | 75 public int hashCode() { in hashCode() method in DateInterval
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
| D | Edge.java | 176 public int hashCode() { in hashCode() method in Edge.SimpleEdge 235 public int hashCode() { in hashCode() method in Edge.Concatenation 275 public int hashCode() { in hashCode() method in Edge.Disjunction
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/ |
| D | RangeMacroProps.java | 25 public int hashCode() { in hashCode() method in RangeMacroProps
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/ |
| D | RangeMacroProps.java | 27 public int hashCode() { in hashCode() method in RangeMacroProps
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | unifiedcache.h | 108 virtual int32_t hashCode() const { in hashCode() function 144 virtual int32_t hashCode() const { in hashCode() function
|
| /third_party/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/ |
| D | DslList.kt | 54 override fun hashCode(): Int = delegate.hashCode() in <lambda>() method
|
| D | DslMap.kt | 59 override fun hashCode(): Int = delegate.hashCode() in <lambda>() method
|
| /third_party/skia/m133/third_party/externals/icu/source/test/intltest/ |
| D | sfwdchit.cpp | 94 int32_t SimpleFwdCharIterator::hashCode() const { in hashCode() function in SimpleFwdCharIterator
|
| /third_party/icu/icu4c/source/common/ |
| D | unifiedcache.h | 110 virtual int32_t hashCode() const override { in hashCode() function 155 virtual int32_t hashCode() const override { in hashCode() function
|
| /third_party/skia/m133/third_party/externals/icu/source/common/ |
| D | unifiedcache.h | 110 virtual int32_t hashCode() const override { in hashCode() function 155 virtual int32_t hashCode() const override { in hashCode() function
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| D | RbPath.java | 96 private final int hashCode; field in RbPath 224 @Override public int hashCode() { in hashCode() method in RbPath
|
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/datatype/ |
| D | EffectDescription.kt | 32 override fun hashCode(): Int = id method in com.mobileer.androidfxlab.datatype.EffectDescription
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | Pair.java | 52 public int hashCode() { in hashCode() method in Pair
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | Pair.java | 54 public int hashCode() { in hashCode() method in Pair
|
| /third_party/skia/m133/third_party/externals/icu/source/common/unicode/ |
| D | stringtriebuilder.h | 203 inline int32_t hashCode() const { return hash; } in hashCode() function 205 … static inline int32_t hashCode(const Node *node) { return node==nullptr ? 0 : node->hashCode(); } in hashCode() function
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | stringtriebuilder.h | 203 inline int32_t hashCode() const { return hash; } in hashCode() function 205 … static inline int32_t hashCode(const Node *node) { return node==NULL ? 0 : node->hashCode(); } in hashCode() function
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | stringtriebuilder.h | 203 inline int32_t hashCode() const { return hash; } in hashCode() function 205 … static inline int32_t hashCode(const Node *node) { return node==NULL ? 0 : node->hashCode(); } in hashCode() function
|