HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 101 - 125 of 3642) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/markdown/markdown/
postprocessors.py 41 """ Restore raw html to the document. """
44 """ Iterate over html stash and restore "safe" html. """
71 """ Restore valid entities """
  /external/skia/gm/
cubicpaths.cpp 41 canvas->restore();
45 canvas->restore();
80 canvas->restore();
188 canvas->restore();
190 canvas->restore();
192 canvas->restore();
193 canvas->restore();
226 canvas->restore();
335 canvas->restore();
337 canvas->restore();
    [all...]
emptypath.cpp 39 canvas->restore();
85 canvas->restore();
122 canvas->restore();
123 canvas->restore();
hairmodes.cpp 102 canvas->restore();
113 canvas->restore();
118 canvas->restore();
119 canvas->restore();
  /external/skia/tools/
filtermain.cpp 49 // RESTORE
80 // and restore
111 canvas->deleteDrawCommandAt(curCommand+2); // restore
120 // RESTORE
121 // RESTORE
158 // and restore
179 canvas->deleteDrawCommandAt(curCommand+5); // restore
187 // RESTORE
212 canvas->deleteDrawCommandAt(curCommand+3); // restore
222 // RESTORE
    [all...]
  /frameworks/base/core/java/com/android/server/backup/
AccountSyncSettingsBackupHelper.java 151 // settings for us to restore.
235 * Restore account sync settings from the given data input stream.
271 // Stash the data to a file that the SyncManager can read from to restore
280 Log.i(TAG, "Restore successful.");
282 Log.e(TAG, "Couldn't restore account sync settings\n" + e);
301 * Restore account sync settings using the given JSON. This function won't work if the account
305 * There are 2 pieces of data to restore -
308 * <strong>The restore favours adapters that were enabled on the old device, and doesn't care
311 * syncEnabled=true in restore data.
315 * syncEnabled=false in restore data
    [all...]
PreferredActivityBackupHelper.java 75 Slog.d(TAG, "Handling restore of " + key);
89 Slog.w(TAG, "Unexpected restore key " + key);
92 Slog.w(TAG, "Unable to restore key " + key);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ScaledPathsActivity.java 72 canvas.restore();
81 canvas.restore();
88 canvas.restore();
  /build/core/
process_wrapper_gdb.sh 10 # to be cleared, so restore it and PATH to be safe.
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
CanvasStateTests.java 47 canvas.restore();
80 canvas.restore();
102 canvas.restore();
121 canvas.restore();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Memoable.java 14 * Restore a copied object state into this object.
  /external/iptables/
INCOMPATIBILITIES 14 iptables-restore to ensure your dynamic rule changes continue to work.
  /external/llvm/test/CodeGen/Mips/
sr1.ll 18 ; CHECK: restore $16, $17, $ra, [[FS]] # 16 bit inst
35 ; CHECK: restore $16, $17, $ra, [[FS]]
47 ; CHECK: restore $16, $17, $ra, $18, [[FS]]
51 ; NEG-NOT: restore $16, $17, $ra, $18, [[FS]] # 16 bit inst
tail16.ll 11 ; CHECK: restore $16, $ra, $18, 32
  /external/llvm/test/CodeGen/SPARC/
2011-01-11-FrameAddr.ll 13 ;V8: restore %g0, %fp, %o0
18 ;V9: restore %g0, %fp, %o0
24 ;SPARC64-NOT: restore %g0, %g0, %g0
25 ;SPARC64: restore
  /external/skia/include/core/
SkDrawPictureCallback.h 23 * calls to save(), restore will automatically be called to return the state
  /external/skia/samplecode/
SampleAARectModes.cpp 108 canvas->restore();
119 canvas->restore();
124 canvas->restore();
125 canvas->restore();
SampleBigBlur.cpp 40 canvas->restore();
SampleEmptyPath.cpp 42 canvas->restore();
86 canvas->restore();
119 canvas->restore();
120 canvas->restore();
SampleHairModes.cpp 106 canvas->restore();
117 canvas->restore();
122 canvas->restore();
123 canvas->restore();
SamplePicture.cpp 112 canvas->restore();
138 canvas->restore();
145 canvas->restore();
152 canvas->restore();
  /external/skia/src/core/
SkLayerInfo.h 14 // This class stores information about the saveLayer/restore pairs found
18 // Information about a given saveLayer/restore block in an SkPicture
45 // The paint to use on restore. Can be NULL since it is optional.
49 // The index of the matching restore in the picture.
  /external/squashfs-tools/squashfs-tools/
restore.h 24 * restore.h
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 47 ldr r9, [sp, #32] @ Restore the inner loop counter to order_coef
49 add r0, r9, asl #1 @ Restore r0 to &ar_g_Q0[order_coef]
50 add r2, r9, asl #1 @ Restore r2 to &cth_Q15[order_coef]
51 add r3, r9, asl #1 @ Restore r3 to &sth_Q15[order_coef]
  /frameworks/base/core/java/android/app/backup/
FileBackupHelper.java 32 * During restore, if the helper encounters data for a file that was not
47 * Construct a helper to manage backup/restore of entire files within the
89 * Restore one record [representing a single file] from the restore dataset.

Completed in 1166 milliseconds

1 2 3 45 6 7 8 91011>>