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
125
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
EntryBase.cpp
51
String EntryBase::
toURL
() const
56
// Some filesystem type may not support
toURL
.
EntryBase.h
55
String
toURL
() const;
EntrySync.idl
45
DOMString
toURL
();
Entry.idl
45
DOMString
toURL
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
GZIPInputStreamTest.java
61
final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").
toURL
();
83
final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").
toURL
();
101
final URL jarInput = new File(resources.toString() + "/hyts_checkInput.txt").
toURL
();
125
final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").
toURL
();
238
final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").
toURL
();
/external/chromium_org/chrome/renderer/resources/extensions/
sync_file_system_custom_bindings.js
20
var fileSystemUrl = entry.
toURL
();
32
$Array.push(fileSystemUrlArray, entries[i].
toURL
());
43
var fileSystemUrl = filesystem.root.
toURL
();
developer_private_custom_bindings.js
18
var url = directoryEntry.
toURL
();
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
GlideUrl.java
28
public URL
toURL
() throws MalformedURLException {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
GenericSignatureFormatErrorTest.java
75
ClassLoader cl = Support_ClassLoader.getInstance(tf.
toURL
(),
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_watcher.js
51
event.entry.
toURL
() === this.watchedDirectoryEntry_.
toURL
()) {
130
'Unable to change the watched directory to: ' + entry.
toURL
());
156
this.watchedDirectoryEntry_.
toURL
(),
189
entry.
toURL
(),
folder_shortcuts_data_model.js
79
this.lastDriveRootURL_ = volumeInfo.fileSystem.root.
toURL
();
115
resolvedURLs[entry.
toURL
()] = true;
172
if (!resolvedURLs[entry.
toURL
()]) {
249
if (this.array_[i].
toURL
() === value)
278
return a.
toURL
().localeCompare(
279
b.
toURL
(),
401
map(function(entry) { return entry.
toURL
(); }).
483
var path = this.convertUrlToStoredPath_(entry.
toURL
());
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractTransformTask.java
65
log("ignoring " + file.
toURL
(), Project.MSG_WARN);
87
log("processing " + file.
toURL
());
127
log("processing " + file.
toURL
());
/libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java
113
URL fileURL = sampleFile.
toURL
();
256
URL fileURL = sampleFile.
toURL
();
283
URL fileURL = sampleFile.
toURL
();
327
u = sampleFile.
toURL
();
422
URL fileURL = sampleFile.
toURL
();
719
u = sampleFile.
toURL
();
/external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
ribbon.js
110
var removed = this.renderCache_[event.removed[0].getEntry().
toURL
()];
251
this.renderCache_[this.dataModel_.item(selectedIndex).getEntry().
toURL
()];
294
var url = item.getEntry().
toURL
();
346
var url = event.item.getEntry().
toURL
();
347
if (event.oldEntry.
toURL
() !== url) {
348
this.remapCache_(event.oldEntry.
toURL
(), url);
/external/chromium_org/ui/file_manager/gallery/js/
ribbon.js
110
var removed = this.renderCache_[event.removed[0].getEntry().
toURL
()];
251
this.renderCache_[this.dataModel_.item(selectedIndex).getEntry().
toURL
()];
294
var url = item.getEntry().
toURL
();
346
var url = event.item.getEntry().
toURL
();
347
if (event.oldEntry.
toURL
() !== url)
348
this.remapCache_(event.oldEntry.
toURL
(), url);
/external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java
202
setClassLoaderAndBaseClass(new URL[] { mAndroidSdkPath.
toURL
() });
/libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java
143
result.add(new File(pathElement).toURI().
toURL
());
/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
();
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_view.js
359
video.src = entry.
toURL
();
807
return this.map_[entry.
toURL
()];
818
var pos = this.order_.indexOf(entry.
toURL
());
820
if ((pos >= 0) !== (entry.
toURL
() in this.map_))
823
if (entry.
toURL
() in this.map_) {
827
this.order_.push(entry.
toURL
());
831
this.order_.push(entry.
toURL
());
834
if ((pos >= 0) && (item !== this.map_[entry.
toURL
()]))
835
this.deleteItem_(this.map_[entry.
toURL
()]);
836
this.map_[entry.
toURL
()] = item
[
all
...]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_view.js
359
video.src = entry.
toURL
();
807
return this.map_[entry.
toURL
()];
818
var pos = this.order_.indexOf(entry.
toURL
());
820
if ((pos >= 0) !== (entry.
toURL
() in this.map_))
823
if (entry.
toURL
() in this.map_) {
827
this.order_.push(entry.
toURL
());
831
this.order_.push(entry.
toURL
());
834
if ((pos >= 0) && (item !== this.map_[entry.
toURL
()]))
835
this.deleteItem_(this.map_[entry.
toURL
()]);
836
this.map_[entry.
toURL
()] = item
[
all
...]
/frameworks/base/core/java/android/net/
PacProxySelector.java
71
urlString = uri.
toURL
().toString();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java
131
url = pathFile.toURI().
toURL
();
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java
53
instanceLoc.set(workspacePath.toFile().toURI().
toURL
(), true);
/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 ();
/external/javassist/src/main/javassist/
ClassPoolTail.java
60
return f.getCanonicalFile().toURI().
toURL
();
130
.toURI().
toURL
().toString();
Completed in 1931 milliseconds
1
2
3
4
5