/development/python-packages/fetchartifact/ |
D | poetry.lock | 11 …{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/ |
D | DeadlockDetector.java | 57 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/ |
D | LockSnapshot.java | 62 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/ |
D | test_ast.py | 83 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/ |
D | propagate_hash_codes_test.ts | 88 const hash = assertDefined(root.getChildByName('hash')); constant 89 expect(hash.canPropagate()).toEqual(false);
|
/development/tools/external_crates/name_and_version/src/ |
D | name_and_version.rs | 21 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/ |
D | custom_query_utils.ts | 221 const hash = proto.hashCode?.toString(16) ?? WmCustomQueryUtils.NA; constant 222 result.push({token: hash, title: hash});
|
/development/tools/external_crates/crate_tool/src/testdata/ |
D | ahash.header | 6 To generate the ahash crate's default hash keys, use /dev/urandom
|
D | ahash.patch | 6 To generate the ahash crate's default hash keys, use /dev/urandom
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/ |
D | Transaction.java | 92 return Objects.hash(mItemId, mUserId, mClientNonce); in hashCode()
|
/development/tools/external_crates/crates_io_util/src/testdata/ |
D | winnow-0.5.37 | 86 "name": "rustc-hash",
|
D | winnow-0.6.20 | 102 "name": "rustc-hash",
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | Alarm.java | 125 return Objects.hash(id, month, date, hour, minute); in hashCode()
|
/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
D | Tracking.java | 259 return Objects.hash(id); in hashCode()
|
/development/vndk/tools/sourcedr/blueprint/ |
D | blueprint.py | 428 return hash(self.value) 471 return hash(self.value)
|
/development/tools/cargo_embargo/testdata/async-trait/ |
D | cargo.metadata | 2881 "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/ |
D | cargo.metadata | 74 "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/ |
D | sdk_files_NOTICE.txt | 7166 Except where otherwise noted in the source code (e.g. the files hash.c,
|