/external/python/cpython2/RISCOS/ |
D | Makefile | 398 -wipe @.^.Lib.*/pyc ~C~V 399 -wipe @.^.Lib.*/pyo ~C~V 400 -wipe @.^.Lib.plat-riscos.*/pyc ~C~V 401 -wipe @.^.Lib.plat-riscos.*/pyo ~C~V 402 -wipe @.^.Lib.test.*/pyc ~C~V 403 -wipe @.^.Lib.test.*/pyo ~C~V 404 -wipe @.^.Lib.encodings.*/pyc ~C~V 405 -wipe @.^.Lib.encodings.*/pyo ~C~V 406 -wipe @.^.Lib.curses.*/pyc ~C~V 407 -wipe @.^.Lib.curses.*/pyo ~C~V [all …]
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
D | fastboot_utils.py | 179 def _FlashPartitions(self, partitions, directory, wipe=False, force=False): argument 207 if _KNOWN_PARTITIONS[partition].get('wipe_only') and not wipe: 234 def FlashDevice(self, directory, partitions=None, wipe=False): argument 253 with self.FastbootMode(wait_for_reboot=not wipe): 254 self._FlashPartitions(partitions, directory, wipe=wipe)
|
D | fastboot_utils_test.py | 154 self.fastboot._FlashPartitions(_PARTITIONS, 'test', wipe=True) 349 self.call.fastboot._FlashPartitions(mock.ANY, 'test', wipe=True), 352 self.fastboot.FlashDevice('test', wipe=True) 358 self.call.fastboot._FlashPartitions(mock.ANY, 'test', wipe=False), 361 self.fastboot.FlashDevice('test', wipe=False) 367 self.call.fastboot._FlashPartitions(['boot'], 'test', wipe=False), 370 self.fastboot.FlashDevice('test', partitions=['boot'], wipe=False)
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | fastboot_utils.py | 181 def _FlashPartitions(self, partitions, directory, wipe=False, force=False): argument 209 if _KNOWN_PARTITIONS[partition].get('wipe_only') and not wipe: 236 def FlashDevice(self, directory, partitions=None, wipe=False): argument 255 with self.FastbootMode(wait_for_reboot=not wipe): 256 self._FlashPartitions(partitions, directory, wipe=wipe)
|
D | fastboot_utils_test.py | 154 self.fastboot._FlashPartitions(_PARTITIONS, 'test', wipe=True) 349 self.call.fastboot._FlashPartitions(mock.ANY, 'test', wipe=True), 352 self.fastboot.FlashDevice('test', wipe=True) 358 self.call.fastboot._FlashPartitions(mock.ANY, 'test', wipe=False), 361 self.fastboot.FlashDevice('test', wipe=False) 367 self.call.fastboot._FlashPartitions(['boot'], 'test', wipe=False), 370 self.fastboot.FlashDevice('test', partitions=['boot'], wipe=False)
|
/external/libmojo/third_party/catapult/devil/devil/android/tools/ |
D | flash_device.py | 49 fastboot.FlashDevice(args.build_path, wipe=args.wipe)
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | flash_device.py | 51 fastboot.FlashDevice(args.build_path, wipe=args.wipe)
|
D | provision_devices.py | 89 wipe=True): argument 107 if wipe: 656 wipe=not args.skip_wipe and not args.emulators)
|
/external/autotest/client/site_tests/login_CryptohomeOwnerQuery/ |
D | control | 15 status. The test will wipe credentials from the device and verify that the
|
/external/lisa/experiments/ |
D | run_suspend_resume.py | 100 te = TestEnv(my_conf, wipe=False)
|
D | run_youtube.py | 94 te = TestEnv(my_conf, wipe=False)
|
D | run_idle_resume.py | 100 te = TestEnv(my_conf, wipe=False)
|
D | run_uibench.py | 99 te = TestEnv(my_conf, wipe=False)
|
D | run_uibench_cgroup.py | 109 te = TestEnv(my_conf, wipe=False)
|
D | run_camera.py | 111 te = TestEnv(my_conf, wipe=False)
|
/external/lisa/experiments/scratch/ |
D | run_suspend_resume_b63331203.py | 109 te = TestEnv(my_conf, wipe=False)
|
/external/autotest/server/hosts/ |
D | adb_host.py | 1412 def install_android(self, build_url, build_local_path=None, wipe=True, argument 1448 if wipe: 1483 timeout = (WAIT_UP_AFTER_WIPE_TIME_SECONDS if wipe else 1559 def machine_install(self, build_url=None, build_local_path=None, wipe=True, argument 1589 wipe=wipe, flash_all=flash_all)
|
D | emulated_adb_host.py | 210 def machine_install(self, build_url=None, build_local_path=None, wipe=True, argument
|
/external/llvm/include/llvm/Analysis/ |
D | RegionInfo.h | 684 Arg.wipe(); 692 RHS.wipe(); 711 void wipe() {
|
/external/ltp/testcases/kernel/fs/fs_maim/ |
D | README | 40 to wipe out.
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 207 void wipe() { in wipe() function 328 Arg.wipe(); in DominatorTreeBase() 340 RHS.wipe();
|
/external/clang/test/Modules/ |
D | crash-vfs-umbrella-frameworks.m | 48 // that the VFS overlay won't fallback to use it. Also wipe out the module cache
|
D | crash-vfs-path-symlink-component.m | 58 // previously contained a symlink to work. To make sure of this, wipe out the
|
/external/lisa/libs/utils/ |
D | env.py | 174 def __init__(self, target_conf=None, test_conf=None, wipe=True, argument 281 if wipe and os.path.exists(self.res_dir):
|
/external/boringssl/ios-arm/crypto/fipsmodule/ |
D | bsaes-armv7.S | 1340 Lcbc_dec_bzero:@ wipe key schedule [if any] 1525 Lctr_enc_bzero:@ wipe key schedule [if any] 2052 Lxts_enc_bzero:@ wipe key schedule [if any] 2566 Lxts_dec_bzero:@ wipe key schedule [if any]
|