/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 | 57 HandleError(err); 71 HandleError(err); 85 HandleError(err); 97 HandleError(err); 130 void PCMQueueInAudioInputStream::HandleError(OSStatus err) { 147 HandleError(err); 225 HandleError(err);
|
audio_low_latency_input_mac.cc | 152 HandleError(result); 174 HandleError(result); 187 HandleError(result); 200 HandleError(result); 217 HandleError(result); 231 HandleError(result); 249 HandleError(result); 258 HandleError(result); 647 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); 254 HandleError(::GetLastError()); 261 HandleError(res); 316 void PCMWaveOutAudioOutputStream::HandleError(MMRESULT error) { 343 HandleError(0); 390 stream->HandleError(result) [all...] |
wavein_input_win.cc | 132 HandleError(result); 225 void PCMWaveInAudioInputStream::HandleError(MMRESULT error) { 233 HandleError(res);
|
audio_low_latency_input_win.cc | 454 void WASAPIAudioInputStream::HandleError(HRESULT err) {
|
/external/chromium_org/net/tools/flip_server/ |
mem_cache.h | 21 void HandleError() { error_ = true; }
|
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() {
|
/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/alsa/ |
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/media/audio/android/ |
opensles_input.cc | 99 HandleError(err); 110 HandleError(err); 317 HandleError(err); 340 void OpenSLESInputStream::HandleError(SLresult error) {
|
opensles_output.cc | 303 HandleError(err); 350 HandleError(err); 373 void OpenSLESOutputStream::HandleError(SLresult 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 | 56 void HandleError(const tracked_objects::Location& from_here, 414 HandleError(FROM_HERE, status); 449 void LocalFileChangeTracker::TrackerDB::HandleError( 469 HandleError(FROM_HERE, status); 489 HandleError(FROM_HERE, status); 532 HandleError(FROM_HERE, status);
|