Searched defs:resolve (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp22 bool StaticResolver::resolve(ResolveInfo& __restrict__ pOld, function in class:StaticResolver
60 // common symbol (ref: Google gold linker: resolve.cc)
/frameworks/base/test-runner/src/junit/runner/
H A DTestCaseClassLoader.java81 public synchronized Class loadClass(String name, boolean resolve) argument
105 if (resolve)
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp71 if (!resolve(pModule))
104 // set them in Module. When reading out the symbol, resolve their symbols
166 bool Linker::resolve(Module& pModule) function in class:Linker
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java278 private EngineInfo getEngineInfo(ResolveInfo resolve, PackageManager pm) { argument
279 ServiceInfo service = resolve.serviceInfo;
288 engine.priority = resolve.priority;
/frameworks/base/core/java/android/content/
H A DIntentFilter.java76 * <p>For information about how to create and resolve intents, read the
1241 * @param resolve If true, the intent's type will be resolved by calling
1256 boolean resolve, String logTag) {
1257 String type = resolve ? intent.resolveType(resolver) : intent.getType();
1255 match(ContentResolver resolver, Intent intent, boolean resolve, String logTag) argument
/frameworks/native/opengl/libagl/
H A Darray.cpp337 inline void array_t::resolve() function in class:android::array_t
1159 am.vertex.resolve();
1166 am.normal.resolve();
1173 am.color.resolve();
1192 am.texture[i].resolve();
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java720 boolean resolve);
724 boolean resolve);
776 boolean resolve);
719 loadResourceValue(int ident, short density, TypedValue outValue, boolean resolve) argument
723 loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue, boolean resolve) argument
774 loadThemeAttributeValue(long theme, int ident, TypedValue outValue, boolean resolve) argument
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp791 jboolean resolve)
814 if (resolve) {
832 jobject outValue, jboolean resolve)
865 if (resolve) {
970 JNIEnv* env, jobject clazz, jlong themeHandle, jint ident, jobject outValue, jboolean resolve)
980 if (resolve) {
787 android_content_AssetManager_loadResourceValue(JNIEnv* env, jobject clazz, jint ident, jshort density, jobject outValue, jboolean resolve) argument
830 android_content_AssetManager_loadResourceBagValue(JNIEnv* env, jobject clazz, jint ident, jint bagEntryId, jobject outValue, jboolean resolve) argument
969 android_content_AssetManager_loadThemeAttributeValue( JNIEnv* env, jobject clazz, jlong themeHandle, jint ident, jobject outValue, jboolean resolve) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java871 public static GrantUri resolve(int defaultSourceUserHandle, Uri uri) { method in class:ActivityManagerService.GrantUri
7348 GrantUri grantUri = GrantUri.resolve(contentUserHint, data);
7362 GrantUri grantUri = GrantUri.resolve(contentUserHint, uri);
16129 // Need to resolve the intent to interested receivers...

Completed in 231 milliseconds