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

12 3 4 5 6 7 8 91011>>

  /external/selinux/policycoreutils/scripts/
fixfiles.8 8 .I [\-v] [\-F] [-B] [ -N time ] [\-l logfile ] { check | restore|[\-f] relabel | verify } [[dir/file] ... ]
11 .I [\-v] [\-F] [ \-R rpmpackagename[,rpmpackagename...] ] [\-l logfile ] { check | restore | verify }
14 .I [\-v] [\-F] \-C PREVIOUS_FILECONTEXT [\-l logfile ] { check | restore | verify }
41 If specified with onboot, this fixfiles will record the current date in the /.autorelabel file, so that it can be used later to speed up labeling. If used with restore, the restore will only affect files that were modified today.
55 Use the rpm database to discover all files within the specified packages and restore the file contexts. (\-a will get all files in the RPM database).
58 Run a diff on the PREVIOUS_FILECONTEXT file to the currently installed one, and restore the context of all affected files.
75 .B restore
  /external/skia/gm/
concavepaths.cpp 36 canvas->restore();
49 canvas->restore();
64 canvas->restore();
79 canvas->restore();
92 canvas->restore();
109 canvas->restore();
124 canvas->restore();
139 canvas->restore();
152 canvas->restore();
165 canvas->restore();
    [all...]
clipdrawdraw.cpp 17 // restore();
41 canvas->restore();
46 canvas->restore();
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 27 # pragma info(restore)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 27 # pragma info(restore)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 27 # pragma info(restore)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 27 # pragma info(restore)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 27 # pragma info(restore)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_epilog.h 27 # pragma info(restore)
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 91 if ("restore".equals(op)) {
242 // The rest of the 'list' options work with a restore session on the current transport
287 System.out.println("Unable to request restore sets");
300 System.out.println("No restore sets");
390 // Off and running -- wait for the restore to complete
393 System.err.println("Unable to restore package " + pkg);
422 System.out.println("Scheduling restore: " + s.name);
437 System.out.println("No available restore sets; no restore performed");
439 System.out.println("No matching restore set token. Available sets:")
    [all...]
  /art/runtime/arch/arm/
jni_entrypoints_arm.S 35 add sp, #12 @ restore stack pointer
38 pop {r0, r1, r2, r3, lr} @ restore regs
47 pop {r0, r1, r2, r3, pc} @ restore regs and return to caller to handle exception
  /frameworks/base/core/java/android/app/backup/
FullBackupAgent.java 23 * Simple concrete class that merely provides the default BackupAgent full backup/restore
33 // Doesn't do incremental backup/restore
39 // Doesn't do incremental backup/restore
BackupDataInput.java 95 * Extract the next entity header from the restore stream. After this method
100 * restore stream, <code>false</code> if the restore stream has been fully consumed.
101 * @throws IOException if an error occurred while reading the restore stream
121 * Report the key associated with the current entity in the restore stream
135 * restore stream.
149 * Read a record's raw data from the restore stream. The record's header must first
161 * @throws IOException if an error occurred when trying to read the restore data stream
180 * restore operation.
182 * @throws IOException if an error occurred when trying to read the restore data strea
    [all...]
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
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClockBackupAgent.java 63 // The preference file on the backup device may not be the same on the restore device.
74 * When this method is called during backup/restore, the application is executing in a
76 * Consequently, the work of scheduling alarms on the restore device cannot be done here.
79 * booted (i.e. the restore occurred as part of the setup wizard). If the device is booted, an
81 * backup/restore enough time to kill the Clock process. Both of these future callbacks result
86 // Write a preference to indicate a data restore has been completed.
91 // the data restore process at a safer time.
93 LogUtils.i(TAG, "Waiting for %s to complete the data restore",
101 // Create an Intent to send into DeskClock indicating restore is complete.
113 LogUtils.i(TAG, "Waiting for %s to complete the data restore", ACTION_COMPLETE_RESTORE)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
PersistentInstanceState.java 21 * Wraps around functionality to save, restore and reset a particular UI component's state.
25 * Saves necessary information about the current state of the instance to later restore
31 * Given a previously saved instance state, attempt to restore to its original view state.
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupAgentHelper.java 67 // No restore for old devices.
69 Log.d(TAG, "Restore is only supported on devices running Lollipop and above.");
73 // Clear dB before restore
85 // If the restore fails, we should do a fresh start.
86 Log.e(TAG, "Restore failed", e);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ColoredRectsActivity.java 89 canvas.restore();
98 canvas.restore();
103 canvas.restore();
109 canvas.restore();
115 canvas.restore();
121 canvas.restore();
122 canvas.restore();
  /external/skia/tests/
MatrixClipCollapseTest.cpp 26 // Body methods only directly emit draw ops and saveLayer/restore pairs but call
28 // be collapsed (i.e., draw ops, saveLayer/restore) they also generate the
36 // save/restore stack.
135 // since they also alter the save/restore structure.
429 *expected->append() = RESTORE;
450 *expected->append() = RESTORE;
456 *expected->append() = RESTORE;
465 // Restore
485 *expected->append() = RESTORE;
487 canvas->restore();
    [all...]
  /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();
  /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

Completed in 347 milliseconds

12 3 4 5 6 7 8 91011>>