/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | TestServiceClient.java | 195 if (!query.equals(response)) { in checkPrimitiveRepeat() 235 if (!Arrays.equals(input, echoed)) { in checkArrayReversal() 254 if (!Arrays.equals(input, echoed)) { in checkArrayReversal() 273 if (!Arrays.equals(input, echoed)) { in checkArrayReversal() 292 if (!Arrays.equals(input, echoed)) { in checkArrayReversal() 311 if (!Arrays.equals(input, echoed)) { in checkArrayReversal() 330 if (!Arrays.equals(input, echoed)) { in checkArrayReversal() 349 if (!Arrays.equals(input, echoed)) { in checkArrayReversal() 368 if (!Arrays.equals(input, echoed)) { in checkArrayReversal() 376 if (!input[i].equals(reversed[j])) { in checkArrayReversal() [all …]
|
D | SimpleParcelable.java | 44 public boolean equals(Object o) { in equals() method in SimpleParcelable 53 (mName != null && !mName.equals(p.mName))) { in equals()
|
/system/core/libcutils/ |
D | hashmap.c | 38 bool (*equals)(void* keyA, void* keyB); member 44 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB)) { in hashmapCreate() 46 assert(equals != NULL); in hashmapCreate() 70 map->equals = equals; in hashmapCreate() 186 bool (*equals)(void*, void*)) { in equalKeys() 193 return equals(keyA, keyB); in equalKeys() 217 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapPut() 234 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) { in hashmapGet() 249 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) { in hashmapContainsKey() 282 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapMemoize() [all …]
|
/system/update_engine/payload_generator/ |
D | block_mapping.cc | 88 bool equals = false; in AddBlock() local 89 if (!existing_block.CompareData(block_data, &equals)) in AddBlock() 91 if (equals) in AddBlock() 114 bool* equals) { in CompareData() argument 116 *equals = block_data == other_block; in CompareData() 126 *equals = blob == other_block; in CompareData()
|
D | block_mapping.h | 89 bool CompareData(const brillo::Blob& other_block, bool* equals);
|
/system/core/libmincrypt/tools/ |
D | DumpPublicKey.java | 53 if (pubexp.equals(BigInteger.valueOf(3))) { in checkRSA() 55 } else if (pubexp.equals(BigInteger.valueOf(65537))) { in checkRSA() 245 if ("SHA1withRSA".equals(sigAlg) || "MD5withRSA".equals(sigAlg)) { in main() 251 } else if ("SHA256withRSA".equals(sigAlg) || "SHA256withECDSA".equals(sigAlg)) { in main()
|
/system/extras/verity/ |
D | VerityVerifier.java | 229 if (!"1".equals(hashVersion)) { in readHashTree() 235 if (!"sha256".equals(alg)) { in readHashTree() 314 return Arrays.equals(hash, digest.digest()); in checkBlock() 396 if (args.length == 3 && "-mincrypt".equals(args[1])) { in main()
|
D | BootSignature.java | 190 if (!Arrays.equals(Arrays.copyOfRange(data, 0, 8), in getSignableImageSize() 299 if ("-verify".equals(args[0])) { in main() 302 if (args.length >= 4 && "-certificate".equals(args[2])) { in main()
|
D | VeritySigner.java | 44 if (args.length > 3 && "-verify".equals(args[3])) { in main()
|
D | Utils.java | 221 if ("EC".equals(key.getAlgorithm())) { in getSignatureAlgorithm() 242 } else if ("RSA".equals(key.getAlgorithm())) { in getSignatureAlgorithm()
|
D | KeystoreSigner.java | 178 if ("-verify".equals(args[0])) { in main()
|
/system/core/include/cutils/ |
D | hashmap.h | 42 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB));
|
/system/bt/btcore/test/ |
D | device_class_test.cpp | 156 TEST_F(DeviceClassTest, equals) { in TEST_F() argument
|
D | property_test.cpp | 184 TEST_F(PropertyTest, equals) { in TEST_F() argument
|
/system/core/init/ |
D | readme.txt | 204 the 'boot' event trigger happens and the property a equals b. 210 c already equals d. 212 a already equals b.
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 21633 // Get NV data. The size of NV data equals the input operand B size 22206 // Get time data info. The size of time info data equals the input
|
D | raw_commands_fixed.txt | 21644 // Get NV data. The size of NV data equals the input operand B size 22217 // Get time data info. The size of time info data equals the input
|