Home
last modified time | relevance | path

Searched refs:sending (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/external/libmtp/logs/
Dmtp-detect-philips-sa5145.txt86 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16
88 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16
90 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16
92 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16
94 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16
96 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16
98 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16
100 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16
102 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16
104 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16
[all …]
/external/clang/test/SemaObjC/
Dargument-checking.m23 …[obj charStarMeth:1]; // expected-warning {{incompatible integer to pointer conversion sending 'in…
24 [obj structMeth:1]; // expected-error {{sending 'int'}}
25 [obj structMeth:sInst :1]; // expected-error {{sending 'int'}}
Dclass-method-self.m21 …[obj addObserver:self]; // expected-warning {{incompatible pointer types sending 'Class' to pa…
23 …[obj addObserver:whatever]; // expected-warning {{incompatible pointer types sending 'Class' to pa…
Dmethod-arg-qualifier-warning.m15 …[@"Identifier1" isEqualToString:Identifier1]; // expected-warning {{sending 'const NSString *' to …
16 …[@"Identifier2" isEqualToString:Identifier2]; // expected-warning {{sending 'const NSString *' to …
Dcomptypes-legal.m36 …[Derived registerFunc: ExternFunc]; // expected-warning{{incompatible pointer types sending 'NSOb…
49 …[pi Meth : ns_forward ]; // expected-warning {{sending 'ForwarClass *' to parameter of incompatibl…
/external/grpc-grpc/doc/
Dhttp2-interop-test-descriptions.md11 It is responsible for handling requests and sending responses, and also for
77 RST_STREAM immediately after sending headers to the client.
95 1. Server sends a RST_STREAM with error code 0 after sending headers to the client.
103 RST_STREAM halfway through sending data to the client.
121 1. Server sends a RST_STREAM with error code 0 after sending half of
127 RST_STREAM after sending all of the data to the client.
145 1. Server sends a RST_STREAM with error code 0 after sending all of the
176 2. Server sends pings before and after sending headers, also before and after sending data.
Dkeepalive.md3 The keepalive ping is a way to check if a channel is currently working by sending HTTP2 pings over …
17 …. GRPC Core will not continue sending pings if we run over the limit. Setting it to 0 allows sendi…
24 …* This arg controls the maximum number of bad pings that the server will tolerate before sending a…
Dinterop-test-descriptions.md93 This test verifies unary calls succeed in sending messages, and touches on flow
119 This test verifies the client can compress unary messages by sending two unary
311 1. Client calls `StreamingInputCall` again, sending the *compressed* message
513 This test verifies unary calls succeed in sending messages while using Service
556 This test verifies unary calls succeed in sending messages while using JWT
599 This test verifies unary calls succeed in sending messages using an OAuth2 token
647 This test verifies unary calls succeed in sending messages using a JWT or a
747 This test verifies unary calls succeed in sending messages, and propagate back
925 This test verifies that a client sending faster than a server can drain sees
1085 respective ResponseParameters. After sending all responses, it closes with OK.
[all …]
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
Dcontrol.CM148 MBIM Compliance Test: Validation of not sending data payload in error messages.
21 Validation of not sending data payload in error messages.
/external/webrtc/talk/session/media/
Dchannel_unittest.cc483 EXPECT_FALSE(media_channel1_->sending()); in TestInit()
816 EXPECT_FALSE(media_channel1_->sending()); in TestPlayoutAndSendingStates()
820 EXPECT_FALSE(media_channel2_->sending()); in TestPlayoutAndSendingStates()
825 EXPECT_FALSE(media_channel1_->sending()); in TestPlayoutAndSendingStates()
831 EXPECT_FALSE(media_channel1_->sending()); in TestPlayoutAndSendingStates()
837 EXPECT_FALSE(media_channel2_->sending()); in TestPlayoutAndSendingStates()
843 EXPECT_FALSE(media_channel2_->sending()); in TestPlayoutAndSendingStates()
848 EXPECT_FALSE(media_channel1_->sending()); in TestPlayoutAndSendingStates()
852 EXPECT_FALSE(media_channel2_->sending()); in TestPlayoutAndSendingStates()
857 EXPECT_TRUE(media_channel2_->sending()); in TestPlayoutAndSendingStates()
[all …]
/external/tensorflow/tensorflow/contrib/verbs/
Dpatch_notes_verbs_with_0_copies.md27sending the tensor request. In order to do that, we need to know its meta-data, i.e. shape and dat…
30sending the first tensor request and re-sending the request in case of meta-data changes. After im…
48 …s the "buffer_size" field which is no longer used since we are no longer sending additional inform…
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc360 int32_t ModuleRtpRtcpImpl::SetSendingStatus(const bool sending) { in SetSendingStatus() argument
361 if (rtcp_sender_.Sending() != sending) { in SetSendingStatus()
363 if (rtcp_sender_.SetSendingStatus(GetFeedbackState(), sending) != 0) { in SetSendingStatus()
371 rtp_sender_.SetSendingStatus(sending); in SetSendingStatus()
372 if (sending) { in SetSendingStatus()
392 void ModuleRtpRtcpImpl::SetSendingMediaStatus(const bool sending) { in SetSendingMediaStatus() argument
393 rtp_sender_.SetSendingMediaStatus(sending); in SetSendingMediaStatus()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DTargetVM.java65 private void dumpPacket(Packet packet, boolean sending) { in dumpPacket() argument
66 String direction = sending ? "Sending" : "Receiving"; in dumpPacket()
67 if (sending) { in dumpPacket()
/external/tensorflow/tensorflow/contrib/mpi/
DREADME.md48sending and receiving tensors between separate processes. This is facilitated by TensorFlow's abil…
52 * Send requests placed on the request queue to the sending process
53 …in a queue and will be sent once the MPI thread services the queue. This sending is done using non…
/external/syzkaller/docs/
Dpull_request_template.txt2 Before sending a pull request, please review Contribution Guidelines:
/external/webrtc/webrtc/voice_engine/
Dchannel.h94 sending(false), in State()
102 bool sending; member
147 state_.sending = enable; in SetSending()
424 return channel_state_.Get().sending; in Sending()
/external/curl/docs/cmdline-opts/
Dfalse-start.d7 where a TLS client will start sending application data before verifying the
Dlocation-trusted.d6 Like --location, but will allow sending the name + password to all hosts that
Dkeepalive-time.d6 This option sets the time a connection needs to remain idle before sending
/external/blktrace/btt/
DREADME12 The list is called linux-btrace@vger.kernel.org, subscribe by sending
/external/python/cpython2/Doc/library/
Dcgitb.rst27 information to a file instead of sending it to the browser.
47 suppress sending the traceback to the browser. If the argument *logdir* is
/external/libnl/doc/
Dindex.txt9 Socket handling, sending and receiving, message construction and parsing, ...
/external/perfetto/test/trace_processor/
Dandroid_log_msgs.out32 "@ 1508.139: [DevicePickup] sending event",1
/external/u-boot/doc/
DREADME.VLAN4 You control the sending/receiving of VLAN tagged packets with the
/external/autotest/client/site_tests/network_DhcpNonAsciiParameter/
Dcontrol16 to be sanitized before sending to DBus.

12345678910>>...19