Searched
full:restore (Results
1251 -
1275 of
4874) sorted by null
<<51525354555657585960>>
/external/libopus/celt/arm/ |
celt_pitch_xcorr_arm.s | 183 ; So we don't save/restore any other registers. 396 ; Restore _x 398 ; Restore and advance _y 484 ; Restore _x 486 ; Restore and advance _y
|
/external/llvm/lib/Target/ARM/ |
ThumbRegisterInfo.cpp | 408 // If this is a thumb spill / restore, we will be using a constpool load to 465 // The UseMI is where we would like to restore the register. If there's 466 // interference with R12 before then, however, we'll need to restore it 472 // If this instruction affects R12, adjust our restore point. 490 // Restore the register from R12
|
/external/llvm/lib/Target/SystemZ/ |
SystemZFrameLowering.cpp | 95 // save and restore the stack pointer at the same time, via STMG and LMG. 228 // Restore FPRs in the normal TargetInstrInfo way. 236 // Restore call-saved GPRs (but not call-clobbered varargs, which at 433 llvm_unreachable("Expected to see callee-save register restore code"); 448 assert(NewOpcode && "No restore instruction available");
|
/external/llvm/test/CodeGen/SPARC/ |
64abi.ll | 4 ; The save/restore frame is not strictly necessary here, but we would need to 17 ; CHECK: restore 50 ; CHECK: restore 101 ; CHECK: restore 143 ; CHECK: restore
|
/external/parameter-framework/upstream/parameter/ |
ConfigurableDomain.cpp | 553 // Force a configuration restore by forgetting about last applied configuration 568 // Check if we need to synchronize during restore 571 // Do the restore 572 pApplicableDomainConfiguration->restore(pParameterBlackboard, bSync, NULL); 729 bool bSuccess = configuration->restore(mainBlackboard, autoSync && _bSequenceAware, &errors); [all...] |
/external/skia/src/core/ |
SkRemote.cpp | 165 void didRestore() override { fEncoder->restore(); } 501 void restore() override { fCanvas->restore(); } 687 void restore() override { fWrapped->restore(); }
|
/external/valgrind/coregrind/m_dispatch/ |
dispatch-ppc32-linux.S | 129 /* It's necessary to save/restore VRSAVE in the AIX / Darwin ABI. 303 /* Restore FP regs */ 333 /* Restore Altivec regs */ 367 /* restore int regs, including importantly r3 (two_words) */ 393 /* restore lr & sp, and leave */
|
dispatch-ppc64be-linux.S | 145 /* It's necessary to save/restore VRSAVE in the AIX / Darwin ABI. 302 /* Restore Altivec regs. 335 /* Restore FP regs */ 356 /* restore int regs, including importantly r3 (two_words) */ 381 /* restore lr & sp, and leave */
|
dispatch-ppc64le-linux.S | 166 /* It's necessary to save/restore VRSAVE in the AIX / Darwin ABI. 328 /* Restore Altivec regs. 361 /* Restore FP regs */ 382 /* restore int regs, including importantly r3 (two_words) */ 407 /* restore lr & sp, and leave */
|
/frameworks/base/libs/hwui/renderthread/ |
CanvasContext.cpp | 437 mCanvas->restore(); 450 mCanvas->restore(); 463 mCanvas->restore(); 473 mCanvas->restore(); 491 mCanvas->restore();
|
/frameworks/support/percent/src/android/support/percent/ |
PercentLayoutHelper.java | 258 Log.d(TAG, "should restore " + view + " " + params); 399 // Preserve the original layout params, so we can restore them after the measure step. 460 // Preserve the original margins, so we can restore them after the measure step. 538 // Only restore the width if we didn't compute it based on the height and 543 // Only restore the height if we didn't compute it based on the width and
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageShow.java | 294 canvas.restore(); 314 canvas.restore(); 483 canvas.restore(); 489 canvas.restore(); 587 canvas.restore(); [all...] |
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
ppc64elf.em | 683 { "save-restore-funcs", no_argument, NULL, OPTION_SAVRES }, 684 { "no-save-restore-funcs", no_argument, NULL, OPTION_NO_SAVRES }, 739 --save-restore-funcs Provide register save and restore routines used\n\ 744 --no-save-restore-funcs Don'\''t provide these routines.\n"
|
/art/compiler/debug/dwarf/ |
dwarf_test.cc | 95 opcodes.Restore(Reg(0x3F)); 97 opcodes.Restore(Reg(0x40)); 99 opcodes.Restore(reg);
|
/bionic/libc/arch-arm/krait/bionic/ |
strcmp.S | 341 /* Restore temporaries early, before computing the return value. */ 451 /* Restore registers and stack. */ 475 /* Restore registers and stack. */
|
/cts/tests/tests/os/src/android/os/cts/ |
LocaleListTest.java | 249 // restore the original values 283 // restore the original values 299 // restore the original values
|
/development/ndk/platforms/android-21/include/media/ |
NdkMediaDrm.h | 210 * used to later restore the keys to a new session with AMediaDrm_restoreKeys. 227 * Restore persisted offline keys into a new session. keySetId identifies the 231 * keySetId identifies the saved key set to restore
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PresentationActivity.java | 102 // This state persists so that we can restore the old presentation 120 // Restore saved instance state. 154 // Restore presentations from before the activity was paused.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TouchPaint.java | 100 // Restore the fading option if we are being thawed from a 159 // Save away the fading state to restore if needed later. Note that 500 canvas.restore();
|
/docs/source.android.com/src/devices/audio/ |
debugging.jd | 152 <h3 id="restore">Restore</h3> 156 Restore your build and device as follows:
|
/external/autotest/client/cros/cellular/ |
cell_tools.py | 339 Restore it when done. 411 """Restore autoconnect state if we changed it.""" 429 # device, and restore state only on changed services
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
cookie.py | 84 save/restore ``environ`` entries via digially signed cookie 233 save/restore to the signed cookie. By default is consists 356 save/restore to the signed cookie. By default is consists
|
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
draw_helpers.html | 277 ctx.restore(); 328 ctx.restore(); 402 ctx.restore();
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
picture_ops_chart_view.html | 341 this.chartCtx_.restore(); 365 this.chartCtx_.restore(); 412 this.chartCtx_.restore();
|
/external/iproute2/ip/ |
iprule.c | 37 fprintf(stderr, " ip rule restore\n"); 295 fprintf(stderr, "Can't restore rule dump from a terminal\n"); 560 } else if (matches(argv[0], "restore") == 0) {
|
Completed in 1933 milliseconds
<<51525354555657585960>>