HomeSort by relevance Sort by last modified time
    Searched defs:HM (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/v8/src/
counters.cc 73 #define HM(name, caption) \
75 HISTOGRAM_MEMORY_LIST(HM)
76 #undef HM
162 #define HM(name, caption) name##_.Reset();
163 HISTOGRAM_MEMORY_LIST(HM)
164 #undef HM
counters.h 360 #define HISTOGRAM_MEMORY_LIST(HM) \
361 HM(heap_sample_total_committed, V8.MemoryHeapSampleTotalCommitted) \
362 HM(heap_sample_total_used, V8.MemoryHeapSampleTotalUsed) \
363 HM(heap_sample_map_space_committed, \
365 HM(heap_sample_cell_space_committed, \
367 HM(heap_sample_property_cell_space_committed, \
369 HM(heap_sample_code_space_committed, \
371 HM(heap_sample_maximum_committed, \
576 #define HM(name, caption) \
578 HISTOGRAM_MEMORY_LIST(HM)
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 108 if (const HeaderMap *HM = HeaderMap::Create(FE, FileMgr)) {
109 HeaderMaps.push_back(std::make_pair(FE, HM));
110 return HM;
300 const HeaderMap *HM = getHeaderMap();
302 StringRef Dest = HM->lookupFilename(Filename, Path);
316 Result = HM->LookupFile(Filename, HS.getFileMgr());
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 490 HM(new String[]{
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 113 milliseconds