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

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/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...]
  /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/bluetooth/bluez/tools/
ubcsp.c 325 which one we have received */
380 /* Keep track of what activity this received packet will cause */
408 /* Decode the received packets header */
444 should be 2 less than the received size of the payload */
509 /* No CRC present, so just check the length of payload with that received */
557 /*** Now we can concentrate of the packet we have received ***/
655 /* If we received a CONF RESP, then push us into the active state */
684 /* If the packet we've just received was reliable
689 /* We the sequence number we received is the same as
690 the last ACK we sent, then we have received a packet in sequence */
    [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/tests/src/android/app/cts/
ClearTop.java 42 setResult(RESULT_CANCELED, new Intent().setAction("New intent received " + intent
MockReceiver.java 31 * set the result as true when received alarm
  /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/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
dup-safer.c 14 You should have received a copy of the GNU General Public License
ebitset.h 15 You should have received a copy of the GNU General Public License
exit.h 14 You should have received a copy of the GNU General Public License
fopen-safer.c 14 You should have received a copy of the GNU General Public License
get-errno.c 15 You should have received a copy of the GNU General Public License
lbitset.h 15 You should have received a copy of the GNU General Public License
libiberty.h 14 You should have received a copy of the GNU General Public License

Completed in 493 milliseconds

<<11121314151617181920>>