/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
ProtocolConstants.java | 18 * Header sizes for packets sent / received by SDK controller emulator. 104 /** Received frame is JPEG image. */ 106 /** Received frame is RGB565 bitmap. */ 108 /** Received frame is RGB888 bitmap. */ 123 /** Frame buffer update has been received. */
|
/external/wpa_supplicant_8/src/wps/ |
wps_enrollee.c | 443 /* Another M2/M2D may be received */ 476 wpa_printf(MSG_DEBUG, "WPS: No Registrar Nonce received"); 491 wpa_printf(MSG_DEBUG, "WPS: No Enrollee Nonce received"); 496 wpa_printf(MSG_DEBUG, "WPS: Invalid Enrollee Nonce received"); 507 wpa_printf(MSG_DEBUG, "WPS: No UUID-R received"); 522 wpa_printf(MSG_DEBUG, "WPS: No Public Key received"); 558 wpa_printf(MSG_DEBUG, "WPS: No R-Hash1 received"); 572 wpa_printf(MSG_DEBUG, "WPS: No R-Hash2 received"); 590 wpa_printf(MSG_DEBUG, "WPS: No R-SNonce1 received"); 630 wpa_printf(MSG_DEBUG, "WPS: No R-SNonce2 received"); [all...] |
/external/apache-http/src/org/apache/http/client/ |
RedirectHandler.java | 42 * a new location in response to an HTTP response received from the target 58 * @param response the response received from the target server 71 * @param response the response received from the target server
|
/external/mdnsresponder/mDNSCore/ |
Implementer Notes.txt | 15 packets that have been received. 48 were received, or mDNS API calls were made, be sure to call 55 1. After delivering received packets, the platform support layer should
|
/external/webkit/Source/WebKit/qt/tests/benchmarks/painting/ |
tst_painting.cpp | 14 * You should have received a copy of the GNU Library General Public License 28 * Starts an event loop that runs until the given signal is received. 32 * \return \p true if the requested signal was received
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/ |
NOTES | 0 Received: from 128.140.1.1 by ee.lbl.gov for <vern@ee.lbl.gov> (8.6.9/1.43r) 3 Received: from larry-le0.cc.emory.edu by 7 Received: by larry.cc.emory.edu (5.0) id AA21979; Tue, 24 Jan 1995 17:17:40 -0500
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
EBCDIC | 2 Received: from 192.216.61.11 by horse.ee.lbl.gov for vern (5.65/1.43r) 4 Received: from melonville.radiomail.net (mayberry.radiomail.net) by radiomail.net with SMTP id AA20220 7 Received: from liz.com by melonville.radiomail.net with CCGW-1.7(930217);
|
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/ |
uim.h | 14 * You should have received a copy of the GNU General Public License 138 /* Signal received from KIM will install line discipline at first, 139 * the next signal received from KIM will un-install the
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
DiscourseLogger.java | 26 * A class to keep last N of lines sent to the server and responses received from the server. 63 * Store a single byte received from the server in {@link #mReceivingLine}. When LF is 64 * received, the content of {@link #mReceivingLine} is added to {@link #mBuffer}.
|
/packages/apps/Mms/tests/SmsAutoReply/src/com/android/smsautoreply/ |
AutoReplyActivity.java | 38 * A sms reply activity which auto-replies the received sms message to the sender 67 Log.d(TAG, String.format("SMS received from %s, body: %s", 74 // Log received sms message into an output file
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store.h | 27 // List of SBAddFullHash (SBAddPrefix, time received and an SBFullHash). 70 int32 received; member in struct:SBAddFullHash 75 received(static_cast<int32>(r.ToTimeT())), 82 : chunk_id(id), received(r), full_hash(h) {} 84 SBAddFullHash() : chunk_id(), received(), full_hash() {} 225 // |pending_adds| is the set of full hashes which have been received
|
/external/kernel-headers/original/linux/ |
ipmi_smi.h | 29 * You should have received a copy of the GNU General Public License along 53 * been received, it will report this same data structure back up to 56 * asynchronous data is received, one of these is allocated, the 94 should report back the error in a received message. It may 185 * The lower layer reports received messages through this interface. 193 /* The lower layer received a watchdog pre-timeout on interface. */
|
/external/tcpdump/ |
ieee802_11_radio.h | 85 * MPDU arrived at the MAC. For received frames, only. 150 * Properties of transmitted and received frames. See flags 193 #define IEEE80211_RADIOTAP_F_CFP 0x01 /* sent/received 196 #define IEEE80211_RADIOTAP_F_SHORTPRE 0x02 /* sent/received 200 #define IEEE80211_RADIOTAP_F_WEP 0x04 /* sent/received 203 #define IEEE80211_RADIOTAP_F_FRAG 0x08 /* sent/received
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_enrollee.c | 433 /* Another M2/M2D may be received */ 466 wpa_printf(MSG_DEBUG, "WPS: No Registrar Nonce received"); 481 wpa_printf(MSG_DEBUG, "WPS: No Enrollee Nonce received"); 486 wpa_printf(MSG_DEBUG, "WPS: Invalid Enrollee Nonce received"); 497 wpa_printf(MSG_DEBUG, "WPS: No UUID-R received"); 512 wpa_printf(MSG_DEBUG, "WPS: No Public Key received"); 531 wpa_printf(MSG_DEBUG, "WPS: No R-Hash1 received"); 545 wpa_printf(MSG_DEBUG, "WPS: No R-Hash2 received"); 563 wpa_printf(MSG_DEBUG, "WPS: No R-SNonce1 received"); 603 wpa_printf(MSG_DEBUG, "WPS: No R-SNonce2 received"); [all...] |
/bionic/libc/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 */
|
/development/ndk/platforms/android-3/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 */
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsMessageReceiver.java | 65 // Trigger the main activity to fire up a dialog that shows/reads the received messages 74 // For the purposes of this demo, we'll only handle the first received message.
|
/external/apache-http/src/org/apache/http/ |
HttpEntity.java | 39 * An entity that can be sent or received with an HTTP message. 47 * <li><b>streamed</b>: The content is received from a stream, or 49 * entities being received from a {@link HttpConnection connection}. 87 * For entities that are received, it can also indicate whether 88 * the entity was received with chunked encoding. 111 * or the one that was received with the entity. It can include a 122 * or the one that was received with the entity. 187 * received from a {@link HttpConnection connection}. The entity
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_l2cap_if.c | 83 ** L2CA_ConnectInd received. Allocate multiplexer control block 137 ** L2CA_ConnectCnf received. Save L2CAP handle and dispatch 209 ** L2CA_ConfigInd received. Save parameters in the control 232 ** L2CA_ConfigCnf received. Save L2CAP handle and dispatch 255 ** L2CA_QoSViolationIndInd received. Dispatch event to the FSM. 268 ** L2CA_DisconnectInd received. Dispatch event to the FSM. 295 ** data RFCOMM frame is received. Parse the frames, check 338 /* The frame was received on the data channel DLCI, verify that DLC exists */
|
/external/chromium/chrome/browser/chromeos/login/ |
user_image_downloader.h | 26 // |auth_token| is a authentication token received in ClientLogin 48 // Parses received JSON data looking for user image url.
|
user_image_view.h | 60 // received. 64 // frame and disables snapshot button until new frame is received.
|
/external/chromium/chrome/browser/download/ |
base_file.h | 51 // Indicate that the download has finished. No new data will be received. 86 // Amount of data received up so far, in bytes.
|
/external/chromium/net/spdy/ |
spdy_http_stream.cc | 315 // If the response is already received, these headers are too late. 317 LOG(WARNING) << "SpdyHttpStream headers received after response started."; 321 // TODO(mbelshe): This is the time of all headers received, not just time 339 // frame has been received and processed. Move to framer? 349 // valid set of headers. So we don't expect to not have headers received 353 // Note that data may be received for a SpdyStream prior to the user calling 358 // Save the received data. 389 // another one. Mark that we have received more data and return.
|
/external/chromium/net/url_request/ |
url_request_throttler_entry_interface.h | 44 // This method needs to be called each time a response is received. 51 // be handled by the throttler as if an HTTP 5xx response had been received to
|
/external/jmonkeyengine/engine/src/test/jme3test/network/ |
TestMessages.java | 53 System.out.println("Server: Received ping message!"); 62 System.out.println("Client: Received pong message!");
|