OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toURL
(Results
1 - 25
of
43
) sorted by null
1
2
/external/webkit/WebKit/mac/WebView/
WebHistoryDelegate.h
36
- (void)webView:(WebView *)webView didPerformClientRedirectFromURL:(NSString *)sourceURL
toURL
:(NSString *)destinationURL inFrame:(WebFrame *)webFrame;
38
- (void)webView:(WebView *)webView didPerformServerRedirectFromURL:(NSString *)sourceURL
toURL
:(NSString *)destinationURL inFrame:(WebFrame *)webFrame;
/external/webkit/WebKitTools/DumpRenderTree/mac/
HistoryDelegate.mm
56
- (void)webView:(WebView *)webView didPerformClientRedirectFromURL:(NSString *)sourceURL
toURL
:(NSString *)destinationURL inFrame:(WebFrame *)webFrame
63
- (void)webView:(WebView *)webView didPerformServerRedirectFromURL:(NSString *)sourceURL
toURL
:(NSString *)destinationURL inFrame:(WebFrame *)webFrame
/sdk/draw9patch/src/com/android/draw9patch/ui/
MainFrame.java
55
BufferedImage img = GraphicsUtilities.loadCompatibleImage(file.toURI().
toURL
());
160
return GraphicsUtilities.loadCompatibleImage(file.toURI().
toURL
());
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericSignatureFormatErrorTest.java
98
ClassLoader cl = Support_ClassLoader.getInstance(tf.
toURL
(),
/cts/tools/host/src/com/android/cts/
HostUnitTestRunner.java
114
URL urls[] = { new File(jarPath).getCanonicalFile().toURI().
toURL
() };
/libcore/dalvik/src/main/java/dalvik/system/
PathClassLoader.java
297
// File.
toURL
() is compliant with RFC 1738 in always
301
return new URL("jar:" + pathFile.
toURL
() + "!/" + name);
313
return dataFile.
toURL
();
DexClassLoader.java
260
// File.
toURL
() is compliant with RFC 1738 in always
264
return new URL("jar:" + pathFile.
toURL
() + "!/" + name);
/libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java
117
resolvedURI = new java.io.File(filename).
toURL
();
174
// File.
toURL
is not as robust
176
URL url = tempFile.
toURL
();
/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
GZIPInputStreamTest.java
63
+ "/GZIPInputStream/hyts_gInput.txt.gz").
toURL
();
87
+ "/GZIPInputStream/hyts_gInput.txt.gz").
toURL
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java
224
new File(resource.getLocation().toOSString()).
toURL
());
238
oslibraryList.add(f.
toURL
());
/libcore/luni/src/main/java/org/apache/harmony/security/fortress/
PolicyUtils.java
304
.getAbsolutePath()).normalize().
toURL
();
307
return codebase.toURI().normalize().
toURL
();
488
return f.toURI().
toURL
();
/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarOutputStreamTest.java
77
URL jarURL = new URL((new File(resources, testClass)).
toURL
()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DexWrapper.java
76
URL url = f.
toURL
();
/external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java
105
srcURL = "jar:".concat (m_archiveFile.
toURL
().toExternalForm ()).concat ("!/").concat (name);
204
srcURL = inFile.
toURL
().toExternalForm ();
InstrClassLoader.java
382
result [f] = classpath [f].
toURL
(); // note: this does proper dir encoding
/libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java
164
URL fileURL = sampleFile.
toURL
();
352
URL fileURL = sampleFile.
toURL
();
388
URL fileURL = sampleFile.
toURL
();
441
u = sampleFile.
toURL
();
572
URL fileURL = sampleFile.
toURL
();
[
all
...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java
222
URL urls[] = {mJarFile.getCanonicalFile().toURI().
toURL
()};
/external/emma/tools/java/com/vladium/tools/
ClassDep.java
58
classPath [i] = new File (tokenizer.nextToken ()).
toURL
();
/libcore/luni/src/test/java/libcore/java/lang/reflect/
ClassLoaderReflectionTest.java
212
result.add(new File(pathElement).toURI().
toURL
());
/libcore/luni/src/test/java/tests/api/java/io/
ObjectStreamClassTest.java
139
ClassLoader loader = new URLClassLoader(new URL[] { file.
toURL
() },
/libcore/luni/src/test/java/tests/api/java/security/
PermissionCollectionTest.java
177
builder.command().add("-Djava.security.policy=" + policyFile.
toURL
());
/libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java
87
resolvedURI = new java.io.File(filename).
toURL
();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
ResourceHelper.java
123
ninePatch = NinePatch.load(file.
toURL
(), false /* convert */);
/external/webkit/WebKitTools/Scripts/
run-webkit-tests
111
sub
toURL
($);
[
all
...]
/packages/apps/Gallery3D/src/com/cooliris/media/
UriTexture.java
189
URL url = new URI(uri).
toURL
();
Completed in 738 milliseconds
1
2