HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 426 - 450 of 2497) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/page/
PrintContext.cpp 214 ctx.restore();
224 ctx.restore();
362 graphicsContext.restore();
368 graphicsContext.restore();
373 graphicsContext.restore();
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 46 Callee must save/restore r4+ (except r12) if it modifies them.
175 ldmfd sp!, {r0-r2,lr} @ restore live registers
277 ldmfd sp!, {r0-r3} @ restore r0-r3
335 ldmfd sp!, {r0-r2,lr} @ restore registers
458 ldmfd sp!, {r0-r3} @ restore r0-r3
464 ldmfd sp!, {r0-r1} @ restore r2 and r6
529 pop {r2-r3} @ restore operands in reverse order
530 pop {r0-r1} @ restore operands in reverse order
573 pop {r2-r3} @ restore operands in reverse order
574 pop {r0-r1} @ restore operands in reverse orde
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 120 // Restore all int arg registers
125 // Restore all FP arg registers
183 // Restore all int arg registers
188 // Restore all FP arg registers
268 // Restore all int arg registers
273 // Restore all FP arg registers
337 // stack after we restore all regs.
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 143 pop %esi # restore .txt pointer
239 pop %edx # restore call pointer
291 pop %ebx # restore chip count
301 push %esi # restore the values
320 pop %edx # restore strcat pointer
488 pop %ecx # restore string pointer
538 pop %eax # restore in reverse order
  /external/zlib/contrib/masmx86/
gvmat32.asm 488 ; now we restore edx, ecx and esi, for the big loop
501 mov edx,window ; restore edx=window
509 ; now we restore ecx and esi, for the big loop :
527 ; restore stack and register ebx,esi,edi,ebp
568 popfd ; restore AC bit in EFLAGS first
580 popfd ; restore original EFLAGS
933 ;;; Restore the stack and return from whence we came.
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 53 * Performs backup and restore of the System and Secure settings.
101 // the key to store the WIFI data under, should be sorted as last, so restore happens last.
106 // Name of the temporary file we use during full backup/restore. This is
289 if (DEBUG_BACKUP) Log.d(TAG, "Full restore complete.");
396 // Restore only the white list data.
569 Log.w(TAG, "Couldn't restore " + filename);
634 Log.w(TAG, "Couldn't restore " + filename);
  /packages/apps/Email/src/com/android/email/service/
MailService.java 165 // If we have the data, restore the last-sync-times for each account
305 // Restore prev-sync & next-sync times for any reports in the new list
323 // restore the reports if lost
511 // We use a full projection here because we'll restore each account object from it
565 // restore the reports if lost
593 // restore the reports if lost
598 Log.d(LOG_TAG, "no data in intent to restore");
  /external/icu4c/common/
ucnv_u32.c 54 /* Restore state of current sequence */
56 i = args->converter->toULength; /* restore # of bytes consumed */
135 /* Restore state of current sequence */
137 i = args->converter->toULength; /* restore # of bytes consumed */
516 /* Restore state of current sequence */
519 i = args->converter->toULength; /* restore # of bytes consumed */
603 /* Restore state of current sequence */
606 i = args->converter->toULength; /* restore # of bytes consumed */
    [all...]
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java 35 * This is the backup/restore agent class for the BackupRestore sample
37 * restore APIs directly, without taking advantage of any helper classes.
193 * so the only time a restore will happen is when the application is
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java 381 // While unlink will restore to the proper place, the real position
389 // unlink(), however, it will restore the cfb to the
392 // the only safe solution is to restore it back
  /external/iptables/iptables/
iptables-restore.c 1 /* Code to restore the iptables state, from file by iptables-save.
134 iptables_globals.program_name = "iptables-restore";
162 print_usage("iptables-restore",
  /external/openssl/crypto/bn/asm/
s390x-mont.pl 84 sra $num,3 # restore $num
85 la $bp,0($j,$bp) # restore $bp
190 ahi $num,1 # restore $num, incidentally clears "borrow"
  /external/qemu/target-i386/
machine.c 209 /* NOTE: we cannot always restore the FPU state if the image come
211 if we are in an MMX state to restore correctly in that case. */
255 /* XXX: restore FPU round state */
  /external/skia/src/core/
SkCanvas.cpp 67 The clip/matrix/proc are fields that reflect the top of the save/restore
154 /* This is the record we keep for each save/restore level in the stack.
458 this->restoreToCount(1); // restore everything but the last
459 this->internalRestore(); // restore the last, since we're going away
531 The caller really needs to restore() back to the base if they want to
640 new (newTop) MCRec(fMCRec, flags); // balanced in restore()
763 void SkCanvas::restore() { function in class:SkCanvas
777 fClipStack.restore();
783 // now do the normal restore()
790 recorder will have already recorded the restore)
    [all...]
SkPaint.cpp 863 SkAutoRestorePaintTextSizeAndFrame restore(this);
867 // this gets restored by restore
937 SkAutoRestorePaintTextSizeAndFrame restore(this);
942 // this gets restored by restore
1009 SkAutoRestorePaintTextSizeAndFrame restore(this);
1013 // this gets restored by restore
1066 SkAutoRestorePaintTextSizeAndFrame restore(this);
1071 // this gets restored by restore
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-aix5.c 195 /* Remove a signal frame from thread 'tid's stack, and restore the CPU
214 /* restore the entire guest state, and shadows, from the
216 restore it from saved ucontext. Oh well. */
sigframe-ppc64-aix5.c 195 /* Remove a signal frame from thread 'tid's stack, and restore the CPU
248 /* restore the entire guest state, and shadow, from the
250 restore it from saved ucontext. Oh well. */
  /external/webkit/Source/WebCore/inspector/front-end/
ProfileDataGridTree.js 226 // This allows us to restore them all to their original state when we revert.
240 // This allows us to restore them all to their original state when we revert.
346 restore: function()
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 104 m_path->setFillType(ft); // restore
302 scratch->restore();
321 scratch->restore();
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceClipper.cpp 185 // The save/restore pair is needed for clipToImageBuffer - it doesn't work without it on non-Cg platforms.
194 maskContext->restore();
201 maskContext->restore();
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm 163 // Restore the modern tags to the menu items whose tags we altered in fixMenusToSendToOldClients.
172 // Restore the specific tag for items on which we temporarily set WebMenuItemTagOther to match old behavior.
253 // Restore the new API tag for items on which we temporarily set the old SPI tag. The old SPI tag was
  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 181 // Restore prev state
240 // Restore prev state, this shouldn't happen
246 // Restore prev state, this shouldn't happen
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeAgent.java 35 * This is the backup/restore agent class for the BackupRestore sample
37 * restore APIs directly, without taking advantage of any helper classes.
205 * so the only time a restore will happen is when the application is
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 136 // Restore data from preference
143 * Restore data from preference
172 * Save application data to preference, need restore these data when service restart
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 306 canvas.restore();
321 canvas.restore();
341 canvas.restore();

Completed in 1648 milliseconds

<<11121314151617181920>>