Home
last modified time | relevance | path

Searched refs:messages (Results 1 – 25 of 57) sorted by relevance

123

/system/core/libutils/
DLooper_test.cpp147 Vector<Message> messages; member in android::StubMessageHandler
150 messages.push(message); in handleMessage()
505 EXPECT_EQ(size_t(1), handler->messages.size()) in TEST_F()
507 EXPECT_EQ(MSG_TEST1, handler->messages[0].what) in TEST_F()
527 EXPECT_EQ(size_t(3), handler1->messages.size()) in TEST_F()
529 EXPECT_EQ(MSG_TEST1, handler1->messages[0].what) in TEST_F()
531 EXPECT_EQ(MSG_TEST3, handler1->messages[1].what) in TEST_F()
533 EXPECT_EQ(MSG_TEST4, handler1->messages[2].what) in TEST_F()
535 EXPECT_EQ(size_t(1), handler2->messages.size()) in TEST_F()
537 EXPECT_EQ(MSG_TEST2, handler2->messages[0].what) in TEST_F()
[all …]
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DErrors.java35 private final List<String> messages = new ArrayList<>(); field in Errors
65 for (String message : messages) { in asString()
73 return messages.isEmpty(); in isEmpty()
85 messages.add(scopes.toString() + ": " + msg); in add()
/system/nvram/messages/tests/
DAndroid.bp18 name: "libnvram-messages-tests",
28 shared_libs: ["libnvram-messages"],
/system/nvram/
DAndroid.bp5 "messages",
DREADME.md39 the [messages](/messages) directory. Thus, to create a working NVRAM HAL module,
44 ## [messages](/messages)
/system/nvram/hal/
DAndroid.bp32 shared_libs: ["libnvram-messages"],
52 "libnvram-messages",
DAndroid.mk32 libnvram-messages \
/system/chre/apps/wifi_offload/
DREADME.md2 sending messages between wifi_offload nanoapp and offload HAL. This library is
/system/nvram/core/
Drules.mk35 system/nvram/messages
DAndroid.bp43 "libnvram-messages",
/system/core/adb/
Dprotocol.txt27 The transport layer deals in "messages", which consist of a 24 byte
71 established. Until a CONNECT message is received no other messages may
72 be sent. Any messages received before a CONNECT message MUST be ignored.
132 identified by local-id is ready for write messages and that it is
143 not change on later READY messages sent to the same stream.
189 outbound messages are discarded when the connection to the remote side
194 sends a SYNC(0, 0) and starts discarding all messages
196 sends a SYNC(1, token) and continues to discard messages
198 starts accepting messages to forward to the remote side
246 which may be opened to get debug messages from the bootloader and a
/system/sepolicy/prebuilts/api/27.0/private/
Dephemeral_app.te44 # Receive or send uevent messages.
47 # Receive or send generic netlink messages
Dpriv_app.te122 # Receive or send uevent messages.
125 # Receive or send generic netlink messages
/system/sepolicy/prebuilts/api/26.0/private/
Dephemeral_app.te42 # Receive or send uevent messages.
45 # Receive or send generic netlink messages
Dpriv_app.te131 # Receive or send uevent messages.
134 # Receive or send generic netlink messages
/system/core/logd/
DREADME.auditd6 includes Linux Security Modules (LSM) messages as well.
DREADME.property5 ro.logd.auditd.dmesg bool true selinux audit messages sent to dmesg.
6 ro.logd.auditd.main bool true selinux audit messages sent to main.
7 ro.logd.auditd.events bool true selinux audit messages sent to events.
/system/nvram/core/tests/
DAndroid.bp31 "libnvram-messages",
/system/nvram/messages/
DAndroid.bp22 name: "libnvram-messages",
/system/sepolicy/prebuilts/api/28.0/private/
Dephemeral_app.te55 # Receive or send uevent messages.
58 # Receive or send generic netlink messages
/system/chre/platform/shared/idl/
Dhost_messages.fbs173 /// Represents log messages from CHRE.
185 /// messages. The last byte will always be a null-terminator. There are no
199 /// DebugDumpData messages are generated, followed by a DebugDumpResponse
213 /// The number of DebugDumpData messages sent in this session
231 /// A union that joins together all possible messages. Note that in FlatBuffers,
266 /// The top-level container that encapsulates all possible messages. Note that
/system/sepolicy/private/
Dephemeral_app.te76 # Receive or send uevent messages.
79 # Receive or send generic netlink messages
/system/sepolicy/prebuilts/api/29.0/private/
Dephemeral_app.te76 # Receive or send uevent messages.
79 # Receive or send generic netlink messages
/system/core/liblog/
DREADME.md155 If messages fail, a negative error code will be returned to the caller.
166 new message can get through indicating how many messages were dropped as a result. Please take
171 BATCH scheduling policy and background task cgroup. If you require a group of messages to be passed
/system/update_engine/
Dpylintrc80 # no Warning level messages displayed, use"--disable=all --enable=classes
107 # Put messages in a separate file for each module / package specified on the
112 # Tells whether to display a full report or only the messages
117 # respectively contain the number of errors / warnings messages and the total
122 # Template used to display messages. This is a python new-style format string

123