/system/bt/osi/test/ |
D | properties_test.cc | 38 char received[PROPERTY_VALUE_MAX]; in TEST_F() local 39 osi_property_get("very.useful.set.test", received, NULL); in TEST_F() 40 ASSERT_STREQ(received, "nothing_interesting"); in TEST_F() 54 int32_t received = osi_property_get_int32("very.useful.set.test", 84); in TEST_F() local 55 ASSERT_EQ(received, 42); in TEST_F()
|
/system/core/fastboot/ |
D | socket_test.cpp | 71 std::string received(message.length(), '\0'); in ReceiveString() local 72 ssize_t bytes = sock->ReceiveAll(&received[0], received.length(), kTestTimeoutMs); in ReceiveString() 73 return static_cast<size_t>(bytes) == received.length() && received == message; in ReceiveString()
|
D | README.md | 53 until the client has sent or received the number of bytes indicated 329 to send the same packet until a response is received. Windowing functionality 348 Given a next expected sequence number S and a received packet P, the device
|
/system/libhidl/transport/token/1.0/ |
D | ITokenManager.hal | 39 * @param token Token received from createToken 47 * @param token Token received from createToken
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | binderservicedomain.te | 13 # Receive and write to a pipe received over Binder from an app.
|
D | isolated_app.te | 13 # Access already open app data files received over Binder or local socket IPC.
|
D | system_server.te | 248 # Use sockets received over binder from various services. 254 # Use sockets received over binder from various services.
|
/system/sepolicy/private/ |
D | binderservicedomain.te | 13 # Receive and write to a pipe received over Binder from an app.
|
D | isolated_app.te | 13 # Access already open app data files received over Binder or local socket IPC.
|
/system/connectivity/wifilogd/tests/ |
D | os_unittest.cpp | 122 const Os::Timestamp received = os_->GetTimestamp(CLOCK_REALTIME); in TEST_F() local 123 EXPECT_EQ(kFakeSecs, received.secs); in TEST_F() 124 EXPECT_EQ(kFakeNsecs, received.nsecs); in TEST_F()
|
/system/core/adb/ |
D | protocol.txt | 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. 74 If a CONNECT message is received with an unknown version or insufficiently 157 A WRITE message may not be sent until a READY message is received. 159 sent until another READY message has been received. Recipients of
|
D | SYNC.TXT | 48 When an sync response "DONE" is received the listing is done. 75 received is split up into chunks. The sync response id is "DATA" and length is
|
D | shell_service.cpp | 113 std::string received; in ReadAll() local 120 received.append(buffer, bytes); in ReadAll() 123 return received; in ReadAll()
|
/system/bt/vendor_libs/test_vendor_lib/test/ |
D | l2cap_test.cc | 50 vector<uint8_t>& received) { in compare_fragmented_packets() argument 51 ASSERT_EQ(expected.size(), received.size()); in compare_fragmented_packets() 54 ASSERT_EQ(expected[i], received[i]); in compare_fragmented_packets()
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 85 * write until a call to onExecuteWriteRequest is received. 105 * write until a call to onExecuteWriteRequest is received.
|
/system/bt/btif/src/ |
D | btif_sock_rfc.cc | 916 ssize_t received; in bta_co_rfc_data_outgoing() local 917 OSI_NO_INTR(received = recv(slot->fd, buf, size, 0)); in bta_co_rfc_data_outgoing() 919 if (received != size) { in bta_co_rfc_data_outgoing()
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 149 c) Accompany it with the information you received as to the offer 152 received the program in object code or executable form with such 176 However, parties who have received copies, or rights, from you under 306 You should have received a copy of the GNU General Public License
|
/system/extras/ioblame/ |
D | README | 116 ^Csignal INT received, killing streaming trace capture
|
/system/extras/pagecache/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/extras/kexec_tools/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/tpm/tpm_manager/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/extras/f2fs_utils/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/extras/boot_control_copy/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/extras/squashfs_utils/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/system/extras/mmap-perf/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|