Home
last modified time | relevance | path

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

12345678910>>...14

/external/libcups/examples/
Dget-printer-attributes-suite.test19 GROUP operation-attributes-tag
31 EXPECT charset-configured OF-TYPE charset COUNT 1 IN-GROUP printer-attributes-tag
32 EXPECT charset-supported OF-TYPE charset IN-GROUP printer-attributes-tag
33 EXPECT ?color-supported OF-TYPE boolean COUNT 1 IN-GROUP printer-attributes-tag
34 EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
35 EXPECT document-format-default OF-TYPE mimeMediaType COUNT 1 IN-GROUP printer-attributes-tag
36 EXPECT document-format-supported OF-TYPE mimeMediaType IN-GROUP printer-attributes-tag
37 EXPECT generated-natural-language-supported OF-TYPE naturalLanguage IN-GROUP printer-attributes-tag
38 EXPECT ipp-versions-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
39 EXPECT ?job-impressions-supported OF-TYPE rangeOfInteger COUNT 1 IN-GROUP printer-attributes-tag
[all …]
Dipp-1.1.test33 GROUP operation-attributes-tag
51 GROUP operation-attributes-tag
59 GROUP operation-attributes-tag
69 GROUP operation-attributes-tag
79 GROUP operation-attributes-tag
90 GROUP operation-attributes-tag
108 GROUP operation-attributes-tag
124 GROUP operation-attributes-tag
139 GROUP operation-attributes-tag
156 EXPECT job-uri OF-TYPE uri COUNT 1 IN-GROUP job-attributes-tag WITH-VALUE "$IPP_URI_SCHEME"
[all …]
Dipp-2.0.test31 GROUP operation-attributes-tag
41 …EXPECT color-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE true DEF…
44 EXPECT copies-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
45 EXPECT copies-supported OF-TYPE rangeOfInteger IN-GROUP printer-attributes-tag
46 EXPECT finishings-default OF-TYPE enum IN-GROUP printer-attributes-tag
47 EXPECT finishings-supported OF-TYPE enum IN-GROUP printer-attributes-tag WITH-VALUE 3
48 …EXPECT media-default OF-TYPE no-value|keyword|name IN-GROUP printer-attributes-tag COUNT 1 WITH-VA…
49 …EXPECT ?media-ready OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-ALL-VALUES "$MEDIA_R…
50 …EXPECT media-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-ALL-VALUES "$MEDI…
51 …EXPECT orientation-requested-default OF-TYPE no-value|enum IN-GROUP printer-attributes-tag COUNT 1…
[all …]
Dipp-2.1.test25 GROUP operation-attributes-tag
35 EXPECT job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
36 …EXPECT job-hold-until-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE no…
37 …EXPECT job-priority-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0,…
38 …EXPECT job-priority-supported OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >…
39 EXPECT job-settable-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
40 EXPECT job-sheets-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag
41 EXPECT job-sheets-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE none
42 EXPECT media-col-default OF-TYPE collection IN-GROUP printer-attributes-tag COUNT 1
43 EXPECT media-col-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
[all …]
Dipp-2.2.test25 GROUP operation-attributes-tag
35 EXPECT number-up-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
36 …EXPECT number-up-supported OF-TYPE integer|rangeOfInteger IN-GROUP printer-attributes-tag WITH-VAL…
37 …EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "document-nu…
38 EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "pages"
39 …EXPECT page-ranges-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE tr…
42 EXPECT job-creation-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
43 EXPECT job-ids-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE true
46 …EXPECT multiple-document-jobs-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WI…
47 EXPECT printer-alert OF-TYPE octetString IN-GROUP printer-attributes-tag
[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.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.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.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/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.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.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.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-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/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/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/angle/src/compiler/translator/
Dbuiltin_function_declarations.txt6 // Groups of functions are denoted by "GROUP BEGIN" and "GROUP END". Groups can be nested.
7 // Groups can have metadata related to the group itself. This is given at the end of the GROUP
10 // GROUP BEGIN <group name> {"shader_type": "FRAGMENT"}
11 // GROUP END <group name>
58 GROUP BEGIN Math {"queryFunction": true}
59 GROUP BEGIN Trigonometric
77 GROUP END Trigonometric
79 GROUP BEGIN Exponential
93 GROUP END Exponential
95 GROUP BEGIN Common
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
DCoverageNodeImplTest.java36 ICoverageNode node = new CoverageNodeImpl(ElementType.GROUP, "sample"); in testProperties()
37 assertEquals(ElementType.GROUP, node.getElementType()); in testProperties()
43 ICoverageNode node = new CoverageNodeImpl(ElementType.GROUP, "sample"); in testInit()
54 CoverageNodeImpl parent = new CoverageNodeImpl(ElementType.GROUP, in testIncrement()
56 ICoverageNode child = new CoverageNodeImpl(ElementType.GROUP, in testIncrement()
90 CoverageNodeImpl parent = new CoverageNodeImpl(ElementType.GROUP, in testIncrementCollection()
92 ICoverageNode child1 = new CoverageNodeImpl(ElementType.GROUP, in testIncrementCollection()
98 ICoverageNode child2 = new CoverageNodeImpl(ElementType.GROUP, in testIncrementCollection()
/external/libcups/test/
D4.2-cups-printer-ops.test19 GROUP operation
42 GROUP operation
63 GROUP operation
84 GROUP operation
105 GROUP operation
111 GROUP subscription
132 GROUP operation
155 GROUP operation
176 GROUP operation
181 GROUP printer
[all …]
/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-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.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()

12345678910>>...14