HomeSort by relevance Sort by last modified time
    Searched refs:HandleError (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
erroraccumulator.py 32 def HandleError(self, error):
errorhandler.py 43 def HandleError(self, error):
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
erroraccumulator.py 32 def HandleError(self, error):
errorhandler.py 43 def HandleError(self, error):
  /external/chromium_org/media/audio/mac/
audio_input_mac.cc 59 HandleError(err);
73 HandleError(err);
87 HandleError(err);
99 HandleError(err);
132 void PCMQueueInAudioInputStream::HandleError(OSStatus err) {
149 HandleError(err);
227 HandleError(err);
audio_low_latency_input_mac.cc 149 HandleError(result);
171 HandleError(result);
184 HandleError(result);
197 HandleError(result);
214 HandleError(result);
228 HandleError(result);
246 HandleError(result);
255 HandleError(result);
644 void AUAudioInputStream::HandleError(OSStatus err) {
audio_input_mac.h 42 void HandleError(OSStatus err);
audio_low_latency_input_mac.h 106 void HandleError(OSStatus err);
  /external/chromium_org/media/audio/win/
waveout_output_win.cc 185 HandleError(MMSYSERR_ERROR);
196 HandleError(MMSYSERR_ERROR);
218 HandleError(result);
227 HandleError(result);
233 HandleError(result);
262 HandleError(MMSYSERR_ERROR);
272 HandleError(res);
330 void PCMWaveOutAudioOutputStream::HandleError(MMRESULT error) {
357 HandleError(0);
404 stream->HandleError(result)
    [all...]
audio_low_latency_output_win.h 172 void HandleError(HRESULT err);
wavein_input_win.h 68 void HandleError(MMRESULT error);
waveout_output_win.h 75 void HandleError(MMRESULT error);
  /external/chromium/net/tools/flip_server/
streamer_interface.cc 189 HandleError();
193 HandleError();
197 HandleError();
200 void StreamerSM::HandleError() {
mem_cache.cc 33 HandleError();
37 HandleError();
41 HandleError();
45 HandleError();
  /external/chromium_org/media/audio/android/
opensles_input.h 57 void HandleError(SLresult error);
opensles_output.h 54 void HandleError(SLresult error);
opensles_input.cc 89 HandleError(err);
97 HandleError(err);
284 HandleError(err);
305 void OpenSLESInputStream::HandleError(SLresult error) {
  /external/chromium_org/net/tools/flip_server/
streamer_interface.cc 191 HandleError();
195 HandleError();
199 HandleError();
202 void StreamerSM::HandleError() {
mem_cache.cc 38 HandleError();
42 HandleError();
46 HandleError();
50 HandleError();
  /external/chromium_org/webkit/browser/fileapi/
sandbox_origin_database.cc 88 HandleError(FROM_HERE, status);
183 void SandboxOriginDatabase::HandleError(
226 HandleError(FROM_HERE, status);
252 HandleError(FROM_HERE, status);
260 HandleError(FROM_HERE, status);
271 HandleError(FROM_HERE, status);
319 HandleError(FROM_HERE, status);
334 HandleError(FROM_HERE, status);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
checkerbase.py 62 """Call the HandleError function for the checker we are associated with."""
64 self.__checker.HandleError(code, message, token, position, fix_data)
127 def HandleError(self, code, message, token, position=None,
140 self._error_handler.HandleError(
166 self.HandleError(errors.FILE_NOT_FOUND, 'File not found', None)
292 self.HandleError(errors.FILE_DOES_NOT_PARSE, message, token)
305 self.HandleError(errors.FILE_DOES_NOT_PARSE,
  /external/chromium_org/media/audio/linux/
alsa_input.cc 108 HandleError("PcmPrepare", error);
112 HandleError("PcmStart", error);
147 HandleError("PcmStart", error);
247 HandleError("PcmDrop", error);
255 HandleError("PcmClose", error);
335 void AlsaPcmInputStream::HandleError(const char* method, int error) {
alsa_input.h 55 void HandleError(const char* method, int error);
  /external/chromium_org/third_party/closure_linter/closure_linter/
checkerbase.py 62 """Call the HandleError function for the checker we are associated with."""
64 self.__checker.HandleError(code, message, token, position, fix_data)
127 def HandleError(self, code, message, token, position=None,
140 self._error_handler.HandleError(
166 self.HandleError(errors.FILE_NOT_FOUND, 'File not found', None)
292 self.HandleError(errors.FILE_DOES_NOT_PARSE, message, token)
305 self.HandleError(errors.FILE_DOES_NOT_PARSE,
  /external/chromium_org/remoting/protocol/
buffered_socket_writer.h 92 void HandleError(int result);

Completed in 654 milliseconds

1 2 3