Searched refs:FileSystem (Results 76 - 100 of 111) sorted by relevance

12345

/external/chromium_org/media/cdm/ppapi/
H A Dcdm_file_io_impl.cc237 pp::CompletionCallbackWithOutput<pp::FileSystem> cb =
247 pp::FileSystem file_system) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/build/android/pylib/utils/
H A Dflakiness_dashboard_results_uploader.py47 self._filesystem = filesystem.FileSystem()
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
H A Dfile_io.cc72 // file_thread_ synchronously, this ensures that the FileSystem is open
81 pp::FileSystem file_system_;
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.cc38 FileRef::FileRef(const FileSystem& file_system,
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp56 vfs::FileSystem &FS) override {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DSourcesPanel.js896 WebInspector.SelectUISourceCodeForProjectTypesDialog.show(networkUISourceCode.name(), [WebInspector.projectTypes.FileSystem], mapNetworkToFileSystem.bind(this), this.editorView.mainElement())
915 if (uiSourceCode.project().type() === WebInspector.projectTypes.FileSystem) {
928 return project.type() === WebInspector.projectTypes.FileSystem;
951 if (project.type() !== WebInspector.projectTypes.FileSystem)
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_ui_bindings.cc79 DevToolsFileHelper::FileSystem file_system) {
654 const std::vector<DevToolsFileHelper::FileSystem>& file_systems) {
663 const DevToolsFileHelper::FileSystem& file_system) {
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_browsertest.cc793 TEST_PPAPI_IN_PROCESS_VIA_HTTP(FileSystem)
794 TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(FileSystem)
796 // PPAPINaClTest.FileSystem times out consistently on Windows and Mac.
801 #define MAYBE_FileSystem FileSystem
/external/chromium_org/ppapi/tests/
H A Dtest_post_message.cc593 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY);
643 ASSERT_TRUE(pp::FileSystem::IsFileSystem(result));
645 pp::FileSystem received_file_system(result);
H A Dtest_url_loader.cc221 int32_t TestURLLoader::OpenFileSystem(pp::FileSystem* file_system,
230 message->assign("FileSystem::Open");
352 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY);
373 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY);
H A Dtest_url_request.cc378 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY);
/external/clang/lib/Frontend/
H A DASTUnit.cpp687 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem();
1084 IntrusiveRefCntPtr<vfs::FileSystem> VFS =
1581 IntrusiveRefCntPtr<vfs::FileSystem> VFS =
1742 IntrusiveRefCntPtr<vfs::FileSystem> VFS =
1935 IntrusiveRefCntPtr<vfs::FileSystem> VFS =
2007 IntrusiveRefCntPtr<vfs::FileSystem> VFS =
H A DFrontendAction.cpp28 #include "llvm/Support/FileSystem.h"
221 if (IntrusiveRefCntPtr<vfs::FileSystem> VFS =
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DSASSSourceMapping.js608 if (uiSourceCode.project().type() === WebInspector.projectTypes.FileSystem)
H A DWorkspace.js530 FileSystem: "filesystem",
H A DUISourceCode.js1024 if (this._uiSourceCode.project().type() === WebInspector.projectTypes.FileSystem)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dlayout_tests_mover.py55 from webkitpy.common.system.filesystem import FileSystem namespace
279 # Note that FileSystem.move() may silently overwrite existing files, but we
/external/clang/lib/Basic/
H A DFileManager.cpp24 #include "llvm/Support/FileSystem.h"
48 IntrusiveRefCntPtr<vfs::FileSystem> FS)
/external/clang/lib/Lex/
H A DPPLexerChange.cpp22 #include "llvm/Support/FileSystem.h"
456 vfs::FileSystem &FS = *FileMgr.getVirtualFileSystem();
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_unittest.cc125 file_system_.reset(new FileSystem(
310 scoped_ptr<FileSystem> file_system_;
H A Ddrive_integration_service.cc268 test_file_system ? test_file_system : new FileSystem(
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm_unittest.py37 from webkitpy.common.system.filesystem import FileSystem namespace
68 self.fs = FileSystem()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py49 from webkitpy.common.system.filesystem import FileSystem namespace
3463 fileSystem = FileSystem()
3464 base_dir = fileSystem.path_to_module(FileSystem.__module__).split('WebKit', 1)[0]
4054 CppChecker.fs = fs or FileSystem()
H A Dcpp_unittest.py45 from webkitpy.common.system.filesystem import FileSystem namespace
763 fs = FileSystem()
782 fs = FileSystem()
1024 fs = FileSystem()

Completed in 797 milliseconds

12345