| /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 | 96 .groups(2) in TEST() 107 .groups(2) in TEST() 119 .groups(2) in TEST() 131 .groups(2) in TEST() 143 .groups(2) in TEST() 156 .groups(2) in TEST() 168 .groups(2) in TEST() 191 .groups(2) in TEST() 214 .groups(2) in TEST() 339 .groups(2) in TEST() [all …]
|
| D | convolution-nchw.cc | 569 .groups(19) in TEST() 580 .groups(19) in TEST() 593 .groups(19) in TEST() 606 .groups(19) in TEST() 619 .groups(channels) in TEST() 630 .groups(19) in TEST() 641 .groups(19) in TEST() 653 .groups(19) in TEST() 664 .groups(19) in TEST() 679 .groups(19) in TEST() [all …]
|
| /external/webrtc/docs/ |
| D | release-notes.md | 3 release notes are posted to the [discuss-webrtc](https://groups.google.com/group/discuss-webrtc) 14 * [M105 Release Notes](https://groups.google.com/g/discuss-webrtc/c/5KBtZx2gvcQ/m/HYKhV8ERDgAJ) 15 * [M104 Release Notes](https://groups.google.com/g/discuss-webrtc/c/Yf6c3HW4N3k/m/3SC_Hy15BQAJ) 17 * [M99 Release Notes](https://groups.google.com/g/discuss-webrtc/c/Yf6c3HW4N3k/m/3SC_Hy15BQAJ) 18 * [M98 Release Notes](https://groups.google.com/g/discuss-webrtc/c/uQKmoaL93kE/m/a5NyC3gnBwAJ) 19 * [M97 Release Notes](https://groups.google.com/g/discuss-webrtc/c/-M808zqlSRE/m/vMZ1q1N9AgAJ) 20 * [M96 Release Notes](https://groups.google.com/g/discuss-webrtc/c/Bp8OzBzipSc/m/0AC4OGhdAgAJ) 21 * [M95 Release Notes](https://groups.google.com/g/discuss-webrtc/c/SfzpFc-dH-E/m/JHlMpLO1AAAJ) 22 * [M94 Release Notes](https://groups.google.com/g/discuss-webrtc/c/tFyWdqW2sQM/m/ebfZvC9VAgAJ) 23 * [M93 Release Notes](https://groups.google.com/g/discuss-webrtc/c/ws0_MYHIBOw/m/HZGn07uIAwAJ) [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/trusty/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
| D | pm_api_pinctrl.c | 30 /* Max groups for one pin */ 34 uint16_t (*groups)[]; member 384 .groups = &((uint16_t []) { 402 .groups = &((uint16_t []) { 420 .groups = &((uint16_t []) { 438 .groups = &((uint16_t []) { 456 .groups = &((uint16_t []) { 474 .groups = &((uint16_t []) { 492 .groups = &((uint16_t []) { 510 .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/pigweed/pw_kvs/ |
| D | CMakeLists.txt | 383 GROUPS 395 GROUPS 405 GROUPS 418 GROUPS 430 GROUPS 441 GROUPS 452 GROUPS 463 GROUPS 474 GROUPS 485 GROUPS [all …]
|
| /external/rust/crates/mls-rs/src/group/interop_test_vectors/ |
| D | passive_client.rs | 233 groups: &mut [Group<impl MlsConfig>], in invite_passive_client() 257 let mut commit_builder = groups[0] in invite_passive_client() 270 all_process_message(groups, &commit.commit_message, 0, true).await; in invite_passive_client() 283 initial_epoch_authenticator: groups[0].epoch_authenticator().unwrap().to_vec(), in invite_passive_client() 302 let mut groups = in generate_passive_client_proposal_tests() localVariable 305 let mut partial_test_case = invite_passive_client(&mut groups, true, &cs).await; in generate_passive_client_proposal_tests() 308 let commit = groups[0].commit(vec![]).await.unwrap(); in generate_passive_client_proposal_tests() 309 all_process_message(&mut groups, &commit.commit_message, 0, true).await; in generate_passive_client_proposal_tests() 314 groups[0].epoch_authenticator().unwrap().to_vec(), in generate_passive_client_proposal_tests() 322 &mut groups[3].clone(), in generate_passive_client_proposal_tests() [all …]
|
| /external/rust/crates/mls-rs/tests/ |
| D | client_tests.rs | 205 let mut groups = get_test_groups( in test_empty_commits() localVariable 215 for i in 0..groups.len() { in test_empty_commits() 217 let commit_output = groups[i].commit(Vec::new()).await.unwrap(); in test_empty_commits() 221 let index = groups[i].current_member_index() as usize; in test_empty_commits() 222 all_process_message(&mut groups, &commit_output.commit_message, index, true).await; in test_empty_commits() 224 for other_group in groups.iter() { in test_empty_commits() 225 assert!(Group::equal_group_state(other_group, &groups[i])); in test_empty_commits() 243 let mut groups = get_test_groups( in test_update_proposals() localVariable 252 for i in 0..groups.len() - 1 { in test_update_proposals() 253 let update_proposal_msg = groups[i].propose_update(Vec::new()).await.unwrap(); in test_update_proposals() [all …]
|
| /external/ltp/testcases/kernel/syscalls/fanotify/ |
| D | fanotify17.c | 12 * Check that fanotify groups and marks limits are enforced correctly. 15 * Otherwise, we only check that global groups limit is enforced. 44 * The fanotify_init() man page documents the max groups limit is 128, but the 62 /* 0: unlimited groups in userns */ 68 "Global groups limit in init user ns", 73 "Global groups limit in privileged user ns", 78 "Local groups limit in unprivileged user ns", 89 /* Verify that groups and marks cannot be created beyond limit */ 90 static void verify_user_limits(unsigned int init_flags, int groups, int marks) in verify_user_limits() argument 94 for (i = 0; i <= groups; i++) { in verify_user_limits() [all …]
|
| /external/aws-sdk-java-v2/services/resourcegroups/src/main/resources/codegen-resources/ |
| D | endpoint-tests.json | 7 "url": "https://resource-groups.af-south-1.amazonaws.com" 20 "url": "https://resource-groups.ap-east-1.amazonaws.com" 33 "url": "https://resource-groups.ap-northeast-1.amazonaws.com" 46 "url": "https://resource-groups.ap-northeast-2.amazonaws.com" 59 "url": "https://resource-groups.ap-northeast-3.amazonaws.com" 72 "url": "https://resource-groups.ap-south-1.amazonaws.com" 85 "url": "https://resource-groups.ap-southeast-1.amazonaws.com" 98 "url": "https://resource-groups.ap-southeast-2.amazonaws.com" 111 "url": "https://resource-groups.ap-southeast-3.amazonaws.com" 124 "url": "https://resource-groups.ca-central-1.amazonaws.com" [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> 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 …]
|
| /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/mbedtls/tests/opt-testcases/ |
| D | tls13-compat.sh | 23 …ce_ciphersuite=TLS1-3-AES-128-GCM-SHA256 sig_algs=ecdsa_secp256r1_sha256 groups=secp256r1 tls13_ke… 24 …rt -ciphersuites TLS_AES_128_GCM_SHA256 -sigalgs ecdsa_secp256r1_sha256 -groups P-256 -msg -tls1_3… 40 …ce_ciphersuite=TLS1-3-AES-128-GCM-SHA256 sig_algs=ecdsa_secp384r1_sha384 groups=secp256r1 tls13_ke… 41 …rt -ciphersuites TLS_AES_128_GCM_SHA256 -sigalgs ecdsa_secp384r1_sha384 -groups P-256 -msg -tls1_3… 57 …ce_ciphersuite=TLS1-3-AES-128-GCM-SHA256 sig_algs=ecdsa_secp521r1_sha512 groups=secp256r1 tls13_ke… 58 …rt -ciphersuites TLS_AES_128_GCM_SHA256 -sigalgs ecdsa_secp521r1_sha512 -groups P-256 -msg -tls1_3… 75 …force_ciphersuite=TLS1-3-AES-128-GCM-SHA256 sig_algs=rsa_pss_rsae_sha256 groups=secp256r1 tls13_ke… 76 …2.crt -ciphersuites TLS_AES_128_GCM_SHA256 -sigalgs rsa_pss_rsae_sha256 -groups P-256 -msg -tls1_3… 92 …ce_ciphersuite=TLS1-3-AES-128-GCM-SHA256 sig_algs=ecdsa_secp256r1_sha256 groups=secp384r1 tls13_ke… 93 …rt -ciphersuites TLS_AES_128_GCM_SHA256 -sigalgs ecdsa_secp256r1_sha256 -groups P-384 -msg -tls1_3… [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/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | groupsmigration.v1.json | 5 "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 …]
|
| /external/pigweed/pw_allocator/ |
| D | CMakeLists.txt | 445 GROUPS 456 GROUPS 468 GROUPS 479 GROUPS 490 GROUPS 501 GROUPS 511 GROUPS 523 GROUPS 533 GROUPS 552 GROUPS [all …]
|
| /external/fonttools/Lib/fontTools/ufoLib/ |
| D | converters.py | 8 def convertUFO1OrUFO2KerningToUFO3Kerning(kerning, groups, glyphSet=()): argument 9 # gather known kerning groups based on the prefixes 10 firstReferencedGroups, secondReferencedGroups = findKnownKerningGroups(groups) 11 # Make lists of groups referenced in kerning pairs. 13 if first in groups and first not in glyphSet: 17 if second in groups and second not in glyphSet: 20 # Create new names for these groups. 24 existingGroupNames = list(groups.keys()) + list(firstRenamedGroups.keys()) 36 existingGroupNames = list(groups.keys()) + list(secondRenamedGroups.keys()) 54 # Make copies of the referenced groups and store them [all …]
|
| D | kerning.py | 2 pair, kerning, groups, fallback=0, glyphToFirstGroup=None, glyphToSecondGroup=None 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/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ |
| D | ListGroupsRequestOrBuilder.java | 31 * whose groups are to be listed. The format is: 47 * whose groups are to be listed. The format is: 64 * projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] 65 * Returns groups whose `parent_name` field contains the group 66 * name. If no groups have this parent, the results are empty. 79 * projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] 80 * Returns groups whose `parent_name` field contains the group 81 * name. If no groups have this parent, the results are empty. 94 * projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] 95 * Returns groups whose `parent_name` field contains the group [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() 103 size_t groups, in xnn_create_channel_shuffle_nc_x8() argument 111 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/go-cmp/cmp/ |
| D | report_slices.go | 388 groups := coalesceAdjacentEdits(name, es) 389 groups = coalesceInterveningIdentical(groups, chunkSize/4) 390 groups = cleanupSurroundingIdentical(groups, eq) 392 for i, ds := range groups { 406 for numHi < chunkSize*numContextRecords && numLo+numHi < numEqual && i != len(groups)-1 { 441 // coalesceAdjacentEdits coalesces the list of edits into groups of adjacent 453 func coalesceAdjacentEdits(name string, es diff.EditScript) (groups []diffStats) { 457 groups = append(groups, diffStats{Name: name}) 460 return &groups[len(groups)-1] 474 return groups [all …]
|