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

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/arch/x86/
quick_entrypoints_x86.S 98 // Restore got_reg.
111 POP ebp // Restore callee saves (ebx is saved/restored by the upcall)
182 // Restore FPRs. EAX is still on the stack.
191 POP ecx // Restore args except eax
194 POP ebp // Restore callee saves
199 // Restore register and jump to routine
203 POP eax // Restore Method*
205 // Restore FPRs.
214 POP ecx // Restore args except eax
217 POP ebp // Restore callee save
    [all...]
  /external/libunwind_llvm/src/
UnwindRegistersRestore.S 37 # restore all registers
70 # restore all registers
75 # restore rdi later
78 # restore rsp later
106 ; restore integral registerrs
140 ; restore float registers
174 ; restore vector registers if any are in use
271 // skip restore of x0,x1 for now
286 ldr lr, [x0, #0x100] // restore pc into lr
288 mov sp,x1 // restore s
    [all...]
  /external/selinux/policycoreutils/scripts/
fixfiles 4 # Script to restore labels on a SELinux box
213 # restore
216 restore () { function
283 restore Relabel
288 restore Relabel
305 restore Relabel
314 restore) restore Relabel;;
315 check) VERBOSE="-v"; restore Check -n;;
316 verify) restore Verify -n -o -;
    [all...]
  /frameworks/base/core/java/com/android/server/backup/
AccountSyncSettingsBackupHelper.java 156 // settings for us to restore.
242 * Restore account sync settings from the given data input stream.
269 Log.i(TAG, "Restore successful.");
271 Log.e(TAG, "Couldn't restore account sync settings\n" + e);
317 * Restore SyncSettings for all existing accounts from a stashed backup-set
344 * Restore SyncSettings for all existing accounts from a stashed backup-set
366 * Restore account sync settings using the given JSON. This function won't work if the account
370 * There are 2 pieces of data to restore -
373 * <strong>The restore favours adapters that were enabled on the old device, and doesn't care
376 * syncEnabled=true in restore data
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 37 # restore all registers
70 # restore all registers
75 # restore rdi later
78 # restore rsp later
106 ; restore integral registerrs
140 ; restore float registers
174 ; restore vector registers if any are in use
271 ; skip restore of x0,x1 for now
286 ldr lr, [x0, #0x100] ; restore pc into lr
288 mov sp,x1 ; restore s
    [all...]
  /external/skia/gm/
linepaths.cpp 28 canvas->restore();
140 canvas->restore();
142 canvas->restore();
144 canvas->restore();
145 canvas->restore();
drawminibitmaprect.cpp 118 canvas->restore();
123 canvas->restore();
130 canvas->restore();
  /external/skia/samplecode/
SamplePolyToPoly.cpp 118 canvas->restore();
134 canvas->restore();
142 canvas->restore();
150 canvas->restore();
158 canvas->restore();
  /frameworks/base/core/java/android/app/backup/
BackupHelper.java 23 * when dispatching backup and restore operations to the installed helpers.
77 * to restore a single entity from the restore data set. This method will be
90 * after a restore operation to write the backup state file corresponding to
98 * the restore operation.
BackupTransport.java 38 // this time, but the restore is still running and the caller should simply
43 // we've delivered the entire data stream for the current restore target.
260 // Key/value dataset restore interfaces
265 * @return Descriptions of the set of restore images available for this device,
274 * this device. This is used in the case of applications wishing to restore
291 * @param packages List of applications to restore (if data is available).
295 * (an error occurred, the restore should be aborted and rescheduled).
308 * in the current restore session: all packages described in startRestore() have been
312 * occurred and the entire restore operation should be abandoned.
317 * It does this when it has determined that it needs to skip restore of one or mor
    [all...]
  /frameworks/base/libs/hwui/
CanvasState.h 46 * restore() call. May be called several times sequentially.
61 * Manages the Snapshot stack, implementing matrix, save/restore, and clipping methods in the
66 * transform) or hook into changes (e.g. save/restore) with minimal surface area for manipulating
100 void restore();
103 // Save/Restore without side-effects
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 52 canvas.restore();
63 canvas.restore();
79 canvas.restore();
253 canvas.restore();
261 canvas.restore();
263 canvas.restore();
313 canvas.restore();
347 // Note: restore omitted, shouldn't result in unmatched save
355 EXPECT_EQ(3, count) << "Missing a restore shouldn't result in an unmatched saveLayer";
362 canvas.restore();
    [all...]
  /art/runtime/interpreter/mterp/mips64/
footer.S 122 * SP and RA. Here we restore SP, restore the registers, and then restore
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentHideShow.java 85 // Retrieve the text editor, and restore the last saved state if needed.
97 // Remember the current text, to restore if we later restart.
111 // Retrieve the text editor and tell it to save and restore its state.
SaveRestoreState.java 49 * App/Activity/Save &amp; Restore State
54 <td class="DescrColumn">The Save/Restore Screen implementation</td>
68 * will save/restore.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ScaleToFit.java 89 canvas.restore();
106 canvas.restore();
116 canvas.restore();
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
MyPreference.java 86 // Restore state
124 // Restore the instance state
143 // Restore the click counter
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
FileHelperExampleAgent.java 39 * restore of the datafile that we've configured it with, but it does
56 * does nearly all of the work for our use case: backup and restore of a
86 * Adding locking around the file rewrite that happens during restore is
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentHideShowSupport.java 86 // Retrieve the text editor, and restore the last saved state if needed.
98 // Remember the current text, to restore if we later restart.
112 // Retrieve the text editor and tell it to save and restore its state.
  /device/asus/fugu/overlay/frameworks/base/core/res/res/values/
config.xml 25 <!-- the 5th element "restore-time" indicates the number of milliseconds to delay
26 before automatically restore the default connection. Set -1 if the connection
27 does not require auto-restore. -->
  /external/google-breakpad/src/processor/
stackwalker_selftest_sol.s 91 restore
99 restore
107 restore
  /external/icu/icu4c/source/data/brkitr/
char.txt 18 # TODO: Restore if the Prepend set becomes non-empty again: $Prepend = [\p{Grapheme_Cluster_Break = Prepend}];
50 # TODO: Restore if the Prepend set becomes non-empty again: $Prepend [^$Control $CR $LF];
65 # TODO: Restore if the Prepend set becomes non-empty again: [^$Control $CR $LF] $Prepend;
  /external/iptables/extensions/
libxt_CONNMARK.man 17 \fB\-\-restore\-mark\fP [\fB\-\-nfmask\fP \fInfmask\fP] [\fB\-\-ctmask\fP \fIctmask\fP]
27 \fB\-\-restore\-mark\fP is only valid in the \fBmangle\fP table.
51 \fB\-\-restore\-mark\fP [\fB\-\-mask\fP \fImask\fP]
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 117 // If MI is restore, try combining it with previous inst.
365 // restore %g0, %g0, %i[0-7]
367 // After : restore <op0>, <op1>, %o[0-7]
373 // Erase RESTORE.
376 // Change ADD to RESTORE.
392 // restore %g0, %g0, %i[0-7]
395 // After : restore <op0>, <op1>, %o[0-7]
412 // Erase RESTORE.
415 // Change OR to RESTORE.
431 // restore %g0, %g0, %g
    [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.h 58 void Restore();
125 virtual void Restore();
229 virtual void Restore() {}

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 91011>>