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

<<11121314151617181920>>

  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 1528 public void send(DNSOutgoing out) throws IOException { method in class:JmDNSImpl
    [all...]
  /external/toybox/toys/pending/
dhcpd.c 283 } send; member in struct:server_state_s
478 if (write(sigfd.wr, &ch, 1) != 1) dbg("can't send signal\n");
862 memcpy(&packet.dhcp6, &gstate.send.send_pkt6, sizeof(dhcp6_msg_t));
866 dbg("SEND : ipv6 socket failed\n");
877 dbg("SEND : bind failed\n");
899 if (result < 0) dbg("PACKET send error\n");
913 memcpy(&packet.dhcp, &gstate.send.send_pkt, sizeof(dhcp_msg_t));
916 dbg("SEND : socket failed\n");
927 dbg("SEND : bind failed\n");
931 padding = 308 - 1 - dhcp_opt_size(gstate.send.send_pkt.options)
    [all...]
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 73 * <li>Send broadcast intents when network connectivity changes</li>
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 205 // List of Registrants to send supplementary service notifications to.
445 wrappedCallback.send(returnCode, returnData);
490 if (DBG) logd("not support 1X SEND");
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 483 #define send(...) (pthread_testcancel(), send(__VA_ARGS__)) macro
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ppc.c 3497 char *send; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java     [all...]
ConnectivityService.java 545 * 2. Send legacy connectivity change broadcasts. Broadcasts are sent if
626 // Send a broadcast if this is the first network of its type or if it's the default.
672 // send out another legacy broadcast - currently only used for suspend/unsuspend
    [all...]
LocationManagerService.java     [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 773 def send(self, interp, cmd, *args): member in class:Misc
774 """Send Tcl command CMD to different interpreter INTERP to be executed."""
775 return self.tk.call(('send', interp, cmd) + args)
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 926 def send(self, interp, cmd, *args): member in class:Misc
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java 312 // Send a message which will invoke handleExitEmergencyCallbackMode
639 //Send an Intent
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 334 wrappedCallback.send(TelephonyManager.USSD_RETURN_FAILURE, returnData);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 711 def send(self, interp, cmd, *args): member in class:Misc
712 """Send Tcl command CMD to different interpreter INTERP to be executed."""
713 return self.tk.call(('send', interp, cmd) + args)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 711 def send(self, interp, cmd, *args): member in class:Misc
712 """Send Tcl command CMD to different interpreter INTERP to be executed."""
713 return self.tk.call(('send', interp, cmd) + args)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 711 def send(self, interp, cmd, *args): member in class:Misc
712 """Send Tcl command CMD to different interpreter INTERP to be executed."""
713 return self.tk.call(('send', interp, cmd) + args)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 711 def send(self, interp, cmd, *args): member in class:Misc
712 """Send Tcl command CMD to different interpreter INTERP to be executed."""
713 return self.tk.call(('send', interp, cmd) + args)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldlang.c 5833 const char *send; local
    [all...]
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 879 milliseconds

<<11121314151617181920>>