HomeSort by relevance Sort by last modified time
    Searched full:recovery (Results 651 - 675 of 1562) sorted by null

<<21222324252627282930>>

  /build/kati/
pathutil_test.go 748 fs.add(fs.file, "bootable/recovery/Android.mk")
749 fs.add(fs.file, "bootable/recovery/CleanSpec.mk")
773 want: `./art/CleanSpec.mk ./bionic/CleanSpec.mk ./bootable/recovery/CleanSpec.mk ./frameworks/base/CleanSpec.mk`,
  /build/tools/releasetools/
edify_generator.py 20 """Class to generate scripts in the 'edify' recovery script language
103 """Assert that the current recovery build fingerprint is one of *fp."""
114 """Assert that the current recovery build thumbprint is one of *fp."""
  /docs/source.android.com/src/security/encryption/
file-based.jd 388 The recovery partition is unable to access the DE protected storage on the
391 normal operation there is no need for recovery to access data on the encrypted drive.
394 If a legacy OTA solution is used, which requires recovery to access the OTA file
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 68 # a stack that tracks follow sets for error recovery
70 # a flag indicating whether or not the recognizer is in error recovery mode
397 # error reporting and recovery have occurred (unless the exception is
  /external/autotest/client/cros/faft/
rpc_functions.py 316 """Request running in recovery mode on the restart."""
700 """Run chromeos-firmwareupdate with recovery mode."""
702 self._updater.run_firmwareupdate(mode='recovery',
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/doc/
codecs.html 33 incomplete, stateful codec would suspend and complete data item recovery
207 recovery. The most obvious cases include implicitly tagged ASN.1 types
464 convenient then to turn decoder into a recovery mode. Whilst there, decoder
  /external/dng_sdk/source/
dng_camera_profile.h 205 // points for highlight recovery logic based on the white point. If
407 /// highlight recovery logic based on the white point. If cameras
416 /// highlight recovery logic based on the white point. If cameras
  /external/libjpeg-turbo/
example.c 29 * <setjmp.h> is used for the optional error recovery mechanism shown in
41 * as error recovery (the JPEG code will just exit() if it gets an error).
301 * so that the setjmp() error recovery below can assume the file is open.
  /external/libnfc-nci/halimpl/pn54x/tml/
phTmlNfc.c 33 /* Retry Count = Standby Recovery time of NFCC / Retransmission time + 1 */
154 /** Retry Count = Standby Recovery time of NFCC / Retransmission time + 1 */
206 /** Retry Count = Standby Recovery time of NFCC / Retransmission time + 1 */
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 510 // Skip token for error recovery.
522 // Skip token for error recovery.
535 // Skip token for error recovery.
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 558 // Skip token for error recovery.
571 // Skip token for error recovery.
599 // Skip token for error recovery.
  /external/vboot_reference/tests/
vboot_kernel_tests.c 581 TEST_EQ(u, 0, " recovery request");
595 TEST_EQ(u, VBNV_RECOVERY_RW_NO_OS, " recovery request");
602 TEST_EQ(u, VBNV_RECOVERY_RW_INVALID_OS, " recovery request");
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 61 // Used to check whether the SEI RP is the only way for recovery (cisco contents)
62 // This threshold will decide the interval of recovery even no error detected if no IDR during this time
908 // Recovery
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 374 //Recovery part of pcm_read. TODO:split recovery.
378 // Recovery is part of pcm_write. TODO split is later.
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
panic.go 450 // Pass information about recovering frame to recovery.
453 mcall(recovery)
454 throw("recovery failed") // mcall should not return
  /prebuilts/go/linux-x86/src/runtime/
panic.go 450 // Pass information about recovering frame to recovery.
453 mcall(recovery)
454 throw("recovery failed") // mcall should not return
  /system/core/fs_mgr/
fs_mgr.c 513 /* Skip swap and raw partition entries such as boot, recovery, etc */
608 ERROR("%s(): Format failed. Suggest recovery...\n", __func__);
616 ERROR("%s(): %s is wiped and %s %s is encryptable. Suggest recovery...\n", __func__,
  /system/core/init/
service.cpp 44 #define CRITICAL_CRASH_WINDOW (4*60) // ... in 4 minutes, goto recovery
134 "rebooting into recovery mode\n", name_.c_str(),
136 android_reboot(ANDROID_RB_RESTART2, 0, "recovery");
  /bootable/recovery/applypatch/
imgdiff.cpp 19 * and recovery.img -- that consist primarily of large chunks of gzipped
47 * chunks in the same order. Android boot and recovery images currently
119 * patch. This is used to reduce the size of recovery-from-boot
120 * patches by combining the boot image with recovery ramdisk
515 // chunks to be small (5 for typical boot and recovery images).
    [all...]
  /external/e2fsprogs/e2fsck/
Makefile.in 70 dx_dirinfo.o ehandler.o problem.o message.o quota.o recovery.o \
80 profiled/recovery.o profiled/region.o profiled/revoke.o \
97 $(srcdir)/recovery.c \
405 recovery.o: $(srcdir)/recovery.c $(top_builddir)/lib/config.h \
  /external/libxml2/doc/devhelp/
libxml2-parser.html 78 <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlSAXParseDoc">xmlSAXParseDoc</a> (<a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * cur, <br/> int recovery);
87 <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlSAXParseMemory">xmlSAXParseMemory</a> (<a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br/> const char * buffer, <br/> int size, <br/> int recovery);
92 <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlSAXParseFile">xmlSAXParseFile</a> (<a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br/> const char * filename, <br/> int recovery);
95 <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlSAXParseMemoryWithData">xmlSAXParseMemoryWithData</a> (<a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br/> const char * buffer, <br/> int size, <br/> int recovery, <br/> void * data);
111 <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlSAXParseFileWithData">xmlSAXParseFileWithData</a> (<a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br/> const char * filename, <br/> int recovery, <br/> void * data);
    [all...]
  /external/libxml2/doc/html/
libxml-parser.html     [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 383 * further along in each case, to test various recovery points.
426 * further along in each case, to test various recovery points.
468 * further along in each case, to test various recovery points.
511 * further along in each case, to test various recovery points.
610 * further along in each case, to test various recovery points.
    [all...]
  /system/bt/stack/avdt/
avdt_msg.c 100 AVDT_LEN_RECOV_MIN, /* recovery */
113 AVDT_LEN_RECOV_MAX, /* recovery */
126 AVDT_ERR_RECOV_FMT, /* recovery */
325 *(*p)++ = 7; /* frag (1) + media + report + recovery */
346 /* recovery transport session */
    [all...]
  /system/core/fastboot/
fastboot.cpp 111 {"recovery.img", "recovery.sig", "recovery", true, false},
142 } else if(!strcmp(item,"recovery")) {
143 fn = "recovery.img";
327 " if found -- recovery. If the device\n"
    [all...]

Completed in 642 milliseconds

<<21222324252627282930>>