Searched defs:received (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/dbus/
H A Ddbus_statistics_unittest.cc64 int sent = 0, received = 0, block = 0; local
69 "service1", "service1.interface1", "method1", &sent, &received, &block));
71 EXPECT_EQ(0, received);
74 // Add a received call
77 "service1", "service1.interface1", "method1", &sent, &received, &block));
79 EXPECT_EQ(1, received);
86 "service1", "service1.interface1", "method1", &sent, &received, &block));
88 EXPECT_EQ(1, received);
93 int sent = 0, received = 0, block = 0; local
101 "service1", "service1.interface1", "method1", &sent, &received,
[all...]
H A Ddbus_statistics.cc193 int sent = 0, received = 0, sent_blocking = 0; local
200 received += stat->received_signals;
210 if (!sent && !received && !sent_blocking)
243 if (received) {
246 line += base::StringPrintf(" %d", received);
248 line += base::StringPrintf(" %d/min", received / dminutes);
251 " %d (%d/min)", received, received / dminutes);
256 received = 0;
267 int* received,
263 GetCalls(const std::string& service, const std::string& interface, const std::string& method, int* sent, int* received, int* blocking) argument
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DPing.java27 private long received = -1; field in class:Ping
38 if (received != -1 || sent == -1) throw new IllegalStateException();
39 received = System.nanoTime();
44 if (received != -1 || sent == -1) throw new IllegalStateException();
45 received = sent - 1;
56 return received - sent;
66 return received - sent;
/external/chromium_org/base/
H A Dsync_socket_unittest.cc50 int received = 0; local
52 COMPILE_ASSERT(sizeof(kSending) == sizeof(received), Invalid_Data_Size);
61 ASSERT_EQ(sizeof(kSending), socket_b->Receive(&received, sizeof(kSending)));
62 ASSERT_EQ(kSending, received);
68 received = 0;
71 ASSERT_EQ(sizeof(kSending), socket_a->Receive(&received, sizeof(kSending)));
72 ASSERT_EQ(kSending, received);
/external/chromium_org/chrome/browser/history/
H A Ddownload_row.cc30 int64 received,
49 received_bytes(received),
19 DownloadRow( const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start, const base::Time& end, const std::string& etag, const std::string& last_modified, int64 received, int64 total, content::DownloadItem::DownloadState download_state, content::DownloadDangerType danger_type, content::DownloadInterruptReason interrupt_reason, uint32 id, bool download_opened, const std::string& ext_id, const std::string& ext_name) argument
/external/smack/src/org/jivesoftware/smackx/carbons/
H A DCarbon.java37 * <b>received</b> with namespace <b>urn:xmpp:carbons:2</b></p> to be used.
53 * get the direction (sent or received) of the carbon.
96 received, enum constant in enum:Carbon.Direction
116 throw new Exception("sent/received must contain exactly one <forwarded> tag");
/external/bison/lib/
H A Dsigprocmask.c15 You should have received a copy of the GNU General Public License
266 sig_atomic_t received[NSIG]; local
277 received[sig] = pending_array[sig];
282 received[sig] = 0;
285 if (received[sig])
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy_unittest.cc54 // Method to test validity of received input. We will receive two streams of
57 // have to match 2 * |kTestLineNum| lines. The problem is the received lines
59 // abc|abcdef|defgh|gh). To deal with that, we allow to test received text
89 bool ProcessReceivedCharacter(char received, size_t stream) { argument
93 expected_line_[left_to_check_index_[stream]] == received;
161 // eventually received exit event.
212 // Wait until all data from output watcher is received (QuitTask will be
/external/chromium_org/ipc/
H A Dsync_socket_unittest.cc107 // messages have been received.
142 // When a response is received from the server, it sends the same
211 size_t length, size_t* received) {
215 *received = socket->Receive(buf, length);
229 size_t received = 1U; // Initialize to an unexpected value. local
231 base::Bind(&BlockingRead, &pair[0], &buf[0], arraysize(buf), &received));
246 EXPECT_EQ(0U, received);
259 size_t received = 1U; // Initialize to an unexpected value. local
262 kHelloStringLength, &received));
276 // Verify the socket has received th
210 BlockingRead(base::SyncSocket* socket, char* buf, size_t length, size_t* received) argument
[all...]
/external/chromium_org/net/cert/
H A Dmulti_log_ct_verifier_unittest.cc80 const CapturingNetLog::CapturedEntry& received = entries[0]; local
82 if (!received.GetStringValue("embedded_scts", &embedded_scts))
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameElementBase.cpp18 * You should have received a copy of the GNU Library General Public License
183 void HTMLFrameElementBase::setFocus(bool received) argument
185 HTMLFrameOwnerElement::setFocus(received);
187 if (received)
/external/nist-sip/java/javax/sip/header/
H A DViaHeader.java25 void setReceived(String received) throws ParseException; argument
/external/ppp/pppd/plugins/radius/
H A Dbuildreq.c157 * Returns: received value_pairs in received, messages from the server in msg
162 int rc_auth(UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received, argument
170 return rc_auth_using_server(authserver, client_port, send, received,
181 * Returns: received value_pairs in received, messages from the server in msg
189 VALUE_PAIR **received,
229 *received = data.receive_pairs;
242 * Returns: received value_pairs in received, message
186 rc_auth_using_server(SERVER *authserver, UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received, char *msg, REQUEST_INFO *info) argument
247 rc_auth_proxy(VALUE_PAIR *send, VALUE_PAIR **received, char *msg) argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/
H A DDataReductionProxySettings.java19 * Data structure to hold the original content length before data reduction and the received
27 public static ContentLengths create(long original, long received) { argument
28 return new ContentLengths(original, received);
31 private ContentLengths(long original, long received) { argument
33 mReceived = received;
132 * Returns aggregate original and received content lengths.
165 * received if no data reducing mechanism had been applied.
173 * Retrieves the history of daily totals of bytes that were received after
/external/chromium_org/ppapi/tests/
H A Dtest_ime_input_event.cc76 // been received.
220 // we have received all resulting events from the browser.
231 bool TestImeInputEvent::AreEquivalentEvents(PP_Resource received, argument
233 if (!input_event_interface_->IsInputEvent(received) ||
240 int32_t received_type = input_event_interface_->GetType(received);
255 ime_input_event_interface_->GetText(received)) ==
263 ime_input_event_interface_->GetSegmentNumber(received);
272 if (ime_input_event_interface_->GetSegmentOffset(received, i) !=
282 received, &received_selection_start, &received_selection_end);
291 ime_input_event_interface_->GetText(received))
[all...]
H A Dtest_input_event.cc103 // been received.
194 // we have received all resulting events from the browser.
205 bool TestInputEvent::AreEquivalentEvents(PP_Resource received, argument
207 if (!input_event_interface_->IsInputEvent(received) ||
214 int32_t received_type = input_event_interface_->GetType(received);
225 switch (input_event_interface_->GetType(received)) {
234 mouse_input_event_interface_->GetButton(received) ==
236 mouse_input_event_interface_->GetClickCount(received) ==
241 pp::FloatPoint(wheel_input_event_interface_->GetDelta(received)) ==
243 pp::FloatPoint(wheel_input_event_interface_->GetTicks(received))
[all...]
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h79 // received.
174 // received on the specified channel.
282 // Set a constant amount to deduct from received bitrate estimates before
289 // This function returns our locally created statistics of the received RTP
349 // The function gets statistics from the sent and received RTP streams.
352 StreamDataCounters& received) const = 0;
362 StreamDataCounters received; local
363 int ret_code = GetRtpStatistics(video_channel, sent, received);
366 bytes_received = received.bytes;
367 packets_received = received
[all...]
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_metrics_unittest.cc270 int64 received[] = {kReceivedLength}; local
277 original, 1, received, 1,
278 original, 1, received, 1,
279 original, 1, received, 1);
286 int64 received[] = {kReceivedLength}; local
292 original, 1, received, 1,
300 received[0] += kReceivedLength;
304 original, 1, received, 1,
313 received[0] += kReceivedLength;
319 original, 1, received,
348 int64 received[] = {0}; local
459 int64 received[] = {kReceivedLength, kReceivedLength}; local
512 int64 received[] = {0, kReceivedLength}; local
568 int64 received[] = {kReceivedLength, 0, 0, kReceivedLength}; local
620 int64 received[] = {kReceivedLength}; local
658 int64 received[] = {kReceivedLength}; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmacasyncsocket.cc184 // Read data received from the remote end we're connected to.
186 int received = ::recv(native_socket_, reinterpret_cast<char*>(buffer), local
188 if (received == SOCKET_ERROR) error_ = errno;
191 ASSERT((received != 0) || (length == 0));
192 return received;
195 // Read data received from any remote party
200 int received = ::recvfrom(native_socket_, reinterpret_cast<char*>(buffer), local
203 if (received >= 0 && out_addr != NULL) {
205 } else if (received == SOCKET_ERROR) {
208 return received;
[all...]
H A Dnat_unittest.cc205 int received = server->RecvFrom(recvbuf, kRecvBufSize, &addr); local
206 return received == sent && ::memcmp(buf, recvbuf, len) == 0;
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine_unittest.cc117 // received data. Calling OnDataReceived twice overwrites old data with the
138 bool received() const { return received_; } function in class:SctpFakeDataReceiver
285 // When data is received, pass it to the SctpFakeDataReceiver.
303 return (recv->received() &&
366 LOG(LS_VERBOSE) << "recv2.received=" << receiver2()->received()
379 LOG(LS_VERBOSE) << "recv1.received=" << receiver1()->received()
/external/chromium_org/third_party/openssl/openssl/crypto/jpake/
H A Djpake.c302 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received) argument
304 if(!is_legal(received->p1.gx, ctx))
310 if(!is_legal(received->p2.gx, ctx))
317 if(!verify_zkp(&received->p1, ctx->p.g, ctx))
324 if(!verify_zkp(&received->p2, ctx->p.g, ctx))
331 if(BN_is_one(received->p2.gx))
338 BN_copy(ctx->p.gxc, received->p1.gx);
339 BN_copy(ctx->p.gxd, received->p2.gx);
414 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received) argument
430 if(verify_zkp(received, t
464 JPAKE_STEP3A_process(JPAKE_CTX *ctx, const JPAKE_STEP3A *received) argument
491 JPAKE_STEP3B_process(JPAKE_CTX *ctx, const JPAKE_STEP3B *received) argument
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dmacasyncsocket.cc190 // Read data received from the remote end we're connected to.
192 int received = ::recv(native_socket_, reinterpret_cast<char*>(buffer), local
194 if (received == SOCKET_ERROR) error_ = errno;
197 ASSERT((received != 0) || (length == 0));
198 return received;
201 // Read data received from any remote party
206 int received = ::recvfrom(native_socket_, reinterpret_cast<char*>(buffer), local
209 if (received >= 0 && out_addr != NULL) {
211 } else if (received == SOCKET_ERROR) {
214 return received;
[all...]
H A Dnat_unittest.cc188 int received = server->RecvFrom(recvbuf, kRecvBufSize, &addr); local
189 return received == sent && ::memcmp(buf, recvbuf, len) == 0;
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_rtp_rtcp.cc133 ViETest::Log("First received sequence number: %u\n",
168 webrtc::RtcpStatistics received; local
193 tbChannel.videoChannel, received, recRttMs));
209 EXPECT_EQ(received.cumulative_lost, 0u);
248 tbChannel.videoChannel, received, recRttMs));
306 tbChannel.videoChannel, received, recRttMs));
307 got_receive_channel_frac_lost |= received.fraction_lost > 0;
332 tbChannel.videoChannel, received, recRttMs));
334 EXPECT_GT(received.cumulative_lost, 0u);
335 EXPECT_GT(received
[all...]

Completed in 1734 milliseconds

12