Home
last modified time | relevance | path

Searched refs:wipe (Results 1 – 25 of 62) 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/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/chromium-trace/catapult/devil/devil/android/tools/
Dflash_device.py48 fastboot.FlashDevice(args.build_path, wipe=args.wipe)
Dprovision_devices.py92 wipe=True): argument
110 if wipe:
671 wipe=not args.skip_wipe and not args.emulators)
/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DAbstractTestCase.java83 protected boolean wipe(final String name) in wipe() method in AbstractTestCase
94 protected boolean wipe(final String dir, final String name) in wipe() method in AbstractTestCase
97 final boolean b = wipe(dir + File.separator + name); in wipe()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DGeneratingAnnotatedClassesTestCase.java149 assertTrue(wipe("temp1", "HelloWorld.class")); in testGenerateMethodLevelAnnotations1()
189 assertTrue(wipe("temp2", "HelloWorld.class")); in testGenerateMethodLevelAnnotations2()
190 assertTrue(wipe("temp3", "HelloWorld.class")); in testGenerateMethodLevelAnnotations2()
373 assertTrue(wipe("SimpleAnnotatedClass.class")); in testModifyingClasses1()
392 assertTrue(wipe("SimpleAnnotatedClass.class")); in testModifyingClasses2()
/external/autotest/client/site_tests/login_CryptohomeOwnerQuery/
Dcontrol15 status. The test will wipe credentials from the device and verify that the
/external/skia/tools/skottie_ios_app/
DBUILD.gn38 "../../resources/skottie/skottie-linear-wipe-effect.json",
/external/llvm/include/llvm/Analysis/
DRegionInfo.h684 Arg.wipe();
692 RHS.wipe();
711 void wipe() {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DRegionInfo.h703 Arg.wipe();
712 RHS.wipe();
747 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/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_sched_gm107.h38 void wipe() in wipe() function
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTree.h289 Arg.wipe();
299 RHS.wipe();
871 void wipe() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dcritedge-assume.ll13 ; wipe out the bad assumption cache before it is verified.
/external/cpuinfo/test/build.prop/
Datm7029b-tablet.log74 ro.recovery.wipe=false
/external/boringssl/linux-arm/crypto/fipsmodule/
Dbsaes-armv7.S1329 .Lcbc_dec_bzero:@ wipe key schedule [if any]
1510 .Lctr_enc_bzero:@ wipe key schedule [if any]
/external/boringssl/ios-arm/crypto/fipsmodule/
Dbsaes-armv7.S1336 Lcbc_dec_bzero:@ wipe key schedule [if any]
1519 Lctr_enc_bzero:@ wipe key schedule [if any]
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as291 * 1. wipe out any insertions before op within that range.
306 * Note that I.2 R.2-2 will wipe out I.2 even though, technically, the
/external/antlr/runtime/ObjC/Framework/
DTokenRewriteStream.m534 * 1. wipe out any insertions before op within that range.
549 * Note that I.2 R.2-2 will wipe out I.2 even though, technically, the
/external/gptfdisk/
DNEWS191 would wipe the disk but not create a partition table; to create a blank
722 - Enable disk-wipe (-z and -Z) and verification (-v) operations in
731 - Fixed bug that caused creation of hybrid MBR to wipe out the MBR's boot
1134 - Reverted 0.4.2's zap (destroy GPT) changes, since I don't want to wipe
1136 first properly wiping out the GPT, and the user now wants to wipe out
1290 of the disk using fdisk or other GPT-unaware tools. (GNU Parted will wipe
/external/autotest/client/bin/
Dpartition.py781 def wipe(self): member in partition

123