Lines Matching refs:NULL

37 bool parse(const android::String8& str, ConfigDescription* out = NULL);
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);
63 bool parseOrientation(const char* str, android::ResTable_config* out = NULL);
64 bool parseUiModeType(const char* str, android::ResTable_config* out = NULL);
65 bool parseUiModeNight(const char* str, android::ResTable_config* out = NULL);
66 bool parseDensity(const char* str, android::ResTable_config* out = NULL);
67 bool parseTouchscreen(const char* str, android::ResTable_config* out = NULL);
68 bool parseKeysHidden(const char* str, android::ResTable_config* out = NULL);
69 bool parseKeyboard(const char* str, android::ResTable_config* out = NULL);
70 bool parseNavHidden(const char* str, android::ResTable_config* out = NULL);
71 bool parseNavigation(const char* str, android::ResTable_config* out = NULL);
72 bool parseScreenSize(const char* str, android::ResTable_config* out = NULL);
73 bool parseVersion(const char* str, android::ResTable_config* out = NULL);