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

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/bindings/v8/
ScriptCachedFrameData.h 47 void restore(Frame*) { } function in class:WebCore::ScriptCachedFrameData
76 void restore(Frame*);
  /external/webkit/Source/WebCore/html/
PasswordInputType.cpp 52 // Should never save/restore password fields.
58 // Should never save/restore password fields.
  /external/webkit/Source/WebCore/inspector/
InspectorAgent.cpp 193 m_pageAgent->restore();
195 m_domAgent->restore();
196 m_resourceAgent->restore();
197 m_timelineAgent->restore();
200 m_databaseAgent->restore();
204 m_debuggerAgent->restore();
205 m_profilerAgent->restore();
268 // Pre-disconnect state will be used to restore inspector agents.
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PlatformContextCairo.h 35 // details as part of the context state and apply them during platform restore.
67 void restore();
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 62 void restore() {} function in class:WebCore::GraphicsContextPlatformPrivate
78 void restore();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClearActivity.java 79 canvas.restore();
85 canvas.restore();
MipMapActivity.java 68 canvas.restore();
74 canvas.restore();
Transform3dActivity.java 83 canvas.restore();
91 camera.restore();
  /frameworks/compile/libbcc/runtime/lib/ppc/
restFP.S 13 // Helper function used by compiler to restore ppc floating point registers at
17 // If the compiler wants to restore f27..f31, it does a "b restFP+52"
  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java 80 canvas.restore();
98 canvas.restore();
  /frameworks/base/services/java/com/android/server/
PackageManagerBackupAgent.java 46 * We back up the signatures of each package so that during a system restore,
63 // version & signature info of each app in a restore set
113 // that had actually contributed a restore dataset, but it's a
250 // "Restore" here is a misnomer. What we're really doing is reading back the
251 // set of app signatures associated with each backed-up app in this restore
252 // image. We'll use those later to determine what we can legitimately restore.
276 // returning before setting the sig map means we rejected the restore set
277 Slog.w(TAG, "Restore set was from a later version of Android; not restoring");
284 Slog.i(TAG, "Restore set version " + storedSystemVersion
344 Slog.e(TAG, "Suspiciously large sig count in restore data; aborting")
    [all...]
  /bionic/libc/arch-arm/bionic/
memcmp16.S 89 /* restore registers and return */
159 /* restore registers and return */
171 /* restore registers and return */
183 9: /* restore registers and return */
  /bionic/libc/arch-mips/include/machine/
signal.h 54 * This is used by the kernel to restore state following
56 * to the handler to allow it to restore state properly if
91 long sc_onstack; /* sigstack state to restore */
92 long sc_mask; /* signal mask to restore */
  /bionic/libc/arch-x86/bionic/
syscall.S 50 # Restore the callee save registers.
  /dalvik/vm/mterp/x86/
OP_DIV_LONG.S 24 UNSPILL(rIBASE) # restore rIBASE/%edx
OP_DIV_LONG_2ADDR.S 25 UNSPILL(rIBASE) # restore rIBASE/%edx
OP_MUL_LONG.S 31 UNSPILL_TMP2(%esi) # Restore Dalvik PC
  /development/ndk/platforms/android-9/arch-mips/include/machine/
signal.h 54 * This is used by the kernel to restore state following
56 * to the handler to allow it to restore state properly if
91 long sc_onstack; /* sigstack state to restore */
92 long sc_mask; /* signal mask to restore */
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Layers.java 61 canvas.restore();
  /development/samples/BackupRestore/res/values/
strings.xml 27 <string name="restore_text">Restore last data</string>
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 126 # restore stderr
129 open STDERR, '>&', $old_err or die "Can't restore stderr: $!";
132 # restore stdout
135 open STDOUT, '>&', $old_out or die "Can't restore stdout: $!";
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec_unittest.cc 30 // Creates a browser with one pinned tab and one normal tab, does restore and
pinned_tab_service.h 16 // pinned tabs to restore at startup. PinnedTabService listens for the
  /external/chromium/chrome/browser/ui/cocoa/
window_size_autosaver_unittest.mm 67 // Empty state, shouldn't restore:
85 // Should restore last stored position, but not size.
126 // Empty state, shouldn't restore:
144 // Should restore last stored size
  /external/chromium/chrome/browser/ui/gtk/
focus_store_gtk.h 36 // want to restore focus. Thus we connect to the "destroy" signal on that

Completed in 2511 milliseconds

1 2 3 4 5 6 78 91011>>