Home
last modified time | relevance | path

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

1234

/frameworks/compile/mclinker/unittests/
DStaticResolverTest.cpp58 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F()
84 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F()
111 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F()
138 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F()
159 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F()
188 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F()
209 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F()
234 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F()
257 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0); in TEST_F()
/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/compile/mclinker/include/mcld/LD/
DDiagSymbolResolutions.inc11 "Fails to resolve symbols [%0:%1]\nPlease reports to `%2'",
12 "Fails to resolve symbols [%0:%1]\nPlease reports to `%2'")
DResolver.h52 virtual bool resolve(ResolveInfo& __restrict__ pOld,
DStaticResolver.h105 virtual bool resolve(ResolveInfo& __restrict__ pOld,
/frameworks/base/core/java/org/apache/http/conn/scheme/
DHostNameResolver.java45 InetAddress resolve (String hostname) throws IOException; in resolve() method
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/
DMDNSFilterPlugin.java150 mResolveQueue.resolve(getNDSManager(), serviceInfo, in onServiceFound()
175 mResolveQueue.resolve(getNDSManager(), serviceInfo, in onServiceLost()
/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/compile/mclinker/include/mcld/
DLinker.h42 bool resolve(Module& pModule);
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp70 if (!resolve(pModule)) in link()
165 bool Linker::resolve(Module& pModule) { in resolve() function in mcld::Linker
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
DNsdResolveQueue.java78 public void resolve(@NonNull NsdManager nsdManager, @NonNull NsdServiceInfo serviceInfo, in resolve() method in NsdResolveQueue
/frameworks/base/core/java/android/content/res/
DAssetManager.java790 boolean resolve); in loadResourceValue() argument
794 boolean resolve); in loadResourceBagValue() argument
850 boolean resolve); in loadThemeAttributeValue() argument
/frameworks/base/core/java/android/speech/tts/
DTtsEngines.java277 private EngineInfo getEngineInfo(ResolveInfo resolve, PackageManager pm) { in getEngineInfo() argument
278 ServiceInfo service = resolve.serviceInfo; in getEngineInfo()
287 engine.priority = resolve.priority; in getEngineInfo()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
DServiceResolveQueue.java83 mNsdResolveQueue.resolve(mNsdManager, mCurrentRequest.first, in makeNextRequest()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
DServiceResolveQueue.java83 mNsdResolveQueue.resolve(mNsdManager, mCurrentRequest.first, in makeNextRequest()
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd51 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/base/docs/html/training/app-indexing/
Ddeep-linking.jd45 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>
127 URIs you specified for deep linking resolve to the correct app activity. You
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
DServiceResolver.java133 … mNsdResolveQueue.resolve(mNSDManager, mCurrentRequest, new NsdManager.ResolveListener() { in makeNextRequest()
/frameworks/compile/mclinker/lib/LD/
DNamePool.cpp103 if (m_pResolver->resolve(*old_symbol, *new_symbol, override, pValue)) { in insertSymbol()
DStaticResolver.cpp22 bool StaticResolver::resolve(ResolveInfo& __restrict__ pOld, in resolve() function in mcld::StaticResolver
/frameworks/base/docs/html/guide/topics/manifest/
Dcategory-element.jd35 If you do not declare it in your intent filter, no implicit intents will resolve to
/frameworks/base/docs/html/work/
Dmanaged-profiles.jd85 way to resolve the intent, the method returns
87 resolve the intent, and it is safe to fire off the intent. In this case, the
96 android.provider.AlarmClock#ACTION_SET_TIMER} intent. If the app cannot resolve
111 // Can't resolve the intent! Fail this operation cleanly
/frameworks/base/core/java/org/apache/http/conn/ssl/
DSSLSocketFactory.java323 remoteAddress = new InetSocketAddress(this.nameResolver.resolve(host), port); in connectSocket()
/frameworks/native/opengl/libagl/
Darray.cpp337 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/
Dandroid_util_AssetManager.cpp884 jboolean resolve) in android_content_AssetManager_loadResourceValue() argument
907 if (resolve) { in android_content_AssetManager_loadResourceValue()
925 jobject outValue, jboolean resolve) in android_content_AssetManager_loadResourceBagValue() argument
958 if (resolve) { in android_content_AssetManager_loadResourceBagValue()
1072 JNIEnv* env, jobject clazz, jlong themeHandle, jint ident, jobject outValue, jboolean resolve) in android_content_AssetManager_loadThemeAttributeValue() argument
1082 if (resolve) { in android_content_AssetManager_loadThemeAttributeValue()

1234