/sdk/chimpchat/src/com/android/chimpchat/adb/ |
AdbChimpDevice.java | 332 LOG.log(Level.SEVERE, "Error sending press event: " + keyName + " " + type, e); 365 LOG.log(Level.SEVERE, "Error sending touch event: " + x + " " + y + " " + type, e); 543 LOG.log(Level.SEVERE, "Error sending drag start event", e); 559 LOG.log(Level.SEVERE, "Error sending drag start event", e); 575 LOG.log(Level.SEVERE, "Error sending drag end event", e);
|
/external/chromium/net/spdy/ |
spdy_session.h | 123 // Reset a stream by sending a RST_STREAM frame with given status code. 125 // all of the calls to CloseStream necessitate sending a RST_STREAM. 158 // Enable sending of PING frame with each request. 335 // Queue a frame for sending. 467 // The packet we are currently sending. 546 // |connection_at_risk_of_loss_ms_| is an optimization to avoid sending 561 // This is the amount of time (in milliseconds) we wait before sending a
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
session.h | 75 // create transport channels before receiving or sending a session 151 STATE_RECEIVEDREJECT, // received reject after sending initiate 458 // with it. Sending with an action supports sending a "hybrid" 459 // message. Sending with elements must be sent as Jingle or Gingle. 479 // Sending messages in hybrid form requires being able to write them 497 // sending of each message. When messages are received by the other client,
|
/packages/experimental/LoaderApp/res/values/ |
strings.xml | 417 to sending DTMF tones over the current call.) --> [all...] |
/external/chromium/chrome/common/extensions/docs/ |
messaging.html | 381 Sending a request from a content script looks like this: 390 Sending a request from the extension to a content script looks very similar, 392 demonstrates sending a message to the content script in the selected tab. 423 first to call sendResponse() for a particular event will succeed in sending the 449 object which is used for sending and receiving messages through that 468 Sending a request from the extension to a content script looks very similar, 509 In addition to sending messages between different components in your 542 Likewise, sending a message to another extension is similar to sending one
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_rt.c | 292 "received", "sending", "requesting", "sent", 303 int sending = PERF_IsSending(modulesAndFlags); local 312 (xfering || !sending) ? " from " : " to ", 480 unsigned long sending = PERF_GetXferSendRecv(eModuleAndFlags); local 482 if ((me->encoder || me->decoder) && !PERF_IsXfering(sending)) 484 /* reverse sending direction to common layer or socket node */ 488 sending ^= PERF_FlagSending; 491 if ((me->encoder && (sending == PERF_FlagSending)) || 492 (me->decoder && (sending == PERF_FlagReceived))) [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
NetworkUtilities.java | 70 /** POST parameter name for the sending client-edited contact info */ 209 Log.e(TAG, "Authentication exception in sending dirty contacts"); 212 Log.e(TAG, "Server error in sending dirty contacts: " + resp.getStatusLine());
|
/external/apache-http/src/org/apache/http/protocol/ |
HttpRequestExecutor.java | 137 * Prepare a request for sending. 141 * @param context the context for sending the request 174 * @param context the context for sending the request
|
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_service.h | 95 // ClientSideDetectionHost prior to sending the renderer a 181 // Starts sending the request to the client-side detection frontends. 200 // sending the client-side phishing request.
|
/external/dhcpcd/ |
arp.c | 213 "%s: sending ARP announce (%d of %d), " 218 "%s: sending ARP announce (%d of %d)", 295 "%s: sending ARP probe (%d of %d), next in %0.2f seconds",
|
/external/webkit/Source/WebCore/platform/mac/ |
WidgetMac.mm | 183 // Take a reference to this Widget, because sending messages to outerView can invoke arbitrary 208 // Take a reference to this Widget, because sending messages to outerView can invoke arbitrary 238 // Take a reference to this Widget, because sending messages to the views can invoke arbitrary
|
/frameworks/base/core/java/android/view/ |
ViewParent.java | 254 * the sending. The parent can optionally add a record for itself before 256 * respect the request for sending the event. The accessibility event is sent 259 * @param child The child which requests sending the event.
|
/frameworks/base/voip/java/android/net/sip/ |
SipProfile.java | 245 * @param flag true if sending keep-alive message is required, 457 * Gets the flag of 'Sending keep-alive'. 459 * @return the flag of sending SIP keep-alive messages.
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
OMX_VPP_Utils.h | 396 /** The pipes for sending commands to the thread */
399 /** The pipes for sending buffers to the thread */
403 /*The pipe for sending Filled Input buffers to component*/
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppManager.java | 97 // used to judge if need continue sending process after received a 362 * Insert multiple sending sessions to db, only used by Opp application. 390 * Insert single sending session to db, only used by Opp application.
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
LongThreadTest.java | 407 // BTW, sending 50 messages brings up the "Sending too many messages" alert so 423 Log.v(TAG, "Sending msg: " + i);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
socket.h | 314 pid_t pid; /* PID of sending process. */ 315 uid_t uid; /* UID of sending process. */ 316 gid_t gid; /* GID of sending process. */
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleThread.java | 280 Log.d("ddm-thread", "Sending " + name(CHUNK_THEN) + ": " + enable); 305 Log.d("ddm-thread", "Sending " + name(CHUNK_STKL) + ": " + threadId); 375 Log.d("ddm-thread", "Sending " + name(CHUNK_THST));
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/ |
G729EncTest.c | 625 printf("\n%d :: App: audioinfo->dasfMode Sending Bad Parameter\n",__LINE__); 633 printf("\n%d :: App: No. of Frames Sending Bad Parameter\n",__LINE__); 643 printf("\n%d :: App: No. of Frames Sending Bad Parameter\n",__LINE__); 662 printf("\n%d :: App: audioinfo->acdnMode Sending Bad Parameter\n",__LINE__); 726 printf("\n%d :: App: pG729Param->eARMDTXMode Sending Bad Parameter\n",__LINE__); [all...] |
/device/moto/stingray/ril/ |
libmoto_lte_ril.so | |
/bootable/recovery/updater/ |
updater.c | 57 // Set up the pipe for sending commands back to the parent process.
|
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityWindowQueryActivityTest.java | 415 // Sending a node info across processes recycles 430 // Sending a node info across processes recycles 442 // Sending a node info across processes recycles 455 // Sending a node info across processes recycles
|
/cts/tests/tests/permission/src/android/permission/cts/ |
NoSystemFunctionPermissionTest.java | 143 * Verify that sending sms requires permissions.
|
/development/ndk/platforms/android-9/include/EGL/ |
eglplatform.h | 33 * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
TaskListView.java | 34 * option of sending more context to an AccessibilityService by adding more AccessiblityRecords to
|