/external/iptables/extensions/ |
libxt_CONNSECMARK.man | 15 \fB\-\-restore\fP
|
/external/libvpx/libvpx/nestegg/halloc/src/ |
macros.h | 21 restore pointer to the structure by a pointer to its field
|
/external/llvm/lib/Target/X86/ |
X86CompilationCallback_Win64.asm | 47 ; Restore all XMM arg registers. 53 ; Restore RSP. 56 ; Restore all int arg registers 63 ; Restore RBP.
|
/external/llvm/test/CodeGen/Mips/ |
fpnotneeded.ll | 15 ; 32: restore {{.+}} 28 ; 32: restore {{.+}} 44 ; 32: restore {{.+}} 57 ; 32: restore {{.+}}
|
/external/llvm/test/CodeGen/SystemZ/ |
call-01.ll | 7 ; We must allocate 160 bytes for the callee and save and restore %r14.
|
call-02.ll | 5 ; We must allocate 160 bytes for the callee and save and restore %r14.
|
/frameworks/base/core/java/android/app/backup/ |
RestoreSet.java | 23 * Descriptive information about a set of backed-up app data available for restore. 30 * Name of this restore set. May be user generated, may simply be the name 42 * Token that identifies this backup set unambiguously to the backup/restore 43 * transport. This is guaranteed to be valid for the duration of a restore
|
/packages/apps/Email/src/com/android/email/provider/ |
AccountBackupRestore.java | 23 * Helper class to facilitate EmailProvider's account backup/restore facility. 25 * Account backup/restore was implemented entirely for the purpose of recovering from database 29 * decided to backup accounts when created/modified and then restore them if 1) there are no 33 * To accomplish backup/restore, we use the facility now built in to EmailProvider to store a
|
/art/runtime/arch/arm/ |
portable_entrypoints_arm.S | 49 ldr r0, [r11] @ restore method* 58 mov sp, r11 @ restore the stack pointer 61 pop {r0, r4, r5, r9, r11, lr} @ restore spill regs 92 ldr lr, [sp, #44] @ restore lr 125 ldr r1, [sp, #8] @ restore non-callee save r1 126 ldrd r2, [sp, #12] @ restore non-callee saves r2-r3 127 ldr lr, [sp, #44] @ restore lr 132 ldr r1, [sp, #8] @ restore non-callee save r1 133 ldrd r2, [sp, #12] @ restore non-callee saves r2-r3 134 ldr lr, [sp, #44] @ restore l [all...] |
/external/skia/gm/ |
dashing.cpp | 231 canvas->restore(); 237 canvas->restore(); 243 canvas->restore(); 249 canvas->restore(); 255 canvas->restore(); 261 canvas->restore(); 267 canvas->restore(); 273 canvas->restore(); 279 canvas->restore(); 288 canvas->restore(); [all...] |
poly2poly.cpp | 16 void restore(); 48 void SkJSCanvas::restore() { fTarget->restore(); } function in class:SkJSCanvas 121 ctx.restore(); 146 ctx.restore(); 171 ctx.restore(); 220 canvas->restore(); 238 canvas->restore(); 246 canvas->restore(); 254 canvas->restore(); [all...] |
circularclips.cpp | 63 canvas->restore(); 66 canvas->restore();
|
pathopsskpclip.cpp | 54 canvas->restore(); 60 canvas->restore();
|
/dalvik/vm/compiler/codegen/mips/mips/ |
CallingConvention.S | 18 * Save & restore for callee-save FP registers. 38 /* fp registers, thus no need to restore them. */
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
ContentActivity.java | 21 // to restore. All info about the content displayed is managed by the fragment 24 // If there's no restore state, get the theme from the intent
|
/external/chromium/chrome/browser/sessions/ |
session_restore_browsertest.cc | 71 // Makes sure when session restore is triggered in the same process we don't end 83 // Turn on session restore. 96 // Create a new window, which should trigger session restore. 146 // If this tab held url2, then restore this single tab. 181 // Restore the tab. 184 // Make sure the restore was successful. 191 // Turn on session restore. 215 // Create a new window, which should trigger session restore.
|
/external/chromium/chrome/browser/tabs/ |
pinned_tab_codec.h | 19 // On startup if the user has not chosen to restore the last session the set of 32 // Reads and returns the set of pinned tabs to restore from preferences.
|
/external/chromium_org/chrome/browser/sessions/ |
session_tab_helper.h | 20 // Returns the identifier used by session restore for this tab. 36 // Unique identifier of the tab for session restore. This id is only unique
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
certificate_viewer_mac.h | 30 // A copy of the sheet's frame used to restore on show. 32 // A copy of the sheet's |autoresizesSubviews| flag to restore on show.
|
ssl_client_certificate_selector_cocoa.h | 36 // A copy of the sheet's frame used to restore on show. 38 // A copy of the sheet's |autoresizesSubviews| flag to restore on show.
|
/external/chromium_org/chrome/browser/ui/tabs/ |
pinned_tab_codec.h | 25 // On startup if the user has not chosen to restore the last session the set of 41 // Reads and returns the set of pinned tabs to restore from preferences.
|
/external/chromium_org/third_party/skia/src/core/ |
SkPictureStateTree.cpp | 110 // restore back to where we started 111 if (fCurrentNode->fFlags & Node::kSaveLayer_Flag) { fCanvas->restore(); } 114 if (fCurrentNode->fFlags & Node::kSave_Flag) { fCanvas->restore(); } 115 if (fCurrentNode->fFlags & Node::kSaveLayer_Flag) { fCanvas->restore(); } 136 // the target (we can restore up to the ancestor immediately, but we'll need to return 145 if (tmp != fCurrentNode && tmp->fFlags & Node::kSave_Flag) { fCanvas->restore(); } 146 if (tmp->fFlags & Node::kSaveLayer_Flag) { fCanvas->restore(); } 156 if (fCurrentNode != ancestor) { fCanvas->restore(); }
|
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/ |
bouncing_balls_draw_ball_as_canvas_sprite.js | 23 ctx.restore(); 40 canvasContext.restore();
|
/external/iptables/iptables/ |
iptables-apply | 45 by iptables-restore) to iptables, then prompt the user whether the changes 105 RESTORE=ip6tables-restore 109 RESTORE=iptables-restore 113 COMMANDS=(tempfile "$SAVE" "$RESTORE") 140 if ! "$RESTORE" <"$FILE"; then 164 "$RESTORE" <"$TMPFILE";
|
/external/qemu/target-i386/ |
TODO | 4 - SVM: test, cpu save/restore, SMM save/restore.
|