Home
last modified time | relevance | path

Searched refs:logError (Results 1 – 25 of 35) sorted by relevance

12

/external/skia/tools/
Dbench_pictures_main.cpp156 gLogger.logError(err); in run_single_benchmark()
179 gLogger.logError(err); in run_single_benchmark()
245 gLogger.logError(err); in setup_benchmark()
260 gLogger.logError(err); in setup_benchmark()
273 gLogger.logError(err); in setup_benchmark()
317 gLogger.logError(errorString); in setup_benchmark()
326 gLogger.logError("Cannot time individual tiles with more than one thread.\n"); in setup_benchmark()
331 gLogger.logError("--timeIndividualTiles requires tiled rendering.\n"); in setup_benchmark()
335 gLogger.logError("This renderer does not support --timeIndividualTiles.\n"); in setup_benchmark()
342 gLogger.logError(".skp files or directories are required.\n"); in setup_benchmark()
[all …]
/external/nist-sip/java/gov/nist/core/
DDebug.java52 stackLogger.logError("Stack Trace",ex); in printStackTrace()
56 public static void logError(String message, Exception ex) { in logError() method in Debug
58 stackLogger.logError(message,ex); in logError()
DStackLogger.java67 public void logError(String message); in logError() method
84 public void logError(String message, Exception ex); in logError() method
DLogWriter.java63 public void logError(String message) { in logError() method in LogWriter
73 public void logError(String message, Exception ex) { in logError() method in LogWriter
DInternalErrorHandler.java53 stackLogger.logError("UNEXPECTED INTERNAL ERROR FIXME " + ex.getMessage()); in handleException()
73 stackLogger.logError("Unexepcted INTERNAL ERROR FIXME!!"); in handleException()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java639 .logError( in SipStackImpl()
645 getStackLogger().logError("could not instantiate router", in SipStackImpl()
699 getStackLogger().logError( in SipStackImpl()
796 getStackLogger().logError( in SipStackImpl()
808 this.getStackLogger().logError( in SipStackImpl()
824 .logError( in SipStackImpl()
845 .logError( in SipStackImpl()
883 getStackLogger().logError("Bad read timeout " + readTimeout); in SipStackImpl()
911 getStackLogger().logError( in SipStackImpl()
930 getStackLogger().logError( in SipStackImpl()
[all …]
DDialogFilter.java125 sipStack.getStackLogger().logError("Problem sending error response", ex); in sendRequestPendingResponse()
155 sipStack.getStackLogger().logError("Problem sending error response", ex); in sendBadRequestResponse()
186 sipStack.getStackLogger().logError("Problem sending error response", ex); in sendCallOrTransactionDoesNotExistResponse()
213 sipStack.getStackLogger().logError("Problem sending error response", ex); in sendLoopDetectedResponse()
248 sipStack.getStackLogger().logError("Problem sending response", ex); in sendServerInternalErrorResponse()
484 sipStack.getStackLogger().logError( in processRequest()
524 sipStack.getStackLogger().logError( in processRequest()
590 sipStack.getStackLogger().logError("error sending response", e); in processRequest()
663 sipStack.getStackLogger().logError("Error in sending response", ex); in processRequest()
970 sipStack.getStackLogger().logError( in processRequest()
[all …]
/external/skia/bench/
DSkBenchLogger.h39 void logError(const char msg[]) { this->nativeLogError(msg); } in logError() function
44 void logError(const SkString& str) { this->nativeLogError(str.c_str()); } in logError() function
Dbenchmain.cpp376 logger.logError(SkStringPrintf( in tool_main()
384 logger.logError(SkStringPrintf( in tool_main()
397 logger.logError("bench was built in Debug mode, so we're going to hide the times." in tool_main()
509 logger.logError(SkStringPrintf( in tool_main()
575 logger.logError(SkStringPrintf( in tool_main()
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
DFileCheckerCallable.java40 logError("File not found: " + fileName); in call()
42 logError("Failed to read file " + fileName); in call()
64 private static void logError(String message) { in logError() method in FileCheckerCallable
/external/nist-sip/java/gov/nist/javax/sip/stack/
DTLSMessageProcessor.java159 sipStack.getStackLogger().logError( in run()
166 sipStack.getStackLogger().logError( in run()
171 sipStack.getStackLogger().logError("Problem Accepting Connection", ex); in run()
174 sipStack.getStackLogger().logError("Unexpected Exception!", ex); in run()
DUDPMessageChannel.java300 sipStack.getStackLogger().logError( in run()
405 this.sipStack.getStackLogger().logError("bad message " + badmsg); in processIncomingDataPacket()
406 this.sipStack.getStackLogger().logError(">>> Dropped Bad Msg " in processIncomingDataPacket()
521 .logError("Dropping Badly formatted response message >>> " in processMessage()
534 .logError("Dropping response message with invalid tag >>> " in processMessage()
595 sipStack.getStackLogger().logError("BAD MESSAGE!"); in handleException()
596 sipStack.getStackLogger().logError(message); in handleException()
659 sipStack.getStackLogger().logError("An exception occured while sending message",ex); in sendMessage()
DSIPDialog.java296 sipStack.getStackLogger().logError("unexpected error", e); in terminate()
314 sipStack.getStackLogger().logError( in run()
362 sipStack.getStackLogger().logError("Error sending re-INVITE", ex); in run()
500 sipStack.getStackLogger().logError("ACK Was not sent. killing dialog"); in runTask()
508 sipStack.getStackLogger().logError("ACK Was not sent. Sending BYE"); in runTask()
942 sipStack.getStackLogger().logError( in sendAck()
950 sipStack.getStackLogger().logError("CallID " + this.getCallId()); in sendAck()
951 sipStack.getStackLogger().logError( in sendAck()
953 sipStack.getStackLogger().logError("dialog = " + this); in sendAck()
1513 sipStack.getStackLogger().logError( in addTransaction()
[all …]
DTLSMessageChannel.java398 sipStack.getStackLogger().logError("bad message " + badmsg); in processMessage()
399 sipStack.getStackLogger().logError(">>> Dropped Bad Msg"); in processMessage()
517 .logError("Dropping Badly formatted response message >>> " in processMessage()
543 .logError("Dropping response message with invalid tag >>> " in processMessage()
DSIPTransaction.java1146 sipStack.getStackLogger().logError("Unexpected exception acquiring sem", in acquireSem()
1167 sipStack.getStackLogger().logError("Unexpected exception releasing sem", in releaseSem()
1184 sipStack.getStackLogger().logError("Unexpected exception releasing sem", in semRelease()
DSIPClientTransaction.java790 sipStack.getStackLogger().logError( in inviteClientTransaction()
901 sipStack.getStackLogger().logError("missing required header"); in sendRequest()
1431 … sipStack.getStackLogger().logError("dialog is unexpectedly null",new NullPointerException()); in processResponse()
1507 sipStack.getStackLogger().logError("NULL DIALOG!!"); in setDialog()
DMessageProcessor.java189 this.getSIPStack().getStackLogger().logError("getListeningPoint" + this + in getListeningPoint()
DSIPServerTransaction.java311 sipStack.getStackLogger().logError("unexpected exception", ex); in runTask()
346 sipStack.getStackLogger().logError("IO error sending TRYING"); in runTask()
862 sipStack.getStackLogger().logError("IOException " ,e); in processRequest()
1311 this.sipStack.getStackLogger().logError("Could not acquire PRACK sem ", ex); in sendResponse()
DTCPMessageChannel.java538 .logError("Dropping Badly formatted response message >>> " in processMessage()
564 .logError("Dropping response message with invalid tag >>> " in processMessage()
DDefaultRouter.java122 .logError( in DefaultRouter()
/external/chromium_org/v8/tools/profviz/
Dprofviz.js86 "error" : logError,
179 function logError(text) { function
224 logError(e.message);
/external/chromium_org/content/test/data/indexeddb/
Dquota_test.js66 request.onerror = logError;
96 function logError() { function
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipelinedMsgParser.java285 Debug.logError("Detected a parse error", ex); in run()
329 Debug.logError("Exception Reading Content",ex); in run()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocket.cpp235 void WebSocket::logError(const String& message) in logError() function in WebCore::WebSocket
361 logError("WebSocket send() failed."); in handleSendResult()
374 logError("WebSocket is already in CLOSING or CLOSED state."); in updateBufferedAmountAfterClose()
533logError("'" + binaryType + "' is not a valid value for binaryType; binaryType remains unchanged."… in setBinaryType()
DWebSocket.h166 void logError(const String& message);

12