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

1 2

  /art/compiler/optimizing/
ssa_builder.cc 73 HInstruction* incoming = ValueOfLocal(block->GetLoopInformation()->GetPreHeader(), local); local
74 if (incoming != nullptr) {
  /system/core/liblog/tests/
libc_test.cpp 68 int incoming = (eventData[0] & 0xFF) | local
73 if (incoming != 0) {
81 incoming = (eventData[4 + 1 + 0] & 0xFF) |
86 if (incoming == value) {
  /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/Transforms/Scalar/
LoopDeletion.cpp 93 Value *incoming = P->getIncomingValueForBlock(exitingBlocks[0]); local
95 // Make sure all exiting blocks produce the same incoming value for the exit
96 // block. If there are different incoming values for different exiting
100 if (incoming != P->getIncomingValueForBlock(exitingBlocks[i]))
104 if (Instruction *I = dyn_cast<Instruction>(incoming))
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
HostListLoader.java 113 Scanner incoming = new Scanner(link.getInputStream()); local
115 while (incoming.hasNext()) {
116 responseBuilder.append(incoming.nextLine());
119 incoming.close();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip_util.c 344 struct brw_reg incoming = get_element_ud(c->reg.R0, 2); local
348 brw_SHR(p, c->reg.planemask, incoming, brw_imm_ud(26));
356 brw_AND(p, tmp, incoming, brw_imm_ud(0x3f<<14));
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_util.c 344 struct brw_reg incoming = get_element_ud(c->reg.R0, 2); local
348 brw_SHR(p, c->reg.planemask, incoming, brw_imm_ud(26));
356 brw_AND(p, tmp, incoming, brw_imm_ud(0x3f<<14));
  /packages/apps/Nfc/src/com/android/nfc/handover/
PendingHandoverTransfer.java 29 public boolean incoming; field in class:PendingHandoverTransfer
34 private PendingHandoverTransfer(int id, boolean incoming, BluetoothDevice remoteDevice,
37 this.incoming = incoming;
45 private PendingHandoverTransfer(int id, boolean incoming, String remoteMacAddress,
48 this.incoming = incoming;
57 int id, boolean incoming, BluetoothDevice remoteDevice, boolean remoteActivating,
59 return new PendingHandoverTransfer(id, incoming, remoteDevice, remoteActivating, uris);
63 int id, boolean incoming, String macAddress, boolean remoteActivating, Uri[] uris)
    [all...]
  /external/chromium_org/cc/trees/
layer_sorter.h 59 std::vector<GraphEdge*> incoming; member in struct:cc::GraphNode
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp_server_unittest.cc 121 // Accept incoming connection.
123 FakeSocket* incoming = new FakeSocket(NULL); local
124 incoming->SetLocalAddress(ParseAddress(kTestLocalIpAddress, kTestPort1));
126 incoming->SetPeerAddress(addr);
130 socket_->AddIncoming(incoming);
137 EXPECT_EQ(incoming, GetSocketFormTcpSocketHost(
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpserver.cc 289 AsyncSocket* incoming = listener_->Accept(NULL); local
290 if (incoming) {
291 StreamInterface* stream = new SocketStream(incoming);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
tcpport.cc 70 std::list<Incoming>::iterator it;
84 // We can't accept TCP connections incoming on other ports
130 // recognize our incoming TCP connections.
187 Incoming incoming; local
188 incoming.addr = new_socket->GetRemoteAddress();
189 incoming.socket = new_socket;
190 incoming.socket->SignalReadPacket.connect(this, &TCPPort::OnReadPacket);
191 incoming.socket->SignalReadyToSend.connect(this, &TCPPort::OnReadyToSend);
194 << incoming.addr.ToSensitiveString()
    [all...]
  /external/chromium_org/third_party/webrtc/base/
httpserver.cc 272 AsyncSocket* incoming = listener_->Accept(NULL); local
273 if (incoming) {
274 StreamInterface* stream = new SocketStream(incoming);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 83 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in var
84 let phi = build_phi incoming "iftmp" builder in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 101 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in var
102 let phi = build_phi incoming "iftmp" builder in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 131 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in var
132 let phi = build_phi incoming "iftmp" builder in
  /art/compiler/dex/
ssa_transformation.cc 171 * Also set the incoming parameters as defs in the entry block.
561 BasicBlockId* incoming = local
564 mir->meta.phi_incoming = incoming;
573 incoming[idx] = pred_bb->id;
local_value_numbering.cc 1042 BasicBlockId* incoming = mir->meta.phi_incoming; local
    [all...]
  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_writer.cc 281 bool incoming) {
287 incoming ? &incoming_buffer_ : &outgoing_buffer_;
307 FlushBuffer(incoming, false, FlushDoneCallback());
322 bool incoming = (type == RTP_DUMP_BOTH || type == RTP_DUMP_INCOMING); local
325 // End the incoming dump first if required. OnDumpEnded will continue to end
327 FlushBuffer(incoming,
332 incoming));
352 void WebRtcRtpDumpWriter::FlushBuffer(bool incoming,
359 if (incoming) {
371 FileThreadWorker* worker = incoming ? incoming_file_thread_worker_.get(
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeIconsView.java 110 return mResources.incoming;
154 * Drawable representing an incoming answered call.
156 public final Drawable incoming; field in class:CallTypeIconsView.Resources
164 * Drawable representing an incoming missed call.
193 incoming = r.getDrawable(R.drawable.ic_call_arrow);
194 incoming.setColorFilter(r.getColor(R.color.answered_call), PorterDuff.Mode.MULTIPLY);
  /external/chromium_org/chrome/browser/chromeos/events/
event_rewriter.cc 448 MutableKeyState incoming = *state;
454 switch (incoming.key_code) {
511 incoming.flags |= characteristic_flag;
517 GetRemappedModifierMasks(*pref_service, key_event, incoming.flags);
527 incoming.key_code != ui::VKEY_CAPITAL &&
544 MutableKeyState incoming = *state;
561 kNumPadRemappings, arraysize(kNumPadRemappings), incoming, state);
569 MutableKeyState incoming = *state; local
572 if ((incoming.flags & (ui::EF_COMMAND_DOWN | ui::EF_ALT_DOWN)) ==
600 kAvoidRemappings, arraysize(kAvoidRemappings), incoming, state)
644 MutableKeyState incoming = *state; local
    [all...]
  /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...]
  /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...]
  /external/chromium_org/components/invalidation/
sync_invalidation_listener_unittest.cc 239 const SingleObjectInvalidationSet& incoming = variable
242 list.insert(list.end(), incoming.begin(), incoming.end());
    [all...]

Completed in 1069 milliseconds

1 2