/external/javassist/sample/duplicate/ |
D | DuplicatedObject.java | 6 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/e2fsprogs/lib/blkid/ |
D | save.c | 140 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/libvncserver/VisualNaCro/ |
D | nacro.c | 335 static void copy_line(rfbScreenInfo *dest, char *backup, in copy_line() argument 338 uint8_t *d = (uint8_t *)dest->frameBuffer, *s = (uint8_t *)backup; in copy_line() 365 char* backup; in displaypnm() local 380 backup = res->server->frameBuffer; in displaypnm() 394 copy_line(res->server, backup, x, y, x + w2, y, 0x80); in displaypnm() 395 copy_line(res->server, backup, x, y, x, y + h2, 0x80); in displaypnm() 396 copy_line(res->server, backup, x + w2, y, x + w2, y + h2, 0x80); in displaypnm() 397 copy_line(res->server, backup, x, y + h2, x + w2, y + h2, 0x80); in displaypnm() 404 res->server->frameBuffer=backup; in displaypnm() 591 char* backup; in alert() local [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-351624.js | 8 var backup = new Float64Array(1); variable 12 backup[0] = prod; 14 assertEquals(prod, backup[0]);
|
/external/fsck_msdos/ |
D | boot.c | 57 u_char backup[DOSBOOTBLOCKSIZE]; local 177 || read(dosfs, backup, sizeof backup) != sizeof backup) { 181 backup[65] = block[65]; /* XXX */ 182 if (memcmp(block + 11, backup + 11, 79)) { 207 snprintf(tmp2, sizeof(tmp2), "%.2x ", backup[11 + i]);
|
/external/vboot_reference/tests/futility/ |
D | test_main.sh | 21 [ -f ${LOG} ] && mv ${LOG} ${LOG}.backup 26 [ -f ${LOG}.backup ] && mv ${LOG}.backup ${LOG}
|
/external/e2fsprogs/doc/ |
D | Makefile.in | 64 clean-all:: clean-tex clean-backup clean-final clean-tarfiles clean-html 74 .PHONY: clean-backup 75 clean-backup::
|
/external/vboot_reference/cgpt/ |
D | cgpt_add.c | 268 GptEntry *entry, backup; in GptAdd() local 272 memcpy(&backup, entry, sizeof(backup)); in GptAdd() 276 memcpy(entry, &backup, sizeof(*entry)); in GptAdd() 287 memcpy(entry, &backup, sizeof(*entry)); in GptAdd()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
D | BNF.java | 215 t.backup(); in qualify() 230 t.backup(); in getCore() 284 t.backup(); in getAlternation() 297 t.backup(); in getWeight()
|
/external/icu/icu4c/source/common/ |
D | uniset_props.cpp | 460 RuleCharacterIterator::Pos backup; in applyPattern() local 500 chars.getPos(backup); in applyPattern() 506 chars.setPos(backup); // backup in applyPattern() 512 chars.getPos(backup); // prepare to backup in applyPattern() 518 chars.getPos(backup); // prepare to backup in applyPattern() 528 chars.setPos(backup); // backup in applyPattern() 725 chars.getPos(backup); in applyPattern() 731 chars.setPos(backup); in applyPattern()
|
/external/e2fsprogs/tests/f_preen/ |
D | name | 1 preen shouldn't destroy backup superblocks
|
D | expect.1 | 5 the backup block group descriptors may be OK.
|
/external/e2fsprogs/tests/f_badjourblks/ |
D | name | 1 Illegal blocks in journal inode (and backup in superblock)
|
/external/antlr/antlr-3.4/runtime/Perl5/ |
D | MANIFEST.SKIP | 8 # temporary and backup files
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 1908 int backup; 1909 int i = backup = parsePosition.getIndex(); 1930 i = backup; 1941 parsePosition.setIndex(backup); 2419 int backup = -1; in subparse() local 2448 if (strictParse && backup != -1) { in subparse() 2453 if ((lastGroup != -1 && countCodePoints(text, lastGroup, backup) - 1 != gs2) in subparse() 2458 lastGroup = backup; in subparse() 2460 backup = -1; // Do this BEFORE continue statement below!!! in subparse() 2481 if (backup != -1) { in subparse() [all …]
|
/external/selinux/libsemanage/src/ |
D | semanage_store.c | 1620 const char *backup = in semanage_commit_sandbox() local 1654 if (stat(backup, &buf) == 0) { in semanage_commit_sandbox() 1656 semanage_remove_directory(backup) != 0) { in semanage_commit_sandbox() 1657 ERR(sh, "Could not remove previous backup %s.", backup); in semanage_commit_sandbox() 1662 ERR(sh, "Could not stat directory %s.", backup); in semanage_commit_sandbox() 1667 if (rename(active, backup) == -1) { in semanage_commit_sandbox() 1668 ERR(sh, "Error while renaming %s to %s.", active, backup); in semanage_commit_sandbox() 1681 if (rename(backup, active) < 0) in semanage_commit_sandbox() 1682 ERR(sh, "Error while renaming %s back to %s.", backup, in semanage_commit_sandbox() 1695 else if (rename(backup, active) < 0) in semanage_commit_sandbox() [all …]
|
/external/libvorbis/ |
D | .gitignore | 25 # Emacs and other editor backup files
|
/external/libogg/ |
D | .gitignore | 25 # Emacs and other editor backup files
|
/external/javasqlite/src/main/java/SQLite/ |
D | Backup.java | 59 public void backup() throws SQLite.Exception { in backup() method in Backup
|
/external/e2fsprogs/tests/f_zero_inode_size/ |
D | expect.1 | 2 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
|
/external/e2fsprogs/tests/f_desc_size_bad/ |
D | expect.1 | 2 ../e2fsck/e2fsck: Group descriptors look bad... trying backup blocks...
|
/external/scrypt/lib/ |
D | README | 2 Tarsnap online backup system (and released under the 2-clause BSD license
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/e2fsprogs/tests/f_crashdisk/ |
D | expect.1 | 2 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
|
/external/e2fsprogs/tests/f_zero_super/ |
D | expect.1 | 2 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
|