/external/XNNPACK/test/ |
D | channel-shuffle-nc.cc | 18 .groups(2) in TEST() 29 .groups(3) in TEST() 40 .groups(4) in TEST() 48 for (size_t groups = 5; groups < 12; groups += 3) { in TEST() local 52 .groups(groups) in TEST() 64 .groups(2) in TEST() 75 .groups(3) in TEST() 86 .groups(4) in TEST() 94 for (size_t groups = 5; groups < 12; groups += 3) { in TEST() local 98 .groups(groups) in TEST() [all …]
|
D | convolution-nhwc.cc | 94 .groups(2) in TEST() 105 .groups(2) in TEST() 117 .groups(2) in TEST() 129 .groups(2) in TEST() 141 .groups(2) in TEST() 154 .groups(2) in TEST() 166 .groups(2) in TEST() 189 .groups(2) in TEST() 212 .groups(2) in TEST() 337 .groups(2) in TEST() [all …]
|
D | convolution-nchw.cc | 524 .groups(19) in TEST() 535 .groups(19) in TEST() 548 .groups(19) in TEST() 561 .groups(19) in TEST() 574 .groups(channels) in TEST() 585 .groups(19) in TEST() 596 .groups(19) in TEST() 608 .groups(19) in TEST() 622 .groups(19) in TEST() 634 .groups(19) in TEST() [all …]
|
D | convolution-operator-tester.h | 169 inline ConvolutionOperatorTester& groups(uint32_t groups) { in groups() argument 170 assert(groups >= 1); in groups() 171 this->groups_ = groups; in groups() 175 inline uint32_t groups() const { in groups() function 322 return group_input_channels() * groups(); in input_channel_stride() 324 assert(this->input_channel_stride_ >= group_input_channels() * groups()); in input_channel_stride() 337 return group_output_channels() * groups(); in output_channel_stride() 339 assert(this->output_channel_stride_ >= group_output_channels() * groups()); in output_channel_stride() 517 …batch_size() * ((input_height() * input_width() - 1) * input_channel_stride() + groups() * group_i… in TestNHWCxQS8() 518 …std::vector<int8_t> kernel(groups() * group_output_channels() * kernel_height() * kernel_width() *… in TestNHWCxQS8() [all …]
|
D | deconvolution-operator-tester.h | 201 inline DeconvolutionOperatorTester& groups(uint32_t groups) { in groups() function 202 assert(groups >= 1); in groups() 203 this->groups_ = groups; in groups() 207 inline uint32_t groups() const { in groups() function 354 return group_input_channels() * groups(); in input_pixel_stride() 356 assert(this->input_pixel_stride_ >= group_input_channels() * groups()); in input_pixel_stride() 369 return group_output_channels() * groups(); in output_pixel_stride() 371 assert(this->output_pixel_stride_ >= group_output_channels() * groups()); in output_pixel_stride() 493 …(batch_size() * input_height() * input_width() - 1) * input_pixel_stride() + groups() * group_inpu… in TestQU8() 494 …std::vector<uint8_t> kernel(groups() * group_output_channels() * kernel_height() * kernel_width() … in TestQU8() [all …]
|
/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
D | pm_api_pinctrl.c | 24 uint16_t (*groups)[]; member 28 /* Max groups for one pin */ 32 uint16_t (*groups)[]; member 39 .groups = &((uint16_t []) { 65 .groups = &((uint16_t []) { 92 .groups = &((uint16_t []) { 100 .groups = &((uint16_t []) { 108 .groups = &((uint16_t []) { 116 .groups = &((uint16_t []) { 124 .groups = &((uint16_t []) { [all …]
|
/external/iproute2/ip/ |
D | ipmonitor.c | 152 unsigned int groups = 0; in do_ipmonitor() local 164 groups |= nl_mgrp(RTNLGRP_LINK); in do_ipmonitor() 165 groups |= nl_mgrp(RTNLGRP_IPV4_IFADDR); in do_ipmonitor() 166 groups |= nl_mgrp(RTNLGRP_IPV6_IFADDR); in do_ipmonitor() 167 groups |= nl_mgrp(RTNLGRP_IPV4_ROUTE); in do_ipmonitor() 168 groups |= nl_mgrp(RTNLGRP_IPV6_ROUTE); in do_ipmonitor() 169 groups |= nl_mgrp(RTNLGRP_MPLS_ROUTE); in do_ipmonitor() 170 groups |= nl_mgrp(RTNLGRP_IPV4_MROUTE); in do_ipmonitor() 171 groups |= nl_mgrp(RTNLGRP_IPV6_MROUTE); in do_ipmonitor() 172 groups |= nl_mgrp(RTNLGRP_IPV6_PREFIX); in do_ipmonitor() [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/ |
D | rjsmin.py | 224 groups = match.groups() 225 if groups[0]: 226 return groups[0] 227 elif groups[1]: 228 return groups[1] 229 elif groups[2]: 230 if groups[3]: 231 return groups[2] + '\n' 232 return groups[2] 233 elif groups[5]: [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | monitoring_v3.projects.groups.html | 75 …oring_v3.projects.html">projects</a> . <a href="monitoring_v3.projects.groups.html">groups</a></h1> 78 <code><a href="monitoring_v3.projects.groups.members.html">members()</a></code> 93 <p class="firstline">Lists the existing groups.</p> 110 …that group. Groups can contain any number of monitored resources, and each monitored resource can … 112 …f it has one. The format is "projects/{project_id_or_number}/groups/{group_id}". For groups with n… 114 …. The name of this group. The format is "projects/{project_id_or_number}/groups/{group_id}". When … 115 …considered to be a cluster. The system can perform additional analysis on groups that are clusters. 127 …that group. Groups can contain any number of monitored resources, and each monitored resource can … 129 …f it has one. The format is "projects/{project_id_or_number}/groups/{group_id}". For groups with n… 131 …. The name of this group. The format is "projects/{project_id_or_number}/groups/{group_id}". When … [all …]
|
/external/vboot_reference/cgpt/ |
D | cgpt_prioritize.c | 12 // We need a sorted list of priority groups, where each element in the list 25 int num_groups; // number of non-empty groups 26 group_t group[MAX_GROUPS]; // array of groups 104 group_list_t *groups; in CgptPrioritize() local 143 // Determine the current priority groups in CgptPrioritize() 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() [all …]
|
/external/deqp/scripts/ |
D | testset.py | 118 groups = [] 122 groups.append(group) 123 return groups 126 groups = [] 131 groups.append(group) 138 die("Case '%s' matched by multiple groups (when processing '%s')" % (case.name, group.name)) 142 return groups 145 groups = [] 154 groups.append(group) 161 return groups [all …]
|
/external/fonttools/Lib/fontTools/ufoLib/ |
D | converters.py | 9 def convertUFO1OrUFO2KerningToUFO3Kerning(kerning, groups, glyphSet=()): argument 10 # gather known kerning groups based on the prefixes 11 firstReferencedGroups, secondReferencedGroups = findKnownKerningGroups(groups) 12 # Make lists of groups referenced in kerning pairs. 14 if first in groups and first not in glyphSet: 18 if second in groups and second not in glyphSet: 21 # Create new names for these groups. 25 existingGroupNames = list(groups.keys()) + list(firstRenamedGroups.keys()) 37 existingGroupNames = list(groups.keys()) + list(secondRenamedGroups.keys()) 55 # Make copies of the referenced groups and store them [all …]
|
D | kerning.py | 3 def lookupKerningValue(pair, kerning, groups, fallback=0, glyphToFirstGroup=None, glyphToSecondGrou… argument 9 >>> groups = { 18 >>> lookupKerningValue(("D", "F"), kerning, groups) 20 >>> lookupKerningValue(("O", "F"), kerning, groups) 22 >>> lookupKerningValue(("O", "E"), kerning, groups) 24 >>> lookupKerningValue(("O", "O"), kerning, groups) 26 >>> lookupKerningValue(("E", "E"), kerning, groups) 28 >>> lookupKerningValue(("E", "O"), kerning, groups) 30 >>> lookupKerningValue(("X", "X"), kerning, groups) 33 ... kerning, groups) [all …]
|
/external/XNNPACK/src/operators/ |
D | channel-shuffle-nc.c | 23 size_t groups, in create_channel_shuffle_nc() argument 42 if (groups <= 1) { in create_channel_shuffle_nc() 44 "failed to create %s operator with %zu groups: at least two groups required", in create_channel_shuffle_nc() 45 xnn_operator_type_to_string(operator_type), groups); in create_channel_shuffle_nc() 56 const size_t channels = groups * group_channels; in create_channel_shuffle_nc() 61 xnn_operator_type_to_string(operator_type), input_stride, groups, group_channels); in create_channel_shuffle_nc() 69 xnn_operator_type_to_string(operator_type), output_stride, groups, group_channels); in create_channel_shuffle_nc() 83 channel_shuffle_op->groups = groups; in create_channel_shuffle_nc() 102 size_t groups, in xnn_create_channel_shuffle_nc_x8() argument 110 groups, in xnn_create_channel_shuffle_nc_x8() [all …]
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
D | cpuctl_testplan.txt | 10 Say if there are n groups then 20 * other groups share of time. 39 First of all mount the cpu controller on /dev/cpuctl and create n groups. 40 The number of groups should be > the number of cpus for checking scheduling 41 fairness(as we will run 1 task per group). then we create say n groups. By 43 tasks in different groups on the basis of the shares assigned to that group. 47 So until and unless this ratio(group A' shares/ Total shares of all groups) 50 Let us say we have 3 groups(1 task each) A,B,C each having 2, 4, 6 shares 85 In this test the shares value of some of the groups is increased and for some 86 groups is decreased. Accordingly the expected cpu time of a task is calculated. [all …]
|
/external/testng/src/main/resources/ |
D | testng-1.0.dtd | 12 <li> <b>groups</b>, made of two parts 17 In turn, <b>groups</b> are made of two parts: 19 <li> Definitions, which allow you to group groups into 20 bigger groups 21 <li> Runs, which defines the groups that the methods 33 <!ELEMENT suite (groups?,(listeners|packages|test|parameter|method-selectors|suite-files)*) > 116 …ntains parameters and classes. Additionally, you can define additional groups ("groups of groups") 119 <!ELEMENT test (method-selectors?,parameter*,groups?,packages?,classes?) > 158 Defines additional groups ("groups of groups") and also which groups to include in this test run 160 <!ELEMENT groups (define*,run?,dependencies?) > [all …]
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
D | DefaultProviderTest.java | 49 Assert.assertEquals(a.groups, "42"); in defaultProvider1() 56 ArgsDefault a = defaultProvider(DEFAULT_PROVIDER, "-groups", "foo", "f"); in defaultProvider2() 58 Assert.assertEquals(a.groups, "foo"); in defaultProvider2() 65 ArgsDefault a = defaultProvider(DEFAULT_PROVIDER, "-groups", "foo", "-level", "13", "f"); in defaultProvider3() 67 Assert.assertEquals(a.groups, "foo"); in defaultProvider3() 75 "-log", "19", "-groups", "foo", "-level", "13", "f"); in defaultProvider4() 77 Assert.assertEquals(a.groups, "foo"); in defaultProvider4() 86 Assert.assertEquals(a.groups, "unit"); in propertyFileDefaultProvider1() 93 ArgsDefault a = defaultProvider(new PropertyFileDefaultProvider(), "-groups", "foo", "f"); in propertyFileDefaultProvider2() 95 Assert.assertEquals(a.groups, "foo"); in propertyFileDefaultProvider2() [all …]
|
/external/toybox/toys/posix/ |
D | id.c | 10 USE_GROUPS(NEWTOY(groups, NULL, TOYFLAG_USR|TOYFLAG_BIN)) 37 config GROUPS 38 bool "groups" 41 usage: groups [user] 43 Print the groups a user is in. 91 gid_t *groups = (gid_t *)toybuf; in do_id() local 113 ngroups = username ? getgrouplist(username, gid, groups, &i) in do_id() 114 : getgroups(i, groups); in do_id() 120 if (groups[i] != egid) { in do_id() 121 if ((grp=getgrgid(groups[i]))) showone(" ",grp->gr_name,grp->gr_gid,0); in do_id() [all …]
|
/external/testng/src/main/java/org/testng/internal/ |
D | XmlMethodSelector.java | 32 // Groups included and excluded for this run 67 String[] groups = tm.getGroups(); in includeMethodFromIncludeExclude() local 74 // No groups were specified: in includeMethodFromIncludeExclude() 85 // If it's a configuration method and no groups were requested, we want it in in includeMethodFromIncludeExclude() 100 // Include or Exclude groups were specified: in includeMethodFromIncludeExclude() 108 boolean isIncludedInGroups = isIncluded(groups, m_includedGroups.values()); in includeMethodFromIncludeExclude() 109 boolean isExcludedInGroups = isExcluded(groups, m_excludedGroups.values()); in includeMethodFromIncludeExclude() 112 // Calculate the run methods by groups first in includeMethodFromIncludeExclude() 288 private static boolean isIncluded(String[] groups, Collection<String> includedGroups) { in isIncluded() argument 293 return isMemberOf(groups, includedGroups); in isIncluded() [all …]
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | gpu_group.c | 810 /* Fill up the groups array with singleton groups, i.e., one group 819 struct gpu_array_ref_group **groups, struct gpu_group_data *data) in populate_array_references() argument 857 groups[n++] = group; in populate_array_references() 898 /* Combine the given two groups into a single group, containing 899 * the references of both groups. 936 /* Combine the given two groups into a single group and free 937 * the original two groups. 1039 * compute shared/private tiles for groups involving may writes. 1213 /* If two groups have overlapping access relations (as determined by 1215 * then merge the two groups into one. [all …]
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 26 * directory, list of groups to which this user belongs, and default permissions applied to 33 …* The group name applied to newly created files/directories is determined by the <code>groups</cod… 35 * <code>groups</code> List is used. The <code>groups</code> property defaults to an empty List. 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() 167 * groups set, then this method returns the <code>DEFAULT_GROUP</code>. Otherwise, this method 168 * returns the first group name in the <code>groups</code> list. 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() [all …]
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 26 * directory, list of groups to which this user belongs, and default permissions applied to 33 …* The group name applied to newly created files/directories is determined by the <code>groups</cod… 35 * <code>groups</code> List is used. The <code>groups</code> property defaults to an empty List. 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() 167 * groups set, then this method returns the <code>DEFAULT_GROUP</code>. Otherwise, this method 168 * returns the first group name in the <code>groups</code> list. 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() [all …]
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 26 * directory, list of groups to which this user belongs, and default permissions applied to 33 …* The group name applied to newly created files/directories is determined by the <code>groups</cod… 35 * <code>groups</code> List is used. The <code>groups</code> property defaults to an empty List. 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() 167 * groups set, then this method returns the <code>DEFAULT_GROUP</code>. Otherwise, this method 168 * returns the first group name in the <code>groups</code> list. 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() [all …]
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 26 * directory, list of groups to which this user belongs, and default permissions applied to 33 …* The group name applied to newly created files/directories is determined by the <code>groups</cod… 35 * <code>groups</code> List is used. The <code>groups</code> property defaults to an empty List. 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() 167 * groups set, then this method returns the <code>DEFAULT_GROUP</code>. Otherwise, this method 168 * returns the first group name in the <code>groups</code> list. 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() [all …]
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 26 * directory, list of groups to which this user belongs, and default permissions applied to 33 …* The group name applied to newly created files/directories is determined by the <code>groups</cod… 35 * <code>groups</code> List is used. The <code>groups</code> property defaults to an empty List. 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() 167 * groups set, then this method returns the <code>DEFAULT_GROUP</code>. Otherwise, this method 168 * returns the first group name in the <code>groups</code> list. 173 return (groups == null || groups.isEmpty()) ? DEFAULT_GROUP : (String) groups.get(0); in getPrimaryGroup() [all …]
|