Searched defs:removable (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry.h49 bool removable,
59 bool removable; member in struct:MediaFileSystemInfo
H A Dmedia_file_system_registry.cc190 bool removable,
197 removable(removable),
185 MediaFileSystemInfo(const base::string16& fs_name, const base::FilePath& fs_path, const std::string& filesystem_id, MediaGalleryPrefId pref_id, const std::string& transient_device_id, bool removable, bool media_device) argument
H A Dmedia_file_system_registry_unittest.cc172 bool removable,
175 EXPECT_EQ(removable, info.removable);
179 if (removable)
313 bool removable,
700 bool removable,
716 removable, media_device);
859 // galleries on auto-detected removable devices that were blacklisted.
917 true /*removable*/, true /* media device */);
929 true /*removable*/, tru
169 CheckGalleryInfo(const MediaFileSystemInfo& info, TestMediaFileSystemContext* fs_context, const base::FilePath& path, bool removable, bool media_device) argument
696 CheckNewGalleryInfo( ProfileState* profile_state, const FSInfoMap& galleries_info, const base::FilePath& location, bool removable, bool media_device) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_linux.cc87 const char* removable = udev_device_get_sysattr_value(dev, "removable"); local
88 if (!removable || !get_int_attr(removable)) {
89 // This is not a removable storage device.
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win_unittest.cc60 bool removable,
135 bool removable,
139 EXPECT_EQ(removable, info.removable);
143 if (removable)
131 CheckGalleryInfo( const MediaFileSystemInfo& info, const base::string16& name, const base::FilePath& path, bool removable, bool media_device) argument
/external/chromium_org/chrome/browser/storage_monitor/
H A Dtest_volume_mount_watcher_win.cc53 // |device_path| inputs of 'A:\' - 'Z:\' are valid. 'N:\' is not removable.
54 // 'C:\' is not removable (so that auto-added paths are correctly handled).
132 bool* removable) {
135 *removable = StorageInfo::IsRemovableDevice(info.device_id());
130 GetDeviceRemovable( const base::FilePath& device_path, bool* removable) argument
H A Dstorage_monitor_win_unittest.cc122 bool removable; local
123 ASSERT_TRUE(volume_mount_watcher_->GetDeviceRemovable(*it, &removable));
124 if (removable)
171 bool removable; local
173 VolumeMountWatcherWin::DriveNumberToFilePath(*it), &removable));
174 if (removable)
474 // An unconnected removable device.
478 // A connected removable device.
519 // notifications are sent out for each removable storage.
H A Dstorage_monitor_linux.cc42 const char kRemovableSysAttr[] = "removable";
488 bool removable = StorageInfo::IsRemovableDevice(storage_info->device_id()); local
495 mount_priority_map_[mount_device][mount_point] = removable;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
H A DSDL_syscdrom.c71 int removable; local
93 removable=dinfo.flags & DEV_REMOVABLE;
97 if ((atapi)&&(removable))
/external/qemu/
H A Dblock_int.h106 /* removable device specific */
145 int removable; /* if true, the media can be removed */ member in struct:BlockDriverState
H A Dblock.c1282 bs->removable = ((type == BDRV_TYPE_CDROM ||
1321 void bdrv_set_removable(BlockDriverState *bs, int removable) argument
1323 bs->removable = removable;
1324 if (removable && bs == bs_snapshots) {
1331 return bs->removable;
1550 monitor_printf(mon, "%s: type=%s removable=%d",
1553 qdict_get_bool(bs_dict, "removable"));
1555 if (qdict_get_bool(bs_dict, "removable")) {
1608 "'removable'
[all...]
/external/kernel-headers/original/asm-mips/
H A Dsgiarcs.h75 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
/external/chromium_org/v8/src/
H A Dhydrogen.h140 RemovableSimulate removable = FIXED_SIMULATE) {
141 HSimulate* instr = CreateSimulate(ast_id, removable);
185 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
1254 void AddSimulate(BailoutId id, RemovableSimulate removable = FIXED_SIMULATE);
1800 RemovableSimulate removable) {
1801 HSimulate* instr = current_block()->CreateSimulate(id, removable);
1798 Add( BailoutId id, RemovableSimulate removable) argument
H A Dhydrogen-instructions.h1799 RemovableSimulate removable)
1805 removable_(removable) {}
1796 HSimulate(BailoutId ast_id, int pop_count, Zone* zone, RemovableSimulate removable) argument
H A Dhydrogen.cc55 #include "hydrogen-removable-simulates.h"
180 RemovableSimulate removable) {
191 new(zone()) HSimulate(ast_id, pop_count, zone(), removable);
1208 RemovableSimulate removable) {
1211 current_block()->AddNewSimulate(id, removable);
179 CreateSimulate(BailoutId ast_id, RemovableSimulate removable) argument
1207 AddSimulate(BailoutId id, RemovableSimulate removable) argument
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c660 Bit8u removable; // Removable device flag member in struct:__anon26058
661 Bit8u lock; // Locks for removable devices
2396 write_byte(ebda_seg,&EbdaData->ata.devices[device].removable,0);
2573 Bit8u translation, removable, mode; local
2582 removable = (read_byte(get_SS(),buffer+0) & 0x80) ? 1 : 0;
2599 write_byte(ebda_seg,&EbdaData->ata.devices[device].removable, removable);
2677 Bit8u type, removable, mode; local
2688 removable = (read_byte(get_SS(),buffer+0) & 0x80) ? 1 : 0;
2693 write_byte(ebda_seg,&EbdaData->ata.devices[device].removable, removabl
[all...]
/external/dexmaker/lib/
H A Djarjar.jar ... .util.Set closure java.util.Set removable private void closureHelper (java.util.Set, java. ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 751 milliseconds