/libcore/ojluni/src/main/java/sun/net/ftp/ |
D | FtpDirEntry.java | 63 private boolean[][] permissions = null; field in FtpDirEntry 218 if (permissions != null) { in canRead() 219 return permissions[p.value][0]; in canRead() 231 if (permissions != null) { in canWrite() 232 return permissions[p.value][1]; in canWrite() 244 if (permissions != null) { in canExexcute() 245 return permissions[p.value][2]; in canExexcute() 261 public FtpDirEntry setPermissions(boolean[][] permissions) { in setPermissions() argument 262 this.permissions = permissions; in setPermissions()
|
/libcore/luni/src/test/java/libcore/java/nio/file/attribute/ |
D | AclEntryTest.java | 49 Set<AclEntryPermission> permissions = aclEntry.permissions(); in testGetters() local 50 assertEquals(2, permissions.size()); in testGetters() 51 assertTrue(permissions.contains(AclEntryPermission.READ_DATA)); in testGetters() 52 assertTrue(permissions.contains(AclEntryPermission.READ_ATTRIBUTES)); in testGetters()
|
/libcore/ojluni/src/main/java/java/security/ |
D | UnresolvedPermissionCollection.java | 163 Hashtable<String, Vector<UnresolvedPermission>> permissions = in writeObject() local 178 permissions.put(e.getKey(), vec); in writeObject() 184 pfields.put("permissions", permissions); in writeObject() 203 Hashtable<String, Vector<UnresolvedPermission>> permissions = in readObject() local 206 perms = new HashMap<String, List<UnresolvedPermission>>(permissions.size()*2); in readObject() 209 Set<Map.Entry<String, Vector<UnresolvedPermission>>> set = permissions.entrySet(); in readObject()
|
D | ProtectionDomain.java | 38 PermissionCollection permissions) { } in ProtectionDomain() argument 41 PermissionCollection permissions, in ProtectionDomain() argument
|
/libcore/ojluni/src/main/java/java/nio/file/attribute/ |
D | PosixFileAttributes.java | 74 Set<PosixFilePermission> permissions(); in permissions() method
|
/libcore/ojluni/src/main/java/java/security/acl/ |
D | AclEntry.java | 139 public Enumeration<Permission> permissions(); in permissions() method
|
/libcore/ojluni/src/test/java/nio/file/attribute/ |
D | PosixFileAttributeViewTest.java | 111 .permissions()); in createWithPermissions() 122 .permissions()); in createWithPermissions() 145 .permissions(); in permissionTests()
|
/libcore/metrictests/memory/apps/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/libcore/metrictests/memory/host/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/libcore/benchmarks/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/libcore/ |
D | known_oj_tags.txt | 12 # See the License for the specific language governing permissions and
|
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/libcore/tools/upstream/ |
D | Android.bp | 13 // See the License for the specific language governing permissions and
|
/libcore/expectations/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/libcore/harmony-tests/src/test/resources/resources/ |
D | test.doc | 14 * See the License for the specific language governing permissions and
|
D | test.rtf | 14 * See the License for the specific language governing permissions and
|
/libcore/luni/src/test/java9language/ |
D | rewrite-test-for-jarjar.sed | 12 # See the License for the specific language governing permissions and
|
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/libcore/luni/src/test/filesystems/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/libcore/luni/src/test/annotations/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/libcore/luni/src/main/native/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/libcore/ojluni/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/libcore/luni/src/test/parameter_metadata/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/libcore/ojluni/src/main/native/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ThreadTestHelper.smali | 13 # See the License for the specific language governing permissions and
|