Home
last modified time | relevance | path

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

12345678910>>...14

/external/u-boot/drivers/pinctrl/meson/
Dpinctrl-meson-gxl.c295 GROUP(sdio_d0, 5, 31),
296 GROUP(sdio_d1, 5, 30),
297 GROUP(sdio_d2, 5, 29),
298 GROUP(sdio_d3, 5, 28),
299 GROUP(sdio_clk, 5, 27),
300 GROUP(sdio_cmd, 5, 26),
301 GROUP(sdio_irq, 5, 24),
302 GROUP(uart_tx_a, 5, 19),
303 GROUP(uart_rx_a, 5, 18),
304 GROUP(uart_cts_a, 5, 17),
[all …]
Dpinctrl-meson-gxbb.c209 GROUP(uart_tx_a, 4, 13),
210 GROUP(uart_rx_a, 4, 12),
211 GROUP(uart_cts_a, 4, 11),
212 GROUP(uart_rts_a, 4, 10),
215 GROUP(uart_cts_c, 1, 19),
216 GROUP(uart_rts_c, 1, 18),
217 GROUP(uart_tx_c, 1, 17),
218 GROUP(uart_rx_c, 1, 16),
221 GROUP(eth_mdio, 6, 1),
222 GROUP(eth_mdc, 6, 0),
[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.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/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.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/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.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/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.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-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.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-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.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/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/swiftshader/third_party/llvm-7.0/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/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/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-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/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.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.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()

12345678910>>...14