/system/update_engine/ |
sideload_main.cc | 123 // should conform to the specification defined in the Android recovery. 215 // When called from recovery, /data is not accessible, so we need to use
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
DeqpTestRunner.java | 82 private IRecovery mDeviceRecovery = new Recovery(); 146 * Set recovery handler. 801 * Interface for failure recovery. 817 * Informs Recovery that test execution has progressed since the last recovery 824 * @throws DeviceNotAvailableException if recovery did not succeed 832 * @throws DeviceNotAvailableException if recovery did not succeed 838 * State machine for execution failure recovery. 842 public static class Recovery implements IRecovery { 905 CLog.w("ADB connection failed after recovery, rebooting device") [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseRecognizer.m | 275 // then we know we're missing a token; error recovery is free to 294 * not parsing. Once in recovery mode, no errors are generated. 295 * To get out of recovery mode, the parser must successfully match 299 * 2. enter recovery mode, report error 493 // where LT(1) is in the recovery token set so nothing is 515 /* Compute the error recovery set for the current rule. During 566 * For error recovery, we cannot consider FOLLOW(c) 579 * the same recovery set and doesn't consume anything. Rule b 584 * for the token that was a member of the recovery set. 588 * ANTLR's error recovery mechanism is based upon original ideas [all...] |
/frameworks/base/core/java/com/android/server/ |
BootReceiver.java | 166 String recovery = RecoverySystem.handleAftermath(ctx); local 167 if (recovery != null && db != null) { 168 db.addText("SYSTEM_RECOVERY_LOG", headers + recovery); 198 addFileToDropBox(db, timestamps, headers, "/cache/recovery/log", -LOG_SIZE, 200 addFileToDropBox(db, timestamps, headers, "/cache/recovery/last_kmsg",
|
/system/core/adb/ |
services.cpp | 138 const char* const recovery_dir = "/cache/recovery"; 139 const char* const command_file = "/cache/recovery/command"; 140 // Ensure /cache/recovery exists. 152 reboot_arg = "recovery"; 540 } else if (!strcmp(name, "-recovery")) {
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
recognizers.rb | 64 a stack that tracks follow sets for error recovery 66 a flag indicating whether or not the recognizer is in error recovery mode 368 # As a result, all error tracking and error recovery 496 ###################################### Error Recovery ######################################## 533 # Compute the error recovery set for the current rule. During 584 # For error recovery, we cannot consider FOLLOW(c) 597 # the same recovery set and doesn't consume anything. Rule b 602 # for the token that was a member of the recovery set. 606 # ANTLR's error recovery mechanism is based upon original ideas: 612 # "A note on error recovery in recursive descent parsers" [all...] |
/bootable/recovery/ |
roots.cpp | 45 fstab = fs_mgr_read_fstab("/etc/recovery.fstab"); 47 LOGE("failed to read /etc/recovery.fstab\n"); 59 printf("recovery filesystem table\n");
|
screen_ui.h | 35 // overall recovery state ("background image")
|
/device/huawei/angler/ |
releasetools.py | 282 and add the corresponding flash instructions to the recovery 284 entry in recovery.fstab.""" 301 print "skipping flash of %s; not in recovery.fstab" % image.name
|
/device/lge/bullhead/ |
releasetools.py | 218 print "skipping flash of %s; not in recovery.fstab" % (i,) 237 print "skipping flash of %s; not in recovery.fstab" % (i,) 250 print "skipping flash of %s; not in recovery.fstab" % (i,)
|
/device/moto/shamu/ |
releasetools.py | 245 and add the corresponding flash instructions to the recovery 247 entry in recovery.fstab.""" 262 print "skipping flash of %s; not in recovery.fstab" % (image.name,)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
SlimLexer.cs | 339 /** TODO: not thought about recovery in lexer yet. 423 * to do sophisticated error recovery if you are in a fragment rule. 428 //System.out.println("consuming char "+(char)input.LA(1)+" during recovery");
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
Lexer.js | 3 * uses simplified match() and error recovery mechanisms in the interest 206 /** TODO: not thought about recovery in lexer yet. 269 * to do sophisticated error recovery if you are in a fragment rule.
|
/external/chromium-trace/catapult/devil/devil/android/ |
fastboot_utils.py | 27 ('recovery', {'image': 'recovery.img'}), 237 Directory must contain bootloader, radio, boot, recovery, system, userdata,
|
/external/google-breakpad/src/processor/ |
cfi_frame_info.h | 35 // set of 'STACK CFI'-derived register recovery rules that apply at a 154 // The input specifies EXPRESSION as the recovery rule for register NAME. 162 // recovery rules, as appearing in STACK CFI records. Report the
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
forward_error_correction.h | 71 // recovery, but will reduce delay by allowing #DecodeFEC() to pre-emptively 281 // Initializes the packet recovery using the FEC packet. 289 // Finish up the recovery of a packet.
|
/bionic/libc/bionic/ |
system_properties_compat.c | 32 * binary is compiled statically against the newest bionic, but the recovery
|
/build/target/product/security/ |
README | 38 into the recovery image.
|
/development/ndk/platforms/android-3/include/linux/raid/ |
md_k.h | 132 unsigned long recovery; member in struct:mddev_s
|
/device/asus/fugu/sepolicy/ |
file_contexts | 28 /dev/block/pci/pci0000:00/0000:00:01\.0/by-name/recovery u:object_r:recovery_block_device:s0
|
/device/google/dragon/sepolicy/ |
file_contexts | 7 /dev/block/platform/700b0600\.sdhci/by-name/recovery u:object_r:recovery_block_device:s0
|
/device/google/dragon/ |
ueventd.dragon.rc | 2 /dev/block/platform/700b0600.sdhci/by-name/recovery 0600 system system
|
/device/htc/flounder/ |
device.mk | 50 $(LOCAL_PATH)/init.recovery.flounder.rc:root/init.recovery.flounder.rc \ 59 $(LOCAL_PATH)/init.recovery.flounder.rc:root/init.recovery.flounder64.rc \
|
/docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/ |
devices.jd | 25 <li>It has a state: Online, Available, Recovery, or Not Available</li>
|
lifecycle.jd | 57 >Device Recovery</a>: mechanism to recover device communication if lost</li>
|