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

1 2 34 5 6 7 8 91011>>

  /external/skia/gm/
pathopsskpclip.cpp 55 canvas->restore();
61 canvas->restore();
lumafilter.cpp 53 canvas->restore();
71 canvas->restore();
74 canvas->restore();
75 canvas->restore();
142 canvas->restore();
linepaths.cpp 40 canvas->restore();
146 canvas->restore();
148 canvas->restore();
150 canvas->restore();
151 canvas->restore();
183 canvas->restore();
290 canvas->restore();
292 canvas->restore();
294 canvas->restore();
295 canvas->restore();
    [all...]
quadpaths.cpp 40 canvas->restore();
147 canvas->restore();
149 canvas->restore();
151 canvas->restore();
152 canvas->restore();
185 canvas->restore();
293 canvas->restore();
295 canvas->restore();
297 canvas->restore();
298 canvas->restore();
    [all...]
  /external/valgrind/
bionic.supp 12 # a restore path in dvmPlatformInvoke: "ldmdb r4, {r4, r5, r6, r7, r8, r9, sp, pc}"
16 # which way SP moved, I guess). Worse, because these happen after the restore to SP,
  /frameworks/base/tests/LegacyRestoreTest/
README 7 'adb restore' decrypts and applies the restored archive successfully on a device
8 running Android 4.3, but fails to restore correctly on a device running Android 4.4,
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
InLineSettingRestore.java 26 /* A restore setting is simply showing the restore title. */
  /external/iptables/extensions/
libxt_CONNMARK.c 65 " --restore-mark [--mask mask] Restore saved nfmark value\n");
74 {.name = "restore-mark", .id = O_RESTORE_MARK, .type = XTTYPE_NONE,
95 {.name = "restore-mark", .id = O_RESTORE_MARK, .type = XTTYPE_NONE,
114 " --restore-mark [--ctmask mask] [--nfmask mask]\n"
118 " --restore-mark [--mask mask] Restore saved nfmark value\n"
130 * Need these defaults for --save-mark/--restore-mark if no
239 printf(" CONNMARK restore ");
280 printf(" CONNMARK restore");
    [all...]
libxt_CONNSECMARK.c 26 " --restore Copy security mark from connection to packet\n");
31 {.name = "restore", .id = O_RESTORE, .excl = F_SAVE,
65 printf("restore");
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PolyToPoly.java 61 canvas.restore();
83 canvas.restore();
90 canvas.restore();
97 canvas.restore();
104 canvas.restore();
  /external/libunwind/src/x86_64/
setcontext.S 48 /* restore signal mask
59 /* restore fp state */
64 /* restore signal mask */
74 /* restore fp state */
85 /* restore the rest of the state */
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-en-rAU/
strings.xml 24 <string name="restore_confirm_text" msgid="7499866728030461776">"A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen?\n\nIf you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!"</string>
25 <string name="allow_restore_button_label" msgid="3081286752277127827">"Restore my data"</string>
26 <string name="deny_restore_button_label" msgid="1724367334453104378">"Do not restore"</string>
33 <string name="restore_enc_password_text" msgid="6140898525580710823">"If the restore data is encrypted, please enter the password below:"</string>
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-en-rGB/
strings.xml 24 <string name="restore_confirm_text" msgid="7499866728030461776">"A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen?\n\nIf you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!"</string>
25 <string name="allow_restore_button_label" msgid="3081286752277127827">"Restore my data"</string>
26 <string name="deny_restore_button_label" msgid="1724367334453104378">"Do not restore"</string>
33 <string name="restore_enc_password_text" msgid="6140898525580710823">"If the restore data is encrypted, please enter the password below:"</string>
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-en-rIN/
strings.xml 24 <string name="restore_confirm_text" msgid="7499866728030461776">"A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen?\n\nIf you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!"</string>
25 <string name="allow_restore_button_label" msgid="3081286752277127827">"Restore my data"</string>
26 <string name="deny_restore_button_label" msgid="1724367334453104378">"Do not restore"</string>
33 <string name="restore_enc_password_text" msgid="6140898525580710823">"If the restore data is encrypted, please enter the password below:"</string>
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
QuickRejectActivity.java 61 canvas.restore();
63 Log.d("OpenGLRenderer", "count after restore=" + count);
77 canvas.restore();
79 Log.d("OpenGLRenderer", "count after restore=" + count);
86 canvas.restore();
Lines2Activity.java 109 canvas.restore();
118 canvas.restore();
127 canvas.restore();
137 canvas.restore();
146 canvas.restore();
155 canvas.restore();
178 canvas.restore();
201 canvas.restore();
224 canvas.restore();
247 canvas.restore();
    [all...]
ShapesActivity.java 91 canvas.restore();
102 canvas.restore();
113 canvas.restore();
124 canvas.restore();
135 canvas.restore();
146 canvas.restore();
157 canvas.restore();
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_amd64.S 48 mov %rbx, %rsp # restore the original rsp
52 # Restore scratch registers.
128 mov %rbx, %rsp # restore the original rsp
132 # Restore scratch registers.
186 // restore env parameter
218 // restore env parameter
260 // restore savesigs parameter
264 // restore env parameter
306 // restore savesigs parameter
310 // restore env paramete
    [all...]
  /frameworks/base/core/java/android/app/
IBackupAgent.aidl 24 * backup & restore mechanism. End user code will not typically implement
57 * Restore an entire data snapshot to the application.
69 * the restore has been completed.
73 * finished restoring the application based on the restore data
94 * finished restoring the application based on the restore data
108 * Restore a single "file" to the application. The file was typically obtained from
123 * finished restoring the application based on the restore data
133 * Provide the app with a canonical "all data has been delivered" end-of-restore
135 * be appropriate. This is issued after both key/value and full data restore
140 * finished restoring the application based on the restore dat
    [all...]
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 141 * is to provide a guarantee that no stale data exists in the restore set when the
173 * @return Descriptions of the set of restore images available for this device,
180 * this device. This is used in the case of applications wishing to restore
195 * @param packages List of applications to restore (if data is available).
199 * (an error occurred, the restore should be aborted and rescheduled).
210 * in the current restore session: all packages described in startRestore() have been
214 * occurred and the entire restore operation should be abandoned.
218 * restore data; or {@link RestoreDescription#NO_MORE_PACKAGES} to indicate that
232 * End a restore session (aborting any in-process data transfer as necessary),
233 * freeing any resources and connections used during the restore process
    [all...]
  /bionic/tests/
setjmp_test.cpp 98 // _setjmp/_longjmp do not save/restore the signal mask.
113 // setjmp/longjmp do save/restore the signal mask on bionic, but not on glibc.
125 // bionic behaves like BSD and does save/restore the signal mask.
128 // glibc behaves like System V and doesn't save/restore the signal mask.
136 // sigsetjmp(0)/siglongjmp do not save/restore the signal mask.
151 // sigsetjmp(1)/siglongjmp does save/restore the signal mask.
196 /* The other architectures don't save/restore fp registers. */
  /external/llvm/test/CodeGen/Mips/
s2rem.ll 20 ; PIC: restore $16, $17, $ra, [[FS]]
21 ; STATIC: restore $16, $ra, [[FS]]
36 ; PIC: restore $16, $17, $ra, $18, [[FS]]
50 ; PIC: restore $16, $17, $ra, $18, [[FS]]
65 ; PIC: restore $16, $17, $ra, $18, [[FS]]
81 ; PIC: restore $16, $ra, [[FS]]
82 ; STATIC: restore $16, $ra, [[FS]]
  /external/skia/samplecode/
SampleAARects.cpp 122 canvas->restore();
135 canvas->restore();
145 canvas->restore();
155 canvas->restore();
166 canvas->restore();
177 canvas->restore();
180 canvas->restore();
  /art/runtime/arch/mips64/
jni_entrypoints_mips64.S 49 .cpreturn # Restore gp from t8 in branch delay slot. gp is not used
52 ld $a0, 0($sp) # restore registers from stack
71 daddiu $sp, $sp, 80 # restore the stack
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
drag_handle_test.html 75 // Change the class, which should restore the layout
84 // Restore the class-a, which should restore the layout

Completed in 270 milliseconds

1 2 34 5 6 7 8 91011>>