/external/chromium_org/gpu/config/ |
gpu_info_collector_android.cc | 64 // This should only used to restore a context that is not created or owned by 83 LOG(WARNING) << "Failed to restore EGL context"; 109 // Make sure we restore the existing context if there is one.
|
/external/icu4c/data/brkitr/ |
char.txt | 18 # TODO: Restore if the Prepend set becomes non-empty again: $Prepend = [\p{Grapheme_Cluster_Break = Prepend}]; 50 # TODO: Restore if the Prepend set becomes non-empty again: $Prepend [^$Control $CR $LF]; 65 # TODO: Restore if the Prepend set becomes non-empty again: [^$Control $CR $LF] $Prepend;
|
/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/lib/Target/Sparc/ |
DelaySlotFiller.cpp | 109 // If MI is restore, try combining it with previous inst. 359 // restore %g0, %g0, %i[0-7] 361 // After : restore <op0>, <op1>, %o[0-7] 367 // Erase RESTORE. 370 // Change ADD to RESTORE. 386 // restore %g0, %g0, %i[0-7] 389 // After : restore <op0>, <op1>, %o[0-7] 406 // Erase RESTORE. 409 // Change OR to RESTORE. 425 // restore %g0, %g0, %g [all...] |
/external/llvm/test/CodeGen/Mips/ |
mips16_32_3.ll | 12 ; 16: restore {{.+}} 17 ; 32: restore {{.+}} 54 ; 16: restore {{.+}}
|
mips16_32_7.ll | 12 ; 16: restore {{.+}} 60 ; 16: restore {{.+}} 66 ; 32: restore {{.+}}
|
/external/skia/gm/ |
conicpaths.cpp | 123 canvas->restore(); 142 canvas->restore(); 153 canvas->restore();
|
hairlines.cpp | 104 canvas->restore(); 120 canvas->restore(); 130 canvas->restore();
|
thinrects.cpp | 45 canvas->restore(); 53 canvas->restore(); 62 canvas->restore();
|
ovals.cpp | 172 canvas->restore(); 193 canvas->restore(); 210 canvas->restore(); 225 canvas->restore(); 241 canvas->restore(); 271 canvas->restore();
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ScaledTextActivity.java | 114 canvas.restore(); 122 canvas.restore(); 130 canvas.restore();
|
/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"
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
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);
|
/external/compiler-rt/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
|
/bionic/libc/arch-mips/bionic/ |
sigsetjmp.S | 39 * trampolines for sigsetjmp and siglongjmp save and restore mask. 67 bne t0, 0x0, 1f # restore signal mask?
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_nearbyint.c | 34 * We save and restore the floating-point environment to avoid raising 36 * instead of feclearexcept()/feupdateenv() to restore the environment
|
/development/ndk/sources/android/libportable/arch-mips/ |
sigsetjmp.S | 41 * trampolines for sigsetjmp and siglongjmp save and restore mask. 68 bne t0, 0x0, 1f # restore signal mask?
|
/development/samples/BackupRestore/ |
AndroidManifest.xml | 27 <!-- The backup/restore mechanism was introduced in API version 8 --> 31 <application android:label="Backup/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/chromium_org/ash/wm/workspace/ |
frame_maximize_button.cc | 507 const gfx::Rect* restore = GetRestoreBoundsInScreen(window); local 508 return restore ? 509 *restore : frame_->GetWidget()->GetWindowBoundsInScreen(); 534 // Get the bounds in screen coordinates for restore purposes. 535 gfx::Rect restore = widget->GetWindowBoundsInScreen(); local 538 // In case of maximized we have a restore boundary. 540 // If it was maximized we need to recover the old restore set. 541 restore = *ash::GetRestoreBoundsInScreen(window); 550 // Set the restore size we want to restore to [all...] |
/external/chromium_org/build/linux/unbundle/ |
replace_gyp_files.py | 63 # Restore original file, and also remove the backup. 64 # This is meant to restore the source tree to its original state.
|
/external/chromium_org/chrome/browser/ui/gtk/panels/ |
panel_titlebar_gtk.h | 61 // Callback for minimize/restore/close buttons. 76 // VBoxes that holds the minimize/restore/close buttons box.
|
/external/chromium_org/chrome/browser/ui/tabs/ |
pinned_tab_codec_unittest.cc | 32 // Creates a browser with one pinned tab and one normal tab, does restore and 50 // Update pinned tabs and restore back the old value directly.
|