HomeSort by relevance Sort by last modified time
    Searched refs:restore (Results 276 - 300 of 320) sorted by null

<<111213

  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 362 canvas.restore();
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.h 599 void restore() { if (mSuspended) mSuspended--; } function in class:android::AudioFlinger::PlaybackThread
    [all...]
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 386 Attachment dbAttachment = new Attachment().restore(cursor);
587 * Used for backup/restore.
638 * Used for backup/restore and for account migration.
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java     [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 839 NJ_EXTERN NJ_INT16 njx_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 restore, NJ_UINT32 size) {
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 331 labels at stable storage and restore them back after reboot before the first
  /external/v8/src/
v8natives.js 64 // functions on String.prototype etc. and then restore the old function
string.js 469 regexp.lastIndex = last_idx; // restore lastIndex
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 659 // restore playback only if not at end, otherwise QTMovie will loop
912 // If this movie is reloading and we mean to restore the current time/rate, this might be the right time to do it.
    [all...]
  /external/webkit/WebKit/android/nav/
WebView.cpp 439 SkAutoCanvasRestore restore(canvas, true);
    [all...]
  /external/webkit/WebKit/win/
WebFrame.cpp 356 gc.restore();
    [all...]
  /packages/apps/Email/src/com/android/exchange/
SyncManager.java 620 Account account = new Account().restore(c);
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 233 m_data->restore();
    [all...]
  /external/webkit/WebCore/plugins/
PluginView.cpp     [all...]
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java     [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 7 a save/restore block because a clip... command returned false (empty).
716 case RESTORE:
717 canvas.restore();
    [all...]
  /external/webkit/WebCore/loader/
FrameLoader.cpp     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S 44 Callee must save/restore r4+ (except r12) if it modifies them. If VFP
82 /* save/restore the PC and/or FP from the glue struct */
276 * got pushed onto the stack. From this it figures out how to restore
392 * Restore the stack pointer and PC from the save point established on entry.
397 * SP and LR. Here we restore SP, restore the registers, and then restore
408 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return
    [all...]
InterpAsm-armv5te-vfp.S 44 Callee must save/restore r4+ (except r12) if it modifies them. If VFP
82 /* save/restore the PC and/or FP from the glue struct */
276 * got pushed onto the stack. From this it figures out how to restore
392 * Restore the stack pointer and PC from the save point established on entry.
397 * SP and LR. Here we restore SP, restore the registers, and then restore
408 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return
    [all...]
InterpAsm-armv5te.S 44 Callee must save/restore r4+ (except r12) if it modifies them. If VFP
82 /* save/restore the PC and/or FP from the glue struct */
276 * got pushed onto the stack. From this it figures out how to restore
392 * Restore the stack pointer and PC from the save point established on entry.
397 * SP and LR. Here we restore SP, restore the registers, and then restore
408 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return
    [all...]
InterpAsm-armv7-a-neon.S 44 Callee must save/restore r4+ (except r12) if it modifies them. If VFP
82 /* save/restore the PC and/or FP from the glue struct */
286 * got pushed onto the stack. From this it figures out how to restore
402 * Restore the stack pointer and PC from the save point established on entry.
407 * SP and LR. Here we restore SP, restore the registers, and then restore
418 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return
    [all...]
InterpAsm-armv7-a.S 44 Callee must save/restore r4+ (except r12) if it modifies them. If VFP
82 /* save/restore the PC and/or FP from the glue struct */
286 * got pushed onto the stack. From this it figures out how to restore
402 * Restore the stack pointer and PC from the save point established on entry.
407 * SP and LR. Here we restore SP, restore the registers, and then restore
418 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 995 \hsize=\doublecolumnhsize % have to restore this since output routine
    [all...]

Completed in 967 milliseconds

<<111213