Searched refs:ErrorRecovery (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/linux/ |
D | audio_device_alsa_linux.cc | 1114 ErrorRecovery(errVal, _handlePlayout); in InitPlayout() 1288 ErrorRecovery(errVal, _handleRecord); in InitRecording() 1879 int32_t AudioDeviceLinuxALSA::ErrorRecovery(int32_t error, in ErrorRecovery() function in webrtc::AudioDeviceLinuxALSA 1996 ErrorRecovery(avail_frames, _handlePlayout); in PlayThreadProcess() 2041 ErrorRecovery(frames, _handlePlayout); in PlayThreadProcess() 2073 ErrorRecovery(avail_frames, _handleRecord); in RecThreadProcess() 2101 ErrorRecovery(frames, _handleRecord); in RecThreadProcess()
|
D | audio_device_alsa_linux.h | 165 int32_t ErrorRecovery(int32_t error, snd_pcm_t* deviceHandle);
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 4471 const ObjCObjectPointerType *OPT, bool ErrorRecovery) { in makeTypoCorrectionConsumer() argument 4525 if (ErrorRecovery && getLangOpts().Modules && in makeTypoCorrectionConsumer() 4929 bool ErrorRecovery) { in diagnoseTypo() argument 4931 ErrorRecovery); in diagnoseTypo() 5060 bool ErrorRecovery) { in diagnoseTypo() argument 5072 MissingImportKind::Declaration, ErrorRecovery); in diagnoseTypo() 5077 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo() 5083 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 538 property ErrorRecovery: Boolean read GetErrorRecovery write SetErrorRecovery; property 4495 FState.ErrorRecovery := False; 4511 FState.ErrorRecovery := False; 4678 if (not FState.ErrorRecovery) then 4681 FState.ErrorRecovery := True; 4695 FState.ErrorRecovery := False;
|
D | Antlr.Runtime.Tree.pas | 3795 FState.ErrorRecovery := False;
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2830 bool ErrorRecovery); 2967 bool ErrorRecovery = true); 2972 bool ErrorRecovery = true);
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 1083 State.ErrorRecovery := False;<endif>
|