HomeSort by relevance Sort by last modified time
    Searched refs:incoming (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/mtpd/
pptp.c 132 } incoming, outgoing; variable in typeref:struct:packet
154 /* We are going to read a new message if incoming.expect is 0. */
155 if (!incoming.expect) {
156 incoming.length = 0;
157 incoming.expect = HEADER_SIZE;
163 length = incoming.expect - incoming.length;
164 if (incoming.length >= MAX_PACKET_LENGTH) {
168 if (incoming.expect > MAX_PACKET_LENGTH) {
169 length = MAX_PACKET_LENGTH - incoming.length
    [all...]
l2tp.c 119 } incoming, outgoing; variable in typeref:struct:packet
185 uint16_t *p = (uint16_t *)incoming.buffer;
187 incoming.length = recv(the_socket, incoming.buffer, MAX_PACKET_LENGTH, 0);
188 if (incoming.length == -1) {
197 if ((incoming.length != ACK_SIZE && incoming.length < MESSAGE_HEADER_SIZE)
199 ntohs(p[1]) != incoming.length || p[2] != local_tunnel) {
203 if (incoming.length == ACK_SIZE) {
204 incoming.message = ACK
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
PendingHandoverTransfer.java 26 public boolean incoming; field in class:PendingHandoverTransfer
31 PendingHandoverTransfer(int id, boolean incoming, BluetoothDevice remoteDevice,
34 this.incoming = incoming;
44 boolean incoming = (in.readInt() == 1) ? true : false;
53 return new PendingHandoverTransfer(id, incoming, remoteDevice,
71 dest.writeInt(incoming ? 1 : 0);
HandoverService.java 71 "com.android.nfc.handover.extra.INCOMING";
283 pendingTransfer.remoteDevice.getAddress(), pendingTransfer.incoming);
302 HandoverTransfer findHandoverTransfer(String sourceAddress, boolean incoming) {
303 Pair<String, Boolean> key = new Pair<String, Boolean>(sourceAddress, incoming);
340 boolean incoming = (intent.getIntExtra(EXTRA_INCOMING, 1)) == 1;
341 HandoverTransfer transfer = findHandoverTransfer(sourceAddress, incoming);
353 // This is always for incoming transfers
359 boolean incoming = (direction == DIRECTION_BLUETOOTH_INCOMING);
361 HandoverTransfer transfer = findHandoverTransfer(sourceAddress, incoming);
  /external/smack/src/org/apache/harmony/javax/security/sasl/
SaslClient.java 34 byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException;
SaslServer.java 34 byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException;
  /cts/tools/dasm/src/java_cup/
lalr_item.java 110 /** Propagate incoming lookaheads through this item to others need to
112 * @params incoming symbols to potentially be added to lookahead of this item.
114 public void propagate_lookaheads(terminal_set incoming) throws internal_error
119 if (!needs_propagation && (incoming == null || incoming.empty()))
122 /* if we have null incoming, treat as an empty set */
123 if (incoming != null)
125 /* add the incoming to the lookahead of this item */
126 change = lookahead().add(incoming);
  /external/chromium_org/third_party/WebKit/Source/core/dom/default/
PlatformMessagePortChannel.h 91 static PassRefPtr<PlatformMessagePortChannel> create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
92 PlatformMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
PlatformMessagePortChannel.cpp 154 PassRefPtr<PlatformMessagePortChannel> PlatformMessagePortChannel::create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing)
156 return adoptRef(new PlatformMessagePortChannel(incoming, outgoing));
159 PlatformMessagePortChannel::PlatformMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing)
160 : m_incomingQueue(incoming)
190 // Disentangle ourselves from the other end. We still maintain a reference to our incoming queue, since previously-existing messages should still be delivered.
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp_server_unittest.cc 116 // Accept incoming connection.
118 FakeSocket* incoming = new FakeSocket(NULL); local
119 incoming->SetLocalAddress(ParseAddress(kTestLocalIpAddress, kTestPort1));
121 incoming->SetPeerAddress(addr);
125 socket_->AddIncoming(incoming);
132 EXPECT_EQ(incoming, GetSocketFormTcpSocketHost(
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeIconsView.java 81 return mResources.incoming;
115 public final Drawable incoming; field in class:CallTypeIconsView.Resources
123 incoming = r.getDrawable(R.drawable.ic_call_incoming_holo_dark);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 75 scoped_ptr<SyncedNotification> incoming(CreateNotificationFromSyncData(
77 if (!incoming) {
80 LOG(WARNING) << "Badly formed sync data in incoming notification";
84 // Process each incoming remote notification.
85 const std::string& key = incoming->GetKey();
91 Add(incoming.Pass());
93 // If the incoming (remote) and stored (local) notifications match
95 if (incoming->EqualsIgnoringReadState(*found)) {
97 if (incoming->GetReadState() == found->GetReadState()) {
102 if (incoming->GetReadState() == SyncedNotification::kDismissed)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
tcpport.cc 71 // We can't accept TCP connections incoming on other ports
100 // recognize our incoming TCP connections.
145 Incoming incoming; local
146 incoming.addr = new_socket->GetRemoteAddress();
147 incoming.socket = new_socket;
148 incoming.socket->SignalReadPacket.connect(this, &TCPPort::OnReadPacket);
151 << incoming.addr.ToString();
152 incoming_.push_back(incoming);
158 for (std::list<Incoming>::iterator it = incoming_.begin()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
tcpport.cc 80 // We can't accept TCP connections incoming on other ports
125 // recognize our incoming TCP connections.
179 Incoming incoming; local
180 incoming.addr = new_socket->GetRemoteAddress();
181 incoming.socket = new_socket;
182 incoming.socket->SignalReadPacket.connect(this, &TCPPort::OnReadPacket);
183 incoming.socket->SignalReadyToSend.connect(this, &TCPPort::OnReadyToSend);
186 << incoming.addr.ToSensitiveString();
187 incoming_.push_back(incoming);
    [all...]
  /external/bison/build-aux/
gnupload 327 $dbg ncftpput ftp-upload.gnu.org /incoming/alpha $files $base.directive.asc
332 $dbg ncftpput ftp-upload.gnu.org /incoming/ftp $files $base.directive.asc
338 $dbg ncftpput savannah.gnu.org /incoming/savannah/$destdir $files
344 $dbg ncftpput savannah.nongnu.org /incoming/savannah/$destdir $files
354 done | $dbg sftp -b - puszcza.gnu.org.ua:/incoming/$destdir_topdir
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 74 self.incoming = []
85 self.incoming.append(data)
88 d = ''.join(self.incoming)
89 del self.incoming[:]
251 del self.incoming[:]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 74 self.incoming = []
85 self.incoming.append(data)
88 d = ''.join(self.incoming)
89 del self.incoming[:]
251 del self.incoming[:]
  /external/chromium_org/cc/trees/
layer_sorter.cc 341 edge.to->incoming.push_back(&edge);
387 // Find all the nodes that don't have incoming edges.
389 if (!la->incoming.size())
413 RemoveEdgeFromList(outgoing_edge, &outgoing_edge->to->incoming);
416 if (!outgoing_edge->to->incoming.size())
425 // If there are still active edges but the list of nodes without incoming
427 // the node with the smallest overall incoming edge weight and use it. This
428 // will favor nodes that have zero-weight incoming edges i.e. layers that
433 if (nodes_[i].incoming.size() &&
440 // Remove all its incoming edges
    [all...]
  /ndk/build/core/
definitions-graph.mk 266 # For topological sort, we need to count the number of incoming edges
270 # Count the number of incoming edges for each node during topological
279 # zero the incoming edge counter for module $1
280 -ndk-mod-topo-zero-incoming = \
283 # increment the incoming edge counter for module $1
284 -ndk-mod-topo-increment-incoming = \
287 # decrement the incoming edge counter for module $1
288 -ndk-mod-topo-decrement-incoming = \
291 # return non-empty if the module $1's incoming edge counter is > 0
292 -ndk-mod-topo-has-incoming = $(_ndk_mod_topo_incoming.$1
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CPPTarget.java 100 * around the incoming literal.
117 * around the incoming literal.
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java 150 && "incoming".equals(xml.getName())
233 * Incoming: Prepend "imap" or "pop3" to domain, unless "pop", "pop3",
238 * @param incoming "pop3" or "imap" (or null)
242 public static String inferServerName(Context context, String server, String incoming,
255 if (incoming != null) {
256 // For incoming, we leave imap/pop/pop3/mail alone, or prepend incoming
272 return ((incoming != null) ? incoming : outgoing) + '.' + server.substring(keepFirstChar);
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 30 public int incoming; // the number of incoming branches. field in class:BasicBlock
38 incoming = 0;
77 .append(length).append(", in=").append(incoming)
202 m.block.incoming++;
340 bb.incoming++;
349 // the incoming flow from dead code is not counted
350 // bb.incoming++;
386 handler.incoming--;
392 handler.incoming++
    [all...]
  /external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp 113 // weight of the incoming edges must be equal the block weight which must in
128 // To get the block weight, read all incoming edges.
178 // There is at least one incoming backedge that will bring us this flow later
181 double incoming = BBWeight; local
193 incoming -= MinimalWeight[*ei];
197 incoming -= w;
218 double fraction = floor(incoming/Edges.size());
224 incoming -= fraction;
226 w = incoming;
  /dalvik/vm/mterp/x86/
entry.S 30 movl rSELF, %ecx # get incoming rSELF

Completed in 564 milliseconds

1 2 3 4