• Home
  • Raw
  • Download

Lines Matching defs:name

35 static bool parseMcc(const char* name, ResTable_config* out) {  in parseMcc()
65 static bool parseMnc(const char* name, ResTable_config* out) { in parseMnc()
96 static bool parseLayoutDirection(const char* name, ResTable_config* out) { in parseLayoutDirection()
120 static bool parseScreenLayoutSize(const char* name, ResTable_config* out) { in parseScreenLayoutSize()
156 static bool parseScreenLayoutLong(const char* name, ResTable_config* out) { in parseScreenLayoutLong()
180 static bool parseScreenRound(const char* name, ResTable_config* out) { in parseScreenRound()
203 static bool parseWideColorGamut(const char* name, ResTable_config* out) { in parseWideColorGamut()
226 static bool parseHdr(const char* name, ResTable_config* out) { in parseHdr()
249 static bool parseOrientation(const char* name, ResTable_config* out) { in parseOrientation()
267 static bool parseUiModeType(const char* name, ResTable_config* out) { in parseUiModeType()
308 static bool parseUiModeNight(const char* name, ResTable_config* out) { in parseUiModeNight()
329 static bool parseDensity(const char* name, ResTable_config* out) { in parseDensity()
407 static bool parseTouchscreen(const char* name, ResTable_config* out) { in parseTouchscreen()
425 static bool parseKeysHidden(const char* name, ResTable_config* out) { in parseKeysHidden()
450 static bool parseKeyboard(const char* name, ResTable_config* out) { in parseKeyboard()
468 static bool parseNavHidden(const char* name, ResTable_config* out) { in parseNavHidden()
490 static bool parseNavigation(const char* name, ResTable_config* out) { in parseNavigation()
511 static bool parseScreenSize(const char* name, ResTable_config* out) { in parseScreenSize()
545 static bool parseSmallestScreenWidthDp(const char* name, ResTable_config* out) { in parseSmallestScreenWidthDp()
569 static bool parseScreenWidthDp(const char* name, ResTable_config* out) { in parseScreenWidthDp()
591 static bool parseScreenHeightDp(const char* name, ResTable_config* out) { in parseScreenHeightDp()
613 static bool parseVersion(const char* name, ResTable_config* out) { in parseVersion()