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

1 2 3 4 5 6

  /libcore/luni/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();
  /libcore/luni/src/test/java/libcore/java/net/
OldURITest.java 121 b.resolve((URI) null);
130 b.resolve((String) null);
137 b.resolve("http://a/b/c/g?y/./x\n");
  /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 \
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
DefaultPolicyParser.java 114 boolean resolve = PolicyUtils.canExpandProperties();
132 KeyStore ks = initKeyStore(keystores, location, system, resolve);
139 PolicyEntry pe = resolveGrant(ge, ks, system, resolve);
154 * trying to resolve each component of the GrantEntry:
161 * resolve actual X500Principal from a KeyStore certificate; otherwise keep it
164 * try to resolve (see method
169 * the parameter <i>resolve</i>.
177 * @param resolve flag enabling/disabling property expansion
179 * @throws Exception if unable to resolve codebase, signers or principals
186 KeyStore ks, Properties system, boolean resolve) throws Exception
323 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 
  /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
  /external/chromium/net/base/
host_resolver_impl_unittest.cc 69 virtual int Resolve(const std::string& host,
97 // Helper that represents a single Resolve() result, used to inspect all the
98 // resolve results by forwarding them to Delegate.
105 virtual void OnCompleted(ResolveRequest* resolve) = 0;
116 int err = resolver->Resolve(info_, &addrlist_, &callback_, &req_, NULL);
127 int err = resolver->Resolve(info, &addrlist_, &callback_, &req_, NULL);
165 // The result of the resolve.
213 int err = host_resolver->Resolve(info, &adrlist, NULL, NULL, log);
243 int err = host_resolver->Resolve(info, &adrlist, &callback_, NULL, log);
279 int err = host_resolver->Resolve(info, &adrlist, &callback_, NULL, log)
    [all...]
  /dalvik/vm/mterp/armv4t/
OP_SGET_WIDE.S 15 beq .L${opcode}_resolve @ yes, do resolve
39 EXPORT_PC() @ resolve() could throw, so export now
  /dalvik/vm/mterp/armv5te/
OP_SGET.S 17 beq .L${opcode}_resolve @ yes, do resolve
34 EXPORT_PC() @ resolve() could throw, so export now
OP_SGET_WIDE.S 15 beq .L${opcode}_resolve @ yes, do resolve
39 EXPORT_PC() @ resolve() could throw, so export now
OP_SPUT.S 17 beq .L${opcode}_resolve @ yes, do resolve
34 EXPORT_PC() @ resolve() could throw, so export now
  /dalvik/tests/086-null-super/src/
Main.java 111 public Class<?> loadClass(String name, boolean resolve)
118 return super.loadClass(name, resolve);
  /dalvik/tests/087-gc-after-link/src/
Main.java 111 public Class<?> loadClass(String name, boolean resolve)
118 return super.loadClass(name, resolve);
  /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

Completed in 584 milliseconds

1 2 3 4 5 6