Home
last modified time | relevance | path

Searched defs:recovery (Results 1 – 17 of 17) sorted by relevance

/external/kotlinx.coroutines/docs/
Ddebugging.md49 ### Stacktrace recovery machinery
/external/vboot_reference/firmware/lib/
Dvboot_api_init.c27 uint32_t recovery = VBNV_RECOVERY_NOT_REQUESTED; in VbInit() local
Dvboot_firmware.c58 int recovery = VBNV_RECOVERY_RO_UNSPECIFIED; in LoadFirmware() local
Dvboot_kernel.c56 int recovery = VBNV_RECOVERY_LK_UNSPECIFIED; in LoadKernel() local
/external/autotest/client/common_lib/cros/manual/
Dmeet_helper.py15 def restart_chrome(handle, is_meeting, recovery): argument
/external/rust/crates/quiche/src/recovery/
Ddelivery_rate.rs192 let mut recovery = Recovery::new(&config); in rate_check() localVariable
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc106 PersistentHistogramAllocator recovery( in TEST_F() local
/external/pigweed/pw_kvs/public/pw_kvs/
Dkey_value_store.h73 ErrorRecovery recovery = ErrorRecovery::kLazy; member
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1376 private void runRecoveryWithPattern(DeqpTestRunner.Recovery recovery, RecoveryEvent[] events) in runRecoveryWithPattern()
1487 DeqpTestRunner.Recovery recovery = new DeqpTestRunner.Recovery(); in testRecoveryWithPattern() local
1627 DeqpTestRunner.Recovery recovery = new DeqpTestRunner.Recovery(); in testRecovery_unkillableProcess() local
/external/autotest/server/site_tests/enterprise_CFM_Test/
Denterprise_CFM_Test.py147 def restart_chrome_and_meeting(self, recovery): argument
/external/libxml2/
DtestSAX.c55 static int recovery = 0; variable
Dparser.c14114 int recovery, void *data) { in xmlSAXParseFileWithData()
14179 int recovery) { in xmlSAXParseFile()
14391 int size, int recovery, void *data) { in xmlSAXParseMemoryWithData()
14442 int size, int recovery) { in xmlSAXParseMemory()
14561 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) { in xmlSAXParseDoc()
Dxmllint.c115 static int recovery = 0; variable
Dtestapi.c14880 int recovery; /* work in recovery mode, i.e. tries to read no Well Formed documents */ in test_xmlSAXParseDoc() local
14973 int recovery; /* work in recovery mode, i.e. tries to read no Well Formed documents */ in test_xmlSAXParseFile() local
15023 int recovery; /* work in recovery mode, i.e. tries to read no Well Formed documents */ in test_xmlSAXParseFileWithData() local
15082 int recovery; /* work in recovery mode, i.e. tries to read not Well Formed documents */ in test_xmlSAXParseMemory() local
15142 int recovery; /* work in recovery mode, i.e. tries to read no Well Formed documents */ in test_xmlSAXParseMemoryWithData() local
/external/llvm-project/flang/lib/Parser/
Dbasic-parsers.h405 inline constexpr auto recovery(PA pa, PB pb) { in recovery() function
/external/libxml2/include/libxml/
Dparser.h263 int recovery; /* run in recovery mode */ member
/external/rust/crates/quiche/src/
Dlib.rs801 recovery: recovery::Recovery, field
7767 mod recovery; module