/external/iproute2/ip/ |
D | ipmonitor.c | 153 unsigned groups = 0; in do_ipmonitor() local 165 groups |= nl_mgrp(RTNLGRP_LINK); in do_ipmonitor() 166 groups |= nl_mgrp(RTNLGRP_IPV4_IFADDR); in do_ipmonitor() 167 groups |= nl_mgrp(RTNLGRP_IPV6_IFADDR); in do_ipmonitor() 168 groups |= nl_mgrp(RTNLGRP_IPV4_ROUTE); in do_ipmonitor() 169 groups |= nl_mgrp(RTNLGRP_IPV6_ROUTE); in do_ipmonitor() 170 groups |= nl_mgrp(RTNLGRP_MPLS_ROUTE); in do_ipmonitor() 171 groups |= nl_mgrp(RTNLGRP_IPV4_MROUTE); in do_ipmonitor() 172 groups |= nl_mgrp(RTNLGRP_IPV6_MROUTE); in do_ipmonitor() 173 groups |= nl_mgrp(RTNLGRP_IPV6_PREFIX); in do_ipmonitor() [all …]
|
D | rtmon.c | 78 unsigned groups = ~0U; in main() local 119 groups = 0; in main() 122 groups = 0; in main() 125 groups = 0; in main() 127 groups = ~0U; in main() 142 groups |= nl_mgrp(RTNLGRP_LINK); in main() 145 groups |= nl_mgrp(RTNLGRP_IPV4_IFADDR); in main() 147 groups |= nl_mgrp(RTNLGRP_IPV6_IFADDR); in main() 151 groups |= nl_mgrp(RTNLGRP_IPV4_ROUTE); in main() 153 groups |= nl_mgrp(RTNLGRP_IPV6_ROUTE); in main() [all …]
|
/external/v8/src/inspector/build/ |
D | rjsmin.py | 189 groups = match.groups() 190 if groups[0]: 191 return groups[0] 192 elif groups[1]: 193 return groups[1] 194 elif groups[2]: 195 return groups[2] 196 elif groups[3]: 197 return groups[3] 198 elif groups[4]: [all …]
|
/external/deqp/scripts/ |
D | testset.py | 118 groups = [] 122 groups.append(group) 123 return groups 126 groups = [] 131 groups.append(group) 142 return groups 145 groups = [] 154 groups.append(group) 161 return groups 176 def getNumCasesInGroups (groups): argument [all …]
|
/external/vboot_reference/cgpt/ |
D | cgpt_prioritize.c | 104 group_list_t *groups; in CgptPrioritize() local 144 groups = NewGroupList(num_kernels); in CgptPrioritize() 155 AddToGroup(groups, priority, i); // we'll move them all later in CgptPrioritize() 157 AddToGroup(groups, 99, i); // move only this one in CgptPrioritize() 159 AddToGroup(groups, priority, i); // just remember in CgptPrioritize() 165 ChangeGroup(groups, params->orig_priority, 99); in CgptPrioritize() 170 SortGroups(groups); in CgptPrioritize() 174 i = groups->num_groups; in CgptPrioritize() 175 if (groups->group[i-1].priority == 0) in CgptPrioritize() 176 groups->num_groups--; in CgptPrioritize() [all …]
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 57 private List groups; field in UserAccount 107 return groups; in getGroups() 110 public void setGroups(List groups) { in setGroups() argument 111 this.groups = groups; in setGroups() 164 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() 213 if (groups != null && groups.contains(entry.getGroup())) { in canRead() 234 if (groups != null && groups.contains(entry.getGroup())) { in canWrite() 255 if (groups != null && groups.contains(entry.getGroup())) { in canExecute()
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 66 private List groups; field in UserAccount 118 return groups; in getGroups() 121 public void setGroups(List groups) { in setGroups() argument 122 this.groups = groups; in setGroups() 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() 222 if (groups != null && groups.contains(entry.getGroup())) { in canRead() 243 if (groups != null && groups.contains(entry.getGroup())) { in canWrite() 264 if (groups != null && groups.contains(entry.getGroup())) { in canExecute()
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 66 private List groups; field in UserAccount 118 return groups; in getGroups() 121 public void setGroups(List groups) { in setGroups() argument 122 this.groups = groups; in setGroups() 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() 222 if (groups != null && groups.contains(entry.getGroup())) { in canRead() 243 if (groups != null && groups.contains(entry.getGroup())) { in canWrite() 264 if (groups != null && groups.contains(entry.getGroup())) { in canExecute()
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 66 private List groups; field in UserAccount 118 return groups; in getGroups() 121 public void setGroups(List groups) { in setGroups() argument 122 this.groups = groups; in setGroups() 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() 222 if (groups != null && groups.contains(entry.getGroup())) { in canRead() 243 if (groups != null && groups.contains(entry.getGroup())) { in canWrite() 264 if (groups != null && groups.contains(entry.getGroup())) { in canExecute()
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 66 private List groups; field in UserAccount 118 return groups; in getGroups() 121 public void setGroups(List groups) { in setGroups() argument 122 this.groups = groups; in setGroups() 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() 222 if (groups != null && groups.contains(entry.getGroup())) { in canRead() 243 if (groups != null && groups.contains(entry.getGroup())) { in canWrite() 264 if (groups != null && groups.contains(entry.getGroup())) { in canExecute()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 66 private List groups; field in UserAccount 118 return groups; in getGroups() 121 public void setGroups(List groups) { in setGroups() argument 122 this.groups = groups; in setGroups() 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() 222 if (groups != null && groups.contains(entry.getGroup())) { in canRead() 243 if (groups != null && groups.contains(entry.getGroup())) { in canWrite() 264 if (groups != null && groups.contains(entry.getGroup())) { in canExecute()
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 66 private List groups; field in UserAccount 118 return groups; in getGroups() 121 public void setGroups(List groups) { in setGroups() argument 122 this.groups = groups; in setGroups() 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() 222 if (groups != null && groups.contains(entry.getGroup())) { in canRead() 243 if (groups != null && groups.contains(entry.getGroup())) { in canWrite() 264 if (groups != null && groups.contains(entry.getGroup())) { in canExecute()
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 66 private List groups; field in UserAccount 118 return groups; in getGroups() 121 public void setGroups(List groups) { in setGroups() argument 122 this.groups = groups; in setGroups() 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() 222 if (groups != null && groups.contains(entry.getGroup())) { in canRead() 243 if (groups != null && groups.contains(entry.getGroup())) { in canWrite() 264 if (groups != null && groups.contains(entry.getGroup())) { in canExecute()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 66 private List groups; field in UserAccount 118 return groups; in getGroups() 121 public void setGroups(List groups) { in setGroups() argument 122 this.groups = groups; in setGroups() 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() 222 if (groups != null && groups.contains(entry.getGroup())) { in canRead() 243 if (groups != null && groups.contains(entry.getGroup())) { in canWrite() 264 if (groups != null && groups.contains(entry.getGroup())) { in canExecute()
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 66 private List groups; field in UserAccount 118 return groups; in getGroups() 121 public void setGroups(List groups) { in setGroups() argument 122 this.groups = groups; in setGroups() 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() 222 if (groups != null && groups.contains(entry.getGroup())) { in canRead() 243 if (groups != null && groups.contains(entry.getGroup())) { in canWrite() 264 if (groups != null && groups.contains(entry.getGroup())) { in canExecute()
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 66 private List groups; field in UserAccount 118 return groups; in getGroups() 121 public void setGroups(List groups) { in setGroups() argument 122 this.groups = groups; in setGroups() 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() 222 if (groups != null && groups.contains(entry.getGroup())) { in canRead() 243 if (groups != null && groups.contains(entry.getGroup())) { in canWrite() 264 if (groups != null && groups.contains(entry.getGroup())) { in canExecute()
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 66 private List groups; field in UserAccount 118 return groups; in getGroups() 121 public void setGroups(List groups) { in setGroups() argument 122 this.groups = groups; in setGroups() 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() 222 if (groups != null && groups.contains(entry.getGroup())) { in canRead() 243 if (groups != null && groups.contains(entry.getGroup())) { in canWrite() 264 if (groups != null && groups.contains(entry.getGroup())) { in canExecute()
|
/external/ltp/testcases/kernel/syscalls/getgroups/ |
D | getgroups03.c | 52 static GID_T groups[NGROUPS]; variable 91 static int readgroups(GID_T groups[NGROUPS]) in readgroups() 104 groups[ngrps++] = grp->gr_gid; in readgroups() 120 if (groups[i] == g) in readgroups() 124 groups[ngrps++] = g; in readgroups() 142 ngroups = readgroups(groups); in setup() 149 if (SETGROUPS(cleanup, ngroups, groups) == -1) in setup() 176 if (groups_list[i] != groups[j]) { in verify_groups() 196 if (groups[i] != groups_list[j]) { in verify_groups() 203 if (groups[i] != egid) { in verify_groups() [all …]
|
/external/testng/src/test/java/test/sample/ |
D | Sample1.java | 34 @Test(groups = {"even"}) 38 @Test(groups = {"odd"}) 42 @Test(groups = {"odd"}, enabled = false) 46 @Test(groups = {"broken"}) 50 @Test(groups = {"fail"}) 56 @Test(groups = {"fail"}) 62 @Test(groups = {"fail", "bug"}) 67 @Test(groups = {"assert"})
|
/external/iproute2/bridge/ |
D | monitor.c | 79 unsigned groups = ~RTMGRP_TC; in do_monitor() local 92 groups = 0; in do_monitor() 95 groups = 0; in do_monitor() 98 groups = 0; in do_monitor() 100 groups = ~RTMGRP_TC; in do_monitor() 112 groups |= nl_mgrp(RTNLGRP_LINK); in do_monitor() 115 groups |= nl_mgrp(RTNLGRP_NEIGH); in do_monitor() 119 groups |= nl_mgrp(RTNLGRP_MDB); in do_monitor() 135 if (rtnl_open(&rth, groups) < 0) in do_monitor()
|
/external/autotest/frontend/tko/ |
D | rpc_interface_unittest_fixme.py | 331 groups = counts['groups'] 332 self.assertEquals(len(groups), 2) 333 group1, group2 = groups 344 groups = counts['groups'] 345 self.assertEquals(len(groups), 2) 346 group1, group2 = groups 459 groups = counts['groups'] 460 self.assertEquals(len(groups), num_groups) 461 self.assertEquals(groups[0]['test_attribute_myattr'], None) 462 self.assertEquals(groups[0]['group_count'], 2) [all …]
|
/external/autotest/client/site_tests/security_Minijail0/src/ |
D | test-usergroups | 12 groups=$(groups) 13 if ! echo "$groups" | grep -Eq "\b$needgroup\b"; then 14 die "$needgroup not in $groups" 16 if echo "$groups" | grep -Eq "\b$neednogroup\b"; then 17 die "$neednogroup in $groups";
|
/external/testng/src/test/java/test/thread/ |
D | MultiThreadedDependentSampleTest.java | 35 @Test(groups = "1") 41 @Test(groups = "1") 47 @Test(groups = "1") 53 @Test(groups = "2", dependsOnGroups = "1") 59 @Test(groups = "2", dependsOnGroups = "1") 65 @Test(groups = "2", dependsOnGroups = "1") 71 @Test(groups = "2", dependsOnGroups = "1") 77 @Test(groups = "2", dependsOnGroups = "1")
|
/external/testng/src/test/java/test/dependent/ |
D | ImplicitGroupInclusion4SampleTest.java | 11 @BeforeClass(groups = {"g2"}) 16 @Test (groups = {"g1"}) 21 @Test (groups = {"g1"}, dependsOnMethods="m1") 26 @Test (groups = {"g2"}) 31 @Test (groups = {"g2"}, dependsOnMethods="m3") 36 @AfterClass(groups = {"g2"})
|
/external/libnl/src/ |
D | nf-monitor.c | 46 } groups[] = { in main() local 61 for (i = 0; groups[i].gr_id != NFNLGRP_NONE; i++) in main() 62 printf(" %s", groups[i].gr_name); in main() 70 for (i = 0; groups[i].gr_id != NFNLGRP_NONE; i++) { in main() 71 if (strcmp(argv[idx], groups[i].gr_name)) in main() 74 err = nl_socket_add_membership(sock, groups[i].gr_id); in main() 82 if (groups[i].gr_id == NFNLGRP_NONE) in main()
|