HomeSort by relevance Sort by last modified time
    Searched refs:wipe (Results 1 - 25 of 33) sorted by null

1 2

  /external/python/cpython2/RISCOS/
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~
    [all...]
  /development/samples/DataWiper/src/com.example.android.datawiper/
MyMain.java 87 .setMessage("This will wipe the device. Are you sure? Do you want to proceed?"
90 .setPositiveButton("WIPE NOW", new DialogInterface.OnClickListener() {
94 wipe();
100 private void wipe() { method in class:MyMain
  /device/generic/goldfish/tools/
emulator_boot_test.sh 57 -wipe-data -no-snapshot $op_no_accel -skin 480x800x32 -logcat *:I -no-boot-anim
  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils.py 181 def _FlashPartitions(self, partitions, directory, wipe=False, force=False):
187 wipe: If set to true, will automatically detect if cache and userdata
209 if _KNOWN_PARTITIONS[partition].get('wipe_only') and not wipe:
211 'Not flashing in wipe mode. Skipping partition %s.', partition)
236 def FlashDevice(self, directory, partitions=None, wipe=False):
246 wipe: Wipes cache and userdata if set to true.
254 # this to wipe a device.
255 with self.FastbootMode(wait_for_reboot=not wipe):
256 self._FlashPartitions(partitions, directory, wipe=wipe)
    [all...]
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/tools/
flash_device.py 27 parser.add_argument('-w', '--wipe', action='store_true',
48 fastboot.FlashDevice(args.build_path, wipe=args.wipe)
provision_devices.py 61 # L can take a while to reboot after a wipe.
92 wipe=True):
110 if wipe:
111 steps += [ProvisionStep(lambda d: Wipe(d, adb_key_files), reboot=True)]
187 def Wipe(device, adb_key_files=None):
217 device: the device to wipe
276 device: the device to wipe
284 device.RunShellCommand(['wipe', 'data'],
601 '(this will not wipe emulators)')
630 '--skip-wipe', action='store_true', default=False
    [all...]
  /external/apache-commons-bcel/src/test/java/org/apache/bcel/
AbstractTestCase.java 83 protected boolean wipe(final String name) method in class:AbstractTestCase
94 protected boolean wipe(final String dir, final String name) method in class:AbstractTestCase
97 final boolean b = wipe(dir + File.separator + name);
  /device/google/wahoo/
BoardConfig.mk 62 TARGET_RECOVERY_WIPE := device/google/wahoo/recovery.wipe
  /external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
GeneratingAnnotatedClassesTestCase.java 149 assertTrue(wipe("temp1", "HelloWorld.class"));
189 assertTrue(wipe("temp2", "HelloWorld.class"));
190 assertTrue(wipe("temp3", "HelloWorld.class"));
373 assertTrue(wipe("SimpleAnnotatedClass.class"));
392 assertTrue(wipe("SimpleAnnotatedClass.class"));
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 684 Arg.wipe();
692 RHS.wipe();
707 /// \brief Wipe this region tree's state without releasing any resources.
711 void wipe() { function in class:llvm::RegionInfoBase
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
RegionInfo.h 703 Arg.wipe();
712 RHS.wipe();
743 /// Wipe this region tree's state without releasing any resources.
747 void wipe() { function in class:llvm::RegionInfoBase
    [all...]
  /build/soong/cmd/zipsync/
zipsync.go 70 // For now, just wipe the output directory and replace its contents with the zip files
  /bootable/recovery/otautil/
roots.cpp 40 #include <ext4_utils/wipe.h>
156 // metadata. Wipe it too.
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
armv4-mont.pl 713 vst1.64 {q0-q1}, [$nptr,:256]! @ wipe
717 vst1.64 {q0-q1}, [$nptr,:256]! @ wipe
726 vst1.64 {q0-q1}, [$aptr,:256]! @ wipe
730 vst1.64 {q0-q1}, [$nptr,:256]! @ wipe
  /device/google/bonito/
BoardConfig-common.mk 80 TARGET_RECOVERY_WIPE := device/google/bonito/recovery.wipe
  /device/google/crosshatch/
BoardConfig-common.mk 67 TARGET_RECOVERY_WIPE := device/google/crosshatch/recovery.wipe
  /external/llvm/include/llvm/Support/
GenericDomTree.h 203 /// \brief Wipe this tree's state without releasing any resources.
207 void wipe() { function in class:llvm::DominatorTreeBase
328 Arg.wipe();
340 RHS.wipe();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
GenericDomTree.h 289 Arg.wipe();
299 RHS.wipe();
867 /// Wipe this tree's state without releasing any resources.
871 void wipe() { function in class:llvm::DominatorTreeBase
  /external/boringssl/ios-arm/crypto/fipsmodule/
bsaes-armv7.S 1335 Lcbc_dec_bzero:@ wipe key schedule [if any]
1518 Lctr_enc_bzero:@ wipe key schedule [if any]
  /external/boringssl/linux-arm/crypto/fipsmodule/
bsaes-armv7.S 1328 .Lcbc_dec_bzero:@ wipe key schedule [if any]
1509 .Lctr_enc_bzero:@ wipe key schedule [if any]
  /build/make/tools/releasetools/
ota_from_target_files 28 "ota-downgrade=yes" will be set in the package metadata file. A data wipe
29 will always be enforced when using this flag, so "ota-wipe=yes" will also
51 don't enforce a data wipe with this flag. Because we know for sure this is
56 data wipe for C -> B update.
61 difference being whether "ota-wipe=yes" is set.
64 Generate an OTA package that will wipe the user data partition when
178 postinstall work is to dexopt apps and a data wipe will happen immediately
    [all...]
ota_from_target_files.py 28 "ota-downgrade=yes" will be set in the package metadata file. A data wipe
29 will always be enforced when using this flag, so "ota-wipe=yes" will also
51 don't enforce a data wipe with this flag. Because we know for sure this is
56 data wipe for C -> B update.
61 difference being whether "ota-wipe=yes" is set.
64 Generate an OTA package that will wipe the user data partition when
178 postinstall work is to dexopt apps and a data wipe will happen immediately
    [all...]
  /bootable/recovery/updater/
install.cpp 52 #include <ext4_utils/wipe.h>
    [all...]
  /device/google/marlin/
device-common.mk 580 device/google/marlin/recovery.wipe.common

Completed in 1309 milliseconds

1 2