/libcore/ojluni/src/main/java/sun/net/ftp/ |
D | FtpDirEntry.java | 57 private String user = null; field in FtpDirEntry 96 return user; in getUser() 107 public FtpDirEntry setUser(String user) { in setUser() argument 108 this.user = user; in setUser() 327 return name + " [" + type + "] (" + user + " / " + group + ") " + size; in toString() 329 …return name + " [" + type + "] (" + user + " / " + group + ") {" + size + "} " + java.text.DateFor… in toString()
|
D | FtpClient.java | 273 …public abstract FtpClient login(String user, char[] password) throws FtpProtocolException, IOExcep… in login() argument 286 …public abstract FtpClient login(String user, char[] password, String account) throws FtpProtocolEx… in login() argument
|
/libcore/ojluni/src/main/java/java/security/acl/ |
D | Group.java | 53 public boolean addMember(Principal user); in addMember() argument 63 public boolean removeMember(Principal user); in removeMember() argument
|
D | AclEntry.java | 68 public boolean setPrincipal(Principal user); in setPrincipal() argument
|
D | Acl.java | 203 public Enumeration<Permission> getPermissions(Principal user); in getPermissions() argument
|
/libcore/ojluni/src/main/java/javax/sql/ |
D | ConnectionPoolDataSource.java | 71 PooledConnection getPooledConnection(String user, String password) in getPooledConnection() argument
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/ |
D | FtpURLConnection.java | 96 String user; field in FtpURLConnection 189 user = ParseUtil.decode(userInfo); in FtpURLConnection() 192 user = ParseUtil.decode(userInfo.substring(0, delimiter++)); in FtpURLConnection() 286 if (user == null) { in connect() 287 user = "anonymous"; in connect() 313 ftp.login(user, password.toCharArray()); in connect()
|
/libcore/ojluni/src/main/java/java/sql/ |
D | DriverManager.java | 209 String user, String password) throws SQLException { in getConnection() argument 212 if (user != null) { in getConnection() 213 info.put("user", user); in getConnection()
|
/libcore/ojluni/src/main/java/sun/net/www/ |
D | MimeTable.java | 417 String user = System.getProperty("user.name"); 418 if (user != null) { 419 tag = "; customized for " + user;
|
/libcore/ojluni/src/main/java/sun/net/ftp/impl/ |
D | FtpClient.java | 1022 …private void tryLogin(String user, char[] password) throws sun.net.ftp.FtpProtocolException, IOExc… in tryLogin() argument 1023 issueCommandCheck("USER " + user); in tryLogin() 1043 …public sun.net.ftp.FtpClient login(String user, char[] password) throws sun.net.ftp.FtpProtocolExc… in login() argument 1047 if (user == null || user.length() == 0) { in login() 1050 tryLogin(user, password); in login() 1081 …public sun.net.ftp.FtpClient login(String user, char[] password, String account) throws sun.net.ft… in login() argument 1086 if (user == null || user.length() == 0) { in login() 1089 tryLogin(user, password); in login()
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
D | FileSystemPreferences.java | 463 private FileSystemPreferences(boolean user) { in FileSystemPreferences() argument 465 isUserNode = user; in FileSystemPreferences() 466 dir = (user ? userRootDir: systemRootDir); in FileSystemPreferences()
|
/libcore/expectations/ |
D | brokentests.txt | 6 description: "libcore.java.io.OldFileTest#test_deleteOnExit fails on IRM05 mysid-user",
|
D | knownfailures.txt | 1379 description: "java.util.logging: Android's user.home system property cannot be cleared", 1387 description: "java.util.logging: Android's user.home system property points to root (/) dir", 1392 …ts for FileHandler don't work on Android because they try to write to the read-only user.home dir",
|
/libcore/ |
D | LICENSE | 104 the program under these conditions, and telling the user how to view a copy
|
/libcore/ojluni/ |
D | NOTICE | 390 the program under these conditions, and telling the user how to view a copy
|