| /libcore/ojluni/src/main/java/java/lang/ |
| D | Compiler.java | 78 public static Object command(Object cmd) { in command()
|
| D | SecurityManager.java | 143 public void checkExec(String cmd) { } in checkExec()
|
| /libcore/ojluni/src/main/java/sun/net/ftp/impl/ |
| D | FtpClient.java | 473 private void sendServer(String cmd) { in sendServer() 524 private boolean issueCommand(String cmd) throws IOException, in issueCommand() 555 … private void issueCommandCheck(String cmd) throws sun.net.ftp.FtpProtocolException, IOException { in issueCommandCheck() 570 …private Socket openPassiveDataConnection(String cmd) throws sun.net.ftp.FtpProtocolException, IOEx… in openPassiveDataConnection() 716 …private Socket openDataConnection(String cmd) throws sun.net.ftp.FtpProtocolException, IOException… in openDataConnection() 1335 String cmd = unique ? "STOU " : "STOR "; in putFileStream() local 1363 String cmd = unique ? "STOU " : "STOR "; in putFile() local 1672 String cmd = "NOOP"; in setType() local 2188 public String getHelp(String cmd) throws sun.net.ftp.FtpProtocolException, IOException { in getHelp() 2231 …public sun.net.ftp.FtpClient siteCmd(String cmd) throws sun.net.ftp.FtpProtocolException, IOExcept… in siteCmd()
|
| /libcore/ojluni/annotations/hiddenapi/java/net/ |
| D | PlainSocketImpl.java | 91 void socketSetOption0(int cmd, java.lang.Object value) throws java.net.SocketException { in socketSetOption0()
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| D | NetworkInterfaceTest.java | 209 String[] cmd = { "ip", "link" }; in testGetNetworkInterfaces() local
|
| /libcore/ojluni/src/main/java/java/net/ |
| D | PlainSocketImpl.java | 287 void socketSetOption0(int cmd, Object value) throws SocketException { in socketSetOption0()
|
| D | AbstractPlainSocketImpl.java | 786 abstract void socketSetOption(int cmd, Object value) throws SocketException; in socketSetOption()
|
| /libcore/ojluni/annotations/hiddenapi/sun/net/ftp/ |
| D | FtpClient.java | 220 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/java/sun/net/ftp/ |
| D | FtpClient.java | 930 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/src/main/native/ |
| D | FileDispatcherImpl.c | 199 int cmd = 0; in FileDispatcherImpl_lock0() local 237 int cmd = F_SETLK64; in FileDispatcherImpl_release0() local
|
| /libcore/luni/src/main/java/android/system/ |
| D | Os.java | 156 …public static int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, I… in fcntlFlock() 160 …public static int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException { return Lib… in fcntlInt() 163 …public static int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException { return Libcore.os.… in fcntlVoid() 318 …public static InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throw… in ioctlInetAddress() 323 public static int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException { in ioctlInt()
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | ForwardingOs.java | 104 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock() 105 …public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException { return os.fcntlIn… in fcntlInt() 106 …public int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException { return os.fcntlVoid(fd, c… in fcntlVoid() 141 …public InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throws Errno… in ioctlInetAddress() 142 …public int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException { return os.io… in ioctlInt()
|
| D | Os.java | 79 …public int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, Interrup… in fcntlFlock() 80 public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException; in fcntlInt() 81 public int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException; in fcntlVoid() 117 …public InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throws Errno… in ioctlInetAddress() 118 public int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException; in ioctlInt()
|
| D | Linux.java | 79 …public native int fcntlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, I… in fcntlFlock() 80 public native int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException; in fcntlInt() 81 public native int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException; in fcntlVoid() 115 …public native InetAddress ioctlInetAddress(FileDescriptor fd, int cmd, String interfaceName) throw… in ioctlInetAddress() 116 public native int ioctlInt(FileDescriptor fd, int cmd, Int32Ref arg) throws ErrnoException; in ioctlInt()
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Linux.cpp | 1245 static jint Linux_fcntlFlock(JNIEnv* env, jobject, jobject javaFd, jint cmd, jobject javaFlock) { in Linux_fcntlFlock() 1271 static jint Linux_fcntlInt(JNIEnv* env, jobject, jobject javaFd, jint cmd, jint arg) { in Linux_fcntlInt() 1276 static jint Linux_fcntlVoid(JNIEnv* env, jobject, jobject javaFd, jint cmd) { in Linux_fcntlVoid() 1753 static jobject Linux_ioctlInetAddress(JNIEnv* env, jobject, jobject javaFd, jint cmd, jstring javaI… in Linux_ioctlInetAddress() 1766 static jint Linux_ioctlInt(JNIEnv* env, jobject, jobject javaFd, jint cmd, jobject javaArg) { in Linux_ioctlInt()
|
| /libcore/ojluni/src/main/java/javax/sql/ |
| D | RowSet.java | 278 void setCommand(String cmd) throws SQLException; in setCommand()
|