/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | LoadedArsc.java | 17 import static org.robolectric.res.android.Util.logError; 227 logError("RES_TABLE_TYPE_TYPE has invalid ID 0."); in VerifyResTableType() 234 logError("RES_TABLE_TYPE_TYPE has too many entries (" + entry_count + ")."); in VerifyResTableType() 244 logError("RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data."); in VerifyResTableType() 249 logError("RES_TABLE_TYPE_TYPE entry offsets extend beyond chunk."); in VerifyResTableType() 254 logError("RES_TABLE_TYPE_TYPE entries start at unaligned address."); in VerifyResTableType() 263 logError("Entry at offset " + entry_offset + " is not 4-byte aligned."); in VerifyResTableEntry() 271 logError("Entry at offset " + entry_offset + " is too large."); in VerifyResTableEntry() 279 logError("Entry at offset " + entry_offset in VerifyResTableEntry() 291 logError("ResTable_entry size " + entry_size + " at offset " + entry_offset in VerifyResTableEntry() [all …]
|
D | Idmap.java | 12 import static org.robolectric.res.android.Util.logError; 160 logError("Type mapping in Idmap is not word aligned"); in Load() 168 logError(String.format("Invalid type map (0x%02x -> 0x%02x)", in Load() 177 logError(String.format("Idmap too small for the number of entries (%d)", in Load() 201 logError("Parsed " + type_maps_encountered + " type maps but expected " in Load()
|
D | Util.java | 99 static void logError(String s) { in logError() method in Util
|
/external/tensorflow/tensorflow/contrib/lite/ |
D | nnapi_delegate.cc | 34 void logError(const char* format, ...) { in logError() function 52 logError(__VA_ARGS__); \ 70 logError( \ 78 logError( \ 184 logError("Unsupported tensor type %d", tensor->type); in addTensorOperands() 188 logError("NNAPI doesn't support tensors with rank 0 (index %d name %s)", in addTensorOperands() 193 logError("NNAPI doesn't support tensors with rank > 4 (index %d name %s)", in addTensorOperands() 314 logError("NNAPI only supports RELU, RELU1 and RELU6 activations"); in AddOpsAndParams() 324 logError("NNAPI only supports RELU, RELU1 and RELU6 activations"); in AddOpsAndParams() 370 logError("Concatenation does not support fused activation in NNAPI"); in AddOpsAndParams() [all …]
|
/external/tensorflow/tensorflow/lite/ |
D | nnapi_delegate.cc | 33 void logError(const char* format, ...) { in logError() function 51 logError(__VA_ARGS__); \ 69 logError( \ 77 logError( \ 151 logError("Unsupported tensor type %d", tensor->type); in addTensorOperands() 155 logError("NNAPI doesn't support tensors with rank 0 (index %d name %s)", in addTensorOperands() 160 logError("NNAPI doesn't support tensors with rank > 4 (index %d name %s)", in addTensorOperands() 284 logError("NNAPI only supports RELU, RELU1 and RELU6 activations"); in AddOpsAndParams() 294 logError("NNAPI only supports RELU, RELU1 and RELU6 activations"); in AddOpsAndParams() 340 logError("Concatenation does not support fused activation in NNAPI"); in AddOpsAndParams() [all …]
|
/external/nist-sip/java/gov/nist/core/ |
D | Debug.java | 52 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()
|
D | StackLogger.java | 67 public void logError(String message); in logError() method 84 public void logError(String message, Exception ex); in logError() method
|
D | LogWriter.java | 63 public void logError(String message) { in logError() method in LogWriter 73 public void logError(String message, Exception ex) { in logError() method in LogWriter
|
D | InternalErrorHandler.java | 53 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/ |
D | SipStackImpl.java | 639 .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 …]
|
D | DialogFilter.java | 125 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/nist-sip/java/gov/nist/javax/sip/stack/ |
D | TLSMessageProcessor.java | 159 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()
|
D | UDPMessageChannel.java | 300 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()
|
D | SIPDialog.java | 296 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 …]
|
D | TLSMessageChannel.java | 398 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()
|
D | SIPTransaction.java | 1146 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()
|
/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/ |
D | audio_loopback_test.js | 12 function logError(err) { function 72 .then(onCreateOfferSuccess, logError); 80 this.remoteConnection.createAnswer().then(onCreateAnswerSuccess, logError);
|
/external/autotest/client/common_lib/cros/webrtc_scripts/ |
D | loopback-peerconnection.js | 148 .then((desc) => this.onCreateOfferSuccess_(desc), logError); 155 (desc) => this.onCreateAnswerSuccess_(desc), logError); 205 function logError(err) { function
|
/external/skia/bench/ |
D | BenchLogger.h | 38 void logError(const char msg[]) { this->nativeLogError(msg); } in logError() function 43 void logError(const SkString& str) { this->nativeLogError(str.c_str()); } in logError() function
|
/external/skqp/bench/ |
D | BenchLogger.h | 38 void logError(const char msg[]) { this->nativeLogError(msg); } in logError() function 43 void logError(const SkString& str) { this->nativeLogError(str.c_str()); } in logError() function
|
/external/v8/tools/profviz/ |
D | profviz.js | 87 "error" : logError, 180 function logError(text) { function 225 logError(e.message);
|
/external/autotest/frontend/client/src/autotest/moblab/wizard/ |
D | ConfigEditMode.java | 148 logError("Error:" + status.getDetails()); in updateUIAtCurrentCard() 150 logError("Error: Unknown!"); in updateUIAtCurrentCard() 181 protected void logError(String message) { in logError() method in ConfigEditMode
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
D | NotifyManager.java | 75 public void logError(String error) { in logError() method in NotifyManager.ErrorLog 135 errorLog.logError(message); in log()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | PipelinedMsgParser.java | 285 Debug.logError("Detected a parse error", ex); in run() 329 Debug.logError("Exception Reading Content",ex); in run()
|
/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/ |
D | resolution-switching.js | 12 function logError(err) { function
|