Home
last modified time | relevance | path

Searched refs:message (Results 1 – 17 of 17) sorted by relevance

/system/core/include/ctest/
Dctest.h36 #define assertTrue(value, message) assertTrueWithSource(value, __FILE__, __LINE__, message); argument
41 #define assertFalse(value, message) assertTrueWithSource(!value, __FILE__, __LINE__, message); argument
44 #define fail(message) assertTrueWithSource(0, __FILE__, __LINE__, message); argument
64 void assertTrueWithSource(int value, const char* file, int line, char* message);
/system/core/include/utils/
DLooper.h65 virtual void handleMessage(const Message& message) = 0;
78 virtual void handleMessage(const Message& message);
259 void sendMessage(const sp<MessageHandler>& handler, const Message& message);
270 const Message& message);
281 const Message& message);
346 const Message& message) : uptime(uptime), handler(handler), message(message) { in MessageEnvelope()
351 Message message; member
DLog.h44 int timeoutMillis, const char* message);
64 #define ALOGD_IF_SLOW(timeoutMillis, message) \ argument
65 android::LogIfSlow _logIfSlow(LOG_TAG, ANDROID_LOG_DEBUG, timeoutMillis, message);
/system/core/adb/
Dprotocol.txt31 struct message {
40 Receipt of an invalid message header, corrupt message payload, or an
43 message stream will result in state getting out of sync.
45 The following sections describe the six defined message types in
51 *sender* of the message, so for a receiver, the meanings are effectively
58 The CONNECT message establishes the presence of a remote system.
60 declares the maximum message body size that the remote system
65 Both sides send a CONNECT message when the connection between them is
66 established. Until a CONNECT message is received no other messages may
67 be sent. Any messages received before a CONNECT message MUST be ignored.
[all …]
Dadb.c1594 const char* message; in handle_host_request() local
1597 message = "cannot bind to socket"; in handle_host_request()
1600 message = "cannot rebind existing socket"; in handle_host_request()
1603 message = "internal error"; in handle_host_request()
1605 sendfailmsg(reply_fd, message); in handle_host_request()
/system/core/libutils/
DLooper.cpp36 void WeakMessageHandler::handleMessage(const Message& message) { in handleMessage() argument
39 handler->handleMessage(message); in handleMessage()
293 Message message = messageEnvelope.message; in pollInner() local
300 this, handler.get(), message.what); in pollInner()
302 handler->handleMessage(message); in pollInner()
489 void Looper::sendMessage(const sp<MessageHandler>& handler, const Message& message) { in sendMessage() argument
491 sendMessageAtTime(now, handler, message); in sendMessage()
495 const Message& message) { in sendMessageDelayed() argument
497 sendMessageAtTime(now + uptimeDelay, handler, message); in sendMessageDelayed()
501 const Message& message) { in sendMessageAtTime() argument
[all …]
DLog.cpp25 int timeoutMillis, const char* message) : in LogIfSlow() argument
26 mTag(tag), mPriority(priority), mTimeoutMillis(timeoutMillis), mMessage(message), in LogIfSlow()
/system/core/libmincrypt/test/
Drsa_test.c798 unsigned char* message; in main() local
804 message = parsehex(message_##n, &mlen); \ in main()
805 SHA_hash(message, mlen, hash); \ in main()
/system/core/libctest/
Dctest.c150 void assertTrueWithSource(int value, const char* file, int line, char* message) { in assertTrueWithSource() argument
155 suite->testNames[suite->currentTest], message); in assertTrueWithSource()
/system/core/liblog/
Dlogprint.c403 entry->message = buf->msg + msgStart; in android_log_processLogBuffer()
687 entry->message = messageBuf; in android_log_processBinaryLogBuffer()
820 pm = entry->message; in android_log_formatLogLine()
825 while (pm < (entry->message + entry->messageLen)) { in android_log_formatLogLine()
829 if (pm > entry->message && *(pm-1) != '\n') numLines++; in android_log_formatLogLine()
849 pm = entry->message; in android_log_formatLogLine()
854 strncat(p, entry->message, entry->messageLen); in android_log_formatLogLine()
859 while(pm < (entry->message + entry->messageLen)) { in android_log_formatLogLine()
865 while (pm < (entry->message + entry->messageLen) in android_log_formatLogLine()
/system/core/libnl_2/
DREADME27 * Each netlink message consists of a bitstream with a netlink header.
31 * After the header(s) netlink attributes can be appended to the message
37 * Acknowledgements (ACKs) are sent as NLMSG_ERROR netlink message types (0x2) and
/system/core/include/log/
Dlogprint.h51 const char * message; member
/system/extras/tests/fstest/
DREADME3 will cause an error message along with a corresponding explicit (fully
5 stdout. If only the message "Passed." is printed on stdout, all files are
/system/core/fastboot/
Dfastboot_protocol.txt30 message.
32 a. INFO -> the remaining 60 bytes are an informative message
37 of the response (if present) provide a textual failure message
/system/security/softkeymaster/
Dkeymaster_openssl.cpp100 char message[256]; in logOpenSSLError() local
101 ERR_error_string_n(error, message, sizeof(message)); in logOpenSSLError()
102 ALOGE("OpenSSL error in %s %d: %s", location, error, message); in logOpenSSLError()
/system/core/libutils/tests/
DLooper_test.cpp96 virtual void handleMessage(const Message& message) { in handleMessage() argument
97 messages.push(message); in handleMessage()
/system/core/sh/
DTOUR240 third argument specifies whether it is to print an error message