HomeSort by relevance Sort by last modified time
    Searched full:recovery (Results 576 - 600 of 1562) sorted by null

<<21222324252627282930>>

  /system/extras/boot_control_copy/
bootinfo.c 120 // bootable/recovery/bootloader.h we can use the 32 bytes in the
  /system/tpm/trunks/
tpm_state_impl.cc 85 LOG(ERROR) << "Error getting lockout recovery: " << GetErrorString(result);
  /frameworks/base/core/java/android/os/
PowerManager.java 387 * recovery mode for tasks other than applying system updates, such as
390 * Requires the {@link android.Manifest.permission#RECOVERY}
396 public static final String REBOOT_RECOVERY = "recovery";
400 * recovery mode for applying system updates.
402 * Requires the {@link android.Manifest.permission#RECOVERY}
408 public static final String REBOOT_RECOVERY_UPDATE = "recovery-update";
    [all...]
  /external/squashfs-tools/
RELEASE-README 153 -recover <name> recover filesystem data using recovery file <name>
154 -no-recovery don't generate a recovery file
559 3.7 Appending recovery file feature
562 Recovery files are created when appending to existing Squashfs
566 The recovery files are called squashfs_recovery_xxx_yyy, where
571 Normally if Mksquashfs exits correctly the recovery file is deleted to
574 created recovery file as a parameter, i.e.
578 The writing of the recovery file can be disabled by specifying the
579 "-no-recovery" option
    [all...]
  /system/core/init/
builtins.cpp 146 android_reboot(ANDROID_RB_RESTART2, 0, "recovery");
574 /* Setup a wipe via recovery, and reboot into recovery */
575 ERROR("fs_mgr_mount_all suggested recovery, so wiping data via recovery.\n");
    [all...]
  /external/bison/doc/
bison.info 66 * Error Recovery:: Writing rules for error recovery.
110 * Simple Error Recovery:: Continuing after syntax errors.
261 * Tie-in Recovery:: Lexical tie-ins have implications for how
262 error recovery rules must be written.
    [all...]
bison.texi 102 * Error Recovery:: Writing rules for error recovery.
147 * Simple Error Recovery:: Continuing after syntax errors.
298 * Tie-in Recovery:: Lexical tie-ins have implications for how
299 error recovery rules must be written.
633 The terminal symbol @code{error} is reserved for error recovery.
    [all...]
  /prebuilts/android-emulator/linux-x86_64/bin/
e2fsck 
fsck.ext4 
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 267 /* recovery file for abnormal exit on appending */
342 * from the recovery file (which is why it was added, in
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
output_writers.py 245 """Whether this output writer supports slice recovery.
251 boolean. Whether this output writer instance supports slice recovery.
267 Any exception during recovery is subject to normal slice/shard retry.
268 So recovery logic must be idempotent.
677 _NO_DUPLICATE: if True, slice recovery logic will be used to ensure
680 files (named "seg") due to slice recovery. These segs live in a
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 440 /// error recovery and what kind of recovery is performed.
452 /// recovery. This means that it should not emit diagnostics, it should
545 // Don't speculate if we're just trying to improve error recovery.
671 // If we're just performing this lookup for error-recovery purposes,
    [all...]
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc 767 LOG(LS_INFO) << "exit recovery";
772 LOG(LS_INFO) << "recovery retransmit";
800 LOG(LS_INFO) << "enter recovery";
801 LOG(LS_INFO) << "recovery retransmit";
854 sflags = sfImmediateAck; // (Fast Recovery)
923 sflags = sfImmediateAck; // (Fast Recovery)
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 432 /// for automatic error recovery.
545 /// but no token is consumed during recovery...another error is found,
687 /// support code essentially; most of it is error recovery stuff and
710 /// single token insertion or deletion error recovery. If
715 /// recovery, override MismatchRecover() and have it call
730 /// <summary>A hook to listen in on the token consumption during error recovery.
741 /// not parsing. Once in recovery mode, no errors are generated.
742 /// To get out of recovery mode, the parser must successfully Match
746 /// 2. enter recovery mode, report error
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeAdaptor.as 67 * tokens consumed during error recovery. The start token indicates the
69 * the last symbol consumed during recovery.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 81 * tokens consumed during error recovery. The start token indicates the
83 * the last symbol consumed during recovery.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeAdaptor.cs 137 * tokens consumed during error recovery. The start token indicates the
139 * the last symbol consumed during recovery.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeAdaptor.java 69 * tokens consumed during error recovery. The start token indicates the
71 * the last symbol consumed during recovery.
  /external/antlr/antlr-3.4/runtime/Python/tests/
t042ast.py 10 ## # no error recovery yet, just crash!
19 # no error recovery yet, just crash!
  /external/autotest/client/cros/faft/utils/
os_interface.py 22 # Code dedicated for user triggering recovery mode through crossystem.
46 """Request recovery mode next time the target reboots."""
saft_flashrom_util.py 35 "Recovery Firmware": "FVDEV",
46 "RECOVERY": "FVDEV",
  /external/kernel-headers/original/uapi/linux/
dm-log-userspace.h 269 * int64_t i; -- 1 if recovery necessary, 0 otherwise
353 * uint64_t - region to determine recovery status on
  /external/kernel-headers/original/uapi/linux/raid/
md_p.h 175 __u32 recovery_cp; /* 11 recovery checkpoint sector count */
311 #define MD_FEATURE_RECOVERY_BITMAP 128 /* recovery that is happening
  /external/libnfc-nxp/src/
phFriNfc_MifStdFormat.h 425 * This function also handles the different recovery procedures for different types of the cards. For both
426 * Format and Recovery Management same API is used.
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlStreamRenderer.java 295 // We could try some recovery strategies here.
328 // We could try recovery strategies here.

Completed in 813 milliseconds

<<21222324252627282930>>