/frameworks/compile/mclinker/unittests/ |
D | StaticResolverTest.cpp | 62 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F() 88 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F() 115 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F() 142 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F() 164 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F() 193 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F() 215 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F() 240 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F() 264 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 3 …, DiagnosticEngine::Unreachable, "Fails to resolve symbols [%0:%1]\nPlease reports to `%2'", "Fail…
|
D | Resolver.h | 58 virtual bool resolve(ResolveInfo & __restrict__ pOld,
|
D | StaticResolver.h | 109 virtual bool resolve(ResolveInfo & __restrict__ pOld,
|
/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/compile/mclinker/include/mcld/ |
D | Linker.h | 46 bool resolve(Module& pModule);
|
/frameworks/compile/mclinker/lib/Core/ |
D | Linker.cpp | 71 if (!resolve(pModule)) in link() 166 bool Linker::resolve(Module& pModule) in resolve() function in Linker
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 712 boolean resolve); in loadResourceValue() argument 716 boolean resolve); in loadResourceBagValue() argument 768 boolean resolve); in loadThemeAttributeValue() argument
|
/frameworks/base/core/java/android/speech/tts/ |
D | TtsEngines.java | 278 private EngineInfo getEngineInfo(ResolveInfo resolve, PackageManager pm) { in getEngineInfo() argument 279 ServiceInfo service = resolve.serviceInfo; in getEngineInfo() 288 engine.priority = resolve.priority; in getEngineInfo()
|
/frameworks/base/docs/html/ |
D | support.jd | 4 page.metaDescription=Resources available to help you report and resolve issues while you are develo… 12 <p>A variety of support resources are available to help you report and resolve issues while you are…
|
/frameworks/base/docs/html/training/app-indexing/ |
D | deep-linking.jd | 45 browser. Without it, clicking a link in a browser cannot resolve to your app. 54 {@code “http://www.example.com/gizmos”} both resolve to this activity.</p> 120 URIs you specified for deep linking resolve to the correct app activity. You
|
/frameworks/base/docs/html/google/auth/ |
D | api-client.jd | 216 request the user take immediate action to resolve the error by calling <a 224 to resolve the error (such as an activity to select an account).</p> 233 launch an activity that can resolve the error (such as when the user needs to install a newer 256 // Already attempting to resolve an error. 339 the app state while the user is resolving the error to avoid repetitive attempts to resolve the 340 same error. For instance, while the account picker dialog is showing to resolve the <a 359 >{@code onConnectionFailed()}</a> while a previous attempt to resolve an 361 to resolve an error.</p>
|
/frameworks/base/docs/html/training/cloudsave/ |
D | conflict-res.jd | 51 resolve it. The structure of your cloud save data largely dictates how robust 67 for your application to resolve conflicts between the local state on a user's 73 // resolve conflict, then call mAppStateClient.resolveConflict() 90 to resolve the conflict using only the data available within the data sets, without 112 <li> <strong>Merge by union</strong>. It may be possible to resolve the conflict 131 resolve all scenarios, and one final solution that can manage conflicts between 144 conflict is detected. The "store only the total" conflict resolution algorithm would resolve 229 and the cloud state <em>(T',d')</em>, you can resolve it as <em>(T'+d, d)</em>.
|
/frameworks/compile/mclinker/lib/LD/ |
D | NamePool.cpp | 106 if (m_pResolver->resolve(*old_symbol, *new_symbol, override, pValue)) { in insertSymbol()
|
D | StaticResolver.cpp | 22 bool StaticResolver::resolve(ResolveInfo& __restrict__ pOld, in resolve() function in StaticResolver
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | category-element.jd | 35 If you do not declare it in your intent filter, no implicit intents will resolve to
|
/frameworks/base/docs/html/training/location/ |
D | retrieve-current.jd | 270 * Google Play services can resolve some errors it detects. 272 * start a Google Play services activity that can resolve 277 // Start an Activity that tries to resolve the error
|
D | receive-location-updates.jd | 274 * Google Play services can resolve some errors it detects. 276 * start a Google Play services activity that can resolve 281 // Start an Activity that tries to resolve the error
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 337 inline void array_t::resolve() in resolve() function in android::array_t 1159 am.vertex.resolve(); in validate_arrays() 1166 am.normal.resolve(); in validate_arrays() 1173 am.color.resolve(); in validate_arrays() 1192 am.texture[i].resolve(); in validate_arrays()
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 790 jboolean resolve) in android_content_AssetManager_loadResourceValue() argument 813 if (resolve) { in android_content_AssetManager_loadResourceValue() 831 jobject outValue, jboolean resolve) in android_content_AssetManager_loadResourceBagValue() argument 864 if (resolve) { in android_content_AssetManager_loadResourceBagValue() 969 JNIEnv* env, jobject clazz, jlong themeHandle, jint ident, jobject outValue, jboolean resolve) in android_content_AssetManager_loadThemeAttributeValue() argument 979 if (resolve) { in android_content_AssetManager_loadThemeAttributeValue()
|
/frameworks/base/docs/html/training/material/ |
D | drawables.jd | 35 alpha masks. You can tint them with color resources or theme attributes that resolve to color
|
/frameworks/base/docs/html/google/play-services/ |
D | auth.jd | 154 …This exception is thrown when an error occurs that users can resolve, such as not yet granting acc… 171 an activity to resolve the issue.
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | nsd.jd | 136 // resolve a conflict, so update the name you initially requested 301 // Called when the resolve fails. Use the error code to debug.
|
/frameworks/base/docs/html/training/basics/intents/ |
D | sending.jd | 144 <p>Although the Android platform guarantees that certain intents will resolve to one of the 247 // Verify the intent will resolve to at least one activity
|