Home
last modified time | relevance | path

Searched refs:GROUP (Results 1 – 25 of 159) sorted by relevance

1234567

/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/
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, null, true)
[all …]
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/
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, null, true)
[all …]
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
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, null, true)
[all …]
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/
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, null, true)
[all …]
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/
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, null, true)
[all …]
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/
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, null, true)
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
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, null, true)
[all …]
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/
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, null, true)
[all …]
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/
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, null, true)
[all …]
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/
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, null, true)
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
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, null, true)
[all …]
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/
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, null, true)
[all …]
/external/llvm/test/Object/
Dobj2yaml-sectiongroup.test3 RUN: FileCheck %s --check-prefix ELF-GROUP < %t1.sectiongroup.yaml
6 #ELF-GROUP: - Name: .group
7 #ELF-GROUP: Type: SHT_GROUP
8 #ELF-GROUP: Link: .symtab
9 #ELF-GROUP: Info: a
10 #ELF-GROUP: Members:
11 #ELF-GROUP: - SectionOrType: GRP_COMDAT
12 #ELF-GROUP: - SectionOrType: .rodata.a
/external/fec/
Dssebfly29.s93 movq %mm0,(16*\GROUP+8)(%edi)
94 movq %mm4,(16*\GROUP)(%edi)
104 shll $((16*\GROUP+8)&31),%eax
107 shll $((16*\GROUP)&31),%eax
113 butterfly GROUP=0
114 butterfly GROUP=1
117 butterfly GROUP=2
118 butterfly GROUP=3
121 butterfly GROUP=4
122 butterfly GROUP=5
[all …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemPermissionsTest.java35 final String GROUP = "dev"; in testFilesystemWithPermissions() local
42 directoryEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
47 directoryEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
52 fileEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
57 fileEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/fake/filesystem/
DWindowsFakeFileSystemPermissionsTest.java35 final String GROUP = "dev"; in testFilesystemWithPermissions() local
42 directoryEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
47 directoryEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
52 fileEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
57 fileEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
DCoverageNodeImplTest.java35 ICoverageNode node = new CoverageNodeImpl(ElementType.GROUP, "sample"); in testProperties()
36 assertEquals(ElementType.GROUP, node.getElementType()); in testProperties()
42 ICoverageNode node = new CoverageNodeImpl(ElementType.GROUP, "sample"); in testInit()
53 CoverageNodeImpl parent = new CoverageNodeImpl(ElementType.GROUP, in testIncrement()
55 ICoverageNode child = new CoverageNodeImpl(ElementType.GROUP, "sample") { in testIncrement()
86 CoverageNodeImpl parent = new CoverageNodeImpl(ElementType.GROUP, in testIncrementCollection()
88 ICoverageNode child1 = new CoverageNodeImpl(ElementType.GROUP, "sample") { in testIncrementCollection()
93 ICoverageNode child2 = new CoverageNodeImpl(ElementType.GROUP, "sample") { in testIncrementCollection()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/fake/example/
DWindowsFakeFileSystemPermissionsTest.java40 final String GROUP = "dev"; in testFilesystemWithPermissions() local
47 directoryEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
52 directoryEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
57 fileEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
62 fileEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/fake/example/
DWindowsFakeFileSystemPermissionsTest.java40 final String GROUP = "dev"; in testFilesystemWithPermissions() local
47 directoryEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
52 directoryEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
57 fileEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
62 fileEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/fake/example/
DWindowsFakeFileSystemPermissionsTest.java40 final String GROUP = "dev"; in testFilesystemWithPermissions() local
47 directoryEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
52 directoryEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
57 fileEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
62 fileEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/fake/example/
DWindowsFakeFileSystemPermissionsTest.java40 final String GROUP = "dev"; in testFilesystemWithPermissions() local
47 directoryEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
52 directoryEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
57 fileEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
62 fileEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/fake/example/
DWindowsFakeFileSystemPermissionsTest.java40 final String GROUP = "dev"; in testFilesystemWithPermissions() local
47 directoryEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
52 directoryEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
57 fileEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
62 fileEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/fake/example/
DWindowsFakeFileSystemPermissionsTest.java40 final String GROUP = "dev"; in testFilesystemWithPermissions() local
47 directoryEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
52 directoryEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
57 fileEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
62 fileEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/fake/example/
DWindowsFakeFileSystemPermissionsTest.java40 final String GROUP = "dev"; in testFilesystemWithPermissions() local
47 directoryEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
52 directoryEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
57 fileEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
62 fileEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/fake/example/
DWindowsFakeFileSystemPermissionsTest.java41 final String GROUP = "dev"; in testFilesystemWithPermissions() local
48 directoryEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
53 directoryEntry2.setGroup(GROUP); in testFilesystemWithPermissions()
58 fileEntry1.setGroup(GROUP); in testFilesystemWithPermissions()
63 fileEntry2.setGroup(GROUP); in testFilesystemWithPermissions()

1234567