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

/external/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h86 SetRemovable (bool removable) argument
88 m_can_be_removed = removable;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_mac.cc64 bool removable = CFBooleanGetValue(cf_removable); local
68 if (!removable && !is_usb) {
99 device->removable = removable;
H A Dremovable_storage_provider_linux.cc74 const char* removable = udev_device_get_sysattr_value(dev, "removable"); local
75 if (!removable || !get_int_attr(removable)) {
76 // This is not a removable storage device.
100 device->removable = removable;
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry.h52 bool removable,
62 bool removable; member in struct:MediaFileSystemInfo
H A Dmedia_file_system_registry.cc243 bool removable,
250 removable(removable),
238 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.cc175 bool removable,
178 EXPECT_EQ(removable, info.removable);
182 if (removable)
324 bool removable,
710 bool removable,
726 removable, media_device);
870 // galleries on auto-detected removable devices that were blacklisted.
928 true /*removable*/, true /* media device */);
940 true /*removable*/, tru
172 CheckGalleryInfo(const MediaFileSystemInfo& info, TestMediaFileSystemContext* fs_context, const base::FilePath& path, bool removable, bool media_device) argument
706 CheckNewGalleryInfo( ProfileState* profile_state, const FSInfoMap& galleries_info, const base::FilePath& location, bool removable, bool media_device) argument
[all...]
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win_unittest.cc68 bool removable,
142 bool removable,
146 EXPECT_EQ(removable, info.removable);
150 if (removable)
138 CheckGalleryInfo( const MediaFileSystemInfo& info, const base::string16& name, const base::FilePath& path, bool removable, bool media_device) argument
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_mac.cc54 bool removable = CFBooleanGetValue(cf_removable); local
58 return removable || is_usb;
/external/chromium_org/components/storage_monitor/
H A Dtest_volume_mount_watcher_win.cc55 // |device_path| inputs of 'A:\' - 'Z:\' are valid. 'N:\' is not removable.
56 // 'C:\' is not removable (so that auto-added paths are correctly handled).
133 bool* removable) {
136 *removable = StorageInfo::IsRemovableDevice(info.device_id());
131 GetDeviceRemovable( const base::FilePath& device_path, bool* removable) argument
H A Dstorage_monitor_win_unittest.cc117 bool removable; local
118 ASSERT_TRUE(volume_mount_watcher_->GetDeviceRemovable(*it, &removable));
119 if (removable)
162 bool removable; local
164 VolumeMountWatcherWin::DriveNumberToFilePath(*it), &removable));
165 if (removable)
465 // An unconnected removable device.
469 // A connected removable device.
510 // notifications are sent out for each removable storage.
H A Dstorage_monitor_linux.cc46 const char kRemovableSysAttr[] = "removable";
491 bool removable = StorageInfo::IsRemovableDevice(storage_info->device_id()); local
498 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/include/block/
H A Dblock_int.h106 /* removable device specific */
145 int removable; /* if true, the media can be removed */ member in struct:BlockDriverState
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser.h177 // Returns whether this application is removable by apps.delete API.
229 void set_removable(bool removable) { removable_ = removable; } argument
/external/qemu/
H A Dblock.c1284 bs->removable = ((type == BDRV_TYPE_CDROM ||
1323 void bdrv_set_removable(BlockDriverState *bs, int removable) argument
1325 bs->removable = removable;
1326 if (removable && bs == bs_snapshots) {
1333 return bs->removable;
1552 monitor_printf(mon, "%s: type=%s removable=%d",
1555 qdict_get_bool(bs_dict, "removable"));
1557 if (qdict_get_bool(bs_dict, "removable")) {
1610 "'removable'
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.h119 RemovableSimulate removable = FIXED_SIMULATE) {
120 HSimulate* instr = CreateSimulate(ast_id, removable);
169 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
1304 void AddSimulate(BailoutId id, RemovableSimulate removable = FIXED_SIMULATE);
1961 RemovableSimulate removable) {
1962 HSimulate* instr = current_block()->CreateSimulate(id, removable);
1959 Add( BailoutId id, RemovableSimulate removable) argument
H A Dhydrogen-instructions.h1809 RemovableSimulate removable)
1815 removable_(removable),
1806 HSimulate(BailoutId ast_id, int pop_count, Zone* zone, RemovableSimulate removable) argument
H A Dhydrogen.cc32 #include "src/hydrogen-removable-simulates.h"
169 RemovableSimulate removable) {
180 new(zone()) HSimulate(ast_id, pop_count, zone(), removable);
1233 RemovableSimulate removable) {
1236 current_block()->AddNewSimulate(id, source_position(), removable);
168 CreateSimulate(BailoutId ast_id, RemovableSimulate removable) argument
1232 AddSimulate(BailoutId id, RemovableSimulate removable) argument
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c660 Bit8u removable; // Removable device flag member in struct:__anon30266
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/qemu/qapi-auto-generated/
H A Dqapi-types.h2264 bool removable; member in struct:BlockInfo
/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/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4906 milliseconds