Home
last modified time | relevance | path

Searched full:groups (Results 1 – 25 of 4507) sorted by relevance

12345678910>>...181

/external/XNNPACK/test/
Dchannel-shuffle-nc.cc18 .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 …]
Dconvolution-nhwc.cc94 .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 …]
Dconvolution-nchw.cc524 .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 …]
Dconvolution-operator-tester.h174 inline ConvolutionOperatorTester& groups(uint32_t groups) { in groups() function
175 assert(groups >= 1); in groups()
176 this->groups_ = groups; in groups()
180 inline uint32_t groups() const { in groups() function
327 return group_input_channels() * groups(); in input_channel_stride()
329 assert(this->input_channel_stride_ >= group_input_channels() * groups()); in input_channel_stride()
342 return group_output_channels() * groups(); in output_channel_stride()
344 assert(this->output_channel_stride_ >= group_output_channels() * groups()); in output_channel_stride()
537 …batch_size() * ((input_height() * input_width() - 1) * input_channel_stride() + groups() * group_i… in TestNHWCxQC8()
538 …std::vector<int8_t> kernel(groups() * group_output_channels() * kernel_height() * kernel_width() *… in TestNHWCxQC8()
[all …]
Ddeconvolution-operator-tester.h138 inline DeconvolutionOperatorTester& groups(uint32_t groups) { in groups() function
139 assert(groups >= 1); in groups()
140 this->groups_ = groups; in groups()
144 inline uint32_t groups() const { in groups() function
291 return group_input_channels() * groups(); in input_pixel_stride()
293 assert(this->input_pixel_stride_ >= group_input_channels() * groups()); in input_pixel_stride()
306 return group_output_channels() * groups(); in output_pixel_stride()
308 assert(this->output_pixel_stride_ >= group_output_channels() * groups()); in output_pixel_stride()
435 …(batch_size() * input_height() * input_width() - 1) * input_pixel_stride() + groups() * group_inpu… in TestQS8()
436 …std::vector<int8_t> kernel(groups() * group_output_channels() * kernel_height() * kernel_width() *… in TestQS8()
[all …]
/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_api_pinctrl.c24 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/
Dipmonitor.c152 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/
Drjsmin.py224 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/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify17.c12 * Check that fanotify groups and marks limits are enforced correctly.
15 * Otherwise, we only check that global groups limit is enforced.
45 * The fanotify_init() man page documents the max groups limit is 128, but the
63 /* 0: unlimited groups in userns */
69 "Global groups limit in init user ns",
74 "Global groups limit in privileged user ns",
79 "Local groups limit in unprivileged user ns",
90 /* Verify that groups and marks cannot be created beyond limit */
91 static void verify_user_limits(unsigned int init_flags, int groups, int marks) in verify_user_limits() argument
95 for (i = 0; i <= groups; i++) { in verify_user_limits()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dmonitoring_v3.projects.groups.html75 …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>
96 <p class="firstline">Lists the existing groups.</p>
118 …that group. Groups can contain any number of monitored resources, and each monitored resource can …
121 …considered to be a cluster. The system can perform additional analysis on groups that are clusters.
122 …. The name of this group. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When cr…
123 …if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no…
135 …that group. Groups can contain any number of monitored resources, and each monitored resource can …
138 …considered to be a cluster. The system can perform additional analysis on groups that are clusters.
139 …. The name of this group. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When cr…
[all …]
Dcloudidentity_v1.groups.html75 …udidentity_v1.html">Cloud Identity API</a> . <a href="cloudidentity_v1.groups.html">groups</a></h1>
78 <code><a href="cloudidentity_v1.groups.memberships.html">memberships()</a></code>
132 { # A group within the Cloud Identity Groups API. A `Group` is a collection of entities, where each…
137 …one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
148 …&quot;groupKey&quot;: { # A unique identifier for an entity in the Cloud Identity Groups API. An e…
152Groups are the default type of group and have a label with a key of `cloudidentity.googleapis.com/
155 …cloud.google.com/apis/design/resource_names) of the `Group`. Shall be of the form `groups/{group}`.
156 …s/{identity_source}` for external- identity-mapped groups or `customers/{customer}` for Google Gro…
199 …/design/resource_names) of the `Group` to retrieve. Must be of the form `groups/{group}`. (require…
234 …/design/resource_names) of the `Group` to retrieve. Must be of the form `groups/{group}`. (require…
[all …]
Dcloudidentity_v1beta1.groups.html75 …_v1beta1.html">Cloud Identity API</a> . <a href="cloudidentity_v1beta1.groups.html">groups</a></h1>
78 <code><a href="cloudidentity_v1beta1.groups.memberships.html">memberships()</a></code>
132 { # A group within the Cloud Identity Groups API. A `Group` is a collection of entities, where each…
134 …{ # A unique identifier for an entity in the Cloud Identity Groups API. An entity can represent ei…
143 …one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
154 …&quot;groupKey&quot;: { # A unique identifier for an entity in the Cloud Identity Groups API. An e…
158Groups are the default type of group and have a label with a key of `cloudidentity.googleapis.com/
161 …ud.google.com/apis/design/resource_names) of the `Group`. Shall be of the form `groups/{group_id}`.
162 …dentity_source_id}` for external- identity-mapped groups or `customers/{customer_id}` for Google G…
163 &quot;posixGroups&quot;: [ # Optional. The POSIX groups associated with the `Group`.
[all …]
/external/vboot_reference/cgpt/
Dcgpt_prioritize.c12 // 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/
Dtestset.py118 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/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dgroupsmigration.v1.json5 "https://www.googleapis.com/auth/apps.groups.migration": {
14 "canonicalName": "Groups Migration",
15 …"description": "The Groups Migration API allows domain administrators to archive emails into Googl…
17 "documentationLink": "https://developers.google.com/google-apps/groups-migration/",
111 "flatPath": "groups/v1/groups/{groupId}/archive",
122 "path": "/upload/groups/v1/groups/{groupId}/archive"
137 "path": "groups/v1/groups/{groupId}/archive",
139 "$ref": "Groups"
142 "https://www.googleapis.com/auth/apps.groups.migration"
152 "Groups": { object
[all …]
Dgroupssettings.v1.json5 "https://www.googleapis.com/auth/apps.groups.settings": {
11 "basePath": "/groups/v1/groups/",
12 "baseUrl": "https://www.googleapis.com/groups/v1/groups/",
16 "documentationLink": "https://developers.google.com/google-apps/groups-settings/get_started",
75 "groups": { object
80 "id": "groupsSettings.groups.get",
94 "$ref": "Groups"
97 "https://www.googleapis.com/auth/apps.groups.settings"
103 "id": "groupsSettings.groups.patch",
117 "$ref": "Groups"
[all …]
Dcloudidentity.v1.json8 "https://www.googleapis.com/auth/cloud-identity.groups": {
9 …"description": "See, change, create, and delete any of the Cloud Identity Groups that you can acce…
11 "https://www.googleapis.com/auth/cloud-identity.groups.readonly": {
12 …"description": "See any Cloud Identity Groups that you can access, including group members and the…
670 "groups": { object
674 "flatPath": "v1/groups",
676 "id": "cloudidentity.groups.create",
695 "path": "v1/groups",
703 "https://www.googleapis.com/auth/cloud-identity.groups",
709 "flatPath": "v1/groups/{groupsId}",
[all …]
/external/fonttools/Lib/fontTools/ufoLib/
Dconverters.py9 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 …]
Dkerning.py3 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/go-cmp/cmp/
Dreport_slices.go384 groups := coalesceAdjacentEdits(name, es)
385 groups = coalesceInterveningIdentical(groups, chunkSize/4)
386 groups = cleanupSurroundingIdentical(groups, eq)
388 for i, ds := range groups {
402 for numHi < chunkSize*numContextRecords && numLo+numHi < numEqual && i != len(groups)-1 {
437 // coalesceAdjacentEdits coalesces the list of edits into groups of adjacent
450 func coalesceAdjacentEdits(name string, es diff.EditScript) (groups []diffStats) {
454 groups = append(groups, diffStats{Name: name})
457 return &groups[len(groups)-1]
471 return groups
[all …]
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_testplan.txt10 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/XNNPACK/src/operators/
Dchannel-shuffle-nc.c23 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()
103 size_t groups, in xnn_create_channel_shuffle_nc_x8() argument
111 groups, in xnn_create_channel_shuffle_nc_x8()
[all …]
/external/testng/src/main/resources/
Dtestng-1.0.dtd12 <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/
DDefaultProviderTest.java49 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/
Did.c10 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 …]

12345678910>>...181