Home
last modified time | relevance | path

Searched refs:ErrorRecovery (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc1114 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()
Daudio_device_alsa_linux.h165 int32_t ErrorRecovery(int32_t error, snd_pcm_t* deviceHandle);
/external/clang/lib/Sema/
DSemaLookup.cpp4471 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/
DAntlr.Runtime.pas538 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;
DAntlr.Runtime.Tree.pas3795 FState.ErrorRecovery := False;
/external/clang/include/clang/Sema/
DSema.h2830 bool ErrorRecovery);
2967 bool ErrorRecovery = true);
2972 bool ErrorRecovery = true);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1083 State.ErrorRecovery := False;<endif>