/external/libunwind/tests/ |
ia64-test-nat-asm.S | 120 getf.sig r4 = f2 // restore r4 121 .restore sp 123 ldf.fill f2 = [sp] // restore r2 162 (p1) mov r4 = b3 // restore r4 168 mov b3 = loc3 // restore b3 198 mov r5 = r4 // restore r5 199 .restore sp 201 ld8.fill r4 = [sp] // restore r4 205 mov ar.unat = loc2 // restore ar.unat 235 mov ar.unat = loc3 // restore primary UNa [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Clipping.java | 70 canvas.restore(); 77 canvas.restore(); 86 canvas.restore(); 93 canvas.restore(); 100 canvas.restore(); 107 canvas.restore();
|
Regions.java | 58 // restore style 100 canvas.restore(); 107 canvas.restore(); 112 canvas.restore(); 117 canvas.restore(); 122 canvas.restore();
|
RoundRects.java | 71 canvas.restore(); 78 canvas.restore(); 87 canvas.restore(); 94 canvas.restore(); 103 canvas.restore(); 110 canvas.restore();
|
/external/skia/samplecode/ |
SampleConcavePaths.cpp | 68 canvas->restore(); 80 canvas->restore(); 94 canvas->restore(); 108 canvas->restore(); 120 canvas->restore(); 136 canvas->restore();
|
/frameworks/base/core/java/android/app/backup/ |
BackupAgentHelper.java | 26 * key prefix. When processing a backup or restore operation, the BackupAgentHelper 36 * <ul><li>{@link FileBackupHelper} - Manages the backup and restore of entire files 38 * <li>{@link SharedPreferencesBackupHelper} - Manages the backup and restore of an 70 * Run the restore process on each of the configured handlers. 89 * @param helper A backup/restore helper object to be invoked during backup and restore
|
/frameworks/base/libs/hwui/tests/microbench/ |
DisplayListCanvasBench.cpp | 75 canvas.restore(); 76 canvas.restore(); 113 canvas.restore(); 119 canvas.restore(); 142 state.restore(); 143 state.restore();
|
/art/runtime/interpreter/mterp/x86/ |
op_mul_long_2addr.S | 32 mov LOCAL0(%esp), rPC # restore Interpreter PC 33 mov LOCAL2(%esp), rIBASE # restore IBASE 34 mov LOCAL1(%esp), rFP # restore FP
|
binopWide.S | 13 movl LOCAL0(%esp), rIBASE # restore rIBASE
|
/external/compiler-rt/lib/builtins/arm/ |
restore_vfp_d8_d15_regs.S | 1 //===-- save_restore_regs.S - Implement save/restore* ---------------------===// 19 // must also add a call to __restore_vfp_d8_d15_regs to restore those registers. 26 // Restore registers d8-d15 from stack
|
/external/iptables/iptables/ |
iptables-apply.8 | 15 iptables\-save/read by iptables\-restore) to iptables, then prompt the 22 ip6tables\-save/\-restore instead. 36 \fBiptables-restore\fP(8), \fBiptables-save\fP(8), \fBiptables\fR(8).
|
/external/llvm/test/CodeGen/SPARC/ |
2011-01-19-DelaySlot.ll | 12 ; CHECK-NEXT: restore 23 ; CHECK-NEXT: restore 52 ;CHECK-NOT: restore 115 ;CHECK: restore %o0, %i1, %o0 125 ;CHECK: restore %o0, 20, %o0 135 ;CHECK: restore %g0, %o0, %o0 145 ;CHECK-NOT: restore %g0, %g0, %g0 146 ;CHECK: restore 157 ;CHECK: restore %g0, 3072, %o0 168 ;CHECK-NOT: restore %g0, 6144, %o [all...] |
/external/skia/gm/ |
blend.cpp | 27 canvas->restore(); 34 canvas->restore(); 35 canvas->restore();
|
blurredclippedcircle.cpp | 77 canvas->restore(); 78 canvas->restore(); 79 canvas->restore();
|
circularclips.cpp | 62 canvas->restore(); 81 canvas->restore(); 84 canvas->restore();
|
/frameworks/base/core/java/com/android/server/backup/ |
PermissionBackupHelper.java | 63 Slog.d(TAG, "Handling restore of " + key); 72 Slog.w(TAG, "Unexpected restore key " + key); 75 Slog.w(TAG, "Unable to restore key " + key);
|
/frameworks/base/services/core/java/com/android/server/am/ |
BackupRecord.java | 25 // backup/restore modes 28 public static final int RESTORE = 2; 34 final int backupMode; // full backup / incremental / restore
|
/development/samples/browseable/AutoBackupForApps/ |
_index.jd | 13 Executing "adb shell bmgr restore com.example.android.autobackup" from a terminal will cause the
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/ |
MockCanvas.java | 25 public void restore() {} method in class:MockCanvas
|
/external/iproute2/include/ |
ip6tables.h | 11 struct xtc_handle **handle, bool restore);
|
iptables.h | 11 struct xtc_handle **handle, bool restore);
|
/external/iptables/extensions/ |
libxt_CONNSECMARK.man | 15 \fB\-\-restore\fP
|
/external/iptables/include/ |
ip6tables.h | 11 struct xtc_handle **handle, bool restore);
|
iptables.h | 11 struct xtc_handle **handle, bool restore);
|
/external/llvm/test/CodeGen/ARM/ |
debugtrap.ll | 2 ; the 'pop' instruction to restore the callee saved registers on ARM.
|