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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
crash-recovery-code-complete.c 3 // RUN: "-remap-file=%s,%S/Inputs/crash-recovery-code-complete-remap.c" \
9 // REQUIRES: crash-recovery
crash-recovery-reparse.c 3 // RUN: -remap-file="%s,%S/Inputs/crash-recovery-reparse-remap.c" \
9 // REQUIRES: crash-recovery
crash-recovery.c 6 // REQUIRES: crash-recovery
  /external/sepolicy/
keystore.te 24 neverallow { domain -keystore -init -kernel -recovery } keystore_data_file:dir *;
25 neverallow { domain -keystore -init -kernel -recovery } keystore_data_file:notdevfile_class_set *;
  /external/antlr/antlr-3.4/runtime/Python/tests/
t030specialStates.g 12 # no error recovery yet, just crash!
t033backtracking.py 14 # no error recovery yet, just crash!
t038lexerRuleLabel.py 14 # no error recovery yet, just crash!
t040bug80.py 14 # no error recovery yet, just crash!
t035ruleLabelPropertyRef.py 14 # no error recovery yet, just crash!
23 # no error recovery yet, just crash!
t037rulePropertyRef.py 14 # no error recovery yet, just crash!
23 # no error recovery yet, just crash!
  /build/tools/releasetools/
make_recovery_patch 37 recovery_img = common.GetBootableImage("recovery.img", "recovery.img",
38 input_dir, "RECOVERY")
  /bootable/recovery/etc/
init.rc 1 import /init.recovery.${ro.hardware}.rc
86 service recovery /sbin/recovery
87 seclabel u:r:recovery:s0
89 service adbd /sbin/adbd --root_seclabel=u:r:su:s0 --device_banner=recovery
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
EventLogTags.logtags 63 # Data Stall Recovery mode DATA_STALL_RECOVERY_GET_DATA_CALL_LIST
66 # Data Stall Recovery mode DATA_STALL_RECOVERY_CLEANUP
69 # Data Stall Recovery mode DATA_STALL_RECOVERY_REREGISTER
72 # Data Stall Recovery mode DATA_STALL_RECOVERY_RADIO_RESTART
75 # Data Stall Recovery mode DATA_STALL_RECOVERY_RADIO_RESTART_WITH_PROP
  /bootable/recovery/
recovery.cpp 67 #define LAST_LOG_FILE "/cache/recovery/last_log"
69 static const char *CACHE_LOG_DIR = "/cache/recovery";
70 static const char *COMMAND_FILE = "/cache/recovery/command";
71 static const char *INTENT_FILE = "/cache/recovery/intent";
72 static const char *LOG_FILE = "/cache/recovery/log";
73 static const char *LAST_INSTALL_FILE = "/cache/recovery/last_install";
74 static const char *LOCALE_FILE = "/cache/recovery/last_locale";
77 static const char *TEMPORARY_LOG_FILE = "/tmp/recovery.log";
89 * The recovery tool communicates with the main system through /cache files.
90 * /cache/recovery/command - INPUT - command line for tool, one arg per lin
    [all...]
device.h 27 // the recovery user interface for this device. You should not
32 // Called when recovery starts up (after the UI has been obtained
43 // // These actions happen when recovery is not waiting for input
47 // Called from the main thread when recovery is at the main menu
50 // recovery will be at the main menu with it invisible after an
51 // unsuccessful operation [ie OTA package failure], or if recovery
73 // Perform a recovery action selected from the menu.
91 // user boots into recovery manually and selects the option from the
111 // It returns the Device object that recovery should use.
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 16 #include "sql/recovery.h"
97 // Track various failure (and success) cases in recovery code.
99 // TODO(shess): The recovery code is complete, but by nature runs in challenging
107 // Based on the thumbnail_database.cc recovery code, FAILED_SCOPER should
117 // specific failure (see sql/recovery.cc).
167 // the renumbering into the table recovery code.
195 // Recover the database to the extent possible, razing it if recovery is not
210 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(db, db_path) local
    [all...]
  /bootable/recovery/applypatch/
Android.mk 21 LOCAL_C_INCLUDES += external/bzip2 external/zlib bootable/recovery
30 LOCAL_C_INCLUDES += bootable/recovery
42 LOCAL_C_INCLUDES += bootable/recovery
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_test.h 39 // Runs any recovery steps for the test. Returning false signals that no more
40 // recovery should be attempted.
77 // Derived classes may override this method to perform a recovery, if recovery
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_bubble.h 10 // Create a session recovery bubble if the last session crashed. It also offers
  /external/clang/test/Analysis/
crash-trace.c 2 // REQUIRES: crash-recovery
  /external/clang/test/Index/Inputs/
crash-recovery-code-complete-remap.c 3 // RUN: -remap-file="%s,%S/Inputs/crash-recovery-code-complete-remap.c" \
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 1 //===--- CrashRecoveryContext.cpp - Crash Recovery ------------------------===//
46 /// \brief Called when the separate crash-recovery thread was finished, to
55 assert(!Failed && "Crash recovery context already failed!");
158 // Lookup the current thread local recovery object.
226 // crash recovery context, and install signal handlers to invoke HandleCrash on
230 // reliable fashion -- if we get a signal outside of a crash recovery context we
231 // simply disable crash recovery and raise the signal again.
241 // Lookup the current thread local recovery object.
245 // We didn't find a crash recovery context -- this means either we got a
247 // outside of a crash recovery context, or something else went horribl
    [all...]
  /development/tools/recovery_l10n/res/values/
strings.xml 23 <!-- Displayed on the screen when the user has gotten into recovery
25 users (especially developers) may boot into recovery mode
  /device/asus/tilapia/
device.mk 24 device/asus/tilapia/init.recovery.tilapia.rc:root/init.recovery.grouper.rc \
  /device/samsung/manta/
fstab.manta 12 /dev/block/platform/dw_mmc.0/by-name/recovery /recovery emmc defaults defaults

Completed in 138 milliseconds

12 3 4 5 6 7 8 91011>>