/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/ |
D | rjsmin.py | 216 groups = match.groups() 217 if groups[0]: 218 return groups[0] 219 elif groups[1]: 220 return groups[1] 221 elif groups[2]: 222 return groups[2] 223 elif groups[3]: 224 return groups[3] 225 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/iproute2/ip/ |
D | ipmonitor.c | 115 unsigned groups = ~RTMGRP_TC; in do_ipmonitor() local 133 groups = 0; in do_ipmonitor() 136 groups = 0; in do_ipmonitor() 139 groups = 0; in do_ipmonitor() 142 groups = 0; in do_ipmonitor() 145 groups = 0; in do_ipmonitor() 147 groups = ~RTMGRP_TC; in do_ipmonitor() 159 groups |= nl_mgrp(RTNLGRP_LINK); in do_ipmonitor() 162 groups |= nl_mgrp(RTNLGRP_IPV4_IFADDR); in do_ipmonitor() 164 groups |= nl_mgrp(RTNLGRP_IPV6_IFADDR); in do_ipmonitor() [all …]
|
D | rtmon.c | 72 unsigned groups = ~0U; in main() local 113 groups = 0; in main() 116 groups = 0; in main() 119 groups = 0; in main() 121 groups = ~0U; in main() 136 groups |= nl_mgrp(RTNLGRP_LINK); in main() 139 groups |= nl_mgrp(RTNLGRP_IPV4_IFADDR); in main() 141 groups |= nl_mgrp(RTNLGRP_IPV6_IFADDR); in main() 145 groups |= nl_mgrp(RTNLGRP_IPV4_ROUTE); in main() 147 groups |= nl_mgrp(RTNLGRP_IPV6_ROUTE); in main() [all …]
|
D | xfrm_monitor.c | 348 unsigned groups = ~((unsigned)0); /* XXX */ in do_xfrm_monitor() local 364 groups = 0; in do_xfrm_monitor() 367 groups = 0; in do_xfrm_monitor() 370 groups = 0; in do_xfrm_monitor() 373 groups = 0; in do_xfrm_monitor() 376 groups = 0; in do_xfrm_monitor() 379 groups = 0; in do_xfrm_monitor() 390 groups |= nl_mgrp(XFRMNLGRP_ACQUIRE); in do_xfrm_monitor() 392 groups |= nl_mgrp(XFRMNLGRP_EXPIRE); in do_xfrm_monitor() 394 groups |= nl_mgrp(XFRMNLGRP_SA); in do_xfrm_monitor() [all …]
|
/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.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.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/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.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.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.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-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.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.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/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/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()
|
/external/clang/test/TableGen/ |
D | anonymous-groups.td | 1 // RUN: clang-tblgen -gen-clang-diag-groups -I%S %s -o /dev/null 2>&1 | FileCheck --strict-whitespa… 10 // CHECK: anonymous-groups.td:[[@LINE-1]]:41: error: group 'name' is referred to anonymously 14 // CHECK-NEXT: anonymous-groups.td:6:1: note: group defined here 20 // CHECK: anonymous-groups.td:[[@LINE-1]]:48: error: group 'name' is referred to anonymously 24 // CHECK-NEXT: anonymous-groups.td:6:1: note: group defined here 34 // CHECK: anonymous-groups.td:[[@LINE-5]]:43: error: group 'anonymous' is referred to anonymou… 37 // CHECK-NEXT: anonymous-groups.td:[[@LINE-7]]:47: note: also referenced here 40 // CHECK-NEXT: anonymous-groups.td:[[@LINE-8]]:11: note: also referenced here
|
/external/elfutils/src/libasm/ |
D | asm_newscngrp.c | 94 assert (ctx->groups == NULL); 95 ctx->groups = result->next = result; 99 result->next = ctx->groups->next; 100 ctx->groups = ctx->groups->next = result;
|
/external/clang/docs/tools/ |
D | dump_ast_matchers.py | 141 result, inner, name = m.groups() 154 inner, name = m.groups() 169 loc, name, n_results, results = m.groups()[0:4] 194 p, n, name, n_results, results = m.groups()[0:5] 195 args = m.groups()[5:] 217 p, n, result, name = m.groups()[0:4] 218 args = m.groups()[4:] 236 p, n, result, name = m.groups()[0:4] 237 args = m.groups()[4:] 258 name = m.groups()[0] [all …]
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_collision_PhysicsCollisionObject.cpp | 91 (JNIEnv *env, jobject object, jlong objectId, jint group, jint groups) { in Java_com_jme3_bullet_collision_PhysicsCollisionObject_initUserPointer() argument 105 userPointer -> groups = groups; in Java_com_jme3_bullet_collision_PhysicsCollisionObject_initUserPointer() 133 (JNIEnv *env, jobject object, jlong objectId, jint groups) { in Java_com_jme3_bullet_collision_PhysicsCollisionObject_setCollideWithGroups() argument 142 userPointer -> groups = groups; in Java_com_jme3_bullet_collision_PhysicsCollisionObject_setCollideWithGroups()
|
/external/clang/test/CodeGenObjCXX/ |
D | catch-id-type.mm | 22 id groups; 25 groups = Groups(); // throws on errors. 38 groups = [ns_array array]; 42 groups = [ns_array array]; 44 return groups;
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | RelationshipTester.java | 56 private final List<ImmutableList<T>> groups = Lists.newArrayList(); field in RelationshipTester 68 groups.add(ImmutableList.copyOf(group)); in addRelatedGroup() 73 for (int groupNumber = 0; groupNumber < groups.size(); groupNumber++) { in test() 74 ImmutableList<T> group = groups.get(groupNumber); in test() 83 for (int unrelatedGroupNumber = 0; unrelatedGroupNumber < groups.size(); in test() 86 ImmutableList<T> unrelatedGroup = groups.get(unrelatedGroupNumber); in test() 132 return new Item<T>(groups.get(groupNumber).get(itemNumber), groupNumber, itemNumber); in getItem()
|