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

1 2

  /frameworks/base/core/java/android/service/persistentdata/
IPersistentDataBlockService.aidl 32 void wipe();
PersistentDataBlockManager.java 112 public void wipe() { method in class:PersistentDataBlockManager
114 sService.wipe();
  /frameworks/base/tests/backup/
test_backup.sh 26 # wipe data for the package participating in backup
28 a shell bmgr wipe "$pkg"
  /system/extras/ext4_utils/
make_ext4fs_main.c 75 int wipe = 0; local
123 wipe = 1;
197 if (wipe && sparse) {
198 fprintf(stderr, "Cannot specifiy both wipe and sparse\n");
203 if (wipe && gzip) {
204 fprintf(stderr, "Cannot specifiy both wipe and gzip\n");
240 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time, block_list_file);
Android.mk 14 wipe.c \
ext4_utils.h 160 int sparse, int crc, int wipe, int real_uuid,
make_ext4fs.c 21 #include "wipe.h"
493 int sparse, int crc, int wipe, int real_uuid,
661 if (wipe && WIPE_IS_SUPPORTED) {
  /bootable/recovery/applypatch/
imgdiff_test.sh 25 emulator -wipe-data -noaudio -no-window -port $EMULATOR_PORT &
applypatch.sh 35 emulator -wipe-data -noaudio -no-window -port $EMULATOR_PORT &
  /bootable/recovery/
verifier_test.sh 20 emulator -wipe-data -noaudio -no-window -port $EMULATOR_PORT &
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 157 wipe(); method
236 abstract protected void wipe(); method in class:AbstractSyncParser
AbstractSyncAdapter.java 76 public abstract void wipe(); method in class:AbstractSyncAdapter
FolderSyncParser.java 206 // wipe() will also backup and then restore non default sync settings.
207 wipe(); method
215 // act as though we have a bad folder sync key (wipe/reload mailboxes)
240 wipe(); method
784 protected void wipe() { method in class:FolderSyncParser
    [all...]
EmailSyncParser.java 762 protected void wipe() { method in class:EmailSyncParser
    [all...]
CalendarSyncParser.java 1385 protected void wipe() { method in class:CalendarSyncParser
    [all...]
ContactsSyncParser.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
MasterClearConfirm.java 74 pdbManager.wipe();
  /frameworks/native/cmds/rawbu/
backup.cpp 64 /* This is just copied from the shell's built-in wipe command. */
65 static int wipe (const char *path) function in namespace:android
109 // we do want to wipe its contents, but not the
136 if (wipe(newpath) == 0) {
530 if (!wipe("/data")) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 61 public void wipe() { method in class:GeometryMathUtils.GeometryHolder
261 out.wipe();
  /frameworks/base/services/core/java/com/android/server/
PersistentDataBlockService.java 418 public void wipe() {
425 Slog.e(TAG, "failed to wipe persistent partition");
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FilterGraph.java 531 void wipe() { method in class:FilterGraph
GraphRunner.java 390 graph.wipe();
    [all...]
  /external/llvm/include/llvm/Support/
GenericDomTree.h 202 /// \brief Wipe this tree's state without releasing any resources.
206 void wipe() { function in class:llvm::DominatorTreeBase
327 Arg.wipe();
339 RHS.wipe();
  /external/boringssl/linux-arm/crypto/aes/
bsaes-armv7.S 1325 .Lcbc_dec_bzero:@ wipe key schedule [if any]
1508 .Lctr_enc_bzero:@ wipe key schedule [if any]
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 1869 void wipe() function in struct:nv50_ir::SchedDataCalculator::RegScores
    [all...]

Completed in 397 milliseconds

1 2