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

  /dalvik/vm/hprof/
HprofHeap.c 252 hprof_string_id nameId;
261 nameId = hprofLookupStringId("app");
264 nameId = hprofLookupStringId("zygote");
269 nameId = hprofLookupStringId("<ILLEGAL>");
272 hprofAddIdToRecord(rec, nameId);
  /frameworks/base/tools/aapt/
ResourceTable.h 153 uint32_t nameId)
155 return nameId | (typeId<<16) | (packageId<<24);
160 uint32_t nameId);
ResourceTable.cpp     [all...]

Completed in 223 milliseconds