Searched defs:incoming (Results 1 - 25 of 37) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp93 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/smack/src/org/apache/harmony/javax/security/sasl/
H A DSaslClient.java34 byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException; argument
H A DSaslServer.java34 byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException; argument
/external/chromium_org/cc/trees/
H A Dlayer_sorter.h59 std::vector<GraphEdge*> incoming; member in struct:cc::GraphNode
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_handler.cc127 // created. So we assign both incoming and outgoing dump path even if only
213 bool incoming) {
216 if ((incoming && incoming_state_ != STATE_STARTED) ||
217 (!incoming && outgoing_state_ != STATE_STARTED)) {
222 packet_header, header_length, packet_length, incoming);
249 // Either incoming or outgoing dump must be ongoing.
310 DVLOG(2) << "Deleted invalid incoming dump "
210 OnRtpPacket(const uint8* packet_header, size_t header_length, size_t packet_length, bool incoming) argument
H A Dwebrtc_logging_handler_host.cc288 bool incoming) {
299 incoming));
306 bool incoming) {
313 packet_header.get(), header_length, packet_length, incoming);
285 OnRtpPacket(scoped_ptr<uint8[]> packet_header, size_t header_length, size_t packet_length, bool incoming) argument
302 DumpRtpPacketOnIOThread( scoped_ptr<uint8[]> packet_header, size_t header_length, size_t packet_length, bool incoming) argument
H A Dwebrtc_rtp_dump_writer.cc281 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, argument
359 if (incoming) {
371 FileThreadWorker* worker = incoming
278 WriteRtpPacket(const uint8* packet_header, size_t header_length, size_t packet_length, bool incoming) argument
426 OnDumpEnded(EndDumpContext context, bool incoming, bool success) argument
[all...]
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp_server_unittest.cc121 // 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(
H A Dsocket_dispatcher_host.cc152 bool incoming,
157 if ((!dump_incoming_rtp_packet_ && incoming) ||
159 if (incoming)
167 it->second->StartRtpDump(incoming, outgoing, packet_callback);
171 void P2PSocketDispatcherHost::StopRtpDumpOnUIThread(bool incoming, argument
179 incoming,
337 void P2PSocketDispatcherHost::StopRtpDumpOnIOThread(bool incoming, argument
339 if ((dump_incoming_rtp_packet_ && incoming) ||
341 if (incoming)
351 it->second->StopRtpDump(incoming, outgoin
151 StartRtpDump( bool incoming, bool outgoing, const RenderProcessHost::WebRtcRtpPacketCallback& packet_callback) argument
[all...]
/external/chromium_org/sync/sessions/
H A Ddata_type_tracker.cc33 scoped_ptr<InvalidationInterface> incoming) {
34 DCHECK(incoming);
36 // Merge the incoming invalidation into our list of pending invalidations.
57 InvalidationInterface::LessThanByVersion(**it, *incoming)) {
62 !InvalidationInterface::LessThanByVersion(*incoming, **it) &&
63 !InvalidationInterface::LessThanByVersion(**it, *incoming)) {
70 pending_invalidations_.insert(it, incoming.release());
77 // The incoming has a version not in the pending_invalidations_ list.
79 pending_invalidations_.insert(it, incoming.release());
82 // The incoming invalidatio
32 RecordRemoteInvalidation( scoped_ptr<InvalidationInterface> incoming) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip_util.c344 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/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml83 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/
H A Dcodegen.ml101 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/
H A Dcodegen.ml131 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in var
132 let phi = build_phi incoming "iftmp" builder in
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_util.c344 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/smack/src/org/apache/qpid/management/common/sasl/
H A DPlainSaslClient.java111 public byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException argument
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_act.c181 /* Check if RFCOMM has any incoming connection to avoid collision. */
184 /* Let the incoming connection goes through. */
186 /* We will decide what to do when we find incoming connection later.*/
292 /* If incoming and outgoing device are same, nothing more to do. */
293 /* Outgoing conn will be aborted because we have successful incoming conn. */
704 void bta_hf_client_clcc(UINT32 idx, BOOLEAN incoming, UINT8 status, BOOLEAN mpty, char *number) argument
711 evt.clcc.inc = incoming;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtcpport.cc91 // We can't accept TCP connections incoming on other ports
137 // recognize our incoming TCP connections.
194 Incoming incoming; local
195 incoming.addr = new_socket->GetRemoteAddress();
196 incoming.socket = new_socket;
197 incoming.socket->SignalReadPacket.connect(this, &TCPPort::OnReadPacket);
198 incoming.socket->SignalReadyToSend.connect(this, &TCPPort::OnReadyToSend);
201 << incoming.addr.ToSensitiveString();
202 incoming_.push_back(incoming);
/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver.cc272 AsyncSocket* incoming = listener_->Accept(NULL); local
273 if (incoming) {
274 StreamInterface* stream = new SocketStream(incoming);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DBasicBlock.java30 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/chromium_org/content/public/test/
H A Dmock_render_process_host.cc242 bool incoming,
241 StartRtpDump( bool incoming, bool outgoing, const WebRtcRtpPacketCallback& packet_callback) argument
/external/chromium_org/v8/src/compiler/
H A Dlinkage.h150 // for incoming parameters and return value(s) as well as the outgoing calling
165 explicit Linkage(CompilationInfo* info, CallDescriptor* incoming) argument
166 : info_(info), incoming_(incoming) {}
169 // of incoming parameters and the outgoing return value(s).
194 // Get the location of an (incoming) parameter to this function.
199 // Get the machine type of an (incoming) parameter to this function.
/external/mtpd/
H A Dpptp.c132 } 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
[all...]
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DDigestMD5SaslClient.java223 * incoming is the contents of the SASL buffer as defined in RFC 2222
225 * offset and len specify the portion of incoming to use.
227 * @param incoming A non-null byte array containing the encoded bytes
229 * @param offset The starting position at incoming of the bytes to use
231 * @param len The number of bytes from incoming to use
237 byte[] incoming,
263 * @exception SaslException if incoming cannot be successfully unwrapped.
236 unwrap( byte[] incoming, int offset, int len) argument
/external/smack/src/com/novell/sasl/client/
H A DDigestMD5SaslClient.java223 * incoming is the contents of the SASL buffer as defined in RFC 2222
225 * offset and len specify the portion of incoming to use.
227 * @param incoming A non-null byte array containing the encoded bytes
229 * @param offset The starting position at incoming of the bytes to use
231 * @param len The number of bytes from incoming to use
237 byte[] incoming,
263 * @exception SaslException if incoming cannot be successfully unwrapped.
236 unwrap( byte[] incoming, int offset, int len) argument

Completed in 9696 milliseconds

12