/external/skia/src/core/ |
SkPicture.cpp | 73 case RESTORE: return "RESTORE";
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
fldcw_check.S | 36 add $8,%rsp # restore stack 138 fldcw saved_cw # restore old cw
|
ll.S | 151 pop %rsi # restore .txt pointer 244 pop %rdx # restore call pointer 291 pop %rbx # restore chip count 301 push %rsi # restore the values 323 pop %rdx # restore strcat pointer 488 pop %rcx # restore string pointer 491 pop %rdx # restore strcat pointer 538 pop %rax # restore in reverse order
|
/external/webkit/Source/WebCore/loader/icon/ |
IconLoader.cpp | 118 // After it is resolved, we can restore an assertion that the load is in progress if ::didFail() is called 140 // After it is resolved, we can restore an assertion that the load is in progress if ::didFail() is called
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
ImageHaiku.cpp | 118 ctxt->restore(); 164 context->restore();
|
/external/webkit/Source/WebCore/rendering/ |
EllipsisBox.cpp | 58 // Restore the regular fill color. 99 context->restore();
|
RenderThemeWinCE.cpp | 391 paintInfo.context->restore(); 508 i.context->restore(); 528 i.context->restore(); 552 paintInfo.context->restore(); 577 paintInfo.context->restore(); 601 paintInfo.context->restore(); 617 paintInfo.context->restore(); 633 paintInfo.context->restore();
|
/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLSquareRoot.cpp | 161 info.context->restore(); 163 info.context->restore();
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourceMasker.cpp | 115 // The save/restore pair is needed for clipToImageBuffer - it doesn't work without it on non-Cg platforms. 155 maskImageContext->restore();
|
/external/webkit/Source/WebKit/android/plugins/ |
ANPCanvasInterface.cpp | 44 canvas->skcanvas->restore(); 176 ASSIGN(i, restore);
|
/external/webkit/Source/WebKit/chromium/tests/ |
TransparencyWinTest.cpp | 137 src->context()->restore(); 189 src->context()->restore(); 244 src->context()->restore(); 277 src->context()->restore(); 392 src->context()->restore(); 476 src->context()->restore(); 564 src->context()->restore(); 613 src->context()->restore();
|
/frameworks/base/core/java/android/preference/ |
SeekBarPreference.java | 196 // Restore the instance state 217 // Restore the click counter
|
/frameworks/base/core/jni/ |
android_app_backup_FullBackup.cpp | 39 * a standalone archive suitable for restore on its own. In particular, the identification of 47 * installed on the target device at restore time. These need to appear first in the tar
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
LinesActivity.java | 148 canvas.restore(); 155 canvas.restore();
|
PathsActivity.java | 124 canvas.restore(); 142 canvas.restore();
|
ShadersActivity.java | 122 canvas.restore(); 139 canvas.restore();
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
GcSnapshot.java | 160 /** sets an optional copy of the original content to be used during restore */ 239 * upon restore 263 * into the main graphics when {@link #restore()} is called. 268 * upon restore 363 public GcSnapshot restore() { method in class:GcSnapshot 369 * @param saveCount the saveCount or -1 to only restore 1. 546 // restore the current one first. 549 if (size == saveCount + 1) { // this was the only one that needed restore.
|
/packages/apps/Browser/src/com/android/browser/ |
CrashRecoveryHandler.java | 44 /* This is the duration for which we will prompt to restore 46 * we will automatically restore. If we then crash again within XX minutes,
|
/packages/apps/HTMLViewer/src/com/android/htmlviewer/ |
HTMLViewerActivity.java | 94 // Restore a webview if we are meant to restore
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
SearchDropTargetBar.java | 207 // Restore the QSB search bar, and animate out the drop target bar 227 // Restore the background
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartGridView.java | 126 canvas.restore(); 134 canvas.restore();
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursslk.h | 130 // Restore them 131 void restore() { function in class:Soft_Label_Key_Set
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fdreg.h | 95 #define FD_SAVE 0x2e /* save fdc regs for later restore */ 100 #define FD_RESTORE 0x4e /* later restore */
|
/external/valgrind/main/coregrind/ |
m_trampoline.S | 667 lwz 3,512(1) /* restore r3 */ 681 lwz 3,512(1) /* restore r3 */ 694 /* Success. Restore r2-r10 from preloadpage-> and start 696 lwz 3,512(1) /* restore r3 */ 717 lwz 3,512(1) /* restore r3 */ 725 lwz 3,512(1) /* restore r3 */ 732 lwz 3,512(1) /* restore r3 */ 807 ld 3,512(1) /* restore r3 */ 819 ld 3,512(1) /* restore r3 */ 830 /* Success. Restore r2-r10 from preloadpage-> and star [all...] |
/external/llvm/lib/CodeGen/ |
RegisterScavenging.cpp | 302 // restore point. 319 // If we ran off the end, that's where we want to restore. 322 "No available scavenger restore location!"); 369 // If the target knows how to save/restore the register, let it do so; 379 // Restore the scavenged register before its use (or first terminator).
|