/system/core/toolbox/ |
restorecon.c | 23 static int restore(const char *pathname, const struct stat *sb) function 115 if (restore(ftsent->fts_path, ftsent->fts_statp) < 0) 131 restore(argv[i], &sb);
|
/art/runtime/arch/x86/ |
quick_entrypoints_x86.S | 65 POP ecx // Restore args except eax 68 POP ebp // Restore callee saves 180 * On success this wrapper will restore arguments and *jump* to the target, leaving the lr 209 POP ecx // Restore args 212 POP ebp // Restore callee saves. 268 mov %ebp, %esp // restore stack pointer 298 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address 316 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address 334 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address 355 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return addres [all...] |
/external/chromium/chrome/browser/ |
tab_restore_uitest.cc | 63 // Restore the tab. 138 // Close the end tab in the current window, then restore it. The tab should be 168 // Close a tab not at the end of the current window, then restore it. The tab 199 // Close a tab, switch windows, then restore the tab. The tab should be in its 234 // Restore tab into original browser. 245 // Close a tab, open a new window, close the first window, then restore the 298 // Restore a tab then make sure it doesn't restore again. 319 // Restore it. 324 // Make sure that there's nothing else to restore [all...] |
/external/chromium_org/chrome/browser/sessions/ |
tab_restore_browsertest.cc | 103 // Restore the tab. 159 // Close the end tab in the current window, then restore it. The tab should be 178 // Close a tab not at the end of the current window, then restore it. The tab 198 // Close a tab, switch windows, then restore the tab. The tab should be in its 215 // Restore tab into original browser. 225 // Close a tab, open a new window, close the first window, then restore the 265 // Restore a tab then make sure it doesn't restore again. 276 // Restore it. 280 // Make sure that there's nothing else to restore [all...] |
session_restore.h | 24 // restore come in two variants, asynchronous or synchronous. The synchronous 25 // variety is meant for startup and blocks until restore is complete. 36 // Restore blocks until complete. This is intended for use during startup 37 // when we want to block until restore is complete.
|
/build/core/ |
process_wrapper_gdb.sh | 10 # to be cleared, so restore it and PATH to be safe.
|
/dalvik/vm/compiler/codegen/arm/armv5te/ |
CallingConvention.S | 18 * Save & restore for callee-save FP registers.
|
/dalvik/vm/compiler/codegen/arm/armv5te-vfp/ |
CallingConvention.S | 18 * Save & restore for callee-save FP registers.
|
/dalvik/vm/compiler/codegen/arm/armv7-a/ |
CallingConvention.S | 18 * Save & restore for callee-save FP registers.
|
/dalvik/vm/compiler/codegen/arm/armv7-a-neon/ |
CallingConvention.S | 18 * Save & restore for callee-save FP registers.
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MEM_OP_DECODE.S | 15 pop {r0-r12,lr} @ restore all registers
|
/dalvik/vm/mterp/x86/ |
entry.S | 69 * Restore the stack pointer and PC from the save point established on entry. 83 movl offThread_bailPtr(%ecx),%esp # Restore "setjmp" esp 85 addl $$(FRAME_SIZE-4), %ebp # Restore %ebp at point of setjmp 90 pop %ebp # restore caller's ebp
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
Memoable.java | 14 * Restore a copied object state into this object.
|
/external/chromium/chrome/browser/chromeos/views/ |
copy_background.cc | 31 canvas->Restore();
|
/external/chromium/net/base/ |
test_root_certs_nss.cc | 59 // |original_trust| later to restore the original trust settings will not 88 // Restore the certificate trusts to what they were originally, before 99 // DCHECK(), rather than LOG(), as a failure to restore the original 102 DCHECK_EQ(SECSuccess, rv) << "Cannot restore certificate trust.";
|
/external/chromium_org/base/process/ |
launch_mac.cc | 21 // kosher to restore the default exception handler, but in practice,
|
/external/chromium_org/chrome/common/extensions/api/ |
app_current_window_internal.idl | 25 static void restore();
|
/external/chromium_org/chrome/common/ |
omnibox_focus_state.h | 30 // Focus changed to restore state from a tab the user switched to.
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
conio_posix.cc | 22 tcsetattr(STDIN_FILENO, TCSANOW, &oldt); // Restore default settings.
|
/external/chromium_org/net/cert/ |
test_root_certs_nss.cc | 68 // |original_trust| later to restore the original trust settings will not 94 // Restore the certificate trusts to what they were originally, before 105 // DCHECK(), rather than LOG(), as a failure to restore the original 108 DCHECK_EQ(SECSuccess, rv) << "Cannot restore certificate trust.";
|
/external/chromium_org/third_party/WebKit/ManualTests/autocorrection/ |
spellcheck-on-contraction-when-autocorrection-is-off.html | 18 <p><b>Step 3:</b> Restore the settings in contextual manual, otherwise it may affect the result of other autocorrection related tests.</p>
|
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/ |
bouncing_balls_draw_ball_as_filled_path.js | 30 canvasContext.restore();
|
/external/chromium_org/ui/views/win/ |
fullscreen_handler.h | 36 // Information saved before going into fullscreen mode, used to restore the
|
/external/compiler-rt/lib/tsan/lit_tests/ |
sigsuspend.cc | 32 // Restore the original set.
|
/external/iptables/ |
INCOMPATIBILITIES | 14 iptables-restore to ensure your dynamic rule changes continue to work.
|