HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 151 - 175 of 4874) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/jacoco/jacoco-maven-plugin/META-INF/m2e/
lifecycle-mapping-metadata.xml 24 <goal>restore-instrumented-classes</goal>
  /external/libchrome/base/process/
launch_mac.cc 24 // kosher to restore the default exception handler, but in practice,
  /external/llvm/test/CodeGen/Mips/
sr1.ll 18 ; CHECK: restore $16, $17, $ra, [[FS]] # 16 bit inst
35 ; CHECK: restore $16, $17, $ra, [[FS]]
47 ; CHECK: restore $16, $17, $ra, $18, [[FS]]
51 ; NEG-NOT: restore $16, $17, $ra, $18, [[FS]] # 16 bit inst
tail16.ll 11 ; CHECK: restore $16, $ra, $18, 32
  /external/llvm/test/CodeGen/SPARC/
2011-01-11-FrameAddr.ll 13 ;V8: restore %g0, %fp, %o0
18 ;V9: restore %g0, %fp, %o0
24 ;SPARC64-NOT: restore %g0, %g0, %g0
25 ;SPARC64: restore
  /external/skia/gm/
hairmodes.cpp 102 canvas->restore();
113 canvas->restore();
118 canvas->restore();
119 canvas->restore();
lightingshader.cpp 126 canvas->restore();
138 canvas->restore();
150 canvas->restore();
162 canvas->restore();
  /external/skia/samplecode/
SampleAARectModes.cpp 108 canvas->restore();
119 canvas->restore();
124 canvas->restore();
125 canvas->restore();
SampleBigBlur.cpp 40 canvas->restore();
SampleHairModes.cpp 106 canvas->restore();
117 canvas->restore();
122 canvas->restore();
123 canvas->restore();
  /external/squashfs-tools/squashfs-tools/
restore.h 24 * restore.h
  /external/vulkan-validation-layers/tests/
vkvalidatelayerdoc.sh 33 # Restore original directory
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 43 ldr r9, [sp, #32] @ Restore the inner loop counter to order_coef
45 add r0, r9, asl #1 @ Restore r0 to &ar_g_Q0[order_coef]
46 add r2, r9, asl #1 @ Restore r2 to &cth_Q15[order_coef]
47 add r3, r9, asl #1 @ Restore r3 to &sth_Q15[order_coef]
  /frameworks/base/core/java/android/app/backup/
FileBackupHelper.java 32 * During restore, if the helper encounters data for a file that was not
47 * Construct a helper to manage backup/restore of entire files within the
89 * Restore one record [representing a single file] from the restore dataset.
RestoreDescription.java 24 * Description of the available restore data for a given package. Returned by a
41 * to indicate that no more package data is available in the current restore operation.
49 /** This package's restore data is an original-style key/value dataset */
52 /** This package's restore data is a tarball-type full data stream */
  /frameworks/base/core/jni/
android_backup_FileBackupHelperBase.cpp 83 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; local
89 err = restore->WriteFile(String8(filename), reader);
101 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; local
104 err = restore->WriteSnapshot(fd);
  /frameworks/base/docs/html/guide/topics/data/
index.jd 18 that users can restore their data when installing your application on a new device.</p>
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 54 // The restore will then extract to the given volume
64 * Full restore of one file to shared storage
70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
83 Slog.w(TAG, "Cannot restore data for unavailable volume " + i);
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutPackageItem.java 89 return; // Not installed, no need to restore yet.
92 s.wtf("Attempted to restore package " + mPackageName + ", user=" + mPackageUserId
93 + " but signatures not found in the restore data.");
100 // Package is now installed, but can't restore. Let the subclass do the cleanup.
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
XfermodeActivity.java 77 canvas.restore();
98 canvas.restore();
124 canvas.restore();
134 canvas.restore();
  /frameworks/native/cmds/rawbu/
backup.cpp 55 /* Directory paths that we will not backup/restore */
110 // directory itself, since the restore file won't
446 fprintf(stderr, "bad token %d in restore file\n", *type);
452 fprintf(stderr, "bad path length %d in restore file\n", pathLen);
457 fprintf(stderr, "truncated path in restore file\n");
466 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath);
471 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath);
476 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath);
481 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath);
487 fprintf(stderr, "bad mtime in restore file at '%s'\n", readPath)
661 int restore = 0; local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
BasePagerViewHolder.java 24 * as well as logic to save/restore instance state that's persisted not only for activity
29 * PageView implement PersistentInstanceState to save and restore instance states to/from a
53 // If the view is already there, let it restore the state. Otherwise, it will be
84 // When initially created, check if the view has any saved state. If so restore it.
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
BackupSharedPreference.java 23 * Wraps around various classes used in Gmail's backup/restore mechanism.
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_arm.s 35 // Restore stack
asm_arm64.s 35 // Restore stack

Completed in 524 milliseconds

1 2 3 4 5 67 8 91011>>