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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
PathShape.java 59 canvas.restore();
  /frameworks/base/include/utils/
Errors.h 77 // Restore define; enumeration is in "android" namespace, so the value defined
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnService.java 257 // restore only if they are not overridden
260 Log.i(TAG, String.format("restore original dns prop: %s --> %s",
262 Log.i(TAG, String.format("restore original dns prop: %s --> %s",
295 Log.i(TAG, "restore original suffices --> " + mOriginalDomainSuffices);
  /frameworks/base/tests/backup/
backup_stress_test.sh 39 echo "Restore at `date`"
  /packages/apps/Calendar/src/com/android/calendar/
WeekActivity.java 33 * focus when a view hierarchy is saved / restore
  /packages/apps/IM/src/com/android/im/app/
ImRingtonePreference.java 33 * RingtonePreference subclass to save/restore ringtone value from ImProvider.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java 43 * editor knows how to save and restore itself.
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 232 /** restore the current matrix when restore() is called */
234 /** restore the current clip when restore() is called */
242 /** restore everything when restore() is called */
248 * will all operate as usual, but when the balancing call to restore()
260 * call to restore() is made, those calls will be forgotten, and the
264 * to save/restore
272 * the balancing call to restore() is made is that offscreen transfered t
336 public native void restore(); method in class:Canvas
1418 restore(); method
1432 restore(); method
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 64 The clip/matrix/proc are fields that reflect the top of the save/restore
147 /* This is the record we keep for each save/restore level in the stack.
293 fFilter->restore(fCanvas, fPaint, fType);
296 fLooper->restore();
303 // if we drew earlier with a filter, then we need to restore first
306 filter->restore(fCanvas, fPaint, fType);
423 this->restoreToCount(1); // restore everything but the last
424 this->internalRestore(); // restore the last, since we're going away
491 The caller really needs to restore() back to the base if they want to
564 new (newTop) MCRec(fMCRec, flags); // balanced in restore()
679 void SkCanvas::restore() { function in class:SkCanvas
    [all...]
SkPicture.cpp 73 case RESTORE: return "RESTORE";
  /build/tools/dexpreopt/afar/
main.c 240 /* Restore stdout.
243 die("Could not restore termios for stdout");
  /cts/tests/tests/graphics/src/android/graphics/cts/
CameraTest.java 54 method = "restore",
61 mCamera.restore();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PersistentState.java 51 * App/Activity/Save & Restore State
57 * <td class="DescrColumn">The Save/Restore Screen implementation</td>
  /external/kernel-headers/original/asm-x86/
thread_info_32.h 129 #define TIF_SINGLESTEP 3 /* restore singlestep on return to user mode */
134 #define TIF_RESTORE_SIGMASK 8 /* restore signal mask in do_signal() */
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 70 /* Function to set/restore palette */
90 WMcursor *cursor; /* To restore cursor when leaving/entering window */
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsevents.c 80 WSCONS_ReportError("cannot restore keyboard to translated mode: %s",
85 WSCONS_ReportError("cannot restore keynoard attributes: %s",
  /external/quake/quake/src/QW/client/
surf16.s 117 popl %ebx // restore register variables
120 popl %ebp // restore the caller's stack frame
surf8.s 260 popl %ebx // restore register variables
263 popl %ebp // restore the caller's stack frame
430 popl %ebx // restore register variables
433 popl %ebp // restore the caller's stack frame
570 popl %ebx // restore register variables
573 popl %ebp // restore the caller's stack frame
712 popl %ebx // restore register variables
715 popl %ebp // restore the caller's stack frame
  /external/quake/quake/src/WinQuake/
surf16.s 117 popl %ebx // restore register variables
120 popl %ebp // restore the caller's stack frame
surf8.s 260 popl %ebx // restore register variables
263 popl %ebp // restore the caller's stack frame
430 popl %ebx // restore register variables
433 popl %ebp // restore the caller's stack frame
570 popl %ebx // restore register variables
573 popl %ebp // restore the caller's stack frame
712 popl %ebx // restore register variables
715 popl %ebp // restore the caller's stack frame
  /external/skia/src/utils/
SkProxyCanvas.cpp 38 void SkProxyCanvas::restore() { function in class:SkProxyCanvas
39 fProxy->restore();
  /external/webkit/WebCore/loader/icon/
IconLoader.cpp 113 // After it is resolved, we can restore an assertion that the load is in progress if ::didFail() is called
135 // After it is resolved, we can restore an assertion that the load is in progress if ::didFail() is called
  /external/webkit/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 117 ctxt->restore();
163 context->restore();
  /external/webkit/WebCore/platform/graphics/qt/
ImageQt.cpp 117 ctxt->restore();
194 ctxt->restore();
  /external/webkit/WebCore/rendering/
EllipsisBox.cpp 56 // Restore the regular fill color.
97 context->restore();

Completed in 1927 milliseconds

1 2 3 4 5 6 7 891011>>