Home
last modified time | relevance | path

Searched refs:backup (Results 1 – 25 of 91) sorted by relevance

1234

/external/javassist/sample/duplicate/
DDuplicatedObject.java6 private DuplicatedObject backup; field in DuplicatedObject
15 backup = null; // self is a backup object. in DuplicatedObject()
21 backup = (DuplicatedObject)m._getMetaobject(); in DuplicatedObject()
24 backup = null; in DuplicatedObject()
33 if (backup != null) in trapMethodcall()
34 backup.trapMethodcall(identifier, args); in trapMethodcall()
/external/chromium/chrome/browser/sync/engine/
Dbuild_and_process_conflict_sets_command.cc96 syncable::EntryKernel* backup) { in StoreLocalDataForUpdateRollback() argument
101 *backup = entry->GetKernelCopy(); in StoreLocalDataForUpdateRollback()
106 syncable::EntryKernel* backup) { in RollbackEntry() argument
108 backup->ref(syncable::META_HANDLE)); in RollbackEntry()
111 if (!entry.Put(syncable::IS_DEL, backup->ref(syncable::IS_DEL))) in RollbackEntry()
114 entry.Put(syncable::NON_UNIQUE_NAME, backup->ref(syncable::NON_UNIQUE_NAME)); in RollbackEntry()
115 entry.Put(syncable::PARENT_ID, backup->ref(syncable::PARENT_ID)); in RollbackEntry()
117 if (!backup->ref(syncable::IS_DEL)) { in RollbackEntry()
118 if (!entry.PutPredecessor(backup->ref(syncable::PREV_ID))) in RollbackEntry()
122 if (backup->ref(syncable::PREV_ID) != entry.Get(syncable::PREV_ID)) in RollbackEntry()
[all …]
/external/e2fsprogs/lib/blkid/
Dsave.c140 char *backup; in blkid_flush_cache() local
142 backup = malloc(strlen(filename) + 5); in blkid_flush_cache()
143 if (backup) { in blkid_flush_cache()
144 sprintf(backup, "%s.old", filename); in blkid_flush_cache()
145 unlink(backup); in blkid_flush_cache()
146 link(filename, backup); in blkid_flush_cache()
147 free(backup); in blkid_flush_cache()
/external/fsck_msdos/
Dboot.c57 u_char backup[DOSBOOTBLOCKSIZE]; local
158 || read(dosfs, backup, sizeof backup) != sizeof backup) {
162 backup[65] = block[65]; /* XXX */
163 if (memcmp(block + 11, backup + 11, 79)) {
188 snprintf(tmp2, sizeof(tmp2), "%.2x ", backup[11 + i]);
/external/e2fsprogs/doc/
DMakefile.in58 clean-all:: clean-tex clean-backup clean-final clean-tarfiles clean-html
68 .PHONY: clean-backup
69 clean-backup::
/external/sepolicy/
Dfile.te64 # type for anything under /cache/backup
74 # /data/backup and /data/secure/backup
/external/e2fsprogs/tests/f_preen/
Dname1 preen shouldn't destroy backup superblocks
Dexpect.14 the backup block group descriptors may be OK.
/external/e2fsprogs/tests/f_badjourblks/
Dname1 Illegal blocks in journal inode (and backup in superblock)
/external/antlr/antlr-3.4/runtime/Perl5/
DMANIFEST.SKIP8 # temporary and backup files
/external/icu4c/common/
Duniset_props.cpp464 RuleCharacterIterator::Pos backup; in applyPattern() local
504 chars.getPos(backup); in applyPattern()
510 chars.setPos(backup); // backup in applyPattern()
516 chars.getPos(backup); // prepare to backup in applyPattern()
522 chars.getPos(backup); // prepare to backup in applyPattern()
532 chars.setPos(backup); // backup in applyPattern()
729 chars.getPos(backup); in applyPattern()
735 chars.setPos(backup); in applyPattern()
/external/libogg/
D.gitignore25 # Emacs and other editor backup files
/external/libvorbis/
D.gitignore25 # Emacs and other editor backup files
/external/e2fsprogs/tests/f_zero_inode_size/
Dexpect.11 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
/external/javasqlite/src/main/java/SQLite/
DBackup.java59 public void backup() throws SQLite.Exception { in backup() method in Backup
/external/e2fsprogs/tests/f_crashdisk/
Dexpect.11 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
/external/e2fsprogs/tests/f_zero_super/
Dexpect.11 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
/external/e2fsprogs/tests/f_zero_group/
Dexpect.11 ../e2fsck/e2fsck: Group descriptors look bad... trying backup blocks...
/external/icu4c/io/
Duprntf_p.c1223 const UChar *backup; in u_printf_parse() local
1275 backup = alias; in u_printf_parse()
1290 alias = backup; in u_printf_parse()
1356 backup = alias; in u_printf_parse()
1371 alias = backup; in u_printf_parse()
1403 backup = alias; in u_printf_parse()
1417 alias = backup; in u_printf_parse()
/external/e2fsprogs/tests/f_illbbitmap/
Dexpect.15 the backup block group descriptors may be OK.
/external/e2fsprogs/tests/f_illibitmap/
Dexpect.15 the backup block group descriptors may be OK.
/external/e2fsprogs/tests/f_illitable_flexbg/
Dexpect.11 ../e2fsck/e2fsck: Group descriptors look bad... trying backup blocks...
/external/skia/src/images/
DSkMovie_gif.cpp300 SkBitmap* backup, SkColor color) in disposeFrameIfNeeded() argument
323 bm->swap(*backup); in disposeFrameIfNeeded()
331 uint32_t* dst = backup->getAddr32(0, 0); in disposeFrameIfNeeded()
/external/skia/legacy/src/images/
DSkMovie_gif.cpp296 SkBitmap* backup, SkColor color) in disposeFrameIfNeeded() argument
319 bm->swap(*backup); in disposeFrameIfNeeded()
327 uint32_t* dst = backup->getAddr32(0, 0); in disposeFrameIfNeeded()
/external/zxing/qr_scanner/
Dproguard.cfg13 -keep public class * extends android.app.backup.BackupAgentHelper

1234