HomeSort by relevance Sort by last modified time
    Searched refs:Drive (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/chrome/tools/build/win/
map_drive.bat 14 echo %DRIVE_LETTER% Drive mapped to wrong share, disconnecting..
19 echo %DRIVE_LETTER% Drive already mapped..
23 echo %DRIVE_LETTER% Drive not mapped..
  /external/qemu-pc-bios/bochs/bios/
notes 16 dl (bit 0) --> bit 4 # drive number
21 Drive response:
24 * drive sets the busy bit in Status Reg to 1
26 > drive sets the aborted-command bit in the Error register and
28 > Drive also sets the busy bit in the Status register to 0.
29 > Drive then generates an interrupt to the system.
31 > drive executes an implied seek to desired track and
34 transferred, the drive sets the data-request bit to 1, sets
37 the data, the drive sets the data-request bit and the busy bit to 0.
39 the first sector of data, the drive sets the data-request bit to 0
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js 38 this.volumeManager_.addEventListener('drive-connection-changed',
53 this.document_.querySelector('#drive-auth-failed-warning');
54 var authFailedText = this.authFailedBanner_.querySelector('.drive-text');
69 * Key in localStorage to keep number of times the Drive Welcome
80 * Maximum times Drive Welcome banner could have shown.
85 * Initializes the banner to promote DRIVE.
97 * @param {number} value How many times the Drive Welcome header banner
135 * Invoked when the drive connection status is change in the volume manager.
151 var container = this.document_.querySelector('.drive-welcome.' + type);
155 if (!this.document_.querySelector('link[drive-welcome-style]'))
    [all...]
directory_contents.js 94 * Scanner of the entries for the search results on Drive File System.
110 * Delay in milliseconds to be used for drive search scan, in order to reduce
127 * Starts to search on Drive File System.
144 console.error('Drive search encountered an error.');
261 * Scanner of the entries for the metadata search on Drive File System.
279 * The search types on the Drive File System.
290 * Starts to metadata-search on Drive File System.
304 console.error('Drive search encountered an error.');
431 * directory contents shown: basic directory, drive search results, local search
532 * @return {boolean} True if search results (drive or local)
    [all...]
folder_shortcuts_data_model.js 6 * The drive mount path used in the storage. It must be '/drive'.
9 var STORED_DRIVE_MOUNT_PATH = '/drive';
46 // If the drive status has changed, then shortcuts have to be re-resolved.
48 'drive-connection-changed', this.reload_.bind(this));
69 * Remembers the Drive volume's root URL used for conversions between virtual
77 VolumeManagerCommon.VolumeType.DRIVE);
99 VolumeManagerCommon.VolumeType.DRIVE);
126 // Remove the shortcut on error, only if Drive is fully online.
479 // If Drive is online, then delete the shortcut permanently. Otherwise
    [all...]
volume_manager_wrapper.js 7 * to VolumeManager. This class also filters Drive related data/events if
11 * if drive should be available. DRIVE_DISABLED if drive related
57 * If the drive is enabled on the wrapper.
83 'drive-connection-changed', this.onEventBound_);
91 // TODO(hidehiko): Filter mounted volumes located on Drive File System.
93 VolumeManagerCommon.VolumeType.DRIVE)
123 'drive-connection-changed', this.onEventBound_);
138 // If the drive is disabled, ignore all drive related events
    [all...]
file_grid.js 155 metadataCache.getOne(entry, 'drive', function(metadata) {
168 metadataTypes += '|drive';
170 // TODO(dgozman): If we ask for 'media' for a Drive file we fall into an
175 // Drive provides high quality thumbnails via USE_EMBEDDED, however local
file_selection.js 71 this.fileManager_.metadataCache_.get(this.entries, 'drive', function(props) {
310 * uncached Drive files and the browser is offline.
file_manager.js 212 // DRIVE preferences should be initialized before creating DirectoryModel
302 this.volumeManager_.addEventListener('drive-connection-changed',
450 this.document_.querySelector('.drive-welcome.page'),
538 // Update view of drive-related settings.
540 this.document_.getElementById('drive-separator').hidden =
698 // If this condition is false, VolumeManagerWrapper hides all drive
699 // related event and data, even if Drive is enabled on preference.
700 // In other words, even if Drive is disabled on preference but Files.app
701 // should show Drive when it is re-enabled, then the value should be set to
703 // Note that the Drive enabling preference change is listened b
    [all...]
directory_model.js 544 if ((rootType === VolumeManagerCommon.RootType.DRIVE ||
905 // Drive search.
911 // Drive special search.
942 * current directory. If we are currently on drive, server side content search
943 * over drive mount point. If the current directory is not on the drive, file
directory_tree.js 338 * Update the icon based on whether the folder is shared on Drive.
344 'drive',
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
example.js 60 // asking the user to authorize access to their Drive account.
  /external/chromium_org/v8/test/mjsunit/
context-calls-maintained.js 46 // Drive to monomorphic
  /external/chromium_org/third_party/usb_ids/
usb.ids 25 7778 Counterfeit flash drive [Kingston]
39 6025 CBM2080 Flash drive controller
40 6026 CBM1180 Flash drive controller
47 bc06 OCZ ATV USB 2.0 Flash Drive
48 bc08 OCZ Rally2/ATV USB 2.0 Flash Drive
50 ac02 ATV Turbo / Rally2 Dual Channel USB 2.0 Flash Drive
133 0000 CD-R/RW Drive
141 6902 Floppy Disk Drive
333 231d 4 GB Flash Drive
387 3207 4 GB flash drive
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
drive_sync_handler.js 8 * Handler of the background page for the drive sync events.
57 * Progress ID of the drive sync.
61 DriveSyncHandler.PROGRESS_ITEM_ID_PREFIX = 'drive-sync-';
80 * @param {Array.<FileTransferStatus>} statusList List of drive status.
165 * Requests to cancel for the given files' drive sync.
174 * Handles drive's sync errors.
175 * @param {DriveSyncErrorEvent} event Drive sync error event.
volume_manager.js 8 * Represents each volume, such as "drive", "download directory", each "USB
45 if (volumeType === VolumeManagerCommon.VolumeType.DRIVE) {
148 * Drive. Once resolved, it is cached.
158 if (this.volumeType !== VolumeManagerCommon.VolumeType.DRIVE) {
164 // For Drive, we need to resolve.
210 case VolumeManagerCommon.VolumeType.DRIVE:
240 VolumeManagerCommon.VolumeType.DRIVE) {
241 // After file system is mounted, we "read" drive grand root
273 VolumeManagerCommon.VolumeType.DRIVE,
454 * Invoked when the drive connection status is changed
    [all...]
background.js 67 * Drive sync handler.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntmsapi.h 628 NTMS_DRIVEINFORMATIONA Drive;
658 NTMS_DRIVEINFORMATIONW Drive;
832 NTMS_DRIVEINFORMATIONA Drive;
861 NTMS_DRIVEINFORMATIONW Drive;
    [all...]
vds.h 854 VDS_DRIVE_NOTIFICATION Drive;
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
navigation_list.js 68 // Shortcuts are available for Drive only.
69 typeIcon = VolumeManagerCommon.VolumeType.DRIVE;
317 // Error, the display root is not available. It may happen on Drive.
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 20 * Updates the Drive related Preferences section.
24 var ul = $('drive-related-preferences');
286 $('button-reset-drive-filesystem').addEventListener('click', function() {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 15 * drive: pinned, present, hosted, availableOffline
18 * Following are not fetched for non-present drive files.
23 * of remote drive files. One should use this for required content metadata,
30 * cache.get([entry1, entry2], 'drive|filesystem', function(metadata) {
31 * if (metadata[0].drive.pinned && metadata[1].filesystem.size === 0)
123 // FileSystemProvider for files in Drive.
743 * Provider of drive metadata.
745 * drive: { pinned, hosted, present, customIconUrl, etc. }
786 return type === 'drive' || type === 'thumbnail' ||
793 DriveProvider.prototype.getId = function() { return 'drive'; };
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
media_util.js 39 if (opt_metadata.drive && opt_metadata.drive.customIconUrl)
40 this.fallbackUrl_ = opt_metadata.drive.customIconUrl;
42 // Fetch the rotation from the Drive metadata (if available).
44 if (opt_metadata.drive && opt_metadata.drive.imageRotation !== undefined) {
48 rotate90: opt_metadata.drive.imageRotation / 90
52 // If the file is on the drive and it is present, the file may be out of sync
53 // drive's thumbnail. So we don't use it.
54 if (opt_metadata.drive && opt_metadata.drive.present)
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
mosaic_mode.js     [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js     [all...]

Completed in 2825 milliseconds

1 2