HomeSort by relevance Sort by last modified time
    Searched full:outgoing (Results 201 - 225 of 627) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfghooks.h 73 /* Return true if the one of outgoing edges is already predicted by
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfghooks.h 73 /* Return true if the one of outgoing edges is already predicted by
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 85 * This event is sent when the stack receives a response to an outgoing request
218 * @length: Length of outgoing payload, in bytes
224 * Send a request to the device. This ioctl implements all outgoing requests.
242 * @length: Length of outgoing payload, in bytes
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 85 * This event is sent when the stack receives a response to an outgoing request
218 * @length: Length of outgoing payload, in bytes
224 * Send a request to the device. This ioctl implements all outgoing requests.
242 * @length: Length of outgoing payload, in bytes
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 85 * This event is sent when the stack receives a response to an outgoing request
218 * @length: Length of outgoing payload, in bytes
224 * Send a request to the device. This ioctl implements all outgoing requests.
242 * @length: Length of outgoing payload, in bytes
  /device/generic/goldfish/qemud/
qemud.c 737 ** and can queue one or more outgoing packets and send them when
741 ** i.e. we try to send all outgoing packets before destroying
754 /* queue of outgoing packets */
812 * outgoing queue will be immediately free.
829 /* get rid of outgoing packet queue */
850 * i.e. send any pending outgoing packets then auto-free
1269 * avoid losing queued outgoing packets */
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 281 symbol_set outgoing; local
317 outgoing = new symbol_set();
324 if (sym != null) outgoing.add(sym);
328 for (s = outgoing.all(); s.hasMoreElements(); )
510 /* consider each outgoing transition */
  /packages/apps/Email/res/values/
strings.xml     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 647 * tags to outgoing responses if need be. For efficiency, this method does not clone the
648 * incoming request. If you want to modify the outgoing response, be sure to clone the
650 * outgoing response will result in a modification of the incoming request. Tag fields are
669 * tags to outgoing responses if need be. For efficiency, this method does not clone the
670 * incoming request. If you want to modify the outgoing response, be sure to clone the
672 * outgoing response will result in a modification of the incoming request. Tag fields are
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_mx_fsm.c 216 /* we gave up outgoing connection request then try peer's request */
381 /* if we gave up outgoing connection request */
  /external/icu4c/common/unicode/
udata.h 346 * @param err outgoing error status <code>U_USING_DEFAULT_WARNING, U_UNSUPPORTED_ERROR</code>
373 * @param err outgoing error status <code>U_USING_DEFAULT_WARNING, U_UNSUPPORTED_ERROR</code>
  /external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp 114 // turn be equal to the sume of the weights of the outgoing edges.
257 // definite block weight and must distribute this onto the outgoing edges.
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 519 // chain and flag operands which copy the outgoing args into registers.
534 // before any new outgoing arguments are stored to the stack, because the
535 // outgoing stack slots may alias the incoming argument stack slots, and
781 // For Hexagon, the outgoing memory arguments area should be on top of the
782 // alloca area on the stack i.e., the outgoing memory arguments should be
784 // stack by adding back the space reserved for outgoing arguments to SP
787 // We do not know what the size of the outgoing args is at this point.
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 63 // Create a PHI node for each outgoing value from the original loop
64 // (which means it is an outgoing value from the prolog code too).
  /external/qemu/slirp/
debug.c 151 lprint(" %6d outgoing packets fragmented\r\n", ipstat.ips_fragmented);
152 lprint(" %6d total outgoing fragments\r\n", ipstat.ips_ofragments);
  /external/qemu/slirp-android/
debug.c 149 lprint(" %6d outgoing packets fragmented\r\n", ipstat.ips_fragmented);
150 lprint(" %6d total outgoing fragments\r\n", ipstat.ips_ofragments);
  /external/quake/quake/src/QW/client/
net_chan.c 235 Con_Printf ("%s:Outgoing message overflow\n"
423 // if the current outgoing reliable message has been acknowledged
  /frameworks/base/core/java/android/app/
ActivityOptions.java 124 * the outgoing activity. Use 0 for no animation.
142 * the outgoing activity. Use 0 for no animation.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeMessage.java 52 * It would be better to simply do it explicitly on local creation of new outgoing messages.
76 // This conversion is used when generating outgoing MIME messages. Incoming MIME date
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncomingFragment.java 434 // Set the username and password for the outgoing settings to the username and
436 // pick a smarter outgoing address.
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 228 // the message is incoming or outgoing.
339 // Use constant string for outgoing messages
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_rfc.c 144 if (p_scb->conn_handle) /* Outgoing connection */
  /external/chromium/third_party/libjingle/source/talk/base/
asynctcpsocket.cc 56 // useful for outgoing connections.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h 173 // Called each time a session has an outgoing message.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
__init__.py 173 code and reason by return values. They are sent as a outgoing closing frame

Completed in 955 milliseconds

1 2 3 4 5 6 7 891011>>