/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
Object.java | 264 * A waiting thread can be sent {@code interrupt()} to cause it to 298 * A waiting thread can be sent {@code interrupt()} to cause it to 336 * A waiting thread can be sent {@code interrupt()} to cause it to
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
HandshakeIODataStream.java | 32 * and accumulates all sent/received handshake's data. 198 // error: outboud handshake data was not sent, 204 + "the last oubound message had been sent."));
|
/external/apache-http/src/org/apache/http/impl/entity/ |
LaxContentLengthStrategy.java | 77 * header field MUST NOT be sent if these two lengths are different (i.e., if a 164 * number of OCTETs, sent to the recipient or, in the case of the HEAD method, the size of 165 * the entity-body that would have been sent had the request been a GET.
|
/external/kernel-headers/original/linux/ |
mtio.h | 236 * before command is sent. Milliseconds 239 unsigned char ft_parm_cnt; /* zero: no parm is sent. */ 248 * after command is sent. 0: don't wait */
|
netfilter.h | 99 /* The ops struct which sent us to userspace. */ 102 /* If we're sent to userspace, this keeps housekeeping info */
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
pv_2way_h324m_interface.h | 160 * This API allows the user to specify whether Request Multiplex Entry is sent to the remote terminal after TCS 162 * @param aSendRme If true, RME is sent to the peer after TCS 170 * This API causes a maxMuxPduSize request to be sent to the remote terminal if set to a valid value (64 - 255).
|
/external/opencore/pvmi/pvmf/include/ |
pvmi_data_stream_interface.h | 205 * been sent then the new value will replace the previous one. 243 * been sent then the new value will replace the previous one. 504 * Used in progressive playback when reposition requests are sent to the writer (protocol engine)
|
/external/qemu/android/ |
hw-sensors.c | 115 * a new interval between sensor events sent by this code to the HAL 124 * format (each line corresponds to a different line sent to the module): 350 /* "wake" is a special message that must be sent back through
|
/external/webkit/WebCore/accessibility/ |
AXObjectCache.cpp | 386 // Notifications should only be sent after the renderer has finished 404 // Notifications for text input objects are sent to that object. 405 // All others are sent to the top WebArea.
|
/frameworks/base/core/java/android/net/http/ |
Request.java | 362 * Data will not be sent to or received from server after cancel() 413 * If this request has been sent once and failed, it must be reset 414 * before it can be sent again.
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmSMSDispatcher.java | 133 // The message was sent to a port, so concoct a URI for it. 226 * broadcast when the corresponding message part has been sent. 317 * @param tracker holds the multipart Sms tracker ready to be sent
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
txXfer.c | 42 * and sent to the FW in one transaction. 248 eStatus = TXN_STATUS_PENDING; /* The current packet is not sent yet so return Pending */ 304 /* Prepare and send all aggregated packets (combined and sent in one transaction by the BusDrv) */
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
PowerSrvSM.c | 615 waiting to be finished (already sent to FW) [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsReceiverService.java | 77 // Indicates next message can be picked up and sent out. 245 // We successfully sent all the messages in the queue. We don't need to 261 Log.e(TAG, "handleSmsSent: failed to move message " + uri + " to sent folder");
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
PowerSrvSM.c | 615 waiting to be finished (already sent to FW) [all...] |
/external/bluetooth/bluez/test/ |
l2test.c | 695 int i, fd, len, buflen, size, sent; local 710 sent = 0; 715 len = send(sk, buf + sent, buflen, 0); 717 sent += len; 732 sent = 0; 744 sent += len;
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
DTMException.java | 296 * @param s The stream where the dump will be sent to. 306 * @param s The writer where the dump will be sent to.
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssService.java | 47 public static final String REQUERY_KEY = "Requery_All"; // Sent to tell us force a requery. 48 public static final String RSS_URL = "RSS_URL"; // Sent to tell us to requery a specific item.
|
/external/apache-http/src/org/apache/http/impl/conn/ |
ProxySelectorRoutePlanner.java | 164 * @param request the request to be sent, never <code>null</code> 243 * @param request the request to be sent, never <code>null</code>
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie.java | 232 * @return <code>true</code> if this cookie should only be sent over secure connections. 242 * When <tt>true</tt> the cookie should only be sent
|
/external/apache-http/src/org/apache/http/params/ |
HttpConnectionParams.java | 103 * sent. When applications wish to decrease network latency and increase 105 * Data will be sent earlier, at the cost of an increase in bandwidth consumption.
|
/external/libpcap/ |
pcap.3 | 686 sent might not be the same as the link-layer header of the packet 691 which the packet it sent, if the platform doesn't support sending 797 will only capture packets sent by the device and 799 will capture packets received by or sent by the device. 847 packets sent by the machine; 927 packet was sent to us by somebody else 936 packet was sent by somebody else to somebody else 939 packet was sent by us [all...] |
/external/opencore/nodes/common/include/ |
pvmf_composer_size_and_duration.h | 130 * object sent to the client in the PVInformationalEventObserver::HandleInformationalEvent 164 * object sent to the client in the PVInformationalEventObserver::HandleInformationalEvent
|
/external/openssl/ssl/ |
t1_reneg.c | 134 fprintf(stderr, "%s RI extension sent by client\n", 219 fprintf(stderr, "%s RI extension sent by server\n",
|