HomeSort by relevance Sort by last modified time
    Searched refs:equalKeys (Results 1 - 4 of 4) sorted by null

  /system/core/libcutils/
hashmap.c 178 static inline bool equalKeys(void* keyA, int hashA, void* keyB, int hashB,
210 if (equalKeys(current->key, current->hash, key, hash, map->equals)) {
227 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) {
242 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) {
275 if (equalKeys(current->key, current->hash, key, hash, map->equals)) {
292 if (equalKeys(current->key, current->hash, key, hash, map->equals)) {
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java 93 * public boolean equalKeys(K a, Object b) { return a.equals(b); }
363 boolean equalKeys(K a, Object b);
804 if (s.equalKeys(entryKey, key)) {
835 if (s.equalKeys(entryKey, key)) {
877 && s.equalKeys(key, entryKey)) {
905 && s.equalKeys(key, entryKey)) {
    [all...]
MapMaker.java 520 public boolean equalKeys(K a, Object b) {
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 494 milliseconds