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/include/cutils/ |
D | hashmap.h | 42 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB));
|
/system/core/init/ |
D | init_parser.c | 362 const char* equals = strchr(name, '='); in queue_all_property_triggers() local 363 if (equals) { in queue_all_property_triggers() 366 int length = equals - name; in queue_all_property_triggers() 375 if (value && !strcmp(equals + 1, value)) { in queue_all_property_triggers()
|
/system/core/libmincrypt/tools/ |
D | DumpPublicKey.java | 43 if (!pubexp.equals(BigInteger.valueOf(3))) in check()
|
/system/core/sh/ |
D | TOUR | 185 comes next, terminated by an equals sign. If the type is not
|