Searched refs:equals (Results 1 – 5 of 5) sorted by relevance
/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() 179 bool (*equals)(void*, void*)) { in equalKeys() 186 return equals(keyA, keyB); in equalKeys() 210 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapPut() 227 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) { in hashmapGet() 242 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) { in hashmapContainsKey() 275 if (equalKeys(current->key, current->hash, key, hash, map->equals)) { in hashmapMemoize() [all …]
|
/system/core/libmincrypt/tools/ |
D | DumpPublicKey.java | 49 if (pubexp.equals(BigInteger.valueOf(3))) { in check() 51 } else if (pubexp.equals(BigInteger.valueOf(65537))) { in check() 144 if ("SHA1withRSA".equals(sigAlg) || "MD5withRSA".equals(sigAlg)) { in main() 150 } else if ("SHA256withRSA".equals(sigAlg)) { in main()
|
/system/core/include/cutils/ |
D | hashmap.h | 42 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB));
|
/system/core/init/ |
D | init_parser.c | 547 const char* equals = strchr(name, '='); in queue_all_property_triggers() local 548 if (equals) { in queue_all_property_triggers() 551 int length = equals - name; in queue_all_property_triggers() 560 if (!strcmp(equals + 1, value) ||!strcmp(equals + 1, "*")) { in queue_all_property_triggers()
|
/system/core/sh/ |
D | TOUR | 185 comes next, terminated by an equals sign. If the type is not
|