HomeSort by relevance Sort by last modified time
    Searched defs:drive (Results 126 - 150 of 270) sorted by null

1 2 3 4 56 7 8 91011

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine_initializer.h 15 #include "google_apis/drive/drive_common_callbacks.h"
16 #include "google_apis/drive/gdata_errorcode.h"
18 namespace drive { namespace
45 // - Get AboutResource to get the largest change ID and the Drive root folder
50 // an error, the sequence leaves the folder in the Drive root folder. So, if
51 // we find the folder in the Drive root folder, handle it as the sync-root
65 drive::DriveServiceInterface* drive_service,
107 drive::DriveServiceInterface* drive_service_;
local_to_remote_syncer.h 16 #include "google_apis/drive/gdata_errorcode.h"
18 namespace drive { namespace
100 drive::DriveServiceInterface* drive_service();
101 drive::DriveUploaderInterface* drive_uploader();
remote_to_local_syncer.h 19 #include "google_apis/drive/gdata_errorcode.h"
22 namespace drive { namespace
191 drive::DriveServiceInterface* drive_service();
  /external/qemu/distrib/sdl-1.2.15/test/
testcdrom.c 41 printf("Drive %d status: %s\n", driveindex, status_str);
57 printf("Drive tracks: %d\n", cdrom->numtracks);
81 fprintf(stderr, "Usage: %s [drive#] [command] [command] ...\n", argv0);
95 int drive; local
112 printf("Drive %d: \"%s\"\n", i, SDL_CDName(i));
116 drive = 0;
119 drive = atoi(argv[i++]);
121 cdrom = SDL_CDOpen(drive);
123 fprintf(stderr, "Couldn't open drive %d: %s\n", drive,
    [all...]
  /external/chromium/base/test/
test_file_util_win.cc 180 wchar_t drive[MAX_PATH] = {0}; local
181 wcscpy_s(drive, MAX_PATH, path.value().c_str());
183 if (!PathStripToRootW(drive))
187 if (!GetVolumeInformationW(drive, NULL, 0, 0, NULL, &fs_flags, NULL, 0))
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry_unittest.cc 5 #include "chrome/browser/chromeos/drive/drive_app_registry.h"
10 #include "chrome/browser/chromeos/drive/job_scheduler.h"
11 #include "chrome/browser/chromeos/drive/test_util.h"
12 #include "chrome/browser/drive/fake_drive_service.h"
14 #include "google_apis/drive/drive_api_parser.h"
15 #include "google_apis/drive/gdata_wapi_parser.h"
16 #include "google_apis/drive/test_util.h"
19 namespace drive { namespace
28 fake_drive_service_->LoadAppListForDriveApi("drive/applist.json");
74 base::FilePath ext_file(FILE_PATH_LITERAL("drive/file.exe"))
    [all...]
drive_url_request_job.cc 5 #include "chrome/browser/chromeos/drive/drive_url_request_job.h"
12 #include "chrome/browser/chromeos/drive/drive.pb.h"
13 #include "chrome/browser/chromeos/drive/drive_file_stream_reader.h"
14 #include "chrome/browser/chromeos/drive/file_system_interface.h"
15 #include "chrome/browser/chromeos/drive/file_system_util.h"
27 namespace drive { namespace
210 } // namespace drive
file_errors.h 10 #include "google_apis/drive/gdata_errorcode.h"
12 namespace drive { namespace
45 // Converts GData error code into Drive file error code.
48 } // namespace drive
file_system_util.h 11 #include "chrome/browser/chromeos/drive/file_errors.h"
24 namespace drive { namespace
33 // "drive" diretory's local ID is fixed to this value.
34 const char kDriveGrandRootLocalId[] = "<drive>";
36 // "drive/other" diretory's local ID is fixed to this value.
39 // "drive/trash" diretory's local ID is fixed to this value.
42 // The directory names used for the Google Drive file system tree. These names
45 FILE_PATH_LITERAL("drive");
59 // Returns the path of the directory representing "My Drive".
62 // Returns the Drive mount point path, which looks like "/special/drive"
    [all...]
file_write_watcher.cc 5 #include "chrome/browser/chromeos/drive/file_write_watcher.h"
15 #include "chrome/browser/chromeos/drive/logging.h"
17 #include "google_apis/drive/task_util.h"
21 namespace drive { namespace
215 } // namespace drive
fileapi_worker_unittest.cc 5 #include "chrome/browser/chromeos/drive/fileapi_worker.h"
11 #include "chrome/browser/chromeos/drive/dummy_file_system.h"
12 #include "chrome/browser/chromeos/drive/test_util.h"
14 #include "google_apis/drive/test_util.h"
17 namespace drive { namespace
46 const drive::OpenFileCallback& callback) OVERRIDE {
273 } // namespace drive
local_file_reader.cc 5 #include "chrome/browser/chromeos/drive/local_file_reader.h"
20 namespace drive { namespace
177 } // namespace drive
resource_metadata_storage.h 15 #include "chrome/browser/chromeos/drive/drive.pb.h"
16 #include "chrome/browser/drive/drive_service_interface.h"
27 namespace drive { namespace
218 } // namespace drive
async_file_util.cc 5 #include "chrome/browser/chromeos/drive/async_file_util.h"
12 #include "chrome/browser/chromeos/drive/file_system_util.h"
13 #include "chrome/browser/chromeos/drive/fileapi_worker.h"
15 #include "google_apis/drive/task_util.h"
22 namespace drive { namespace
104 // most drive file system related operations run on UI thread.
437 } // namespace drive
change_list_loader_unittest.cc 5 #include "chrome/browser/chromeos/drive/change_list_loader.h"
11 #include "chrome/browser/chromeos/drive/change_list_loader_observer.h"
12 #include "chrome/browser/chromeos/drive/change_list_processor.h"
13 #include "chrome/browser/chromeos/drive/file_cache.h"
14 #include "chrome/browser/chromeos/drive/file_system_util.h"
15 #include "chrome/browser/chromeos/drive/job_scheduler.h"
16 #include "chrome/browser/chromeos/drive/resource_metadata.h"
17 #include "chrome/browser/chromeos/drive/test_util.h"
18 #include "chrome/browser/drive/fake_drive_service.h"
20 #include "google_apis/drive/test_util.h
23 namespace drive { namespace
    [all...]
change_list_processor.h 15 #include "chrome/browser/chromeos/drive/file_errors.h"
23 namespace drive { namespace
88 // lists from WAPI (codename for Documents List API) or Google Drive API, and
144 } // namespace drive
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.cc 5 #include "chrome/browser/chromeos/drive/file_system/create_directory_operation.h"
7 #include "chrome/browser/chromeos/drive/drive.pb.h"
8 #include "chrome/browser/chromeos/drive/file_system/operation_observer.h"
9 #include "chrome/browser/chromeos/drive/file_system_util.h"
10 #include "chrome/browser/chromeos/drive/job_scheduler.h"
11 #include "chrome/browser/chromeos/drive/resource_entry_conversion.h"
13 #include "google_apis/drive/gdata_errorcode.h"
14 #include "google_apis/drive/gdata_wapi_parser.h"
18 namespace drive { namespace
    [all...]
create_file_operation.cc 5 #include "chrome/browser/chromeos/drive/file_system/create_file_operation.h"
10 #include "chrome/browser/chromeos/drive/drive.pb.h"
11 #include "chrome/browser/chromeos/drive/file_cache.h"
12 #include "chrome/browser/chromeos/drive/file_system/operation_observer.h"
13 #include "chrome/browser/chromeos/drive/file_system_util.h"
14 #include "chrome/browser/chromeos/drive/job_scheduler.h"
15 #include "chrome/browser/chromeos/drive/resource_entry_conversion.h"
16 #include "chrome/browser/chromeos/drive/resource_metadata.h"
22 namespace drive { namespace
    [all...]
operation_test_base.cc 5 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
9 #include "chrome/browser/chromeos/drive/change_list_processor.h"
10 #include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
11 #include "chrome/browser/chromeos/drive/file_cache.h"
12 #include "chrome/browser/chromeos/drive/file_system/operation_observer.h"
13 #include "chrome/browser/chromeos/drive/job_scheduler.h"
14 #include "chrome/browser/chromeos/drive/resource_metadata.h"
15 #include "chrome/browser/chromeos/drive/test_util.h"
16 #include "chrome/browser/drive/fake_drive_service.h"
18 #include "google_apis/drive/test_util.h
20 namespace drive { namespace
    [all...]
update_operation.cc 5 #include "chrome/browser/chromeos/drive/file_system/update_operation.h"
8 #include "chrome/browser/chromeos/drive/drive.pb.h"
9 #include "chrome/browser/chromeos/drive/file_cache.h"
10 #include "chrome/browser/chromeos/drive/file_system/operation_observer.h"
11 #include "chrome/browser/chromeos/drive/file_system_util.h"
12 #include "chrome/browser/chromeos/drive/job_scheduler.h"
13 #include "chrome/browser/chromeos/drive/resource_entry_conversion.h"
14 #include "chrome/browser/chromeos/drive/resource_metadata.h"
15 #include "chrome/browser/drive/drive_api_util.h
20 namespace drive { namespace
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.h 28 // 3) Drive app, which is a hosted app (i.e. just web site), that can work
29 // with Drive (ex. Pixlr Editor). This information comes from
30 // drive::DriveAppRegistry.
44 // "taskId": "<drive_app_id>|drive|open-with",
45 // "title": "Drive App Name (ex. Pixlr Editor)"
56 // The first file task is a Drive app. The second file task is a built-in
77 // <app-id> is either of Chrome Extension/App ID or Drive App ID. For some
78 // reason, Chrome Extension/App IDs and Drive App IDs look differently. As of
86 // - "drive" - Drive Ap
125 namespace drive { namespace
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util.h 13 #include "chrome/browser/drive/drive_service_interface.h"
22 namespace drive { class DriveUploaderInterface; } namespace
27 // This class is responsible for talking to the Drive service to get and put
28 // Drive directories, files and metadata.
31 public drive::DriveServiceObserver,
55 scoped_ptr<drive::DriveServiceInterface> drive_service,
56 scoped_ptr<drive::DriveUploaderInterface> drive_uploader);
115 scoped_ptr<drive::DriveServiceInterface> drive_service,
116 scoped_ptr<drive::DriveUploaderInterface> drive_uploader,
241 scoped_ptr<drive::DriveServiceInterface> drive_service_
    [all...]
  /external/grub/stage2/
common.c 146 int drive; local
249 /* Get the drive info. */
258 for (drive = 0x80; drive < 0x88; drive++)
264 /* Get the geometry. This ensures that the drive is present. */
265 if (get_diskinfo (drive, &geom))
276 track_int13 (drive);
280 info->drive_number = drive;
319 /* Set boot drive and partition. *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocevents.cpp 307 TInt drive = -1; local
309 for(TInt i = 'z'; drive < 0 && i >= 'a'; i--)
313 drive = i;
315 if(drive < 0)
  /external/chromium_org/base/test/
test_file_util_win.cc 222 wchar_t drive[MAX_PATH] = {0}; local
223 wcscpy_s(drive, MAX_PATH, path.value().c_str());
225 if (!PathStripToRootW(drive))
229 if (!GetVolumeInformationW(drive, NULL, 0, 0, NULL, &fs_flags, NULL, 0))

Completed in 423 milliseconds

1 2 3 4 56 7 8 91011