/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/ |
test_program.py | 236 def restore(): function in function:TestCommandLineArgs.testCatchBreakInstallsHandler 238 self.addCleanup(restore)
|
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/ |
test_program.py | 236 def restore(): function in function:TestCommandLineArgs.testCatchBreakInstallsHandler 238 self.addCleanup(restore)
|
/prebuilts/go/darwin-x86/src/runtime/ |
rt0_linux_arm.s | 44 // Restore callee-save registers and return. 105 // SWI $0 // restore signal handler
|
/prebuilts/go/linux-x86/src/runtime/ |
rt0_linux_arm.s | 44 // Restore callee-save registers and return. 105 // SWI $0 // restore signal handler
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_program.py | 236 def restore(): function in function:TestCommandLineArgs.testCatchBreakInstallsHandler 238 self.addCleanup(restore)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_program.py | 236 def restore(): function in function:TestCommandLineArgs.testCatchBreakInstallsHandler 238 self.addCleanup(restore)
|
/system/extras/simpleperf/ |
gtest_main.cpp | 125 LOG(ERROR) << "failed to restore /proc/sys/kernel/perf_event_paranoid"; 174 // /proc/sys/kernel/perf_event_paranoid is 3, so restore perf_harden
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
unwind-ok.s | 72 .restore sp 127 .restore sp, 32
|
/art/runtime/ |
fault_handler.cc | 64 // restore the signal states to their original values, reinstate the fault manager (thus 216 // Restore the signal handlers, reinit the fault manager and return. Signal was 221 PLOG(ERROR) << "Unable to restore signal handler"; 232 // Restore the signal handlers. 236 PLOG(ERROR) << "Unable to restore signal handler";
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
picture_ops_chart_summary_view.html | 239 this.chartCtx_.restore(); 353 this.chartCtx_.restore(); 378 this.chartCtx_.restore(); 384 this.chartCtx_.restore(); 386 this.chartCtx_.restore();
|
/external/libnfc-nci/src/nfa/p2p/ |
nfa_p2p_main.c | 63 /* timeout to restore active listen mode if no RF activation on passive mode */ 189 /* restore active listen mode */ 197 ** Description Remove active listen mode temporarily or restore it 214 /* restore listen technologies */ 351 /* restore active listen mode */
|
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_tritmp.h | 37 * and restore vertices afterwards. 38 * DO_OFFSET: Calculate offset for triangles and adjust vertices. Restore 41 * into the other vertices. Restore after rendering. 60 * VERT_RESTORE_RGBA: Restore vertex rgba from a local variable. 63 * LOCAL_VARS(n): (At least) define local vars for save/restore rgba.
|
/external/valgrind/coregrind/m_dispatch/ |
dispatch-s390x-linux.S | 112 /* Save valgrind's FPC on stack so postamble can restore 140 We don't have (need) that, as we save and restore the FPC register 143 /* Restore valgrind's FPC, as client code may have changed it. */ 146 /* Restore %r2 from stack; holds address of two_words */ 152 /* Restore callee-saved registers... */
|
/external/chromium-trace/catapult/third_party/flot/ |
jquery.flot.pie.js | 374 ctx.restore(); 397 ctx.restore(); 408 ctx.restore(); 415 ctx.restore(); 548 layer.restore(); 558 layer.restore(); 599 ctx.restore(); 627 ctx.restore(); 637 ctx.restore(); 743 octx.restore(); [all...] |
/external/skia/src/core/ |
SkPictureRecord.cpp | 160 size_t size = 1 * kUInt32Size; // RESTORE consists solely of 1 op code 161 size_t initialOffset = this->addDraw(RESTORE, &size); 261 // which in-turn calls our overridden restore(), so those get recorded too. 278 // the restore offsets can be filled in when the corresponding 279 // restore command is recorded. 284 // be 0, disabling their ability to trigger a jump-to-restore, otherwise 310 // + restore offset 332 // + restore offset 354 // + restore offset 375 // + restore offse [all...] |
/external/autotest/server/cros/faft/ |
firmware_test.py | 260 # DUT may be broken by a corrupted firmware. Restore firmware. 266 logging.info('Try restore the original firmware...') 278 logging.info('Try restore the original kernel...') 287 # DUT may be broken by a corrupted OS image. Restore OS image. 289 logging.info('Try restore the OS image...') 296 logging.info('Successfully restore OS image.') 318 """A routine to try to restore the system from a timeout error. 650 """Restore the original EC write-protection.""" 655 logging.info('Restore original EC write protection and reboot.') [all...] |
/external/boringssl/src/crypto/aes/asm/ |
aesni-x86.pl | 463 &mov ($key,$key_); # restore $key 464 &mov ($rounds,$rounds_); # restore $rounds 563 &mov ($key,$key_); # restore $key 564 &mov ($rounds,$rounds_); # restore $rounds 1001 &pxor ($inout5,&QWP(32,"esp")); # restore count-less ivec 1002 &mov ($rounds,&DWP(240,$key_)); # restore $rounds [all...] |
/external/skia/include/core/ |
SkCanvas.h | 163 * installed. Note that this can change on other calls like save/restore, 294 When the balancing call to restore() is made, the previous matrix, clip, 303 the balancing call to restore() is made is that offscreen transfered to 310 offscreen when restore() is called 327 the balancing call to restore() is made is that offscreen transfered to 333 @param alpha This is applied to the offscreen when restore() is called. 377 It is an error to call restore() more times than save() was called. 379 void restore(); 382 This will equal # save() calls - # restore() calls + 1. The save count on 391 @param saveCount The number of save() levels to restore fro 1483 void restore() { function in class:SkAutoCanvasRestore [all...] |
/external/v8/src/ic/ia32/ |
handler-compiler-ia32.cc | 46 // Restore context register. 248 // Save value register, so we can restore it later. 277 // Restore context register. 633 __ push(scratch3()); // Restore return address. 727 __ push(scratch2()); // restore old return address 751 __ push(scratch1()); // restore return address 767 __ push(scratch1()); // restore return address
|
/external/v8/src/ic/x87/ |
handler-compiler-x87.cc | 46 // Restore context register. 248 // Save value register, so we can restore it later. 277 // Restore context register. 633 __ push(scratch3()); // Restore return address. 727 __ push(scratch2()); // restore old return address 751 __ push(scratch1()); // restore return address 767 __ push(scratch1()); // restore return address
|
/external/valgrind/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
|
/toolchain/binutils/binutils-2.25/libiberty/ |
pex-unix.c | 459 /* For SAVE_FD < 0, all we have to do is restore the 464 /* For SAVE_FD == OLD_FD, all we have to do is restore the 473 /* Otherwise we have to move the descriptor back, restore the flags, 566 /* Success. Restore the parent's file descriptors that we saved above. */ 605 This clobbers the parent's environ so we need to restore it. 666 This is ok as we restore it below. */ 687 /* Restore environ.
|
/external/icu/icu4c/source/common/ |
ucnv_u32.c | 55 /* Restore state of current sequence */ 57 i = args->converter->toULength; /* restore # of bytes consumed */ 136 /* Restore state of current sequence */ 138 i = args->converter->toULength; /* restore # of bytes consumed */ 514 /* Restore state of current sequence */ 517 i = args->converter->toULength; /* restore # of bytes consumed */ 601 /* Restore state of current sequence */ 604 i = args->converter->toULength; /* restore # of bytes consumed */ [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
GcSnapshot.java | 162 /** sets an optional copy of the original content to be used during restore */ 241 * upon restore 265 * into the main graphics when {@link #restore()} is called. 270 * upon restore 365 public GcSnapshot restore() { method in class:GcSnapshot 371 * @param saveCount the saveCount or -1 to only restore 1. 548 // restore the current one first. 551 if (size == saveCount + 1) { // this was the only one that needed restore. 659 // Restore the original coordinates system and apply the filter only to the [all...] |
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
TelephonyBackupAgentTest.java | 58 * Tests for testing backup/restore of SMS and text MMS messages. 60 * For restore provides json array and checks inserts of the messages into provider. 483 * Test restore sms with the empty json array "[]". 495 * Test restore sms with three sms json object in the array. 509 * Test restore mms with the empty json array "[]". 521 * Test restore sms with three mms json object in the array. 564 // Adding random keys to JSON to test handling it by the BackupAgent on restore. 577 * class for checking sms insertion into the provider on restore. 627 * class for checking mms insertion into the provider on restore. [all...] |