Lines Matching refs:str

37 bool parse(const android::String8& str, ConfigDescription* out = NULL);
45 bool parseCommaSeparatedList(const android::String8& str, std::set<ConfigDescription>* outSet);
55 bool parseMcc(const char* str, android::ResTable_config* out = NULL);
56 bool parseMnc(const char* str, android::ResTable_config* out = NULL);
57 bool parseLayoutDirection(const char* str, android::ResTable_config* out = NULL);
58 bool parseSmallestScreenWidthDp(const char* str, android::ResTable_config* out = NULL);
59 bool parseScreenWidthDp(const char* str, android::ResTable_config* out = NULL);
60 bool parseScreenHeightDp(const char* str, android::ResTable_config* out = NULL);
61 bool parseScreenLayoutSize(const char* str, android::ResTable_config* out = NULL);
62 bool parseScreenLayoutLong(const char* str, android::ResTable_config* out = NULL);
66 bool parseOrientation(const char* str, android::ResTable_config* out = NULL);
67 bool parseUiModeType(const char* str, android::ResTable_config* out = NULL);
68 bool parseUiModeNight(const char* str, android::ResTable_config* out = NULL);
69 bool parseDensity(const char* str, android::ResTable_config* out = NULL);
70 bool parseTouchscreen(const char* str, android::ResTable_config* out = NULL);
71 bool parseKeysHidden(const char* str, android::ResTable_config* out = NULL);
72 bool parseKeyboard(const char* str, android::ResTable_config* out = NULL);
73 bool parseNavHidden(const char* str, android::ResTable_config* out = NULL);
74 bool parseNavigation(const char* str, android::ResTable_config* out = NULL);
75 bool parseScreenSize(const char* str, android::ResTable_config* out = NULL);
76 bool parseVersion(const char* str, android::ResTable_config* out = NULL);