/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SaveRestoreState.java | 49 * App/Activity/Save & Restore State 54 <td class="DescrColumn">The Save/Restore Screen implementation</td> 68 * will save/restore.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ScaleToFit.java | 89 canvas.restore(); 106 canvas.restore(); 116 canvas.restore();
|
/development/samples/ApiDemos/src/com/example/android/apis/preference/ |
MyPreference.java | 86 // Restore state 124 // Restore the instance state 143 // Restore the click counter
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
FileHelperExampleAgent.java | 39 * restore of the datafile that we've configured it with, but it does 56 * does nearly all of the work for our use case: backup and restore of a 86 * Adding locking around the file rewrite that happens during restore is
|
MultiRecordExampleAgent.java | 154 * On restore, we pull the various bits of data out of the restore stream, 156 * restore data set will always be the full set of records supplied by the 163 // Consume the restore data set, remembering each bit of application state 188 // the restore process is intended to *replace* any existing or default data, so 198 // Finally, write the state file that describes our data as of this restore pass.
|
BackupRestoreActivity.java | 43 * <p>Participating in the backup/restore mechanism is simple. The application 52 * When a backup or restore operation is performed, the application's agent class 65 * future reference, sending data to the backup transport, and reading it from a restore 98 * object. This ensures that in the unlikely event of the our backup/restore 256 * Click handler, designated in the layout, that runs a restore of the app's 260 Log.v(TAG, "Requesting restore of our most recent data"); 264 /** Done with the restore! Now draw the new state of our data */ 265 Log.v(TAG, "Restore finished, error = " + error);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentHideShowSupport.java | 80 // Retrieve the text editor, and restore the last saved state if needed. 92 // Remember the current text, to restore if we later restart. 106 // Retrieve the text editor and tell it to save and restore its state.
|
/external/chromium/base/ |
process_linux.cc | 77 // Can't restore if we were never backgrounded. 123 // Can't restore if we were never backgrounded. 127 // If we can't restore something has gone terribly wrong.
|
/external/chromium/chrome/browser/ |
defaults.h | 35 // Should session restore restore popup windows? 81 // Should we skip the user's preference for restore. False by default.
|
/external/chromium/chrome/browser/resources/ |
translate.js | 36 // We failed to translate, restore so the page is in a consistent state. 37 lib.restore(); 104 lib.restore();
|
/external/chromium/chrome/browser/ui/cocoa/ |
window_size_autosaver.mm | 22 - (void)restore; 35 [self restore]; 75 - (void)restore {
|
/external/iptables/extensions/ |
libxt_CONNMARK.man | 17 \fB\-\-restore\-mark\fP [\fB\-\-nfmask\fP \fInfmask\fP] [\fB\-\-ctmask\fP \fIctmask\fP] 27 \fB\-\-restore\-mark\fP is only valid in the \fBmangle\fP table. 51 \fB\-\-restore\-mark\fP [\fB\-\-mask\fP \fImask\fP]
|
/external/llvm/test/CodeGen/SPARC/ |
2011-01-19-DelaySlot.ll | 11 ; CHECK-NEXT: restore 22 ; CHECK-NEXT: restore 51 ;CHECK-NEXT: restore
|
/external/skia/gm/ |
complexclip.cpp | 99 canvas->restore(); 112 canvas->restore(); 141 canvas->restore();
|
/external/skia/samplecode/ |
SampleComplexClip.cpp | 94 canvas->restore(); 107 canvas->restore(); 136 canvas->restore();
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
LayoutTestHelper.mm | 80 NSLog(@"Failed to restore color profile, use System Preferences -> " 88 // Try to restore the color profile and try to go down cleanly 113 // Restore the profile
|
/frameworks/base/graphics/java/android/graphics/ |
Camera.java | 34 * with a call to {@link #restore()}. 43 * @see #restore() 45 public native void restore(); method in class:Camera
|
/frameworks/base/tests/backup/ |
test_restore.sh | 68 # pick the most recent set and restore from it 71 # run the restore 73 a shell bmgr restore "$restore_set"
|
/frameworks/compile/libbcc/runtime/lib/i386/ |
divdi3.S | 94 addl %esi, %eax // Restore correct sign to result 98 popl %edi // Restore callee-save registers 132 addl %esi, %eax // Restore correct sign to result 136 popl %edi // Restore callee-save registers 153 addl %esi, %eax // Restore correct sign to result 157 popl %ebx // Restore callee-save registers
|
/device/ti/panda/overlay/frameworks/base/core/res/res/values/ |
config.xml | 39 before automatically restore the default connection. Set -1 if the connection 40 does not require auto-restore. -->
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
profiler-test-focus-and-exclude.html | 36 <li>press 'Restore all functions' button; 60 <li>press 'Restore all functions' button;
|
/external/chromium/chrome/browser/sessions/ |
session_restore.h | 19 // restore come in two variants, asynchronous or synchronous. The synchronous 20 // variety is meant for startup, and blocks until restore is complete.
|
/external/clang/include/clang/Analysis/Support/ |
SaveAndRestore.h | 10 // This file provides utility classes that uses RAII to save and restore 20 // SaveAndRestore - A utility class that uses RAII to save and restore
|
/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.
|