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

1 2 34 5 6 7 8 91011>>

  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 1 //===--- CrashRecoveryContext.h - Crash Recovery ----------------*- C++ -*-===//
22 /// \brief Crash recovery helper object.
46 /// Crash recovery contexts may not be nested.
58 /// \brief Enable crash recovery.
61 /// \brief Disable crash recovery.
99 /// \brief Explicitly trigger a crash recovery in the current process, and
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 23 #include "sql/recovery.h"
279 // |InitImpl()|, recovery in |RecoverDatabaseOrRaze()|, and history pruning in
320 // |InitImpl()|, recovery in |RecoverDatabaseOrRaze()|, and history pruning in
387 // Recover the database to the extent possible, razing it if recovery
409 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(db, db_path); local
410 if (!recovery) {
411 // TODO(shess): Unable to create recovery connection. This
424 // Setup the meta recovery table and fetch the version number fro
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3baserecognizer.h 96 /// debugger is only referenced internally in recovery/error operations
110 /// perform different recovery options or not recover at all and so on.
111 /// To ignore recovery altogether, see the comments in the default
150 * error recovery is in force, so that it does not print out more than one error messages
154 * not parsing. Once in recovery mode, no errors are generated.
155 * To get out of recovery mode, the parser must successfully match
159 * 2. enter recovery mode, report error
188 /** Pointer to a function that is a hook to listen to token consumption during error recovery.
193 /** Pointer to a function that is a hook to listen to token consumption during error recovery.
198 /** Pointer to a function that is a hook to listen to token consumption during error recovery
    [all...]
  /build/tools/releasetools/
img_from_target_files 24 Include only the bootable images (eg 'boot' and 'recovery') in
92 if bootable_only and i not in ("boot.img", "recovery.img"): continue
119 "recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY")
img_from_target_files.py 24 Include only the bootable images (eg 'boot' and 'recovery') in
92 if bootable_only and i not in ("boot.img", "recovery.img"): continue
119 "recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY")
  /bootable/recovery/
Android.mk 33 recovery.cpp \
44 LOCAL_MODULE := recovery
82 # This binary is in the recovery ramdisk, which is otherwise a copy of root.
ui.h 24 // Abstract class for controlling the user interface during recovery.
39 // Set the overall recovery state ("background image").
96 // Normally in recovery there's a key sequence that triggers
97 // immediate reboot of the device, regardless of what recovery is
  /bootable/recovery/uncrypt/
uncrypt.c 39 // Recovery can take this block map file and retrieve the underlying
57 #define RECOVERY_COMMAND_FILE "/cache/recovery/command"
58 #define RECOVERY_COMMAND_FILE_TMP "/cache/recovery/command.tmp"
59 #define CACHE_BLOCK_MAP "/cache/recovery/block.map"
322 uint8_t zeroes[1088]; // sizeof(bootloader_message) from recovery
343 ALOGI("rebooting to recovery");
344 property_set("sys.powerctl", "reboot,recovery");
362 // for debugging; don't reboot to recovery at the end.
369 // if we're rebooting to recovery without a package (say,
371 // going to recovery
    [all...]
  /device/asus/deb/
fstab.deb 13 /dev/block/platform/msm_sdcc.1/by-name/recovery /recovery emmc defaults defaults
  /device/asus/flo/
fstab.flo 11 /dev/block/platform/msm_sdcc.1/by-name/recovery /recovery emmc defaults defaults
  /device/moto/shamu/
fstab.shamu 14 /dev/block/platform/msm_sdcc.1/by-name/recovery /recovery emmc defaults defaults
  /external/chromium_org/sql/
sql.gyp 30 'recovery.cc',
31 'recovery.h',
  /external/clang/test/Modules/
redecl-add-after-load.cpp 2 // RUN: %clang_cc1 -x objective-c++ -fmodules -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11
3 // RUN: %clang_cc1 -x objective-c++ -fmodules -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11 -DIMPORT_DECLS
  /device/asus/grouper/
fstab.grouper 12 /dev/block/platform/sdhci-tegra.3/by-name/SOS /recovery emmc defaults defaults
  /device/asus/tilapia/
fstab.grouper 12 /dev/block/platform/sdhci-tegra.3/by-name/SOS /recovery emmc defaults defaults
  /device/htc/flounder/
fstab.flounder 12 /dev/block/platform/sdhci-tegra.3/by-name/SOS /recovery emmc defaults defaults
  /external/antlr/antlr-3.4/runtime/Python/tests/
t001lexer.py 17 # no error recovery yet, just crash!
t002lexer.py 17 # no error recovery yet, just crash!
t003lexer.py 17 # no error recovery yet, just crash!
t007lexer.py 17 # no error recovery yet, just crash!
  /external/bluetooth/bluedroid/stack/avdt/
avdt_defs.h 72 #define AVDT_CAT_RECOV 3 /* Recovery */
119 /* recovery service capabilities information elements */
120 #define AVDT_RECOV_MRWS_MIN 0x01 /* min value for maximum recovery window */
121 #define AVDT_RECOV_MRWS_MAX 0x18 /* max value for maximum recovery window */
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_oauth_enrollment.css 81 #oauth-enrollment.mode-recovery #oauth-enroll-learn-more-link {
137 .oauth-enroll-state-signin.mode-recovery #oauth-enroll-back-button,
140 .oauth-enroll-state-working.mode-recovery #oauth-enroll-back-button,
144 .oauth-enroll-state-error.mode-recovery #oauth-enroll-back-button,
  /external/clang/test/CXX/expr/expr.unary/expr.sizeof/
p5-0x.cpp 28 // Test parser and semantic recovery.
  /external/clang/test/FixIt/
typo-crash.cpp 3 // FIXME: The diagnostics and recovery here are very, very poor.
  /external/clang/test/Parser/
attributes.mm 18 // FIXME: Prefix attribute recovery skips until ';'

Completed in 435 milliseconds

1 2 34 5 6 7 8 91011>>