/frameworks/base/tools/preload/ |
D | sorttable.js | 475 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/ |
D | TestCaseClassLoader.java | 81 public synchronized Class loadClass(String name, boolean resolve) in loadClass() argument 105 if (resolve) in loadClass()
|
/frameworks/base/core/java/android/speech/tts/ |
D | TtsEngines.java | 238 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/ |
D | AdbUtils.java | 58 public static int resolve(String host) throws IOException { in resolve() method in AdbUtils
|
D | ForwardService.java | 111 addr = AdbUtils.resolve(host); in getForwardHostAddr()
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 687 boolean resolve); in loadResourceValue() argument 691 boolean resolve); in loadResourceBagValue() argument 735 boolean resolve); in loadThemeAttributeValue() argument
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 686 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/ |
D | array.cpp | 337 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/ |
D | LoadTestsAutoTest.java | 78 mForwardServer = new ForwardServer(LOCAL_PORT, AdbUtils.resolve(host), port); in setUpForwarding()
|
/frameworks/base/core/java/android/content/ |
D | IntentFilter.java | 1069 boolean resolve, String logTag) { in match() argument 1070 String type = resolve ? intent.resolveType(resolver) : intent.getType(); in match()
|
/frameworks/base/include/private/opengles/ |
D | gl_context.h | 190 inline void resolve();
|
/frameworks/base/docs/html/guide/practices/ |
D | screens-support-1.5.jd | 121 <li>Debug any display or functional issues. For issues that you resolve in
|
D | optimizing-for-3.0.jd | 144 <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/ |
D | multiple-apks.jd | 159 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/ |
D | intents-filters.jd | 682 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/ |
D | terms.jd | 203 …on of the courts located within the county of Santa Clara, California to resolve any legal matter …
|
D | eclipse-adt.jd | 467 <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
|
D | tools-notes.jd | 331 resolve the performance issues and it will improve in future releases.</li>
|
/frameworks/base/docs/html/resources/articles/ |
D | contacts.jd | 206 <p>The lookup key helps resolve the contact in this case. The key is a string
|
/frameworks/base/docs/html/guide/topics/clipboard/ |
D | copy-paste.jd | 154 {@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/ |
D | troubleshooting.jd | 220 <p>To resolve the issue, you need to fully uninstall the preinstalled and then reinstall it using
|
/frameworks/base/docs/html/guide/publishing/ |
D | publishing.jd | 191 resolve the link so the user can use the Market application instead of opening the web
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 652 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/ |
D | adb.jd | 665 …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/ |
D | menus.jd | 611 in a non-functioning menu item, because the intent might not resolve to an
|