HomeSort by relevance Sort by last modified time
    Searched refs:send (Results 176 - 200 of 1269) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
browser_bridge.js 99 * Wraps |chrome.send|. Doesn't send anything when disabled.
101 send: function(value1, value2) {
103 console.warn('TODO: Called deprecated BrowserBridge.send');
109 chrome.send(value1);
111 chrome.send(value1, value2);
119 this.send('notifyReady');
145 this.send('getNetInfo', [NetInfoSources[netInfoSource]]);
149 this.send('reloadProxySettings');
153 this.send('clearBadProxies')
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver_unittest.py 327 self._mock_mm_channel.send(at_command)
369 self._mock_mm_channel.send(at_command)
382 self._mock_modem_channel.send(at_command)
410 self._mock_modem_channel.send(at_command).InAnyOrder()
426 self._mock_mm_channel.send(at_command)
446 self._mock_mm_channel.send(at_command)
466 self._mock_mm_channel.send(wardmodem_command)
492 self._mock_mm_channel.send(at_command)
516 self._mock_mm_channel.send(first_at_command)
521 self._mock_mm_channel.send(second_at_command
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetools.py 194 self.send('ascr', 'noop')
199 self.send('ascr', 'noop')
219 """Send a pre-created appleevent, await the reply and unpack it"""
221 raise RuntimeError, "No window manager access, cannot send AppleEvent"
227 def send(self, code, subcode, parameters = {}, attributes = {}): member in class:TalkTo
228 """Send an appleevent given code/subcode/pars/attrs and unpack the reply"""
236 """Send 'activate' command"""
237 self.send('misc', 'actv')
252 _reply, _arguments, _attributes = self.send(_code, _subcode,
282 _reply, _arguments, _attributes = self.send(_code, _subcode
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 194 self.send('ascr', 'noop')
199 self.send('ascr', 'noop')
219 """Send a pre-created appleevent, await the reply and unpack it"""
221 raise RuntimeError, "No window manager access, cannot send AppleEvent"
227 def send(self, code, subcode, parameters = {}, attributes = {}): member in class:TalkTo
228 """Send an appleevent given code/subcode/pars/attrs and unpack the reply"""
236 """Send 'activate' command"""
237 self.send('misc', 'actv')
252 _reply, _arguments, _attributes = self.send(_code, _subcode,
282 _reply, _arguments, _attributes = self.send(_code, _subcode
    [all...]
  /frameworks/base/core/java/android/app/
PendingIntent.java 121 * {@link #send()} is called on it, it will be automatically
122 * canceled for you and any future attempt to send through it will fail.
157 * This means that the additional intent argument passed to the send
164 * Exception thrown when trying to send through a PendingIntent that
181 * Callback interface for discovering when a send operation has
190 * Called when a send operation as completed.
194 * @param resultCode The final result code determined by the send.
294 * of the intent that can be supplied when the actual send happens.
325 * of the intent that can be supplied when the actual send happens.
399 * {@link #send(Context, int, Intent)} and {@link #FLAG_UPDATE_CURRENT}, etc
645 public void send() throws CanceledException { method in class:PendingIntent
646 send(null, 0, null, null, null, null, null); method
659 public void send(int code) throws CanceledException { method in class:PendingIntent
660 send(null, code, null, null, null, null, null); method
679 public void send(Context context, int code, @Nullable Intent intent) method in class:PendingIntent
681 send(context, code, intent, null, null, null, null); method
700 public void send(int code, @Nullable OnFinished onFinished, @Nullable Handler handler) method in class:PendingIntent
702 send(null, code, null, onFinished, handler, null, null); method
738 public void send(Context context, int code, @Nullable Intent intent, method in class:PendingIntent
740 send(context, code, intent, onFinished, handler, null, null); method
781 public void send(Context context, int code, @Nullable Intent intent, method in class:PendingIntent
785 send(context, code, intent, onFinished, handler, requiredPermission, null); method
828 public void send(Context context, int code, @Nullable Intent intent, method in class:PendingIntent
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsTransitionHelper.java 87 EventBus.getDefault().send(new ScreenPinningRequestEvent(mContext, taskId));
123 EventBus.getDefault().send(new CancelEnterRecentsWindowAnimationEvent(task));
124 EventBus.getDefault().send(new ExitRecentsWindowFirstAnimationFrameEvent());
142 EventBus.getDefault().send(new CancelEnterRecentsWindowAnimationEvent(task));
143 EventBus.getDefault().send(new ExitRecentsWindowFirstAnimationFrameEvent());
164 EventBus.getDefault().send(launchStartedEvent);
166 EventBus.getDefault().send(launchStartedEvent);
209 EventBus.getDefault().send(new LaunchTaskSucceededEvent(taskIndexFromFront));
217 EventBus.getDefault().send(new LaunchTaskFailedEvent());
RecentsViewTouchHandler.java 169 EventBus.getDefault().send(new ShowIncompatibleAppOverlayEvent());
182 EventBus.getDefault().send(new DragStartInitializeDropTargetsEvent(event.task,
188 EventBus.getDefault().send(new HideIncompatibleAppOverlayEvent());
247 EventBus.getDefault().send(new DragDropTargetChangedEvent(mDragTask,
263 EventBus.getDefault().send(new DragDropTargetChangedEvent(mDragTask, null));
265 EventBus.getDefault().send(new DragEndEvent(mDragTask, mTaskView,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Folder_Actions_Suite.py 33 _reply, _arguments, _attributes = self.send(_code, _subcode,
54 _reply, _arguments, _attributes = self.send(_code, _subcode,
85 _reply, _arguments, _attributes = self.send(_code, _subcode,
113 _reply, _arguments, _attributes = self.send(_code, _subcode,
141 _reply, _arguments, _attributes = self.send(_code, _subcode,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Folder_Actions_Suite.py 33 _reply, _arguments, _attributes = self.send(_code, _subcode,
54 _reply, _arguments, _attributes = self.send(_code, _subcode,
85 _reply, _arguments, _attributes = self.send(_code, _subcode,
113 _reply, _arguments, _attributes = self.send(_code, _subcode,
141 _reply, _arguments, _attributes = self.send(_code, _subcode,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 33 _reply, _arguments, _attributes = self.send(_code, _subcode,
59 _reply, _arguments, _attributes = self.send(_code, _subcode,
78 _reply, _arguments, _attributes = self.send(_code, _subcode,
104 _reply, _arguments, _attributes = self.send(_code, _subcode,
130 _reply, _arguments, _attributes = self.send(_code, _subcode,
155 _reply, _arguments, _attributes = self.send(_code, _subcode,
176 _reply, _arguments, _attributes = self.send(_code, _subcode,
196 _reply, _arguments, _attributes = self.send(_code, _subcode,
223 _reply, _arguments, _attributes = self.send(_code, _subcode,
249 _reply, _arguments, _attributes = self.send(_code, _subcode
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 33 _reply, _arguments, _attributes = self.send(_code, _subcode,
59 _reply, _arguments, _attributes = self.send(_code, _subcode,
78 _reply, _arguments, _attributes = self.send(_code, _subcode,
104 _reply, _arguments, _attributes = self.send(_code, _subcode,
130 _reply, _arguments, _attributes = self.send(_code, _subcode,
155 _reply, _arguments, _attributes = self.send(_code, _subcode,
176 _reply, _arguments, _attributes = self.send(_code, _subcode,
196 _reply, _arguments, _attributes = self.send(_code, _subcode,
223 _reply, _arguments, _attributes = self.send(_code, _subcode,
249 _reply, _arguments, _attributes = self.send(_code, _subcode
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 127 EventBus.getDefault().send(new EnterRecentsWindowAnimationCompletedEvent());
278 EventBus.getDefault().send(dismissEvent);
362 EventBus.getDefault().send(new RecentsVisibilityChangedEvent(this, true));
416 EventBus.getDefault().send(new EnterRecentsWindowAnimationCompletedEvent());
452 // before the first layout, so in such cases, send the event on the next frame after all
477 EventBus.getDefault().send(new ConfigurationChangedEvent(false /* fromMultiWindow */,
505 EventBus.getDefault().send(new ConfigurationChangedEvent(true /* fromMultiWindow */,
508 EventBus.getDefault().send(new MultiWindowStateChangedEvent(isInMultiWindowMode,
519 EventBus.getDefault().send(new RecentsVisibilityChangedEvent(this, false));
524 // wait on the system to send a signal that was never queued
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MessengerServiceActivities.java 58 * Target we publish for clients to send messages to IncomingHandler.
82 mService.send(msg);
87 mService.send(msg);
131 mService.send(msg);
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 201 // Send the parameters several times in case of packet loss.
203 send(tunnel, parameters, sizeof(parameters), MSG_NOSIGNAL);
223 send(tunnel, packet, length, MSG_NOSIGNAL);
267 // Send empty control messages.
270 send(tunnel, packet, 1, MSG_NOSIGNAL);
  /development/tools/axl/
chewie.py 52 # thread, queued, opened, send, sent, reading, read, uri, server, y
158 thread, queued, opened, send, sent, reading, read, uri, server, y = val
159 # send arrow
160 arrow = pylab.Arrow(send, y, sent - send, 0)
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
ClientKeyExchangeTest.java 50 message.send(out);
109 message.send(out);
157 message.send(out);
CertificateMessageTest.java 66 message.send(out);
96 message.send(out);
  /external/autotest/client/common_lib/cros/
dbus_send.py 16 # Represents the result of a dbus-send call. |sender| refers to the temporary
17 # bus name of dbus-send, |responder| to the remote process, and |response|
27 """A tokenizer for dbus-send output.
32 @param headerless_dbus_send_output: list of lines of dbus-send output
34 @return list of tokens in dbus-send output.
40 """Turn a stream of tokens from dbus-send output into native python types.
81 """Turn dbus-send output into usable Python types.
85 localhost ~ # dbus-send --system --dest=org.chromium.flimflam \
101 @param dbus_send_output: string stdout from dbus-send
113 raise error.TestError('Could not parse dbus-send header: %s' % header
    [all...]
  /external/autotest/client/cros/i2c/
usb_to_i2c.py 57 @param int_array: The data to send in integer array.
62 self.send(slave_addr, int_array)
69 def send(self, slave_addr, int_array): member in class:I2CController
76 @param int_array: The data to send in integer array.
153 def send(self, slave_addr, int_array): member in class:_I2CControllerSC18IM700
  /external/autotest/site_utils/
collect_host_stats.py 82 autotest_stats.Gauge('machine_utilization_rate').send('%s_hours.%s.%s' %
85 autotest_stats.Gauge('machine_availability_rate').send('%s_hours.%s.%s' %
88 autotest_stats.Gauge('machine_idle_rate').send('%s_hours.%s.%s' %
metadata_reporter.py 114 autotest_stats.Timer('metadata_reporter').send(
116 autotest_stats.Gauge('metadata_reporter').send(
123 autotest_stats.Gauge('metadata_reporter').send(
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Legacy_suite.py 26 _reply, _arguments, _attributes = self.send(_code, _subcode,
45 _reply, _arguments, _attributes = self.send(_code, _subcode,
64 _reply, _arguments, _attributes = self.send(_code, _subcode,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Legacy_suite.py 26 _reply, _arguments, _attributes = self.send(_code, _subcode,
45 _reply, _arguments, _attributes = self.send(_code, _subcode,
64 _reply, _arguments, _attributes = self.send(_code, _subcode,
  /external/valgrind/VEX/switchback/
test_emfloat.c 140 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
151 send(MAYBE_TOUPPER(str[i]));
158 send(MAYBE_TOUPPER(str[i]));
166 send(' ');
170 send(MAYBE_TOUPPER(str[i]));
174 send(' ');
189 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
235 send(buf[i]);
240 send(' '); // Never pad with zeroes on RHS -- changes the value!
249 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs
    [all...]
  /cts/tests/tests/externalservice/service/src/android/externalservice/service/
ServiceCreator.java 60 msg.replyTo.send(reply);
62 Log.e(TAG, "Failed to send MSG_CREATE_EXTERNAL_SERVICE_RESPONSE", e);
101 mReplyTo.send(msg);
103 Log.e(TAG, "Failed to send MSG_CREATE_EXTERNAL_SERVICE_RESPONSE", e);

Completed in 2038 milliseconds

1 2 3 4 5 6 78 91011>>