HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 201 - 225 of 3642) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/gm/
ovals.cpp 173 canvas->restore();
194 canvas->restore();
211 canvas->restore();
226 canvas->restore();
242 canvas->restore();
272 canvas->restore();
matriximagefilter.cpp 33 canvas->restore();
55 canvas.restore();
pathopsinverse.cpp 83 canvas->restore();
93 canvas->restore();
pictureimagefilter.cpp 51 canvas->restore();
86 canvas->restore();
resizeimagefilter.cpp 53 canvas->restore(); // for saveLayer
54 canvas->restore();
dashing.cpp 247 canvas->restore();
253 canvas->restore();
259 canvas->restore();
265 canvas->restore();
271 canvas->restore();
277 canvas->restore();
283 canvas->restore();
289 canvas->restore();
295 canvas->restore();
304 canvas->restore();
    [all...]
  /external/skia/samplecode/
SampleClock.cpp 71 canvas->restore();
100 canvas->restore();
126 canvas->restore();
147 canvas->restore();
201 canvas->restore();
216 canvas->restore();
  /frameworks/base/services/backup/java/com/android/server/backup/
Trampoline.java 46 // Product-level suppression of backup/restore
64 // Note that only the owner user is currently involved in backup/restore
66 // Does this product support backup/restore at all?
68 Slog.i(TAG, "Backup/restore not supported");
91 Slog.i(TAG, "Backup/restore not supported");
337 // Full backup/restore entry points - non-Binder; called directly
BackupManagerService.java 228 // Timeout intervals for agent backup & restore operations
235 // User confirmation timeout for a full backup/restore operation. It's this long in
298 // A similar synchronization mechanism around clearing apps' data for restore
400 public int pmToken; // in post-install restore, the PM's token for this transaction
405 * Restore a single package; no kill after restore
420 * Restore at install: PM token needed, kill after restore
435 * Restore everything possible. This is the form that Setup Wizard or similar
436 * restore UXes use
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nearbyint.c 34 * We save and restore the floating-point environment to avoid raising
36 * instead of feclearexcept()/feupdateenv() to restore the environment
  /development/samples/BackupRestore/
AndroidManifest.xml 27 <!-- The backup/restore mechanism was introduced in API version 8 -->
31 <application android:label="Backup/Restore"
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
BackupRestoreActivity.java 43 * <p>Participating in the backup/restore mechanism is simple. The application
52 * When a backup or restore operation is performed, the application's agent class
65 * future reference, sending data to the backup transport, and reading it from a restore
98 * object. This ensures that in the unlikely event of the our backup/restore
256 * Click handler, designated in the layout, that runs a restore of the app's
260 Log.v(TAG, "Requesting restore of our most recent data");
264 /** Done with the restore! Now draw the new state of our data */
265 Log.v(TAG, "Restore finished, error = " + error);
  /external/compiler-rt/lib/builtins/ppc/
restFP.S 13 // Helper function used by compiler to restore ppc floating point registers at
17 // If the compiler wants to restore f27..f31, it does a "b restFP+52"
  /external/libvncserver/x11vnc/
screen.h 42 extern void set_nofb_params(int restore);
43 extern void set_raw_fb_params(int restore);
  /external/llvm/include/llvm/Support/
SaveAndRestore.h 11 /// This file provides utility classes that use RAII to save and restore
21 /// A utility class that uses RAII to save and restore the value of a variable.
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumcom.idl 55 // restore the context state after using the Gallium context for something else
66 * This is intended to restore state after a blit-like operation.
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 71 // The currently-active restore set always has the same (nonzero!) token
174 // Each 'record' in the restore set is kept in its own file, named by
413 // Restore handling
439 // The current restore set always has the same token
445 if (DEBUG) Log.v(TAG, "start restore " + token + " : " + packages.length
503 if (DEBUG) Log.v(TAG, " no more packages to restore");
517 // The restore set is the concatenation of the individual record blobs,
596 // Full restore handling
609 * stream them to the application's agent for restore, then will call this method again
616 * {@link #getNextFullRestorePackage()} to begin the restore process for the nex
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClearActivity.java 79 canvas.restore();
85 canvas.restore();
MipMapActivity.java 68 canvas.restore();
74 canvas.restore();
Transform3dActivity.java 83 canvas.restore();
91 camera.restore();
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java 80 canvas.restore();
98 canvas.restore();
  /packages/apps/Terminal/src/com/android/terminal/
TerminalLineView.java 80 canvas.restore();
89 canvas.restore();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
LocalSettingsConstants.java 28 // Do not restore.
31 // Do not restore.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ImportantNoticeUtilsTests.java 90 public void restore() { method in class:ImportantNoticeUtilsTests.ImportantNoticePreferences
111 mImportantNoticePreferences.restore();
  /art/runtime/arch/x86/
quick_entrypoints_x86.S 77 POP ebp // Restore callee saves (ebx is saved/restored by the upcall)
148 // Restore FPRs. EAX is still on the stack.
157 POP ecx // Restore args except eax
160 POP ebp // Restore callee saves
165 // Restore register and jump to routine
169 POP eax // Restore Method*
171 // Restore FPRs.
180 POP ecx // Restore args except eax
183 POP ebp // Restore callee saves
185 xchgl 0(%esp),%edi // restore EDI and place code pointer as only value on stac
    [all...]

Completed in 294 milliseconds

1 2 3 4 5 6 7 891011>>