HomeSort by relevance Sort by last modified time
    Searched full:hashmapcreate (Results 1 - 13 of 13) sorted by null

  /system/core/toolbox/
watchprops.c 84 Hashmap *watchlist = hashmapCreate(1024, str_hash, str_equals);
  /external/srec/srec/Semproc/src/
SemanticResultImpl.c 52 rc = HashMapCreate(&impl->results);
SymbolTable.c 43 CHKLOG(rc, HashMapCreate(&(*ptr)->hashmap));
ExpressionParser.c 62 CHKLOG(rc, HashMapCreate(&Interface->pfunctions));
  /system/core/include/cutils/
hashmap.h 41 Hashmap* hashmapCreate(size_t initialCapacity,
  /external/srec/shared/src/
HashMapImpl.c 64 ESR_ReturnCode HashMapCreate(HashMap** self)
SessionTypeImpl.c 105 CHK(rc, HashMapCreate(&data->value));
1169 CHKLOG(rc, HashMapCreate(&parameterList));
    [all...]
  /system/core/libcutils/
hashmap.c 43 Hashmap* hashmapCreate(size_t initialCapacity,
str_parms.c 62 str_parms->map = hashmapCreate(5, str_hash_fn, str_eq);
  /external/srec/shared/include/
HashMap.h 161 ESR_SHARED_API ESR_ReturnCode HashMapCreate(HashMap** self);
  /external/srec/srec/Nametag/src/
NametagsImpl.c 59 CHKLOG(rc, HashMapCreate(&impl->value));
  /system/core/sdcard/
sdcard.c 718 fuse->package_to_appid = hashmapCreate(256, str_hash, str_icase_equals);
719 fuse->appid_with_rw = hashmapCreate(128, int_hash, int_equals);
729 fuse->package_to_appid = hashmapCreate(256, str_hash, str_icase_equals);
730 fuse->appid_with_rw = hashmapCreate(128, int_hash, int_equals);
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]

Completed in 4027 milliseconds