HomeSort by relevance Sort by last modified time
    Searched refs:ParseStyleParentReference (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aapt2/
ResourceUtils_test.cpp 145 TEST(ResourceUtilsTest, ParseStyleParentReference) {
152 ResourceUtils::ParseStyleParentReference("@android:style/foo", &err_str);
156 ref = ResourceUtils::ParseStyleParentReference("@style/foo", &err_str);
161 ResourceUtils::ParseStyleParentReference("?android:style/foo", &err_str);
165 ref = ResourceUtils::ParseStyleParentReference("?style/foo", &err_str);
169 ref = ResourceUtils::ParseStyleParentReference("android:style/foo", &err_str);
173 ref = ResourceUtils::ParseStyleParentReference("android:foo", &err_str);
177 ref = ResourceUtils::ParseStyleParentReference("@android:foo", &err_str);
181 ref = ResourceUtils::ParseStyleParentReference("foo", &err_str);
186 ResourceUtils::ParseStyleParentReference("*android:style/foo", &err_str)
    [all...]
ResourceUtils.h 111 Maybe<Reference> ParseStyleParentReference(const android::StringPiece& str, std::string* out_error);
ResourceUtils.cpp 211 Maybe<Reference> ParseStyleParentReference(const StringPiece& str,
ResourceParser.cpp     [all...]

Completed in 51 milliseconds