HomeSort by relevance Sort by last modified time
    Searched full:received (Results 376 - 400 of 17299) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/netinet/
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
51 typedef u_int32_t n_long; /* long as received from the net */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/netinet/
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
51 typedef u_int32_t n_long; /* long as received from the net */
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/netinet/
in_systm.h 50 typedef u_int16_t n_short; /* short as received from the net */
51 typedef u_int32_t n_long; /* long as received from the net */
  /external/dbus/dbus/
dbus-auth-script.c 18 * You should have received a copy of the GNU General Public License
622 DBusString received; local
626 if (!_dbus_string_init (&received))
628 _dbus_warn ("no mem to allocate string received\n");
632 if (!_dbus_string_pop_line (&from_auth, &received))
636 _dbus_string_free (&received);
640 if (!same_first_word (&received, &line))
645 _dbus_string_get_const_data (&received));
646 _dbus_string_free (&received);
650 _dbus_string_free (&received);
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.c 264 * tlsv1_record_receive - TLS record layer: Process a received message
266 * @in_data: Received data
267 * @in_len: Length of the received data
275 * This function decrypts the received message, verifies HMAC and TLS record
293 wpa_hexdump(MSG_MSGDUMP, "TLSv1: Record Layer - Received",
300 wpa_printf(MSG_DEBUG, "TLSv1: Received content type %d version %d.%d "
333 wpa_hexdump(MSG_MSGDUMP, "TLSv1: Record Layer - Received",
350 "processing received record");
402 "received record",
411 "received record"
    [all...]
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 201 int received = 0; local
209 received = IoBridge.recvfrom(false, fd, receivePacket.getData(), receivePacket.getOffset(), receivePacket.getLength(), 0, receivePacket, isConnected());
211 if (received > 0) {
213 target.position(oldposition + received);
215 // copy the data of received packet
216 target.put(receivePacket.getData(), 0, received); local
230 int received = 0; local
232 received = IoBridge.recvfrom(false, fd, target, 0, receivePacket, isConnected());
234 // copy the data of received packet
235 if (received > 0)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 209 LOG_J(LS_ERROR, this) << "Received non-STUN packet from unknown address ("
220 LOG_J(LS_ERROR, this) << "Received unexpected STUN message type ("
258 LOG_J(LS_ERROR, this) << "Received STUN request without username from "
263 LOG_J(LS_ERROR, this) << "Received STUN request with bad local username "
277 LOG_J(LS_ERROR, this) << "Received STUN response without username from "
284 LOG_J(LS_ERROR, this) << "Received STUN response with bad local username "
297 LOG_J(LS_ERROR, this) << "Received STUN binding error:"
306 LOG_J(LS_ERROR, this) << "Received STUN binding error without a error "
313 LOG_J(LS_ERROR, this) << "Received STUN packet with invalid type ("
362 // The fact that we received a successful request means that this connectio
    [all...]
  /cts/suite/audio_quality/lib/src/audio/
AudioProtocol.cpp 73 LOGD("received reply with command %x", command);
160 LOGE("received data %d exceeding buffer capacity %d", len, param->mBuffer->getCapacity());
169 LOGI("received data %d from device", len);
191 LOGI("received data %s from device", infoString.get());
  /cts/suite/pts/hostTests/ptshostutil/src/com/android/pts/ptsutil/
LogcatLineReceiver.java 31 * empty default implementation. Will be called whenever a line of log is received
  /cts/tests/src/android/app/cts/
ClearTop.java 44 setResult(RESULT_CANCELED, new Intent().setAction("New intent received " + intent
MockReceiver.java 31 * set the result as true when received alarm
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityFocusAndInputFocusSyncTest.java 66 AccessibilityNodeInfo received = getInteractionBridge().findAccessibilityFocus( local
68 assertNotNull(received);
69 assertTrue(received.isAccessibilityFocused());
72 assertEquals(expected, received);
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoReceiveGsmSmsPermissionTest.java 23 * Verify Sms and Mms cannot be received without required permissions.
  /development/tools/axl/
udpEater.py 41 print 'Received packet', count, data[:34]
  /external/apache-http/src/org/apache/http/protocol/
package.html 48 headers when a message has been received.
52 before a message is sent and after it has been received.
68 <td>interprets headers when a request is received</td>
71 <td>interprets headers when a response is received</td>
  /external/arduino/hardware/arduino/cores/arduino/
Stream.h 15 You should have received a copy of the GNU Lesser General Public
  /external/arduino/libraries/Wire/utility/
twi.h 15 You should have received a copy of the GNU Lesser General Public
  /external/bison/data/
Makefile.am 13 ## You should have received a copy of the GNU General Public License
  /external/bison/djgpp/
config_h.sed 15 # You should have received a copy of the GNU General Public License
subpipe.h 14 You should have received a copy of the GNU General Public License
  /external/bison/doc/
Makefile.am 14 ## You should have received a copy of the GNU General Public License
  /external/bison/lib/
abitset.h 15 You should have received a copy of the GNU General Public License
bitset_stats.h 15 You should have received a copy of the GNU General Public License
bitsetv-print.h 15 You should have received a copy of the GNU General Public License
dirname.h 15 You should have received a copy of the GNU General Public License

Completed in 305 milliseconds

<<11121314151617181920>>