Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 18 of 18) sorted by relevance

/development/python-packages/fetchartifact/
Dpoetry.lock11 …{file = "aiohttp-3.8.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5ce45967538fb747370…
12 …{file = "aiohttp-3.8.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b744c33b6f14ca26b7544e8…
13 …{file = "aiohttp-3.8.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1a45865451439eb320784918…
14 …{file = "aiohttp-3.8.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha2…
15 …{file = "aiohttp-3.8.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha2…
16 …{file = "aiohttp-3.8.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1…
17 …{file = "aiohttp-3.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256…
18 …nux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5393fb786…
19 …{file = "aiohttp-3.8.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e4b09863aae0dc965c3e…
20 …{file = "aiohttp-3.8.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:adfbc22e87365a6e564c804…
[all …]
/development/tools/bugreport/src/com/android/bugreport/inspector/
DDeadlockDetector.java57 int hash = 7; in hashCode() local
58 hash = hash * 31 + this.process.hashCode(); in hashCode()
59 hash = hash * 31 + this.thread.hashCode(); in hashCode()
60 return hash; in hashCode()
93 int hash = 7; in hashCode() local
94 hash = hash * 31 + this.process.hashCode(); in hashCode()
96 hash = hash * 31 + this.lock.address.hashCode(); in hashCode()
98 return hash; in hashCode()
/development/tools/bugreport/src/com/android/bugreport/stacks/
DLockSnapshot.java62 int hash = 7; in hashCode() local
64 hash = hash * 31 + this.address.hashCode(); in hashCode()
66 return hash; in hashCode()
/development/vndk/tools/sourcedr/blueprint/tests/
Dtest_ast.py83 self.assertEqual(hash(Bool(False)), hash(false_expr))
84 self.assertEqual(hash(Bool(True)), hash(true_expr))
142 self.assertEqual(hash(Integer(False)), hash(expr_zero))
143 self.assertEqual(hash(Integer(True)), hash(expr_one))
/development/tools/winscope/src/viewers/viewer_window_manager/operations/
Dpropagate_hash_codes_test.ts88 const hash = assertDefined(root.getChildByName('hash')); constant
89 expect(hash.canPropagate()).toEqual(false);
/development/tools/external_crates/name_and_version/src/
Dname_and_version.rs21 hash::{Hash, Hasher},
131 fn hash<H: Hasher>(&self, state: &mut H) { in hash() method
132 self.key().hash(state) in hash()
/development/tools/winscope/src/parsers/window_manager/
Dcustom_query_utils.ts221 const hash = proto.hashCode?.toString(16) ?? WmCustomQueryUtils.NA; constant
222 result.push({token: hash, title: hash});
/development/tools/external_crates/crate_tool/src/testdata/
Dahash.header6 To generate the ahash crate's default hash keys, use /dev/urandom
Dahash.patch6 To generate the ahash crate's default hash keys, use /dev/urandom
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/
DTransaction.java92 return Objects.hash(mItemId, mUserId, mClientNonce); in hashCode()
/development/tools/external_crates/crates_io_util/src/testdata/
Dwinnow-0.5.3786 "name": "rustc-hash",
Dwinnow-0.6.20102 "name": "rustc-hash",
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarm.java125 return Objects.hash(id, month, date, hour, minute); in hashCode()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DTracking.java259 return Objects.hash(id); in hashCode()
/development/vndk/tools/sourcedr/blueprint/
Dblueprint.py428 return hash(self.value)
471 return hash(self.value)
/development/tools/cargo_embargo/testdata/async-trait/
Dcargo.metadata2881 "description": "A Rust port of Google's SwissTable hash map",
2935 "hash",
3288 "description": "A hash table with consistent order and fast iteration.",
9814 "name": "rustc-hash",
/development/tools/cargo_embargo/testdata/plotters/
Dcargo.metadata74 "hash",
9297 "description": "A Rust port of Google's SwissTable hash map",
9344 "hash",
10713 "description": "A hash table with consistent order and fast iteration.",
20147 "description": "A SIMD-accelerated Adler-32 hash algorithm implementation.",
/development/sdk/
Dsdk_files_NOTICE.txt7166 Except where otherwise noted in the source code (e.g. the files hash.c,