Searched refs:GROUP (Results 1 - 25 of 151) sorted by relevance

1234567

/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy35 private static final GROUP = 'group'
103 testCanRead(USERNAME, GROUP, null, true)
106 testCanRead(USERNAME, GROUP, '------r--', true)
107 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
110 userAccount.groups = [GROUP]
112 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
113 testCanRead(USERNAME, GROUP, '---------', false) // NONE
118 testCanRead(null, GROUP, '---r-----', true) // Group
119 testCanRead(null, GROUP, 'rwx-wxrwx', false)
127 testCanWrite(USERNAME, GROUP, nul
[all...]
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy37 private static final GROUP = 'group'
105 testCanRead(USERNAME, GROUP, null, true)
108 testCanRead(USERNAME, GROUP, '------r--', true)
109 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
112 userAccount.groups = [GROUP]
114 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
115 testCanRead(USERNAME, GROUP, '---------', false) // NONE
120 testCanRead(null, GROUP, '---r-----', true) // Group
121 testCanRead(null, GROUP, 'rwx-wxrwx', false)
129 testCanWrite(USERNAME, GROUP, nul
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy37 private static final GROUP = 'group'
105 testCanRead(USERNAME, GROUP, null, true)
108 testCanRead(USERNAME, GROUP, '------r--', true)
109 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
112 userAccount.groups = [GROUP]
114 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
115 testCanRead(USERNAME, GROUP, '---------', false) // NONE
120 testCanRead(null, GROUP, '---r-----', true) // Group
121 testCanRead(null, GROUP, 'rwx-wxrwx', false)
129 testCanWrite(USERNAME, GROUP, nul
[all...]
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy39 private static final GROUP = 'group'
107 testCanRead(USERNAME, GROUP, null, true)
110 testCanRead(USERNAME, GROUP, '------r--', true)
111 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
114 userAccount.groups = [GROUP]
116 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
117 testCanRead(USERNAME, GROUP, '---------', false) // NONE
122 testCanRead(null, GROUP, '---r-----', true) // Group
123 testCanRead(null, GROUP, 'rwx-wxrwx', false)
131 testCanWrite(USERNAME, GROUP, nul
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy37 private static final GROUP = 'group'
105 testCanRead(USERNAME, GROUP, null, true)
108 testCanRead(USERNAME, GROUP, '------r--', true)
109 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
112 userAccount.groups = [GROUP]
114 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
115 testCanRead(USERNAME, GROUP, '---------', false) // NONE
120 testCanRead(null, GROUP, '---r-----', true) // Group
121 testCanRead(null, GROUP, 'rwx-wxrwx', false)
129 testCanWrite(USERNAME, GROUP, nul
[all...]
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy37 private static final GROUP = 'group'
105 testCanRead(USERNAME, GROUP, null, true)
108 testCanRead(USERNAME, GROUP, '------r--', true)
109 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
112 userAccount.groups = [GROUP]
114 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
115 testCanRead(USERNAME, GROUP, '---------', false) // NONE
120 testCanRead(null, GROUP, '---r-----', true) // Group
121 testCanRead(null, GROUP, 'rwx-wxrwx', false)
129 testCanWrite(USERNAME, GROUP, nul
[all...]
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy37 private static final GROUP = 'group'
105 testCanRead(USERNAME, GROUP, null, true)
108 testCanRead(USERNAME, GROUP, '------r--', true)
109 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
112 userAccount.groups = [GROUP]
114 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
115 testCanRead(USERNAME, GROUP, '---------', false) // NONE
120 testCanRead(null, GROUP, '---r-----', true) // Group
121 testCanRead(null, GROUP, 'rwx-wxrwx', false)
129 testCanWrite(USERNAME, GROUP, nul
[all...]
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy37 private static final GROUP = 'group'
105 testCanRead(USERNAME, GROUP, null, true)
108 testCanRead(USERNAME, GROUP, '------r--', true)
109 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
112 userAccount.groups = [GROUP]
114 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
115 testCanRead(USERNAME, GROUP, '---------', false) // NONE
120 testCanRead(null, GROUP, '---r-----', true) // Group
121 testCanRead(null, GROUP, 'rwx-wxrwx', false)
129 testCanWrite(USERNAME, GROUP, nul
[all...]
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy35 private static final GROUP = 'group'
103 testCanRead(USERNAME, GROUP, null, true)
106 testCanRead(USERNAME, GROUP, '------r--', true)
107 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
110 userAccount.groups = [GROUP]
112 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
113 testCanRead(USERNAME, GROUP, '---------', false) // NONE
118 testCanRead(null, GROUP, '---r-----', true) // Group
119 testCanRead(null, GROUP, 'rwx-wxrwx', false)
127 testCanWrite(USERNAME, GROUP, nul
[all...]
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy35 private static final GROUP = 'group'
103 testCanRead(USERNAME, GROUP, null, true)
106 testCanRead(USERNAME, GROUP, '------r--', true)
107 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
110 userAccount.groups = [GROUP]
112 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
113 testCanRead(USERNAME, GROUP, '---------', false) // NONE
118 testCanRead(null, GROUP, '---r-----', true) // Group
119 testCanRead(null, GROUP, 'rwx-wxrwx', false)
127 testCanWrite(USERNAME, GROUP, nul
[all...]
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy35 private static final GROUP = 'group'
103 testCanRead(USERNAME, GROUP, null, true)
106 testCanRead(USERNAME, GROUP, '------r--', true)
107 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
110 userAccount.groups = [GROUP]
112 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
113 testCanRead(USERNAME, GROUP, '---------', false) // NONE
118 testCanRead(null, GROUP, '---r-----', true) // Group
119 testCanRead(null, GROUP, 'rwx-wxrwx', false)
127 testCanWrite(USERNAME, GROUP, nul
[all...]
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy35 private static final GROUP = 'group'
103 testCanRead(USERNAME, GROUP, null, true)
106 testCanRead(USERNAME, GROUP, '------r--', true)
107 testCanRead(USERNAME, GROUP, 'rwxrwx-wx', false)
110 userAccount.groups = [GROUP]
112 testCanRead(USERNAME, GROUP, 'rwxrwxrwx', true) // ALL
113 testCanRead(USERNAME, GROUP, '---------', false) // NONE
118 testCanRead(null, GROUP, '---r-----', true) // Group
119 testCanRead(null, GROUP, 'rwx-wxrwx', false)
127 testCanWrite(USERNAME, GROUP, nul
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/fake/filesystem/
H A DWindowsFakeFileSystemPermissionsTest.java35 final String GROUP = "dev";
42 directoryEntry1.setGroup(GROUP);
47 directoryEntry2.setGroup(GROUP);
52 fileEntry1.setGroup(GROUP);
57 fileEntry2.setGroup(GROUP);
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/fake/filesystem/
H A DWindowsFakeFileSystemPermissionsTest.java35 final String GROUP = "dev";
42 directoryEntry1.setGroup(GROUP);
47 directoryEntry2.setGroup(GROUP);
52 fileEntry1.setGroup(GROUP);
57 fileEntry2.setGroup(GROUP);
/external/clang/include/clang/AST/
H A DCommentDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
/external/clang/include/clang/Analysis/
H A DAnalysisDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
/external/clang/include/clang/Driver/
H A DDriverDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
/external/clang/include/clang/Frontend/
H A DFrontendDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
/external/clang/include/clang/Lex/
H A DLexDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
/external/clang/include/clang/Parse/
H A DParseDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
/external/clang/include/clang/Sema/
H A DSemaDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
/external/clang/include/clang/Serialization/
H A DSerializationDiagnostic.h18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy32 entry.group = GROUP
40 assert clone.group == GROUP
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy32 entry.group = GROUP
40 assert clone.group == GROUP
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntryTest.groovy32 entry.group = GROUP
40 assert clone.group == GROUP

Completed in 1077 milliseconds

1234567