HomeSort by relevance Sort by last modified time
    Searched refs:resolve (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
URIResolver.java 37 * and the processor should try to resolve the URI itself.
40 * resolve the URI.
42 public Source resolve(String href, String base) method in interface:URIResolver
  /external/apache-http/src/org/apache/http/conn/scheme/
HostNameResolver.java 39 InetAddress resolve (String hostname) throws IOException; method in interface:HostNameResolver
  /frameworks/base/tests/CoreTests/android/core/
URITest.java 43 resolve("http://www.google.com/your",
48 private static void resolve(String base, String uri, String expected) { method in class:URITest
50 URI resolved = b.resolve(uri);
  /external/webkit/WebCore/platform/network/cf/
DNSCFNet.cpp 47 // When resolve queue is empty, we fire async resolution requests immediately (which is important if the prefetch is triggered by hovering).
68 void resolve(const String&);
87 // If there are no names queued, and few enough are in flight, resolve immediately (the mouse may be over a link).
90 resolve(name);
111 resolve(*iter);
124 void DNSResolveQueue::resolve(const String& hostname) function in class:WebCore::DNSResolveQueue
  /external/webkit/WebCore/plugins/qt/
PluginPackageQt.cpp 43 NPP_GetValueProcPtr gv = (NPP_GetValueProcPtr)m_module->resolve("NP_GetValue");
46 (NPP_GetMIMEDescriptionProcPtr)m_module->resolve("NP_GetMIMEDescription");
113 NP_Initialize = (NP_InitializeFuncPtr)m_module->resolve("NP_Initialize");
114 m_NPP_Shutdown = (NPP_ShutdownProcPtr)m_module->resolve("NP_Shutdown");
  /external/skia/src/animator/
SkDrawBitmap.h 71 void resolve() const { (const_cast<SkImage*>(this))->resolve(); } function in class:SkImage
72 void resolve();
  /dalvik/vm/mterp/x86-atom/
OP_CONST_STRING.S 37 je .L${opcode}_resolve # resolve string reference
57 call dvmResolveString # resolve string reference
62 je common_exceptionThrown # resolve failed; exception thrown
OP_CONST_STRING_JUMBO.S 40 je .L${opcode}_resolve # resolve string reference
59 call dvmResolveString # resolve string reference
64 je common_exceptionThrown # resolve failed; exception thrown
OP_CONST_CLASS.S 40 je .L${opcode}_resolve # resolve class
59 call dvmResolveClass # resolve ClassObject pointer
  /dalvik/tests/068-classloader/src/
FancyLoader.java 184 protected Class<?> loadClass(String name, boolean resolve)
199 if (resolve)
209 if (resolve)
225 res = super.loadClass(name, resolve); // returns class or throws
  /external/apache-http/src/org/apache/http/client/utils/
URIUtils.java 171 public static URI resolve(final URI baseURI, final String reference) { method in class:URIUtils
172 return URIUtils.resolve(baseURI, URI.create(reference));
183 public static URI resolve(final URI baseURI, URI reference){ method in class:URIUtils
194 URI resolved = baseURI.resolve(reference);
  /external/e2fsprogs/lib/blkid/
Android.mk 13 resolve.c \
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
DefaultPolicyParser.java 117 boolean resolve = PolicyUtils.canExpandProperties();
138 KeyStore ks = initKeyStore(keystores, location, system, resolve);
145 PolicyEntry pe = resolveGrant(ge, ks, system, resolve);
160 * trying to resolve each component of the GrantEntry:
167 * resolve actual X500Principal from a KeyStore certificate; otherwise keep it
170 * try to resolve (see method
175 * the parameter <i>resolve</i>.
183 * @param resolve flag enabling/disabling property expansion
185 * @throws Exception if unable to resolve codebase, signers or principals
192 KeyStore ks, Properties system, boolean resolve) throws Exception
329 public String resolve(String protocol, String data) method in class:DefaultPolicyParser.PermissionExpander
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ImplForVariable.java 82 // resolve() looks up the next level only, if null is returned
108 void resolve() { method in class:ImplForVariable
129 resolve(); method
134 resolve(); method
  /dalvik/vm/mterp/armv4t/
OP_SGET_WIDE.S 14 beq .L${opcode}_resolve @ yes, do resolve
32 EXPORT_PC() @ resolve() could throw, so export now
OP_SPUT_WIDE.S 16 beq .L${opcode}_resolve @ yes, do resolve
33 EXPORT_PC() @ resolve() could throw, so export now
  /dalvik/vm/mterp/armv5te/
OP_SGET.S 16 beq .L${opcode}_resolve @ yes, do resolve
32 EXPORT_PC() @ resolve() could throw, so export now
OP_SGET_WIDE.S 14 beq .L${opcode}_resolve @ yes, do resolve
31 EXPORT_PC() @ resolve() could throw, so export now
OP_SPUT.S 16 beq .L${opcode}_resolve @ yes, do resolve
32 EXPORT_PC() @ resolve() could throw, so export now
OP_SPUT_WIDE.S 16 beq .L${opcode}_resolve @ yes, do resolve
32 EXPORT_PC() @ resolve() could throw, so export now
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S 20 * - lr+4: to fully resolve the callee and may rechain.
34 add lr, lr, #4 @ return to fully-resolve landing pad
  /external/webkit/WebKitTools/Scripts/
webkit-tools-completion.sh 92 complete -W "--continue --fix-merged --help --no-continue --no-warnings --warnings -c -f -h -w" resolve-ChangeLogs
  /dalvik/hit/src/com/android/hit/
ClassInstance.java 43 resolve(state, isa, isa.mStaticFieldTypes, isa.mStaticFieldValues); method
44 resolve(state, isa, isa.mFieldTypes, mFieldValues); method
47 private void resolve(State state, ClassObj isa, int[] types, method in class:ClassInstance

Completed in 784 milliseconds

1 2 3 4 5 6