HomeSort by relevance Sort by last modified time
    Searched refs:saved (Results 126 - 150 of 300) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 40 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved);
156 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved)
  /external/libunwind/doc/
unw_getcontext.tex 23 (``callee-saved'') and all frame-related registers, such as the
unw_is_signal_frame.tex 30 that are normally treated as scratch (``caller-saved'') registers.
libunwind-ia64.tex 44 points to. For normal frames, all ``preserved'' (callee-saved)
46 (including ``scratch'' (caller-saved) registers) are accessible. Most
76 have a valid value, even though sometimes they do not get saved
170 value of register \texttt{ar.bsp} as of the time it was last saved
unw_get_fpreg.tex 28 (``callee-saved'') registers and frame-related registers (such as the
unw_get_reg.tex 28 (``callee-saved'') registers and frame-related registers (such as the
unw_set_fpreg.tex 28 (``callee-saved'') registers and frame-related registers (such as the
unw_set_reg.tex 28 (``callee-saved'') registers and frame-related registers (such as the
libunwind-dynamic.tex 17 stack-pointer) and all callee-saved registers (preserved registers).
20 which the current value is stored (callee-saved registers).
48 on the stack and save certain callee-saved registers. The body
64 once the stack-pointer is restored, all values saved in the
67 state not saved on the stack is assume to remain valid through the end
69 instructions which restore the contents of callee-saved registers.
81 that the instruction stores calle-saved register \Var{r1} at offset 16
282 another (callee-saved) register determines whether or not an
  /external/libvterm/src/
state.c 497 state->saved.pos = state->pos;
498 state->saved.mode.cursor_visible = state->mode.cursor_visible;
499 state->saved.mode.cursor_blink = state->mode.cursor_blink;
500 state->saved.mode.cursor_shape = state->mode.cursor_shape;
507 state->pos = state->saved.pos;
509 settermprop_bool(state, VTERM_PROP_CURSORVISIBLE, state->saved.mode.cursor_visible);
510 settermprop_bool(state, VTERM_PROP_CURSORBLINK, state->saved.mode.cursor_blink);
511 settermprop_int (state, VTERM_PROP_CURSORSHAPE, state->saved.mode.cursor_shape);
    [all...]
pen.c 155 state->saved.pen = state->pen;
158 state->pen = state->saved.pen;
  /external/skia/src/core/
SkMatrixClipStateMgr.cpp 155 SkDEBUGCODE(bool saved =) this->call(kOther_CallType);
162 if (saved) {
  /frameworks/base/core/java/android/widget/
ActionMenuPresenter.java 528 SavedState saved = (SavedState) state; local
529 if (saved.openSubMenuId > 0) {
530 MenuItem item = mMenu.findItem(saved.openSubMenuId);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 527 SavedState saved = (SavedState) state; local
528 if (saved.openSubMenuId > 0) {
529 MenuItem item = mMenu.findItem(saved.openSubMenuId);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 485 saved = self.get_saved()
486 if saved:
488 # shell undo is reset after every prompt, looks saved, probably isn't
489 if not saved or filename is None:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 485 saved = self.get_saved()
486 if saved:
488 # shell undo is reset after every prompt, looks saved, probably isn't
489 if not saved or filename is None:
  /external/chromium_org/remoting/webapp/
host_settings.js 42 * names will be overwritten; settings not currently saved will be created.
  /external/chromium_org/third_party/npapi/npspy/common/
epmanager.cpp 208 NPError NPPEntryPointManager::callNPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved)
231 NPError rv = CallNPP_NewProc(nppfuncs->newp, pluginType, instance, mode, argc, argn, argv, saved);
  /external/chromium_org/ui/accessibility/extensions/caretbrowsing/
background.js 84 * based on the saved preference in localStorage, update the browser action,
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-2.js 55 // because old value of parameter "p" was not saved.
  /external/chromium_org/v8/test/mjsunit/harmony/
debug-function-scopes.js 109 // Implementation artifact: l4 isn't used in closure, but still it is saved.
  /build/tools/releasetools/
edify_generator.py 147 given *sha1 hashes, checking the version saved in cache if the
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
event_page.js 252 // Normally, the wallpaper info saved in local storage and sync storage
254 // different. In that case, change wallpaper to the one saved in sync
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 89 NPSavedData* saved) {
PluginTest.h 82 NPSavedData* saved);

Completed in 407 milliseconds

1 2 3 4 56 7 8 91011>>