Searched defs:defType (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java199 public int getIdentifier(String name, String defType, String defPackage) { argument
/frameworks/base/core/java/android/content/res/
H A DResources.java1399 * two components (package and type) are optional if defType and
1406 * @param defType Optional default resource type to find, if "type/" is
1416 public int getIdentifier(String name, String defType, String defPackage) { argument
1422 return mAssets.getResourceIdentifier(name, defType, defPackage);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp569 jstring defType,
584 const char16_t* defType16 = defType
585 ? env->GetStringChars(defType, NULL) : NULL;
586 jsize defTypeLen = defType
587 ? env->GetStringLength(defType) : 0;
600 env->ReleaseStringChars(defType, defType16);
567 android_content_AssetManager_getResourceIdentifier(JNIEnv* env, jobject clazz, jstring name, jstring defType, jstring defPackage) argument
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1825 const String16* defType,
1830 defType, defPackage ? defPackage:&mAssetsPackage, NULL)) {
1958 const String16* defType,
1966 defType, defPackage ? defPackage:&mAssetsPackage,
1970 NOISY(printf("Expanding resource: defType=%s\n",
1971 defType ? String8(*defType).string() : "NULL"));
1824 hasBagOrEntry(const String16& ref, const String16* defType, const String16* defPackage) argument
1957 getResId(const String16& ref, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool onlyPublic) const argument
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2568 const String16* defType,
2603 if (!defType) {
2609 *outType = *defType;
2847 const String16* defType,
2956 defType, defPackage, &errorMsg)) {
2564 expandResourceRef(const uint16_t* refStr, size_t refLen, String16* outPackage, String16* outType, String16* outName, const String16* defType, const String16* defPackage, const char** outErrorMsg) argument
2843 stringToValue(Res_value* outValue, String16* outString, const char16_t* s, size_t len, bool preserveSpaces, bool coerceType, uint32_t attrID, const String16* defType, const String16* defPackage, Accessor* accessor, void* accessorCookie, uint32_t attrType, bool enforcePrivate) const argument

Completed in 149 milliseconds