HomeSort by relevance Sort by last modified time
    Searched refs:recvd (Results 1 - 4 of 4) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessTest.java 107 String recvd = msg.toString(); local
108 if (!recvd.equals(org)) {
117 for (int i = 0; i < recvd.length(); i++) {
121 .print(Integer.toHexString(recvd.charAt(i)) + " ");
126 + recvd + "' sent: '" + org + "'", recvd.equals(org));
  /external/qemu/android/
android-device.c 594 int recvd = 0; local
606 int res = socket_recv(ads->fd, buf + recvd, bufsize - recvd);
610 recvd = -1;
627 recvd = -1;
630 recvd += res;
631 } while (recvd < bufsize);
636 if (recvd < 0) {
647 return recvd;
    [all...]
  /external/openssh/
roaming_common.c 109 roam_set_bytes(u_int64_t sent, u_int64_t recvd)
111 read_bytes = recvd;
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java 102 String recvd = msg.toString(); local
105 // + recvd + "' sent: '" + org + "'", recvd.equals(org));

Completed in 70 milliseconds