HomeSort by relevance Sort by last modified time
    Searched refs:recovery (Results 126 - 150 of 153) sorted by null

1 2 3 4 56 7

  /external/libxml2/
parser.c 302 if (ctxt->recovery == 0)
517 if (ctxt->recovery == 0)
543 if (ctxt->recovery == 0)
650 if (ctxt->recovery == 0)
682 if (ctxt->recovery == 0)
711 if (ctxt->recovery == 0)
    [all...]
parserInternals.c 155 if (ctxt->recovery == 0)
182 if (ctxt->recovery == 0)
210 if (ctxt->recovery == 0)
    [all...]
SAX2.c 152 if (ctxt->recovery == 0)
    [all...]
xmllint.c 131 static int recovery = 0; variable
    [all...]
HTMLparser.c     [all...]
  /build/core/
cleanbuild.mk 202 $(PRODUCT_OUT)/recovery \
envsetup.mk 124 TARGET_COPY_OUT_RECOVERY := recovery
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 50 to implement backtracking and various error recovery techniques, recognizers
129 to perform tasks such as backtracking and error recovery.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_manager.js 229 * returns true if it is a valid recovery candidate.
274 * Gets the state of focus recovery.
275 * @return {boolean} True if focus recovery is on; false otherwise.
283 * Enables or disables focus recovery.
    [all...]
  /external/sepolicy/
Android.mk 131 LOCAL_MODULE := sepolicy.recovery
file_contexts 162 /system/bin/install-recovery.sh u:object_r:install_recovery_exec:s0
  /packages/experimental/SELinux/CTS/src/
example_input_policy.conf     [all...]
  /build/tools/releasetools/
ota_from_target_files 64 Generate a 'two-step' OTA package, where recovery is updated
66 using the new recovery (new kernel, etc.).
216 i = self.ITEMS.get("system/recovery-from-boot.p", None)
218 i = self.ITEMS.get("system/etc/install-recovery.sh", None)
401 target_files_zip.getinfo("SYSTEM/recovery-from-boot.p")
510 # write recovery image to boot partition
512 # reboot to boot partition and restart recovery
514 # write recovery image to recovery partition
516 # reboot to recovery partition and restart recover
    [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/chromium_org/third_party/libxml/src/
parserInternals.c 152 if (ctxt->recovery == 0)
179 if (ctxt->recovery == 0)
207 if (ctxt->recovery == 0)
    [all...]
SAX2.c 135 if (ctxt->recovery == 0)
    [all...]
xmllint.c 131 static int recovery = 0; variable
    [all...]
HTMLparser.c     [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 268 # where LT(1) is in the recovery token set so nothing is
616 support code essentially; most of it is error recovery stuff and
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 432 /// for automatic error recovery.
545 /// but no token is consumed during recovery...another error is found,
687 /// support code essentially; most of it is error recovery stuff and
710 /// single token insertion or deletion error recovery. If
715 /// recovery, override MismatchRecover() and have it call
730 /// <summary>A hook to listen in on the token consumption during error recovery.
741 /// not parsing. Once in recovery mode, no errors are generated.
742 /// To get out of recovery mode, the parser must successfully Match
746 /// 2. enter recovery mode, report error
    [all...]
  /system/vold/
cryptfs.c 302 enum RebootType {reboot, recovery, shutdown}; enumerator in enum:RebootType
310 case recovery:
311 property_set(ANDROID_RB_PROPERTY, "reboot,recovery");
    [all...]
  /external/chromium_org/v8/test/webkit/
date-set-to-nan.js 25 "This tests if the Date setters handle invalid parameters correctly resulting in a NaN date and if a recovery from such a NaN date is only possible by using the date.setTime() and date.set[[UTC]Full]Year() functions."
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 70 # but no token is consumed during recovery...another error is found,
132 support code essentially; most of it is error recovery stuff and
182 # wack everything related to error recovery
200 single token insertion or deletion error recovery. If
204 recovery, override recoverFromMismatchedToken() and have it
252 # then we know we're missing a token; error recovery is free to
264 not parsing. Once in recovery mode, no errors are generated.
265 To get out of recovery mode, the parser must successfully match
269 2. enter recovery mode, report error
463 # where LT(1) is in the recovery token set so nothing i
    [all...]
  /external/bison/data/
yacc.c     [all...]
  /external/oprofile/events/i386/nehalem/
events 70 event:0xA2 counters:0,1,2,3 um:resource_stalls minimum:6000 name:RESOURCE_STALLS : Counts the number of Allocator resource related stalls. Includes register renaming buffer entries, memory buffer entries. In addition to resource related stalls, this event counts some other events. Includes stalls arising during branch misprediction recovery, such as if retirement of the mispredicted branch is delayed and stalls arising while store buffer is draining from synchronizing operations.

Completed in 1489 milliseconds

1 2 3 4 56 7