HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 176 - 200 of 4874) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_ppc64x.s 30 // Restore stack
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
asm_arm.s 35 // Restore stack
asm_arm64.s 35 // Restore stack
asm_ppc64x.s 30 // Restore stack
  /system/core/toolbox/upstream-netbsd/lib/libutil/
raise_default_signal.c 86 /* (use 'goto restore_mask' to restore state) */
91 /* (use 'goto restore_act' to restore state) */
101 /* Restore the original handler */
107 /* Restore the original mask */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-sparc-1.s 21 restore %g0, %o0, %o0
cfi-sparc64-1.s 24 restore %g0, %o0, %o0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
gotop32.s 37 restore
gotop64.s 37 restore
vxworks1-lib.s 25 restore
  /external/skia/tests/
RecordDrawTest.cpp 44 recorder.restore();
50 assert_type<SkRecords::Restore> (r, record, 3);
54 recorder.restore();
55 recorder.restore();
111 assert_type<SkRecords::Restore> (r, translateRecord, 3);
140 recorder.restore();
203 // bounds for the saveLayer, clip, and restore to be greater than the bounds of the picture.
204 // (We were applying the saveLayer paint to the bounds after restore, which makes no sense.)
218 recorder.restore();
224 // The saveLayer, clipRect, and restore bounds were incorrectly (0,0,70,50)
    [all...]
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
recreating.jd 15 <li><a href="#RestoreState">Restore Your Activity State</a></li>
44 system uses to restore the previous state is called the "instance state" and is a collection of
57 activity might have more state information that you'd like to restore, such as member variables that
60 <p class="note"><strong>Note:</strong> In order for the Android system to restore the state of
121 <h2 id="RestoreState">Restore Your Activity State</h2>
135 <p>For example, here's how you can restore some state data in {@link android.app.Activity#onCreate
145 // Restore value of members from saved state
160 state to restore, so you do not need to check whether the {@link android.os.Bundle} is null:</p>
164 // Always call the superclass so it can restore the view hierarchy
167 // Restore state members from saved instanc
    [all...]
  /external/autotest/client/site_tests/firmware_LockedME/
control 28 it, if the test fails and is interrupted before it can restore the original
30 or Dediprog to restore it.
  /external/compiler-rt/lib/builtins/arm/
save_vfp_d8_d15_regs.S 1 //===-- save_restore_regs.S - Implement save/restore* ---------------------===//
19 // must also add a call to __restore_vfp_d8_d15_regs to restore those registers.
  /external/llvm/lib/Target/Sparc/
README.txt 35 restore %g0, %g0, %g0
55 * Implement frame pointer elimination, e.g. eliminate save/restore for
  /external/selinux/libsemanage/tests/
nc_sort_unsorted 15 pre -A selinux_input -m state --state RELATED,ESTABLISHED -j CONNSECMARK --restore
18 pre -A selinux_output -m state --state RELATED,ESTABLISHED -j CONNSECMARK --restore
  /external/selinux/policycoreutils/setfiles/
Makefile 8 PROGRESS_STEP=$(shell grep "^\#define STAR_COUNT" restore.h | awk -S '{ print $$3 }')
22 setfiles: setfiles.o restore.o
  /external/skia/gm/
aaxfermodes.cpp 149 canvas->restore();
156 canvas->restore();
160 canvas->restore();
164 canvas->restore();
168 canvas->restore();
190 canvas->restore();
253 canvas->restore();
260 canvas->restore();
complexclip_blur_tiled.cpp 59 tileCanvas->restore();
60 tileCanvas->restore();
distantclip.cpp 45 rec->restore();
58 canvas->restore();
imageblurtiled.cpp 62 canvas->restore();
63 canvas->restore();
internal_links.cpp 43 canvas->restore();
50 canvas->restore();
matriximagefilter.cpp 20 canvas->restore();
38 canvas.restore();
roundrects.cpp 176 canvas->restore();
200 canvas->restore();
220 canvas->restore();
238 canvas->restore();
257 canvas->restore();
287 canvas->restore();
322 canvas->restore();
342 canvas->restore();
thinstrokedrects.cpp 51 canvas->restore();
66 canvas->restore();

Completed in 1156 milliseconds

1 2 3 4 5 6 78 91011>>