Searched defs:recovery (Results 1 – 11 of 11) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator_unittest.cc | 105 PersistentHistogramAllocator recovery( in TEST_F() local 184 PersistentHistogramAllocator recovery( in TEST_F() local
|
/external/vboot_reference/firmware/lib/ |
D | vboot_api_init.c | 27 uint32_t recovery = VBNV_RECOVERY_NOT_REQUESTED; in VbInit() local
|
D | vboot_firmware.c | 58 int recovery = VBNV_RECOVERY_RO_UNSPECIFIED; in LoadFirmware() local
|
D | vboot_kernel.c | 56 int recovery = VBNV_RECOVERY_LK_UNSPECIFIED; in LoadKernel() local
|
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunnerTest.java | 1390 private void runRecoveryWithPattern(DeqpTestRunner.Recovery recovery, RecoveryEvent[] events) in runRecoveryWithPattern() 1501 DeqpTestRunner.Recovery recovery = new DeqpTestRunner.Recovery(); in testRecoveryWithPattern() local 1641 DeqpTestRunner.Recovery recovery = new DeqpTestRunner.Recovery(); in testRecovery_unkillableProcess() local
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_fec_unittest.cc | 822 bool recovery = true; in IsRecoveryComplete() local
|
/external/libxml2/ |
D | testSAX.c | 55 static int recovery = 0; variable
|
D | parser.c | 14145 int recovery, void *data) { in xmlSAXParseFileWithData() 14210 int recovery) { in xmlSAXParseFile() 14422 int size, int recovery, void *data) { in xmlSAXParseMemoryWithData() 14473 int size, int recovery) { in xmlSAXParseMemory() 14592 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) { in xmlSAXParseDoc()
|
D | xmllint.c | 115 static int recovery = 0; variable
|
D | testapi.c | 14880 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/libxml2/include/libxml/ |
D | parser.h | 261 int recovery; /* run in recovery mode */ member
|