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

1 2

  /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-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,
error_fixer.py 93 def HandleError(self, error):
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
js_checker.py 136 def HandleError(self, error):
  /external/chromium_org/chrome/browser/resources/web_dev_style/
js_checker.py 158 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) {
  /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...]
wavein_input_win.cc 133 HandleError(result);
226 void PCMWaveInAudioInputStream::HandleError(MMRESULT error) {
234 HandleError(res);
audio_low_latency_input_win.cc 449 void WASAPIAudioInputStream::HandleError(HRESULT err) {
  /external/chromium_org/net/tools/flip_server/
mem_cache.h 21 void HandleError() { error_ = true; }
streamer_interface.cc 191 HandleError();
195 HandleError();
199 HandleError();
202 void StreamerSM::HandleError() {
  /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,
error_fixer.py 93 def HandleError(self, error):
  /external/chromium/net/tools/flip_server/
mem_cache.h 20 void HandleError() { error_ = true; }
streamer_interface.cc 189 HandleError();
193 HandleError();
197 HandleError();
200 void StreamerSM::HandleError() {
http_interface.cc 78 HandleError();
82 HandleError();
86 HandleError();
89 void HttpSM::HandleError() {
  /external/chromium_org/media/audio/android/
opensles_input.cc 89 HandleError(err);
97 HandleError(err);
284 HandleError(err);
305 void OpenSLESInputStream::HandleError(SLresult error) {
opensles_output.cc 286 HandleError(err);
307 void OpenSLESOutputStream::HandleError(SLresult error) {
  /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) {
  /external/chromium_org/remoting/protocol/
buffered_socket_writer.cc 102 HandleError(result);
135 void BufferedSocketWriterBase::HandleError(int result) {
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc 54 void HandleError(const tracked_objects::Location& from_here,
318 HandleError(FROM_HERE, status);
353 void LocalFileChangeTracker::TrackerDB::HandleError(
373 HandleError(FROM_HERE, status);
393 HandleError(FROM_HERE, status);

Completed in 512 milliseconds

1 2