/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxdeltastr.h | 49 unsigned short activeDeltas; /* only needed for outgoing */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_packet.h | 30 #define PACKET_OUTGOING 4 /* Outgoing of any type */
|
if_wanpipe.h | 81 #define WAN_PACKET_OUTGOING 4 /* Outgoing of any type */
|
isdn.h | 90 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */ 110 int outgoing; member in struct:__anon29578
|
/system/core/libcutils/ |
mq.c | 184 /** Used to write outgoing header. */ 264 /** Frees a simple, i.e. header-only, outgoing packet. */ 266 ALOGD("Freeing outgoing packet."); 278 /** Sets up the buffer for the outgoing header. */ 413 // Clear outgoing packet queue. 450 static bool peerProxyWriteFromBuffer(PeerProxy* peerProxy, Buffer* outgoing) { 451 ssize_t size = bufferWrite(outgoing, peerProxy->fd->fd); 456 return bufferWriteComplete(outgoing); 513 * Writes some outgoing data. 800 * Frees an outgoing packet containing a connection [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
CookieManagerTest.java | 92 assertEquals("1|count=0", mOnUiThread.getTitle()); // outgoing cookie 103 assertEquals("1|count=41", mOnUiThread.getTitle()); // outgoing cookie
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesLiveFolder.java | 49 * ACTION_CREATE_LIVE_FOLDER, then create an outgoing Intent with the 61 * The following statements put data into the outgoing Intent. Please see
|
/external/iptables/extensions/ |
libxt_rateest.man | 74 Example: This is what can be used to route outgoing data connections from an 78 # Estimate outgoing rates
|
/external/llvm/include/llvm/Support/ |
DOTGraphTraits.h | 110 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge 119 /// called to determine which outgoing edge of Node is the target of this
|
/external/llvm/include/llvm/Target/ |
TargetCallingConv.h | 133 /// single outgoing (actual) argument or outgoing (from the perspective
|
/external/llvm/lib/Target/Mips/ |
Mips16RegisterInfo.cpp | 94 // 1. Outgoing arguments. 118 // following: an outgoing argument, pointer to a dynamically allocated
|
MipsSERegisterInfo.cpp | 78 // 1. Outgoing arguments. 93 // following: an outgoing argument, pointer to a dynamically allocated
|
/external/llvm/lib/Transforms/Instrumentation/ |
EdgeProfiling.cpp | 91 // Okay, we have to add a counter of each outgoing edge. If the 92 // outgoing edge is not critical don't split it, just insert the counter
|
/external/srec/srec/include/ |
front.h | 89 samdata *refbuff; /* outgoing samples buffer */ 91 fftdata *prerefbuff; /* buffer for preemphasised data outgoing */
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
LoopBlinnMathUtils.h | 87 // Outgoing "ambiguous" argument indicates whether the answer is ambiguous 96 // XRay, returns true if they intersect. Outgoing "ambiguous" argument
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothProfile.java | 109 * and outgoing connections for the profile 116 * connections and outgoing connections for the profile.
|
/packages/apps/Dialer/res/values/ |
strings.xml | 134 <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] --> 135 <string name="call_log_outgoing_header">Outgoing calls only</string> 314 <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] --> 315 <string name="menu_show_outgoing_only">Show outgoing only</string> 363 <!-- Title for outgoing call details screen --> 364 <string name="type_outgoing">Outgoing call</string> 389 <!-- String describing the icon in the call log used to represent an outgoing call. 395 <string name="description_call_log_outgoing_call">Outgoing call</string>
|
/packages/apps/Phone/src/com/android/phone/ |
CdmaPhoneCallState.java | 33 * THRWAY_ACTIVE - When user initiate an outgoing call when already on a call. 51 * THRWAY_ACTIVE - When user initiate an outgoing call when already on a call
|
Constants.java | 41 * conditions that can happen when attempting to place an outgoing 100 * CDMA-specific "call lost" dialog. (If an outgoing call fails,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
isdn.h | 90 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */ 110 int outgoing; member in struct:__anon26473
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
isdn.h | 90 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */ 110 int outgoing; member in struct:__anon28064
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.cpp | 73 /// outgoing frequencies separately so they are commensurate. 90 /// from ingoing and outgoing nodes separately add up to a most 1. The weight 121 /// out=0 for an ingoing link, and 1 for an outgoing link. 136 /// addBias - Bias this node from an ingoing[0] or outgoing[1] link. 178 // Compute total ingoing and outgoing block frequencies for all bundles.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmConnection.java | 49 String mDialString; // outgoing calls only 50 String mPostDialString; // outgoing calls only 526 * An incoming or outgoing call has connected 541 // outgoing calls only 671 * and outgoing calls
|
/development/samples/ToyVpn/server/linux/ |
ToyVpnServer.cpp | 219 // Read the outgoing packet from the input stream. 222 // Write the outgoing packet to the tunnel. 225 // There might be more outgoing packets.
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
ToyVpnService.java | 177 // Read the outgoing packet from the input stream. 180 // Write the outgoing packet to the tunnel. 185 // There might be more outgoing packets.
|