Searched refs:hash (Results 1 – 12 of 12) sorted by relevance
/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/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/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/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/ |
D | Transaction.java | 92 return Objects.hash(mItemId, mUserId, mClientNonce); in hashCode()
|
/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/tools/winscope/ |
D | yarn.lock | 949 create-hash "^1.1.0" 988 create-hash "^1.1.0" 1448 create-hash@^1.1.0, create-hash@^1.1.2: 1450 …resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59b… 1465 create-hash "^1.1.0" 1496 create-hash "^1.1.0" 1860 hash.js "^1.0.0" 2341 hash-base@^3.0.0: 2343 …resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b… 2349 hash-sum@^1.0.2: [all …]
|
/development/vndk/tools/sourcedr/blueprint/ |
D | blueprint.py | 428 return hash(self.value) 471 return hash(self.value)
|
/development/vndk/tools/definition-tool/datasets/ |
D | eligible-list-28-properties.csv | 171 android.hardware.tests.hash@1.0,False,False,True,hidl_interface 172 android.hardware.tests.hash@1.0-adapter-helper,False,False,True,hidl_interface
|
D | eligible-list-29-properties.csv | 255 android.hardware.tests.hash@1.0,False,False,True,hidl_interface 256 android.hardware.tests.hash@1.0-adapter-helper,False,False,True,hidl_interface
|
D | eligible-list-28.csv | 274 /system/${LIB}/libhidl-gen-hash.so,FWK-ONLY,
|
D | eligible-list-29.csv | 330 /system/${LIB}/libhidl-gen-hash.so,FWK-ONLY,
|