Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DCompiler.java78 public static Object command(Object cmd) { in command()
DSecurityManager.java143 public void checkExec(String cmd) { } in checkExec()
/libcore/ojluni/annotations/hiddenapi/java/net/
DPlainSocketImpl.java91 void socketSetOption0(int cmd, java.lang.Object value) throws java.net.SocketException { in socketSetOption0()
/libcore/ojluni/src/main/java/java/net/
DPlainSocketImpl.java287 void socketSetOption0(int cmd, Object value) throws SocketException { in socketSetOption0()
DAbstractPlainSocketImpl.java785 abstract void socketSetOption(int cmd, Object value) throws SocketException; in socketSetOption()
/libcore/ojluni/src/main/java/sun/net/ftp/
DFtpClient.java930 public abstract String getHelp(String cmd) throws FtpProtocolException, IOException; in getHelp()
942 public abstract FtpClient siteCmd(String cmd) throws FtpProtocolException, IOException; in siteCmd()
/libcore/ojluni/annotations/hiddenapi/sun/net/ftp/
DFtpClient.java220 public abstract java.lang.String getHelp(java.lang.String cmd) in getHelp()
223 public abstract sun.net.ftp.FtpClient siteCmd(java.lang.String cmd) in siteCmd()
/libcore/ojluni/src/main/native/
DFileDispatcherImpl.c199 int cmd = 0; in FileDispatcherImpl_lock0() local
237 int cmd = F_SETLK64; in FileDispatcherImpl_release0() local
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java249 …public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException { return os.fcntlIn… in fcntlInt()
254 …public int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException { return os.fcntlVoid(fd, c… in fcntlVoid()
425 …public InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throws Errno… in ioctlInetAddress()
430 …public int ioctlInt(FileDescriptor fd, int cmd) throws ErrnoException { return os.ioctlInt(fd, cmd… in ioctlInt()
DOs.java187 public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException; in fcntlInt()
192 public int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException; in fcntlVoid()
364 …public InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throws Errno… in ioctlInetAddress()
369 public int ioctlInt(FileDescriptor fd, int cmd) throws ErrnoException; in ioctlInt()
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java278 void setCommand(String cmd) throws SQLException; in setCommand()