HomeSort by relevance Sort by last modified time
    Searched refs:filesystem (Results 176 - 200 of 237) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
util.js 278 * @param {DirectoryEntry} root The root of the filesystem to search.
607 * Makes filesystem: URL from the path.
614 return 'filesystem:' + chrome.runtime.getURL(prefix + path);
618 * Extracts path from filesystem: URL.
619 * @param {string} url Filesystem URL.
624 /^filesystem:[\w-]*:\/\/[\w]*\/(external|persistent|temporary)(\/.*)$/.
1105 // When we support multi-file system, we need to look at filesystem, too.
    [all...]
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader.js 29 function(filesystem) {
image_loader_client.js 154 url = url.replace('filesystem:chrome-extension://' + sourceId,
155 'filesystem:chrome-extension://' + targetId);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py 71 self._filesystem = self._port.host.filesystem
234 self._filesystem = self._host.filesystem
manager.py 76 self._filesystem = port.host.filesystem
177 self._port.host.filesystem.maybe_make_directory(self._results_directory)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py 86 fs = self._port.host.filesystem
329 fs = self._port.host.filesystem
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 78 private int createContainer(String localId, int size, String key, String filesystem,
84 return ms.createSecureContainer(fullId, size, filesystem, key, android.os.Process.myUid(),
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
navigation_list_model.js 32 * not available on the filesystem, is not resolved or is under resolving the
324 * Called when one od the items is not found on the filesystem.
file_manager_commands.js 645 currentEntry, 'filesystem', steps.showError);
661 showError: function(filesystem) {
665 util.bytesToString(filesystem.size)));
file_grid.js 150 var metadataTypes = 'thumbnail|filesystem';
file_type.js 189 new RegExp('^filesystem:[^/]*://[^/]*/[^/]*/drive/(.*)');
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py 182 filesystem = self._port.host.filesystem
183 filesystem.write_text_file(filesystem.join(self._port.layout_tests_dir(), 'disabled-test.html-disabled'), 'content')
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py     [all...]
android_unittest.py 173 host.filesystem.exists = lambda p: True
mock_drt.py 85 path_to_this_file = self.host.filesystem.abspath(__file__.replace('.pyc', '.py'))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 52 self._filesystem = host.filesystem
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 41 from webkitpy.common.system.filesystem import FileSystem
152 fs = fs or FileSystem()
169 fs = fs or FileSystem()
filesystem_unittest.py 40 from webkitpy.common.system.filesystem import FileSystem
44 """Tests that should pass on either a real or mock filesystem."""
124 self.fs = FileSystem()
136 fs = FileSystem()
146 fs = FileSystem()
153 fs = FileSystem()
157 fs = FileSystem()
161 fs = FileSystem()
165 fs = FileSystem()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 111 """Return 'pathname' as a name that will work on the native filesystem,
115 convention before we can actually use them in the filesystem. Raises
317 writing to the filesystem). Such actions are special because they
373 affect the filesystem.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 111 """Return 'pathname' as a name that will work on the native filesystem,
115 convention before we can actually use them in the filesystem. Raises
317 writing to the filesystem). Such actions are special because they
373 affect the filesystem.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 48 import org.eclipse.core.filesystem.EFS;
49 import org.eclipse.core.filesystem.IFileInfo;
50 import org.eclipse.core.filesystem.IFileStore;
51 import org.eclipse.core.filesystem.IFileSystem;
646 IFileSystem fileSystem = EFS.getLocalFileSystem();
649 fileSystem.getStore(source.toURI()));
651 fileSystem.getStore(AdtUtils.getAbsolutePath(project)));
    [all...]
  /build/core/
cleanbuild.mk 209 # of the filesystem.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
video_player.js 151 // Manager then it does not have access to filesystem URLs.
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
test.js 176 waitForLog('Filesystem ready!', function() {
179 test.fail('Got unexpected error waiting for filesystem: ');
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_unittest.py 37 from webkitpy.common.system.filesystem import FileSystem
68 self.fs = FileSystem()
123 # GitTest. We create a mock SVN repo once and then perform an SVN checkout from a filesystem copy of
680 scm = Git(cwd=".", executive=MockExecutive(), filesystem=MockFileSystem())

Completed in 500 milliseconds

1 2 3 4 5 6 78 910