Home
last modified time | relevance | path

Searched refs:wipe (Results 1 – 25 of 73) sorted by relevance

123

/external/python/cpython2/RISCOS/
DMakefile398 -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/
Dfastboot_utils.py179 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)
Dfastboot_utils_test.py154 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/
Dfastboot_utils.py181 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)
Dfastboot_utils_test.py154 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/
Dflash_device.py49 fastboot.FlashDevice(args.build_path, wipe=args.wipe)
/external/chromium-trace/catapult/devil/devil/android/tools/
Dflash_device.py51 fastboot.FlashDevice(args.build_path, wipe=args.wipe)
Dprovision_devices.py89 wipe=True): argument
107 if wipe:
656 wipe=not args.skip_wipe and not args.emulators)
/external/autotest/client/site_tests/login_CryptohomeOwnerQuery/
Dcontrol15 status. The test will wipe credentials from the device and verify that the
/external/lisa/experiments/
Drun_suspend_resume.py100 te = TestEnv(my_conf, wipe=False)
Drun_youtube.py94 te = TestEnv(my_conf, wipe=False)
Drun_idle_resume.py100 te = TestEnv(my_conf, wipe=False)
Drun_uibench.py99 te = TestEnv(my_conf, wipe=False)
Drun_uibench_cgroup.py109 te = TestEnv(my_conf, wipe=False)
Drun_camera.py111 te = TestEnv(my_conf, wipe=False)
/external/lisa/experiments/scratch/
Drun_suspend_resume_b63331203.py109 te = TestEnv(my_conf, wipe=False)
/external/autotest/server/hosts/
Dadb_host.py1412 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)
Demulated_adb_host.py210 def machine_install(self, build_url=None, build_local_path=None, wipe=True, argument
/external/llvm/include/llvm/Analysis/
DRegionInfo.h684 Arg.wipe();
692 RHS.wipe();
711 void wipe() {
/external/ltp/testcases/kernel/fs/fs_maim/
DREADME40 to wipe out.
/external/llvm/include/llvm/Support/
DGenericDomTree.h207 void wipe() { in wipe() function
328 Arg.wipe(); in DominatorTreeBase()
340 RHS.wipe();
/external/clang/test/Modules/
Dcrash-vfs-umbrella-frameworks.m48 // that the VFS overlay won't fallback to use it. Also wipe out the module cache
Dcrash-vfs-path-symlink-component.m58 // previously contained a symlink to work. To make sure of this, wipe out the
/external/lisa/libs/utils/
Denv.py174 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/
Dbsaes-armv7.S1340 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]

123