/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 | 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) {
|
audio_input_mac.h | 42 void HandleError(OSStatus err);
|
audio_low_latency_input_mac.h | 107 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 | 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/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/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);
|
sandbox_origin_database.h | 61 void HandleError(const tracked_objects::Location& from_here,
|
/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 | 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/media/audio/android/ |
opensles_input.cc | 99 HandleError(err); 110 HandleError(err); 317 HandleError(err); 340 void OpenSLESInputStream::HandleError(SLresult error) {
|
opensles_input.h | 65 void HandleError(SLresult error);
|
opensles_output.h | 70 void HandleError(SLresult error);
|
/external/chromium_org/remoting/protocol/ |
buffered_socket_writer.h | 92 void HandleError(int result);
|