/external/libmtp/logs/ |
D | mtp-detect-philips-sa5145.txt | 86 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/ |
D | argument-checking.m | 23 …[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'}}
|
D | class-method-self.m | 21 …[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…
|
D | method-arg-qualifier-warning.m | 15 …[@"Identifier1" isEqualToString:Identifier1]; // expected-warning {{sending 'const NSString *' to … 16 …[@"Identifier2" isEqualToString:Identifier2]; // expected-warning {{sending 'const NSString *' to …
|
D | comptypes-legal.m | 36 …[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/ |
D | http2-interop-test-descriptions.md | 11 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.
|
D | keepalive.md | 3 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…
|
D | interop-test-descriptions.md | 93 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/ |
D | control.CM14 | 8 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/ |
D | channel_unittest.cc | 483 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/ |
D | patch_notes_verbs_with_0_copies.md | 27 …sending the tensor request. In order to do that, we need to know its meta-data, i.e. shape and dat… 30 …sending 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/ |
D | rtp_rtcp_impl.cc | 360 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/ |
D | TargetVM.java | 65 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/ |
D | README.md | 48 …sending 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/ |
D | pull_request_template.txt | 2 Before sending a pull request, please review Contribution Guidelines:
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.h | 94 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/ |
D | false-start.d | 7 where a TLS client will start sending application data before verifying the
|
D | location-trusted.d | 6 Like --location, but will allow sending the name + password to all hosts that
|
D | keepalive-time.d | 6 This option sets the time a connection needs to remain idle before sending
|
/external/blktrace/btt/ |
D | README | 12 The list is called linux-btrace@vger.kernel.org, subscribe by sending
|
/external/python/cpython2/Doc/library/ |
D | cgitb.rst | 27 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/ |
D | index.txt | 9 Socket handling, sending and receiving, message construction and parsing, ...
|
/external/perfetto/test/trace_processor/ |
D | android_log_msgs.out | 32 "@ 1508.139: [DevicePickup] sending event",1
|
/external/u-boot/doc/ |
D | README.VLAN | 4 You control the sending/receiving of VLAN tagged packets with the
|
/external/autotest/client/site_tests/network_DhcpNonAsciiParameter/ |
D | control | 16 to be sanitized before sending to DBus.
|