HomeSort by relevance Sort by last modified time
    Searched defs:send (Results 326 - 350 of 646) sorted by null

<<11121314151617181920>>

  /external/libxkbcommon/xkbcommon/src/
state.c 534 bool send = true; local
541 send = filter->func(state, filter, key, direction) && send;
544 if (!send || direction == XKB_KEY_UP)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_emit.c 40 * Prior to Sandybridge, the SEND instruction accepted non-MRF source
44 * explicit move; it should be called before emitting a SEND instruction.
73 /* From the Ivybridge PRM, Volume 4 Part 3, page 218 ("send"):
74 * "The send with EOT should use register space R112-R127 for <src>. This is
556 * for SEND messages.
575 /* For indirect sends, `inst` will not be the SEND/SENDC instruction
579 * since they go on the later SEND/SENDC instead and if set here would
2574 struct brw_inst *send; local
3561 brw_inst *send = brw_next_insn(p, BRW_OPCODE_SEND); local
    [all...]
  /external/python/cpython2/Lib/
httplib.py 754 to send with the CONNECT request.
789 self.send("CONNECT %s:%d HTTP/1.0\r\n" % (self._tunnel_host,
792 self.send("%s: %s\r\n" % (header, value))
793 self.send("\r\n")
840 def send(self, data): member in class:HTTPConnection
841 """Send `data' to the server."""
849 print "send:", repr(data)
868 """Send the currently buffered request and clear the buffer.
876 # If msg and message_body are sent in a single send() call,
882 self.send(msg
    [all...]
  /external/python/cpython2/Lib/test/
test_ftplib.py 335 def send(self, data): member in class:.SSLConnection
337 return super(SSLConnection, self).send(data)
789 conn.send("1 Hola mundo\n")
test_xmlrpc.py 547 # send POST with httplib, it should return 404 header and
1031 def send(self, buf): member in class:FakeSocket
    [all...]
  /external/python/cpython3/Lib/
imaplib.py 290 read, readline, send, shutdown.
311 def send(self, data): member in class:IMAP4
312 """Send data to remote."""
490 """Send an RFC5161 enable string to the server.
658 """Send NOOP command.
1341 def send(self, data): member in class:IMAP4_stream
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py 76 Send a message to manager using connection `c` and return response
78 c.send((id, methodname, args, kwds))
201 c.send(msg)
204 c.send(('#TRACEBACK', format_exc()))
207 util.info('Failure to send message: %r', msg)
221 send = conn.send
283 send(msg)
285 send(('#UNSERIALIZABLE', format_exc()))
340 c.send(('#RETURN', None)
975 def send(self, *args): member in class:IteratorProxy
    [all...]
  /external/python/cpython3/Lib/test/
test_coroutines.py 35 buffer.append(coro.send(None))
53 buffer.append(aw.send(None))
450 bar().send(None)
585 self.assertEqual(f.send(None), 1)
586 self.assertEqual(f.send(None), 2)
588 f.send(None)
644 self.assertEqual(aw.send(10), 100)
669 i = me.send(None)
674 me.send(None)
681 "can't send non-None value to a just-started coroutine")
723 async def send(): function in function:CoroutineTest.test_func_16
    [all...]
test_ftplib.py 376 def send(self, data): member in class:.SSLConnection
378 return super(SSLConnection, self).send(data)
    [all...]
test_types.py 1262 def send(self): pass member in class:CoroutineTests.test_duck_coro.CoroLike
1276 def send(self): pass member in class:CoroutineTests.test_duck_corogen.CoroGenLike
1292 def send(self): pass member in class:CoroutineTests.test_duck_gen.GenLike
1410 def send(self, v): member in class:CoroutineTests.test_duck_functional_gen.Generator
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLocationManager.java 110 // Send intent to notify about provider status
118 requestLocationUdpatePendingIntent.send();
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 82 #define SO_BROADCAST 0x0020 /* permit to send and to receive broadcast messages (see IP_SOF_BROADCAST option) */
93 #define SO_SNDBUF 0x1001 /* Unimplemented: send buffer size */
95 #define SO_SNDLOWAT 0x1003 /* Unimplemented: send low-water mark */
97 #define SO_SNDTIMEO 0x1005 /* Unimplemented: send timeout */
129 /* Flags we can use with send and recv. */
134 #define MSG_MORE 0x10 /* Sender will send more */
147 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */
148 #define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds */
356 #define send(a,b,c,d) lwip_send(a,b,c,d) macro
  /external/syslinux/gpxe/src/include/gpxe/
infiniband.h 97 /** "Is a send queue" flag */
158 /** Send queue */
159 struct ib_work_queue send; member in struct:ib_queue_pair
175 * Complete Send WQE
270 /** Post send work queue entry
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_dataflow_analysis_test.cc 1161 auto send = builder.AddInstruction( local
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_partition.cc 120 // Return true iff we need to add the same device send/recv for 'edge'.
207 // NOTE(yuanbyu): Only cast for cross-device send/recv.
220 // Connect the Send op to the cast.
224 // Add the send node.
232 NodeDef* send = gdef->add_node(); local
233 *status = send_builder.Finalize(send);
234 return send;
246 // NOTE(yuanbyu): Only cast for cross-device send/recv.
706 // from the merge node of the control loop to dst. If a send/recv is
1102 NodeDef* send = AddSend(opts, g_info, src_graph, edge, send_from, local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.cc 212 const auto* send = send_manager_.GetCurrNode(); local
213 candidates.emplace_back(send, node_state_->at(send).time_ready);
225 // Note that there can be only 1 Send and only 1 Recv in candidates,
226 // at most; hence, score is 2 for Send, 1 for Recv, and 0 for a
369 const NodeDef* send = name_to_send[attr.at("tensor_name").s()]; local
370 inputs = {send->name()};
411 const auto* send = send_and_recv.first; local
416 input_node_state.outputs[input_node_port_num].push_back(send);
486 // send 4B
564 auto* send = new NodeDef(); local
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 3216 bool send = true; local
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.h 203 u8 *send; member in struct:radius_ms_mppe_keys
  /frameworks/av/media/libmediaplayer2/
mediaplayer2.cpp 1310 bool send = true; local
    [all...]
  /frameworks/base/core/java/android/app/
ExitTransitionCoordinator.java 88 mResultReceiver.send(MSG_CANCEL, null);
437 mResultReceiver.send(MSG_TAKE_SHARED_ELEMENTS, mSharedElementBundle);
446 resultReceiver.send(MSG_TAKE_SHARED_ELEMENTS,
461 mResultReceiver.send(MSG_EXIT_TRANSITION_COMPLETE, null);
  /frameworks/base/media/java/android/media/session/
MediaSessionLegacyHelper.java 170 Log.w(TAG, "Tried to send a null key event. Ignoring.");
181 Log.w(TAG, "Tried to send a null key event. Ignoring.");
335 pi.send(context, 0, intent);
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSliceView.java 315 action.send();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
EventBus.java 119 * on the main application thread. Publishers can send() events to synchronously call subscribers
182 * so it may be unsafe to edit, change, or re-send the event again.
200 * <li>sendForResult&lt;ReturnType&gt;(Event) to send and get a result, but who will send the
557 public void send(Event event) { method in class:EventBus
561 throw new RuntimeException("Can not send() a message from a non-main thread.");
565 logWithPid("send(" + event.getClass().getSimpleName() + ")");
598 send(event);
608 /** Prevent send()ing an InterprocessEvent */
610 public void send(InterprocessEvent event) method in class:EventBus
644 send((Event) ctor.newInstance(eventBundle)); method
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 171 mPendingIntent.send(mContext, 0, fillInIntent);
173 Log.i(TAG, "Unable to send remote input result", e);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsDispatchersController.java 249 * @param tracker holds the SMS message to send
367 * Send a data based SMS to a specific application port.
369 * @param destAddr the address to send the message to
373 * @param data the body of the message to send
405 * Send a text based SMS.
406 * @param destAddr the address to send the message to
409 * @param text the body of the message to send
470 * Send a multi-part text based SMS.
471 * @param destAddr the address to send the message to
619 intent.send(mContext, Activity.RESULT_OK, fillIn)
    [all...]

Completed in 1393 milliseconds

<<11121314151617181920>>