/libcore/luni/src/main/java/java/io/ |
LineNumberInputStream.java | 82 * Sending {@code reset()} will reposition this stream back to the marked
|
LineNumberReader.java | 76 * Sending {@code reset()} will reposition this reader back to the marked
|
/libcore/luni/src/main/java/java/net/ |
SocketImpl.java | 280 * if an error occurs sending urgent data.
|
/libcore/luni/src/main/java/libcore/net/http/ |
RequestHeaders.java | 277 * sending a response that the client has locally. When the caller adds
|
/libcore/support/src/test/java/tests/support/ |
Support_StringReader.java | 70 * is ignored for StringReaders. Sending reset() will reposition the reader
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
MessageComposeTests.java | 543 * to reject duplicate addressees AND the email address of the sending account 579 * to reject duplicate addressees AND the email address of the sending account 616 * to reject duplicate addressees AND the email address of the sending account 653 * to reject duplicate addressees AND the email address of the sending account [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/ |
Compatibility.java | 219 // broadcast to newly enabled receivers, while sending "close session" to
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
syslog.h | 163 #define LOG_CONS 0x02 /* log on the console if errors in sending */
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
LogReceiver.java | 79 /** Current {@link LogEntry} being read, before sending it to the listener. */
|
/system/core/libnl_2/ |
netlink.c | 236 fprintf(stderr, "Error sending netlink message: %d\n", errno);
|
/external/chromium/chrome/browser/chromeos/login/ |
parallel_authenticator.cc | 85 // Sadly, this MUST be on the UI thread due to sending DBus traffic :-/ 110 // Sadly, this MUST be on the UI thread due to sending DBus traffic :-/ 322 // is disabled or something similarly fatal. Sending the user through
|
/external/ipsec-tools/src/racoon/ |
handler.h | 151 vchar_t *sendbuf; /* buffer for re-sending */ 297 vchar_t *sendbuf; /* buffer for re-sending */ 298 vchar_t *msg1; /* buffer for re-sending */
|
isakmp_ident.c | 398 /* the sending message is added to the received-list. */ 637 /* the sending message is added to the received-list. */ 1062 /* the sending message is added to the received-list. */ 1289 /* the sending message is added to the received-list. */ [all...] |
/external/netcat/ |
README | 32 some systems may have trouble sending large amounts of data that way, but it's 234 them, sending the same batch of data from standard input [up to 8K worth] to 241 way. The -z switch prevents sending any data to a TCP connection and very 322 r-services, X, IRC, and maybe a few you didn't expect. Sending in QUIT and 336 at the receiving side with no timeout specified, and then give the sending side [all...] |
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.c | 102 "Sending canned EAP packet %s (identifier %d)", 131 "Sending EAP Packet (identifier %d)", 472 * sending out EAP-Response/Identity as a response to the first
|
/frameworks/base/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 454 LOGE("Error sending rtsp request. (%s)", strerror(errno)); 743 LOGI("re-sending request with authentication headers..."); 798 LOGE("Error sending rtsp response (%s).", strerror(errno));
|
/frameworks/base/services/java/com/android/server/ |
AlarmManagerService.java | 531 // phone was asleep or off, so pass a trigger count when sending them. 664 if (localLOGV) Slog.v(TAG, "sending alarm " + alarm); 695 Slog.w(TAG, "Failure sending alarm.", e); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
OMX_AacEnc_Utils.h | 376 /** The pipes for sending buffers to the thread */ 379 /** The pipes for sending buffers to the thread */ 381 /** The pipes for sending buffers to the thread */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
firewire-cdev.h | 111 * responsible for sending the response by %FW_CDEV_IOC_SEND_RESPONSE ioctl, 360 * Prior to sending or receiving isochronous I/O, a context must be created. 363 * for either sending or receiving. It is bound to a specific isochronous
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Client.java | 560 Log.v("ddms", "Not sending packet -- client is closed"); 567 * this before sending the packet, in case the response comes back 669 "Good handshake from client, sending HELO to " + mClientData.getPid());
|
DeviceMonitor.java | 288 Log.e("DeviceMonitor", "Sending Tracking request failed!"); 696 Log.e("DeviceMonitor", "Sending jdwp tracking request timed out!"); 699 Log.e("DeviceMonitor", "Sending jdwp tracking request failed!"); [all...] |
/external/netperf/ |
nettest_dlpi.c | 378 /* before sending the request, and will grab the counter value right */ 439 /* expression will go false and we will stop sending data. */ 502 fprintf(where,"sending test end signal \n"); 842 /* sending side... */ [all...] |
nettest_sdp.c | 407 cpu locally before sending the request, and will grab the 510 /* expression will go false and we will stop sending data. */ [all...] |
/external/wpa_supplicant_8/hostapd/ |
ChangeLog | 253 * added support for sending EAP-AKA Notifications in error cases 372 * driver_wired: fixed EAPOL sending to optionally use PAE group address 449 * added support for sending TLS alerts and aborting authentication 548 * fixed RADIUS reconnection after an error in sending interim 618 to the STA before sending a new one [all...] |
/frameworks/base/services/java/com/android/server/accessibility/ |
TouchExplorer.java | 89 // The delay for sending a hover enter event. 129 // Command for delayed sending of a hover event. 132 // Command for delayed sending of a long press. [all...] |