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

  /external/chromium_org/webkit/child/
multipart_response_delegate.cc 175 int send_length = data_.length() - boundary_.length(); local
177 send_length = data_.length();
181 send_length,
183 data_ = data_.substr(send_length);
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Format.c 339 uint8_t send_length = 0; local
436 send_length = sizeof (a_send_byte);
465 send_length = sizeof (a_send_byte);
487 command_type, a_send_byte, send_length);
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.h 58 size_t send_length,
  /external/chromium_org/net/tools/testserver/
testserver.py 759 send_length = False
761 send_length = True
779 if send_length:
    [all...]

Completed in 953 milliseconds