HomeSort by relevance Sort by last modified time
    Searched refs:received (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 67 /** The "received" parameter is added only for receiver-added Via Fields.
69 public static final String RECEIVED = ParameterNames.RECEIVED;
480 * Gets the received paramater of the ViaHeader. Returns null if received
483 * @return the string received value of ViaHeader
486 return getParameter(ParameterNames.RECEIVED);
490 * Sets the received parameter of ViaHeader.
492 * @param received - the newly supplied received parameter
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 248 VALUE_PAIR *send, *received; local
270 received = NULL;
297 &received, radius_msg, NULL);
299 result = rc_auth(rstate.client_port, send, &received, radius_msg, NULL);
303 if (radius_setparams(received, radius_msg, NULL, NULL, NULL, NULL, 0) < 0) {
309 rc_avpair_free(received);
337 VALUE_PAIR *send, *received; local
382 send = received = NULL;
477 &received, radius_msg, req_info);
479 result = rc_auth(rstate.client_port, send, &received, radius_msg
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.cpp 18 * You should have received a copy of the GNU Library General Public License
225 void HTMLFrameElementBase::setFocus(bool received)
227 HTMLFrameOwnerElement::setFocus(received);
229 if (received)
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc 433 int received = ::recv(socket_, static_cast<char*>(pv), cb, 0); local
435 if (closing_ && received <= static_cast<int>(cb))
437 return received;
444 int received = ::recvfrom(socket_, static_cast<char*>(pv), cb, 0, local
447 if (received != SOCKET_ERROR)
449 if (closing_ && received <= static_cast<int>(cb))
451 return received;
553 // WM_CLOSE will be received before all data has been read, so we need to
physicalsocketserver.cc 315 int received = ::recv(s_, (char *)pv, (int)cb, 0); local
316 if ((received == 0) && (cb != 0)) {
328 bool success = (received >= 0) || IsBlockingError(error_);
335 return received;
341 int received = ::recvfrom(s_, (char *)pv, (int)cb, 0, (sockaddr*)&saddr, local
344 if ((received >= 0) && (paddr != NULL))
346 bool success = (received >= 0) || IsBlockingError(error_);
353 return received;
734 LOG(LS_INFO) << "Received signal with no handler: " << signum;
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 138 '(requested %d bytes but received only %d bytes)' %
230 self._logger.debug('Received %r header', name)
387 self._logger.debug('Received valid Status-Line')
398 self._logger.debug('Received an empty line')
720 received = _receive_bytes(self._socket, 1)
721 if received == terminator[pos]:
723 elif received == terminator[0]:
753 received = _receive_bytes(self._socket, 1)
754 if expected_char != received:
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 203 // Number of packets sent since the last received packet
1236 long sent, received; local
1366 long sent, received; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 66 void OnSessionCreate(Session* session, bool received);
tunnelsessionclient.cc 118 void TunnelSessionClientBase::OnSessionCreate(Session* session, bool received) {
119 LOG(LS_INFO) << "TunnelSessionClientBase::OnSessionCreate: received="
120 << received;
122 if (received)
  /external/dhcpcd/
dhcpcd.h 97 struct timeval received; member in struct:ra
ipv6rs.c 246 if (timercmp(&rap->received, &sorted->received, <)) {
253 if (timercmp(&rap->received, &rat->next->received, <)) {
350 syslog(LOG_ERR,"received RA for unexpected interface from %s",
390 get_monotonic(&rap->received);
543 timeradd(&rap->received, &expire, &rao->expire);
701 timeradd(&rap->received, &lt, &expire);
  /external/chromium/chrome/browser/resources/net_internals/
main.js 222 // Cache of the data received.
232 // and all received events are ignored.
389 // Messages received from the browser
477 // captured log entries before the passively logged entries are received.
636 * data is received, through:
659 * data is received, through:
674 * when data is received, through:
684 * when data is received, through:
694 * when data is received, through:
704 * when data is received, through
    [all...]
  /external/bison/data/
stack.hh 15 # You should have received a copy of the GNU General Public License
  /external/webkit/Source/WebCore/bindings/scripts/
gobject-generate-headers.pl 17 # You should have received a copy of the GNU Library General Public License
42 You should have received a copy of the GNU Library General Public License
  /external/webkit/Source/WebCore/plugins/win/
PaintHooks.asm 14 ; You should have received a copy of the GNU Library General Public License
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.cc 109 // EXPECT_TRUE(add_full_hashes_result[0].received == now)?
110 EXPECT_EQ(now.ToTimeT(), add_full_hashes_result[0].received);
144 EXPECT_EQ(now.ToTimeT(), add_full_hashes_result[0].received);
283 EXPECT_EQ(now.ToTimeT(), add_full_hashes_result[0].received);
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 20 Program received signal SIGTRAP, Trace/breakpoint trap.
  /ndk/sources/host-tools/make-3.81/
configure.bat 16 rem You should have received a copy of the GNU General Public License along
  /external/iproute2/doc/
api-ip6-flowlabels.tex 36 \item To allow user to read traffic class bits of received packets.
44 \item To get flow labels of received packets. I do not know
107 of received packet, we loose one very important property of BSD socket API,
108 namely, we are not allowed to use received address for reply directly
150 initialize it to zero. If user wants to get received flowinfo, he
160 Flowinfo received and latched by a connected TCP socket also may be fetched
179 flowlabel and DS field are received as ancillary data object
  /external/compiler-rt/
Android.mk 260 $$(error expected target or host for argument 1, received $(1))
265 $$(error expected static or shared for argument 2, received $(2))
  /external/strace/
strace.spec 17 received by a running process. Strace can print a record of each
23 received by a process.
32 received by a running process. Strace can print a record of each
38 received by a process.
  /ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat 32 rem You should have received a copy of the GNU General Public License along with
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosASM.S 15 ; You should have received a copy of the GNU Library General Public
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 112 private TextView received; field in class:RadioInfo
274 received = (TextView) findViewById(R.id.received);
685 received.setText(rxPackets + " " + packets + ", " + rxBytes + " " + bytes);
    [all...]
  /external/bison/
cfg.mk 14 # You should have received a copy of the GNU General Public License

Completed in 982 milliseconds

12 3 4 5