Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/tools/preload/
Dsorttable.js475 var resolve = Object; // default
478 resolve = Function;
485 resolve = String;
488 resolve = Array;
490 resolve.forEach(object, block, context);
/frameworks/base/test-runner/src/junit/runner/
DTestCaseClassLoader.java81 public synchronized Class loadClass(String name, boolean resolve) in loadClass() argument
105 if (resolve) in loadClass()
/frameworks/base/core/java/android/speech/tts/
DTtsEngines.java238 private EngineInfo getEngineInfo(ResolveInfo resolve, PackageManager pm) { in getEngineInfo() argument
239 ServiceInfo service = resolve.serviceInfo; in getEngineInfo()
248 engine.priority = resolve.priority; in getEngineInfo()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
DAdbUtils.java58 public static int resolve(String host) throws IOException { in resolve() method in AdbUtils
DForwardService.java111 addr = AdbUtils.resolve(host); in getForwardHostAddr()
/frameworks/base/core/java/android/content/res/
DAssetManager.java687 boolean resolve); in loadResourceValue() argument
691 boolean resolve); in loadResourceBagValue() argument
735 boolean resolve); in loadThemeAttributeValue() argument
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp686 jboolean resolve) in android_content_AssetManager_loadResourceValue() argument
705 if (resolve) { in android_content_AssetManager_loadResourceValue()
719 jobject outValue, jboolean resolve) in android_content_AssetManager_loadResourceBagValue() argument
752 if (resolve) { in android_content_AssetManager_loadResourceBagValue()
833 JNIEnv* env, jobject clazz, jint themeInt, jint ident, jobject outValue, jboolean resolve) in android_content_AssetManager_loadThemeAttributeValue() argument
843 if (resolve) { in android_content_AssetManager_loadThemeAttributeValue()
/frameworks/base/opengl/libagl/
Darray.cpp337 inline void array_t::resolve() in resolve() function in android::array_t
1155 am.vertex.resolve(); in validate_arrays()
1162 am.normal.resolve(); in validate_arrays()
1169 am.color.resolve(); in validate_arrays()
1188 am.texture[i].resolve(); in validate_arrays()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DLoadTestsAutoTest.java78 mForwardServer = new ForwardServer(LOCAL_PORT, AdbUtils.resolve(host), port); in setUpForwarding()
/frameworks/base/core/java/android/content/
DIntentFilter.java1069 boolean resolve, String logTag) { in match() argument
1070 String type = resolve ? intent.resolveType(resolver) : intent.getType(); in match()
/frameworks/base/include/private/opengles/
Dgl_context.h190 inline void resolve();
/frameworks/base/docs/html/guide/practices/
Dscreens-support-1.5.jd121 <li>Debug any display or functional issues. For issues that you resolve in
Doptimizing-for-3.0.jd144 <p>General performance in the emulator is also slow. We're working hard to resolve the performance
222 activities, they will override the inherited holographic theme. To resolve this, you can use
/frameworks/base/docs/html/guide/market/publishing/
Dmultiple-apks.jd159 warning message. If it's an error, you cannot publish until you resolve the problem; if it's a
370 resolve the error.</p>
380 application in Android Market. You can resolve this by adding another APK that supports normal size
385 overlap, because both APKs support large screens. If you do not resolve this, then devices that
/frameworks/base/docs/html/guide/topics/intents/
Dintents-filters.jd682 a similar series of {@code resolve...()} methods that determine the best
881 Given these capabilities, the following intents will resolve to the
961 Given these capabilities, the following intents will resolve to the
1035 Given these capabilities, the following intent will resolve to the
/frameworks/base/docs/html/sdk/
Dterms.jd203 …on of the courts located within the county of Santa Clara, California to resolve any legal matter …
Declipse-adt.jd467 <li>Temporary work-around to resolve the rare cases in which the layout editor will
1138 Java 6 will resolve this issue and you can then reinstall the ADT
Dtools-notes.jd331 resolve the performance issues and it will improve in future releases.</li>
/frameworks/base/docs/html/resources/articles/
Dcontacts.jd206 <p>The lookup key helps resolve the contact in this case. The key is a string
/frameworks/base/docs/html/guide/topics/clipboard/
Dcopy-paste.jd154 {@link android.net.Uri} object, resolve it to a data source such as a content provider,
545 // calls a routine to resolve the URI and get data from it. This routine is not
/frameworks/base/docs/html/resources/faq/
Dtroubleshooting.jd220 <p>To resolve the issue, you need to fully uninstall the preinstalled and then reinstall it using
/frameworks/base/docs/html/guide/publishing/
Dpublishing.jd191 resolve the link so the user can use the Market application instead of opening the web
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd652 Here are some examples of Intent objects and the activities they resolve to:
888 or startActivityForResult()) only if the intent has tested to resolve
/frameworks/base/docs/html/guide/developing/tools/
Dadb.jd665 …nd to a command, you can terminate the server and restart it and that may resolve the problem. </p>
/frameworks/base/docs/html/guide/topics/ui/
Dmenus.jd611 in a non-functioning menu item, because the intent might not resolve to an

12