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

1 2 3 4 5 6 7 8

  /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
  /ndk/sources/host-tools/make-3.81/w32/include/
pathstuff.h 23 extern char * w32ify(char *file, int resolve);
  /external/apache-http/src/org/apache/http/conn/scheme/
HostNameResolver.java 39 InetAddress resolve (String hostname) throws IOException; method in interface:HostNameResolver
  /libcore/luni/src/test/java/libcore/java/net/
URITest.java 269 URI uri = base.resolve("another");
278 URI uri = base.resolve("#another");
292 assertEquals("http://host/another#fragment", base.resolve("another#fragment").toString());
297 assertEquals("http://host/a/d", base.resolve("../d").toString());
302 assertEquals("http://host/a/b/d/e", base.resolve("d/e").toString());
307 assertEquals("http://host/d", base.resolve("/d").toString());
312 assertEquals("http://host2/d/e", base.resolve("http://host2/d/e").toString());
313 assertEquals("https://host2/d/e", base.resolve("https://host2/d/e").toString());
318 assertEquals("https://host2/d/e", base.resolve("https://host2/d/e").toString());
323 assertEquals("http://another/d/e", base.resolve("//another/d/e").toString())
    [all...]
OldAndroidURITest.java 39 resolve("http://www.google.com/your",
44 private static void resolve(String base, String uri, String expected) { method in class:OldAndroidURITest
46 URI resolved = b.resolve(uri);
OldURITest.java 121 b.resolve((URI) null);
130 b.resolve((String) null);
137 b.resolve("http://a/b/c/g?y/./x\n");
  /external/webkit/Source/WebKit2/Platform/qt/
ModuleQt.cpp 46 // Unfortunately QLibrary::resolve is not const.
47 return const_cast<QLibrary*>(&m_lib)->resolve(functionName);
  /external/webkit/Source/WebCore/plugins/qt/
PluginPackageQt.cpp 43 NPP_GetValueProcPtr gv = (NPP_GetValueProcPtr)m_module->resolve("NP_GetValue");
46 (NPP_GetMIMEDescriptionProcPtr)m_module->resolve("NP_GetMIMEDescription");
107 gtk_init_ptr gtkInit = (gtk_init_ptr)module->resolve("gtk_init");
127 gtk_init_check_ptr gtkInitCheck = (gtk_init_check_ptr)library.resolve("gtk_init_check");
154 NP_Initialize = (NP_InitializeFuncPtr)m_module->resolve("NP_Initialize");
155 m_NPP_Shutdown = (NPP_ShutdownProcPtr)m_module->resolve("NP_Shutdown");
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/qt/
InjectedBundleQt.cpp 46 reinterpret_cast<WKBundleInitializeFunctionPtr>(m_platformBundle.resolve("WKBundleInitialize"));
  /external/doclava/src/com/google/doclava/
Doclava2.java 45 InfoBuilder.resolve();
72 InfoBuilder.resolve();
82 InfoBuilder.resolve();
  /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);
  /sdk/monkeyrunner/scripts/
mr_pydoc.py 34 object, name = pydoc.resolve(str(clz), 0)
  /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 78 // resolve() looks up the next level only, if null is returned
104 void resolve() { method in class:ImplForVariable
122 resolve(); method
127 resolve(); method
  /dalvik/vm/mterp/armv5te/
OP_SGET.S 17 beq .L${opcode}_resolve @ yes, do resolve
38 EXPORT_PC() @ resolve() could throw, so export now
OP_SGET_JUMBO.S 20 beq .L${opcode}_resolve @ yes, do resolve
41 EXPORT_PC() @ resolve() could throw, so export now
OP_SGET_WIDE_JUMBO.S 17 beq .L${opcode}_resolve @ yes, do resolve
41 EXPORT_PC() @ resolve() could throw, so export now
OP_SPUT.S 17 beq .L${opcode}_resolve @ yes, do resolve
39 EXPORT_PC() @ resolve() could throw, so export now
OP_SPUT_JUMBO.S 20 beq .L${opcode}_resolve @ yes, do resolve
42 EXPORT_PC() @ resolve() could throw, so export now

Completed in 1901 milliseconds

1 2 3 4 5 6 7 8