Home
last modified time | relevance | path

Searched defs:abbrev (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_info.cc34 DwarfParser(const uint8_t* abbrev, in DwarfParser()
106 auto& abbrev = it->second; in ReadOneDie() local
265 DwarfAbbrev abbrev(code, entry_tag, has_children == DW_CHILDREN_yes); in ReadAbbrev() local
333 DwarfInfo::DwarfInfo(const uint8_t* abbrev, in DwarfInfo()
/frameworks/base/core/java/android/text/format/
DDateUtils.java205 public static String getDayOfWeekString(int dayOfWeek, int abbrev) { in getDayOfWeekString()
250 public static String getMonthString(int month, int abbrev) { in getMonthString()
400 public static CharSequence formatDuration(long millis, int abbrev) { in formatDuration()