/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/ |
output_writer.py | 132 # TODO(user): Update recovery related method to not use *_spec. 134 """Whether this output writer supports slice recovery. 156 Any exception during recovery is subject to normal slice/shard retry. 157 So recovery logic must be idempotent.
|
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/ |
p5-0x.cpp | 28 // Test parser and semantic recovery.
|
/external/clang/test/Driver/ |
crash-report-header.h | 6 // REQUIRES: crash-recovery
|
/external/clang/test/FixIt/ |
typo-crash.cpp | 3 // FIXME: The diagnostics and recovery here are very, very poor.
|
/external/clang/test/Modules/ |
hidden-definition.cpp | 6 // RUN: %clang_cc1 -fmodules -x c++ -verify -fmodule-file=%t/a.pcm %s -fno-modules-error-recovery
|
textual-headers.cpp | 3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fmodules-strict-decluse -fmodule-name=XG -I %S/Inputs/declare-use %s -verify -fno-modules-error-recovery
|
/external/clang/test/Parser/ |
attributes.mm | 18 // FIXME: Prefix attribute recovery skips until ';'
|
cxx0x-member-initializers.cpp | 17 // Test recovery for bad constructor initializers
|
/external/clang/test/Preprocessor/ |
cxx_oper_keyword.cpp | 24 // For error recovery we continue as though the identifier was a macro name regardless of -fno-operator-names.
|
/external/clang/test/SemaCXX/ |
builtins.cpp | 16 // FIXME: Our error recovery here sucks
|
/external/compiler-rt/test/asan/TestCases/ |
halt_on_error-1.c | 1 // Test recovery mode.
|
/external/e2fsprogs/lib/ss/ |
mk_cmds.1 | 55 its error recovery leaves much to be desired.
|
/external/e2fsprogs/misc/ |
mklost+found.8.in | 28 will not have to allocate data blocks in the filesystem during recovery.
|
/external/e2fsprogs/po/ |
POTFILES.in | 19 e2fsck/recovery.c
|
/external/vboot_reference/firmware/lib/include/ |
vboot_display.h | 41 * Return a description of the recovery reason code.
|
/external/vboot_reference/tests/tpm_lite/ |
tpmtest_writelimit.c | 6 /* Test of recovery when we hit the NVRAM write limit for an unowned TPM.
|
/frameworks/av/media/utils/ |
SchedulingPolicyService.cpp | 33 // FIXME merge duplicated code related to service lookup, caching, and error recovery
|
/system/bt/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 */
|
/system/core/fs_mgr/ |
Android.mk | 29 bootable/recovery
|
/system/update_engine/ |
hardware_chromeos.h | 30 // Implements the real interface with Chrome OS verified boot and recovery
|
/external/vboot_reference/utility/ |
chromeos-tpm-recovery | 6 # Run TPM diagnostics in recovery mode, and attempt to fix problems. This is 9 # Usage: chromeos-tpm-recovery <log file> 18 dot_recovery=${DOT_RECOVERY:=/mnt/stateful_partition/.recovery} 250 # Sanity check: are we executing in a recovery image? 253 quit "not a recovery image" 271 # Sanity check: did we boot in recovery mode? 337 log "tpm recovery has completed"
|
/build/tools/releasetools/ |
add_img_to_target_files | 78 print "Building new recovery patch" 335 banner("recovery") 336 prebuilt_path = os.path.join(OPTIONS.input_tmp, "IMAGES", "recovery.img") 338 print "recovery.img already exists in IMAGES/, no need to rebuild..." 341 "IMAGES/recovery.img", "recovery.img", OPTIONS.input_tmp, 342 "RECOVERY") 345 "IMAGES/recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY") [all...] |
add_img_to_target_files.py | 78 print "Building new recovery patch" 335 banner("recovery") 336 prebuilt_path = os.path.join(OPTIONS.input_tmp, "IMAGES", "recovery.img") 338 print "recovery.img already exists in IMAGES/, no need to rebuild..." 341 "IMAGES/recovery.img", "recovery.img", OPTIONS.input_tmp, 342 "RECOVERY") 345 "IMAGES/recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY") [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BaseRecognizer.java | 37 * support code essentially; most of it is error recovery stuff and 72 // wack everything related to error recovery 90 * single token insertion or deletion error recovery. If 94 * recovery, override recoverFromMismatchedToken() and have it 145 // then we know we're missing a token; error recovery is free to 164 * not parsing. Once in recovery mode, no errors are generated. 165 * To get out of recovery mode, the parser must successfully match 169 * 2. enter recovery mode, report error 356 // where LT(1) is in the recovery token set so nothing is 368 /** A hook to listen in on the token consumption during error recovery [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 5 * support code essentially; most of it is error recovery stuff and 37 // wack everything related to error recovery 54 * single token insertion or deletion error recovery. If 58 * recovery, override mismatchRecover() and have it call 107 // then we know we're missing a token; error recovery is free to 142 * not parsing. Once in recovery mode, no errors are generated. 143 * To get out of recovery mode, the parser must successfully match 147 * 2. enter recovery mode, report error 332 // where LT(1) is in the recovery token set so nothing is 344 /** A hook to listen in on the token consumption during error recovery [all...] |