Home
last modified time | relevance | path

Searched refs:removable (Results 1 – 25 of 189) sorted by relevance

12345678

/external/dng_sdk/source/
Ddng_xmp.cpp2409 uint32 removable = removeFromXMP ? removeXMP in SyncExif() local
2417 readOnly + removable); in SyncExif()
2424 readOnly + removable); in SyncExif()
2625 readOnly + removable); in SyncExif()
2728 readOnly + removable); in SyncExif()
2736 readOnly + removable); in SyncExif()
2744 readOnly + removable); in SyncExif()
2752 readOnly + removable); in SyncExif()
2760 readOnly + removable); in SyncExif()
2768 readOnly + removable); in SyncExif()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DStorageVolumeBuilder.java20 private boolean removable = false; field in StorageVolumeBuilder
47 this.removable = isRemovable; in setIsRemovable()
75 from(boolean.class, removable), // boolean removable, in build()
91 from(boolean.class, removable), // boolean removable, in build()
/external/autotest/client/site_tests/hardware_MultiReader/
Dhardware_MultiReader.py16 removable = utils.read_one_line(path)
17 if removable == "1":
Dcontrol8 CRITERIA = 'Fails if no removable block devices are found.'
15 This test checks for any removable block devices.
/external/autotest/client/site_tests/hardware_RealtekCardReader/
Dhardware_RealtekCardReader.py24 removable = utils.read_one_line(os.path.join(dev, "removable"))
25 if removable == "1":
Dcontrol15 This test checks for the Realtek USB device and for any removable
/external/jarjar/src/main/com/tonicsystems/jarjar/
DKeepProcessor.java45 Set<String> removable = new HashSet<String>(depend.keySet()); in getExcludes() local
46 removable.removeAll(closure); in getExcludes()
47 return removable; in getExcludes()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DSerializingExecutor.java89 private void schedule(@Nullable Runnable removable) { in schedule() argument
101 if (removable != null) { in schedule()
109 runQueue.remove(removable); in schedule()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h62 void SetRemovable(bool removable) { m_can_be_removed = removable; } in SetRemovable() argument
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh30 if ! grep -q 1 $SYSFS/devices/system/memory/memory*/removable; then
44 if grep -q 1 $memory/removable &&
/external/perfetto/gn/standalone/
DBUILDCONFIG.gn97 # note: the following is not a nested config to be removable.
105 # note: the following is not a nested config to be removable.
/external/autotest/client/cros/faft/utils/
Dos_interface.py299 removable = int(self.read_file('/sys/block/%s/removable' % base_dev))
301 return removable == 1
/external/llvm-project/llvm/test/Analysis/BasicAA/
Dgcsetest.ll2 ; disambiguating some obvious cases. All loads should be removable in
/external/llvm/test/Analysis/BasicAA/
Dgcsetest.ll2 ; disambiguating some obvious cases. All loads should be removable in
/external/arm-trusted-firmware/fdts/
Dstm32mp157c-lxa-mc1.dts83 non-removable;
Dstm32mp157c-ed1.dts321 non-removable;
/external/openssh/regress/
Dagent-pkcs11.sh46 slots.removable = false
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dcontrol.detect.unplug_login_plug67 "loggedin:ls -l /media/removable/ | grep -i " :
Dcontrol.detect.lid_close_open_short66 "loggedin:ls -l /media/removable/ | grep -i " :
Dcontrol.detect.crash_check_short65 "loggedin:ls -l /media/removable/ | grep -i " :
Dcontrol.detect.login_unplug_closelid_openlid_plug68 "loggedin:ls -l /media/removable/ | grep -i " :
Dcontrol.detect69 "loggedin:ls -l /media/removable/ | grep -i " :
Dcontrol.detect.long_cycle70 "loggedin:ls -l /media/removable/ | grep -i " :
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
Dindirectbr.ll67 ; Make sure the blocks in the next few tests aren't trivially removable as
/external/llvm/test/Transforms/SimplifyCFG/
Dindirectbr.ll67 ; Make sure the blocks in the next few tests aren't trivially removable as

12345678