/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...] |
rombios.c | 117 // - cdrom drive is hardcoded to ide 0 device 1 in several places. see "FIXME ElTorito Hardcoded" 6305 Bit8u drive, num_sectors, sector, head, status, mod; local 7150 Bit8u drive, num_sectors, track, sector, head, status; local [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
drive_banners.js | 36 this.volumeManager_.addEventListener('drive-status-changed', 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 numer of times the Drive Welcome 80 * Maximum times Drive Welcome banner could have shown. 85 * Location of the FAQ about Google Drive. 91 * Location of the page to buy more storage for Google Drive. 106 * Location of the help page about connecting to Google Drive. 112 * Initializes the banner to promote DRIVE [all...] |
breadcrumbs_controller.js | 69 * the first crumb if |path| is a shared-with-me directory outside "My Drive". 80 if (rootPath != RootDirectory.DRIVE + '/' + DriveSubRootDirectory.OTHER || 82 callback(path, null); // No need for Drive properties. 90 this.metadataCache_.getOne(entryUrl, 'drive', function(result) { 130 // We have a special case for the root crumb /drive/other, which contains 131 // the Drive entries not in "My Drive". It is hidden as this path is not 134 path === RootDirectory.DRIVE + '/' + DriveSubRootDirectory.OTHER &&
|
file_copy_manager.js | 83 // Copying a file between non-Drive file systems. 88 // Copying related to the Drive file system. 104 * some special cases about copying on Drive file system. See also 197 * Copies a file a) from Drive to local, b) from local to Drive, or c) from 198 * Drive to Drive. 199 * Currently, we need to take care about following two things for Drive: 203 * file system. Thus, instead, Drive file system backend creates a JSON file 208 * 2) File transfer between local and Drive server [all...] |
path_util.js | 15 DRIVE: 'drive', 29 DRIVE: '/drive', 36 * Sub root directory for Drive. "root" and "other". This is not used now. 68 * Checks |path| and return true if it is under Google Drive or a sepecial 69 * search root which represents a special search from Google Drive. 71 * @return {boolean} True if the given path represents a Drive based path. 75 return rootType === RootType.DRIVE || 206 * @return {RootType} RootType.DOWNLOADS, RootType.DRIVE etc [all...] |
volume_manager.js | 50 * Invoked when the drive connection status is changed. 56 cr.dispatchSimpleEvent(this, 'drive-connection-changed'); 61 * Returns the drive connection state. 102 * List of connection types of drive. 110 OFFLINE: 'offline', // Connection is offline or drive is unavailable. 124 NOT_READY: 'not_ready', // Drive is not ready or authentication is failed. 126 NO_SERVICE: 'no_service' // Drive service is unavailable. 136 * Delay in milliseconds DRIVE changes its state from |UNMOUNTED| to 150 * @param {VolumeManager.DriveStatus} newStatus New DRIVE status. 156 cr.dispatchSimpleEvent(this, 'drive-status-changed') [all...] |
file_grid.js | 151 metadataTypes += '|drive'; 153 // TODO(dgozman): If we ask for 'media' for a Drive file we fall into an 158 // Drive provides high quality thumbnails via USE_EMBEDDED, however local
|
file_type.js | 184 * Pattern for urls pointing to Google Drive files. 187 new RegExp('^filesystem:[^/]*://[^/]*/[^/]*/drive/(.*)'); 190 * Pattern for file paths pointing to Google Drive files. 193 new RegExp('^/drive/');
|
directory_model.js | 18 * @param {boolean} isDriveEnabled True if the drive is enabled. 23 drive: null, 30 groups.drive = (isDriveEnabled ? [DirectoryModel.fakeDriveEntry_] : []); 44 groups.drive, groups.downloads, groups.archives, groups.removables)); 74 * @param {boolean} isDriveEnabled True if DRIVE enabled (initial value). 115 * unmounted DRIVE. TODO(haruki): Support "drive/root" and "drive/other". 121 fullPath: RootDirectory.DRIVE + '/' + DriveSubRootDirectory.ROOT, 126 * Fake entry representing a psuedo directory, which contains Drive file [all...] |
action_choice.js | 42 this.actionsById_['import-photos-to-drive']; 46 // Special case: if Google+ Photos is installed, then do not show Drive. 130 * Initializes the source and Drive. If the remembered choice is available, 253 * Checks whether Drive is reachable. 265 if (this.volumeManager_.isMounted(RootDirectory.DRIVE)) { 435 this.recordAction_('import-photos-to-drive'); 510 ['import-photos-to-drive',
|
directory_contents.js | 119 * directory contents shown: basic directory, drive search results, local search 181 * @return {boolean} True if search results (drive or local). 424 * Delay to be used for drive search scan. 487 * search is run (i.e. drive root). 527 console.error('Drive search encountered an error.'); 581 * @return {boolean} True if search results (drive or local). 678 * DirectoryContents to list Drive files using searchDriveMetadata(). 681 * @param {DirectoryEntry} driveDirEntry Directory for actual Drive. 766 console.error('Drive search encountered an error.');
|
file_manager.js | 140 * Location of the page to buy more storage for Google Drive. 146 * Location of Google Drive specific help. 152 * Location of Google Drive specific help. 154 FileManager.GOOGLE_DRIVE_ROOT = 'https://drive.google.com'; 215 // DRIVE preferences should be initialized before creating DirectoryModel 275 // Mount Drive if enabled. 388 this.volumeManager_.addEventListener('drive-connection-changed', 475 this.document_.querySelector('.drive-welcome.page'), 596 CommandUtil.registerCommand(this.dialogContainer_, 'drive-buy-more-space', 600 'drive-clear-local-cache', Commands.driveClearCacheCommand, this) [all...] |
file_tasks.js | 159 // Skip Drive App if the file is not on Drive. 272 this.fileManager_.metadataCache_.get(urls, 'drive', function(props) { 349 fm.metadataCache_.get(urls, 'drive', function(props) { 372 fm.metadataCache_.get(urls, 'drive', function(driveProps) {
|
directory_tree.js | 141 // Fake Drive root.
|
file_selection.js | 70 this.fileManager_.metadataCache_.get(this.urls, 'drive', function(props) { 301 * uncached Drive files and the browser is offline.
|
file_transfer_controller.js | 557 * on drive is available to be copied. Otherwise, returns false. 593 * on drive is available to be cut. Otherwise, returns false. 739 urls, 'drive', function(props) { 778 * @return {boolean} True if the current directory is on Drive.
|
test_util.js | 296 * always looks like "'<query>' - search Drive". 384 var driveQuery = '[volume-type-icon=drive]'; 395 // If the target volume is sub-volume of drive, we must click '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/chrome/browser/resources/chromeos/ |
drive_internals.js | 20 * Updates the Drive related Flags section. 24 var ul = $('drive-related-flags'); 29 * Updates the Drive related Preferences section. 33 var ul = $('drive-related-preferences');
|
/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/chrome/browser/resources/file_manager/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) 690 * Provider of drive metadata. 692 * drive: { pinned, hosted, present, dirty, editUrl, contentUrl, driveApps } 725 return type == 'drive' || type == 'thumbnail' || 732 DriveProvider.prototype.getId = function() { return 'drive'; }; 776 * @param {DriveEntryProperties} data Drive entry properties [all...] |
/external/chromium_org/chrome/test/functional/ |
perf_endure.py | [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/ |
mosaic_mode.js | [all...] |