HomeSort by relevance Sort by last modified time
    Searched refs:HandleError (Results 1 - 25 of 47) 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_org/media/audio/mac/
audio_input_mac.cc 59 HandleError(err);
88 HandleError(err);
103 HandleError(err);
118 HandleError(err);
153 void PCMQueueInAudioInputStream::HandleError(OSStatus err) {
170 HandleError(err);
248 HandleError(err);
audio_low_latency_input_mac.cc 116 HandleError(result);
138 HandleError(result);
151 HandleError(result);
164 HandleError(result);
178 HandleError(result);
195 HandleError(result);
210 HandleError(result);
228 HandleError(result);
237 HandleError(result);
658 void AUAudioInputStream::HandleError(OSStatus err)
    [all...]
audio_input_mac.h 45 void HandleError(OSStatus err);
audio_low_latency_input_mac.h 108 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);
254 HandleError(::GetLastError());
261 HandleError(res);
316 void PCMWaveOutAudioOutputStream::HandleError(MMRESULT error) {
343 HandleError(0);
390 stream->HandleError(result)
    [all...]
wavein_input_win.h 70 void HandleError(MMRESULT error);
waveout_output_win.h 75 void HandleError(MMRESULT error);
  /external/chromium_org/third_party/closure_linter/closure_linter/
checkerbase.py 50 """Call the HandleError function for the checker we are associated with."""
52 self.__checker.HandleError(code, message, token, position, fix_data)
105 def HandleError(self, code, message, token, position=None,
118 self._error_handler.HandleError(
runner_test.py 61 mock_error_handler.HandleError(mox.Func(ValidateError))
79 mock_error_handler.HandleError(mox.Func(ValidateError))
80 mock_error_handler.HandleError(mox.IsA(error.Error))
  /external/chromium_org/net/tools/flip_server/
streamer_interface.cc 190 void StreamerSM::HandleHeaderError(BalsaFrame* framer) { HandleError(); }
192 void StreamerSM::HandleChunkingError(BalsaFrame* framer) { HandleError(); }
194 void StreamerSM::HandleBodyError(BalsaFrame* framer) { HandleError(); }
196 void StreamerSM::HandleError() {
mem_cache.cc 38 HandleError();
42 HandleError();
46 HandleError();
50 HandleError();
  /external/chromium_org/storage/browser/fileapi/
sandbox_origin_database.cc 92 HandleError(FROM_HERE, status);
189 void SandboxOriginDatabase::HandleError(
232 HandleError(FROM_HERE, status);
258 HandleError(FROM_HERE, status);
266 HandleError(FROM_HERE, status);
277 HandleError(FROM_HERE, status);
325 HandleError(FROM_HERE, status);
340 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/alsa/
alsa_input.cc 110 HandleError("PcmPrepare", error);
114 HandleError("PcmStart", error);
149 HandleError("PcmStart", error);
252 HandleError("PcmDrop", error);
262 HandleError("PcmClose", error);
343 void AlsaPcmInputStream::HandleError(const char* method, int error) {
alsa_input.h 56 void HandleError(const char* method, int error);
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 176 HandleError(STORE_KEY_UNAVAILABLE, callback);
182 HandleError(STORE_POLICY_ERROR, callback);
195 HandleError(STORE_KEY_UNAVAILABLE, callback);
206 HandleError(DeviceSettingsService::STORE_POLICY_ERROR, callback);
213 HandleError(DeviceSettingsService::STORE_POLICY_ERROR, callback);
420 void DeviceSettingsService::HandleError(Status status,
  /external/chromium_org/extensions/browser/api/storage/
storage_api.h 60 ResponseValue HandleError(const ValueStore::Error& error,
  /external/chromium_org/media/audio/android/
opensles_input.cc 101 HandleError(err);
112 HandleError(err);
320 HandleError(err);
343 void OpenSLESInputStream::HandleError(SLresult error) {
opensles_input.h 67 void HandleError(SLresult error);
opensles_output.h 71 void HandleError(SLresult error);
  /external/chromium_org/remoting/protocol/
buffered_socket_writer.h 92 void HandleError(int result);

Completed in 1221 milliseconds

1 2