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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/Parser/
cxx0x-member-initializers.cpp 17 // Test recovery for bad constructor initializers
declarators.c 41 // PR3963 & rdar://6759604 - test error recovery for mistyped "typenames".
91 // PR7617 - error recovery on missing ;.
  /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/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/f2fs-tools/
Android.mk 64 # mkfs.f2fs is used in recovery: must be static.
67 # Recovery needs it also, so it must go into root/sbin/.
68 # Directly generating into the recovery/root/sbin gets clobbered
69 # when the recovery image is being made.
  /frameworks/av/services/audioflinger/
SchedulingPolicyService.cpp 33 // FIXME merge duplicated code related to service lookup, caching, and error recovery
  /external/clang/test/Modules/
cxx-templates.cpp 2 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump -ast-dump-lookups | FileCheck %s --check-prefix=CHECK-GLOBAL
3 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump -ast-dump-lookups -ast-dump-filter N | FileCheck %s --check-prefix=CHECK-NAMESPACE-N
4 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump | FileCheck %s --check-prefix=CHECK-DUMP
5 // RUN: %clang_cc1 -x objective-c++ -fmodules -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11
75 // We turn off error recovery for modules in this test (so we don't get an
  /build/tools/releasetools/
sign_target_files_apks 184 info.filename.startswith("RECOVERY/") or
186 info.filename == "SYSTEM/etc/recovery-resource.dat"):
201 "RECOVERY/RAMDISK/default.prop"):
205 if info.filename == "RECOVERY/RAMDISK/default.prop":
211 elif info.filename in ("SYSTEM/recovery-from-boot.p",
212 "SYSTEM/bin/install-recovery.sh"):
215 info.filename in ("RECOVERY/RAMDISK/res/keys",
232 write_to_temp("RECOVERY/RAMDISK/res/keys", 0755 << 16, new_recovery_keys)
236 "recovery.img", "recovery.img", tmpdir, "RECOVERY", info_dict=misc_info
    [all...]
common.py 132 d["recovery_api_version"] = read_helper("META/recovery-api-version.txt").strip()
134 raise ValueError("can't find recovery API version in input target-files")
200 data = read_helper("RECOVERY/RAMDISK/etc/recovery.fstab")
202 print "Warning: could not find RECOVERY/RAMDISK/etc/recovery.fstab"
212 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,))
248 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,))
    [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/chromium_org/chrome/browser/history/
top_sites_database_unittest.cc 16 #include "sql/recovery.h"
156 // Recovery module only supports some platforms at this time.
157 if (!sql::Recovery::FullRecoverySupported())
191 // Recovery module only supports some platforms at this time.
192 if (!sql::Recovery::FullRecoverySupported())
211 // Corruption should be detected and recovered during Init(). After recovery,
240 // Recovery module only supports some platforms at this time.
241 if (!sql::Recovery::FullRecoverySupported())
335 // After recovery, the database accesses won't throw errors. The top-ranked
  /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...]
  /bootable/recovery/
adb_install.cpp 89 execl("/sbin/recovery", "recovery", "--adbd", NULL);
verifier_test.sh 3 # A test suite for recovery's package signature verifier. Run in a
10 DATA_DIR=$ANDROID_BUILD_TOP/bootable/recovery/testdata
default_device.cpp 34 "view recovery logs",
roots.h 26 // Load and parse volume data from /etc/recovery.fstab.
  /build/core/
pathmap.mk 45 recovery:bootable/recovery \
  /developers/samples/android/common/src/java/com/example/android/common/play/
PlayHelper.java 45 * can't be used, the utility initiates a recovery with user intervention.
89 * can't be used, the utility initiates a recovery with user intervention.
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_metrics.cc 29 // "Diagnostics.Recovery." prepended), so do not change them without
107 const std::string name("Diagnostics.Recovery." +
  /external/chromium_org/chrome/browser/resources/feedback/js/
event_handler.js 29 'kkebgepbbgbcmghedmmdfcbdcodlkngh', // Chrome OS Recovery Tool
30 'jndclpdbaamdhonoechobihbbiimdgai', // Chrome OS Recovery Tool
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Format.h 65 * the different recovery procedures for different types of the cards.
66 * For both Format and Recovery Management same API is used.
  /external/antlr/antlr-3.4/runtime/Python/tests/
t004lexer.py 17 # no error recovery yet, just crash!

Completed in 675 milliseconds

1 2 3 45 6 7 8 91011>>