HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 276 - 300 of 4527) sorted by null

<<11121314151617181920>>

  /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/ceres-solver/include/ceres/internal/
numeric_diff.h 88 // Mutates parameters but must restore them before return.
111 // Mutate 1 element at a time and then restore.
166 x_plus_delta(j) = x(j); // Restore x_plus_delta.
184 // Mutates parameters but must restore them before return.
  /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
  /external/chromium_org/android_webview/native/
state_serializer.h 22 // Write and restore a WebContents to and from a pickle. Return true on
  /external/chromium_org/build/android/
run_update_verification.py 44 adb.Adb().SendCommand('restore %s' % app_data)
45 # It seems restore command is not synchronous.
55 raw_input('Press enter and select "Restore my data" on the device.')
88 'restore the data.) '
  /external/chromium_org/chrome/browser/extensions/api/session_restore/
session_restore_api.h 39 DECLARE_EXTENSION_FUNCTION("sessionRestore.restore", SESSIONRESTORE_RESTORE)
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.html 22 <span id="mv-restore" tabIndex="1"></span>
  /external/chromium_org/chrome/browser/sessions/
in_memory_tab_restore_service.h 13 // Tab restore service that doesn't persist tabs on disk. This is used on
persistent_tab_restore_service.h 18 // Tab restore service that persists data on disk.
session_types.h 68 // restore, others can likely ignore this and use the order of the
119 // Index of the selected tab in tabs; -1 if no tab is selected. After restore
136 // restore does not attempt to restore them.
  /external/chromium_org/chrome/browser/ui/cocoa/
window_size_autosaver_unittest.mm 71 // Empty state, shouldn't restore:
89 // Should restore last stored position, but not size.
130 // Empty state, shouldn't restore:
148 // Should restore last stored size
  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.h 53 // Bounds to restore the panel to if resize is cancelled.
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service.h 16 // pinned tabs to restore at startup. PinnedTabService listens for the
  /external/chromium_org/content/public/browser/
session_storage_namespace.h 29 // session restore.
  /external/chromium_org/crypto/
secure_hash.h 35 // Restore the context that was saved earlier.
  /external/chromium_org/media/audio/
audio_output_proxy.h 57 // Need to save volume here, so that we can restore it in case the stream
  /external/chromium_org/sandbox/linux/suid/common/
suid_unsafe_environment_variables.h 10 // and restore them before running child processes (but after dropping root).
  /external/chromium_org/third_party/WebKit/ManualTests/
textarea-reset-default-value.html 7 we restore form state (e.g. by hitting back after submitting a form). -->
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.h 69 SkTDOperandPtrArray fSaveRestore; // if apply has restore="true"

Completed in 739 milliseconds

<<11121314151617181920>>