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

12 3 4 5 6 7 8 91011>>

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResultReceiver.java 19 public void send(int resultCode, android.os.Bundle resultData) { method in class:ShadowResultReceiver
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
RoboIntentSender.java 26 pendingIntent.send(context, code, intent);
  /external/swiftshader/src/Common/
Socket.cpp 91 void Socket::send(const char *buffer, int length) function in class:sw::Socket
93 ::send(socket, buffer, length, 0);
  /external/testng/src/test/java/test/dependent/
DepBugSampleTest.java 37 @Test(dependsOnMethods = "send")
42 public void send() throws Exception { method in class:DepBugSampleTest
43 log("send");
  /frameworks/base/media/java/android/media/midi/
MidiReceiver.java 90 * Called to send MIDI data to the receiver without a timestamp.
96 * communication, reset all controllers and send all notes off.
103 public void send(byte[] msg, int offset, int count) throws IOException { method in class:MidiReceiver
105 send(msg, offset, count, 0L); method
109 * Called to send MIDI data to the receiver with a specified timestamp.
115 * communication, reset all controllers and send all notes off.
123 public void send(byte[] msg, int offset, int count, long timestamp) method in class:MidiReceiver
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
FileContent.java 95 public boolean send(ChannelIO cio) throws IOException { method in class:FileContent
StringContent.java 97 public boolean send(ChannelIO cio) throws IOException { method in class:StringContent
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
FileContent.java 95 public boolean send(ChannelIO cio) throws IOException { method in class:FileContent
StringContent.java 97 public boolean send(ChannelIO cio) throws IOException { method in class:StringContent
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyNotificationListenerService.java 50 sender.send("content", notification.contentIntent);
53 sender.send("delete", notification.deleteIntent);
56 sender.send("full screen", notification.fullScreenIntent);
60 sender.send("action", action.actionIntent);
61 sender.send("action extras", action.getExtras());
65 sender.send("remote input extras", remoteInput.getExtras());
70 sender.send("notification extras", notification.extras);
87 private void send(String reason, PendingIntent pendingIntent) { method in class:MyNotificationListenerService.PendingIntentSender
103 pendingIntent.send();
111 private void send(String reason, Bundle extras) method in class:MyNotificationListenerService.PendingIntentSender
    [all...]
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiDispatcher.java 81 receiver.send(msg, offset, count, timestamp);
MidiFramer.java 69 mReceiver.send(data, sysExStartOffset,
83 mReceiver.send(data, sysExStartOffset,
87 mReceiver.send(data, offset, 1, timestamp);
96 mReceiver.send(mBuffer, 0, mCount, timestamp);
105 // send any accumulatedSysEx data
107 mReceiver.send(data, sysExStartOffset,
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/midiscope/
MidiScope.java 56 // Send raw data to be parsed into discrete messages.
57 mDeviceFramer.send(data, offset, count, timestamp);
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiDispatcher.java 81 receiver.send(msg, offset, count, timestamp);
MidiFramer.java 69 mReceiver.send(data, sysExStartOffset,
83 mReceiver.send(data, sysExStartOffset,
87 mReceiver.send(data, offset, 1, timestamp);
96 mReceiver.send(mBuffer, 0, mCount, timestamp);
105 // send any accumulatedSysEx data
107 mReceiver.send(data, sysExStartOffset,
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiDispatcher.java 81 receiver.send(msg, offset, count, timestamp);
MidiFramer.java 69 mReceiver.send(data, sysExStartOffset,
83 mReceiver.send(data, sysExStartOffset,
87 mReceiver.send(data, offset, 1, timestamp);
96 mReceiver.send(mBuffer, 0, mCount, timestamp);
105 // send any accumulatedSysEx data
107 mReceiver.send(data, sysExStartOffset,
  /developers/samples/android/media/MidiScope/Application/src/main/java/com/example/android/midiscope/
MidiScope.java 56 // Send raw data to be parsed into discrete messages.
57 mDeviceFramer.send(data, offset, count, timestamp);
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiDispatcher.java 81 receiver.send(msg, offset, count, timestamp);
MidiFramer.java 69 mReceiver.send(data, sysExStartOffset,
83 mReceiver.send(data, sysExStartOffset,
87 mReceiver.send(data, offset, 1, timestamp);
96 mReceiver.send(mBuffer, 0, mCount, timestamp);
105 // send any accumulatedSysEx data
107 mReceiver.send(data, sysExStartOffset,
  /development/samples/browseable/MidiScope/src/com.example.android.midiscope/
MidiScope.java 60 // Send raw data to be parsed into discrete messages.
61 mDeviceFramer.send(data, offset, count, timestamp);
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
MidiDispatcher.java 81 receiver.send(msg, offset, count, timestamp);
MidiFramer.java 69 mReceiver.send(data, sysExStartOffset,
83 mReceiver.send(data, sysExStartOffset,
87 mReceiver.send(data, offset, 1, timestamp);
96 mReceiver.send(mBuffer, 0, mCount, timestamp);
105 // send any accumulatedSysEx data
107 mReceiver.send(data, sysExStartOffset,
  /external/autotest/client/deps/lansim/src/py/
host.py 98 This is useful to send IP packets with send_ip() to hosts that haven't
211 # lport: The port from where we send data out.
233 receive and send packets. This module only supports UDP sockets.
251 This UDP socket interface provides a way to send and received UDP messages
309 def send(self, data, ip_addr, port): member in class:UDPSocket
310 """Send an UDP message with the data string to ip_addr:port.
  /external/ltp/testcases/open_posix_testsuite/stress/mqueues/
multi_send_rev_2.c 38 int *send(void *ID) function
43 printf("Enter into send [%d] \n", ThreadID);
49 printf("[%d] send '%s' in thread send %d. \n", i + 1,
109 pthread_create(&sed[i], NULL, (void *)send,

Completed in 5689 milliseconds

12 3 4 5 6 7 8 91011>>