| /external/v4l-utils/utils/v4l2-compliance/ |
| D | v4l2-test-media.cpp | 333 struct media_links_enum links; in testMediaEnum() local 373 fail_on_test(ent.links == 0xffff); in testMediaEnum() 387 num_links += ent.links; in testMediaEnum() 403 memset(&links, 0, sizeof(links)); in testMediaEnum() 404 memset(&links.reserved, 0xff, sizeof(links.reserved)); in testMediaEnum() 405 links.entity = ent.id; in testMediaEnum() 406 fail_on_test(doioctl(node, MEDIA_IOC_ENUM_LINKS, &links)); in testMediaEnum() 407 fail_on_test(check_0(links.reserved, sizeof(links.reserved))); in testMediaEnum() 408 fail_on_test(links.entity != ent.id); in testMediaEnum() 409 fail_on_test(links.pads); in testMediaEnum() [all …]
|
| /external/grpc-grpc/src/core/lib/iomgr/ |
| D | pollset_windows.cc | 45 g_global_root_worker.links[GRPC_POLLSET_WORKER_LINK_GLOBAL].next = in pollset_global_init() 46 g_global_root_worker.links[GRPC_POLLSET_WORKER_LINK_GLOBAL].prev = in pollset_global_init() 54 worker->links[type].prev->links[type].next = worker->links[type].next; in remove_worker() 55 worker->links[type].next->links[type].prev = worker->links[type].prev; in remove_worker() 56 worker->links[type].next = worker->links[type].prev = worker; in remove_worker() 61 return root->links[type].next != root; in has_workers() 67 grpc_pollset_worker* w = root->links[type].next; in pop_front_worker() 78 worker->links[type].prev = root; in push_front_worker() 79 worker->links[type].next = worker->links[type].prev->links[type].next; in push_front_worker() 80 worker->links[type].prev->links[type].next = in push_front_worker() [all …]
|
| /external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
| D | pollset_windows.cc | 45 g_global_root_worker.links[GRPC_POLLSET_WORKER_LINK_GLOBAL].next = in pollset_global_init() 46 g_global_root_worker.links[GRPC_POLLSET_WORKER_LINK_GLOBAL].prev = in pollset_global_init() 54 worker->links[type].prev->links[type].next = worker->links[type].next; in remove_worker() 55 worker->links[type].next->links[type].prev = worker->links[type].prev; in remove_worker() 56 worker->links[type].next = worker->links[type].prev = worker; in remove_worker() 61 return root->links[type].next != root; in has_workers() 67 grpc_pollset_worker* w = root->links[type].next; in pop_front_worker() 78 worker->links[type].prev = root; in push_front_worker() 79 worker->links[type].next = worker->links[type].prev->links[type].next; in push_front_worker() 80 worker->links[type].prev->links[type].next = in push_front_worker() [all …]
|
| /external/google-cloud-java/java-datalineage/proto-google-cloud-datalineage-v1/src/main/java/com/google/cloud/datacatalog/lineage/v1/ |
| D | ProcessLinksOrBuilder.java | 57 * An array containing link details objects of the links provided in 59 * A single process can result in creating multiple links. 60 * If any of the links you provide in the request are created by 64 * <code>repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;</code> 71 * An array containing link details objects of the links provided in 73 * A single process can result in creating multiple links. 74 * If any of the links you provide in the request are created by 78 * <code>repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;</code> 85 * An array containing link details objects of the links provided in 87 * A single process can result in creating multiple links. [all …]
|
| D | ProcessLinks.java | 25 * Links associated with a specific process. 132 * An array containing link details objects of the links provided in 134 * A single process can result in creating multiple links. 135 * If any of the links you provide in the request are created by 139 * <code>repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;</code> 149 * An array containing link details objects of the links provided in 151 * A single process can result in creating multiple links. 152 * If any of the links you provide in the request are created by 156 * <code>repeated .google.cloud.datacatalog.lineage.v1.ProcessLinkInfo links = 2;</code> 167 * An array containing link details objects of the links provided in [all …]
|
| D | BatchSearchLinkProcessesRequestOrBuilder.java | 59 * Required. An array of links to check for their associated LineageProcesses. 61 * If the request contains more than 100 links, it returns the 63 * Format: `projects/{project}/locations/{location}/links/{link}`. 66 * <code>repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];</code> 68 * @return A list containing the links. 75 * Required. An array of links to check for their associated LineageProcesses. 77 * If the request contains more than 100 links, it returns the 79 * Format: `projects/{project}/locations/{location}/links/{link}`. 82 * <code>repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];</code> 84 * @return The count of links. [all …]
|
| D | BatchSearchLinkProcessesRequest.java | 137 * Required. An array of links to check for their associated LineageProcesses. 139 * If the request contains more than 100 links, it returns the 141 * Format: `projects/{project}/locations/{location}/links/{link}`. 144 * <code>repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];</code> 146 * @return A list containing the links. 155 * Required. An array of links to check for their associated LineageProcesses. 157 * If the request contains more than 100 links, it returns the 159 * Format: `projects/{project}/locations/{location}/links/{link}`. 162 * <code>repeated string links = 2 [(.google.api.field_behavior) = REQUIRED];</code> 164 * @return The count of links. [all …]
|
| /external/webrtc/infra/config/ |
| D | console-header.textpb | 2 links { 4 links { 9 links { 14 links { 19 links { 24 links { 29 links { 35 links { 36 name: "Links" 37 links { [all …]
|
| /external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
| D | attach_probe.c | 80 skel->links.handle_kprobe = kprobe_link; in test_attach_probe() 87 skel->links.handle_kretprobe = kretprobe_link; in test_attach_probe() 90 skel->links.handle_kprobe_auto = bpf_program__attach(skel->progs.handle_kprobe_auto); in test_attach_probe() 91 ASSERT_OK_PTR(skel->links.handle_kprobe_auto, "attach_kprobe_auto"); in test_attach_probe() 93 skel->links.handle_kretprobe_auto = bpf_program__attach(skel->progs.handle_kretprobe_auto); in test_attach_probe() 94 ASSERT_OK_PTR(skel->links.handle_kretprobe_auto, "attach_kretprobe_auto"); in test_attach_probe() 108 skel->links.handle_uprobe = uprobe_link; in test_attach_probe() 122 skel->links.handle_uretprobe = uretprobe_link; in test_attach_probe() 133 skel->links.handle_uprobe_byname = in test_attach_probe() 138 if (!ASSERT_OK_PTR(skel->links.handle_uprobe_byname, "attach_uprobe_byname")) in test_attach_probe() [all …]
|
| D | cgroup_link.c | 40 struct bpf_link *links[ARRAY_SIZE(cgs)] = {}, *tmp_link; in serial_test_cgroup_link() local 66 links[i] = bpf_program__attach_cgroup(skel->progs.egress, in serial_test_cgroup_link() 68 if (!ASSERT_OK_PTR(links[i], "cg_attach")) in serial_test_cgroup_link() 106 bpf_link__destroy(links[last_cg]); in serial_test_cgroup_link() 107 links[last_cg] = NULL; in serial_test_cgroup_link() 118 links[last_cg] = bpf_program__attach_cgroup(skel->progs.egress, in serial_test_cgroup_link() 120 if (!ASSERT_OK_PTR(links[last_cg], "cg_attach")) in serial_test_cgroup_link() 126 bpf_link__destroy(links[last_cg]); in serial_test_cgroup_link() 127 links[last_cg] = NULL; in serial_test_cgroup_link() 161 links[last_cg] = bpf_program__attach_cgroup(skel->progs.egress, in serial_test_cgroup_link() [all …]
|
| /external/harfbuzz_ng/test/fuzzing/ |
| D | hb-repacker-fuzzer.cc | 26 * num of real links: 2 bytes 27 * links[number of real links]: link_t struct 29 * TODO(garretrieger): add optional virtual links 55 link_t* links, uint16_t num_links) in add_links_to_objects() argument 61 uint16_t parent_idx = links[i].parent; in add_links_to_objects() 75 uint16_t parent_idx = links[i].parent; in add_links_to_objects() 76 uint16_t child_idx = links[i].child + 1; // All indices are shifted by 1 by the null object. in add_links_to_objects() 79 link->width = links[i].width; in add_links_to_objects() 80 link->position = links[i].position; in add_links_to_objects() 97 link_t* links = nullptr; in LLVMFuzzerTestOneInput() local [all …]
|
| /external/selinux/libselinux/utils/ |
| D | selabel_lookup_best_match.c | 21 "link Zero or more links to check against, the order of\n\t" in usage() 23 " 1) An exact match for the real path (if no links), or\n\t\t" in usage() 24 " 2) An exact match for any of the links (aliases), or\n\t\t" in usage() 58 char **links = NULL; in main() local 91 /* Count links */ in main() 96 links = calloc(num_links + 1, sizeof(char *)); in main() 98 if (!links) { in main() 104 links[num_links] = strdup(argv[i]); in main() 105 if (!links[num_links]) { in main() 126 (const char **)links, mode); in main() [all …]
|
| /external/pciutils/ |
| D | pcilmr.c | 23 printf("Links ready for margining:\n"); in scan_links() 25 printf("Links with Lane Margining at the Receiver capabilities:\n"); in scan_links() 46 printf("Links not found or you don't have enough privileges.\n"); in scan_links() 57 struct margin_link *links; in main() local 117 links = margin_parse_util_args(pacc, argc, argv, mode, &links_n); in main() 118 struct margin_com_args *com_args = links[0].args.common; in main() 128 if ((args_status = margin_process_args(&links[i])) != MARGIN_TEST_OK) in main() 138 struct margin_link_args *link_args = &links[i].args; in main() 143 pacc, link_args->recvs[j] == 6 ? links[i].up_port.dev : links[i].down_port.dev, in main() 171 results[i] = margin_test_link(&links[i], &results_n[i]); in main() [all …]
|
| /external/opencensus-java/api/src/main/java/io/opencensus/trace/export/ |
| D | SpanData.java | 57 * Attributes, TimedEvents, TimedEvents, Links, Integer, Status, Timestamp)}. 69 Links links, in create() argument 83 links, in create() 104 * @param links the links associated with the {@code Span}. 124 Links links, in create() argument 156 links, in create() 264 * Returns links recorded for this {@code Span}. 266 * @return links recorded for this {@code Span}. 269 public abstract Links getLinks(); in getLinks() 438 * A list of links and the number of dropped links representation. [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/ |
| D | MerchantCenterLinkingConfig.java | 26 * Links contained in the config will be used to sync data from a Merchant 80 * Links between Merchant Center accounts and branches. 83 * <code>repeated .google.cloud.retail.v2alpha.MerchantCenterLink links = 1;</code> 93 * Links between Merchant Center accounts and branches. 96 * <code>repeated .google.cloud.retail.v2alpha.MerchantCenterLink links = 1;</code> 107 * Links between Merchant Center accounts and branches. 110 * <code>repeated .google.cloud.retail.v2alpha.MerchantCenterLink links = 1;</code> 120 * Links between Merchant Center accounts and branches. 123 * <code>repeated .google.cloud.retail.v2alpha.MerchantCenterLink links = 1;</code> 133 * Links between Merchant Center accounts and branches. [all …]
|
| D | MerchantCenterLinkingConfigOrBuilder.java | 30 * Links between Merchant Center accounts and branches. 33 * <code>repeated .google.cloud.retail.v2alpha.MerchantCenterLink links = 1;</code> 40 * Links between Merchant Center accounts and branches. 43 * <code>repeated .google.cloud.retail.v2alpha.MerchantCenterLink links = 1;</code> 50 * Links between Merchant Center accounts and branches. 53 * <code>repeated .google.cloud.retail.v2alpha.MerchantCenterLink links = 1;</code> 60 * Links between Merchant Center accounts and branches. 63 * <code>repeated .google.cloud.retail.v2alpha.MerchantCenterLink links = 1;</code> 71 * Links between Merchant Center accounts and branches. 74 * <code>repeated .google.cloud.retail.v2alpha.MerchantCenterLink links = 1;</code>
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/ |
| D | MerchantCenterLinkingConfig.java | 26 * Links contained in the config will be used to sync data from a Merchant 80 * Links between Merchant Center accounts and branches. 83 * <code>repeated .google.cloud.retail.v2beta.MerchantCenterLink links = 1;</code> 93 * Links between Merchant Center accounts and branches. 96 * <code>repeated .google.cloud.retail.v2beta.MerchantCenterLink links = 1;</code> 107 * Links between Merchant Center accounts and branches. 110 * <code>repeated .google.cloud.retail.v2beta.MerchantCenterLink links = 1;</code> 120 * Links between Merchant Center accounts and branches. 123 * <code>repeated .google.cloud.retail.v2beta.MerchantCenterLink links = 1;</code> 133 * Links between Merchant Center accounts and branches. [all …]
|
| D | MerchantCenterLinkingConfigOrBuilder.java | 30 * Links between Merchant Center accounts and branches. 33 * <code>repeated .google.cloud.retail.v2beta.MerchantCenterLink links = 1;</code> 40 * Links between Merchant Center accounts and branches. 43 * <code>repeated .google.cloud.retail.v2beta.MerchantCenterLink links = 1;</code> 50 * Links between Merchant Center accounts and branches. 53 * <code>repeated .google.cloud.retail.v2beta.MerchantCenterLink links = 1;</code> 60 * Links between Merchant Center accounts and branches. 63 * <code>repeated .google.cloud.retail.v2beta.MerchantCenterLink links = 1;</code> 71 * Links between Merchant Center accounts and branches. 74 * <code>repeated .google.cloud.retail.v2beta.MerchantCenterLink links = 1;</code>
|
| /external/conscrypt/publicapi/src/main/java/android/net/ssl/ |
| D | PakeServerKeyManagerParameters.java | 42 * authentication, including a mapping of client and server IDs (links) to their corresponding PAKE 54 * A map of links to their corresponding PAKE options. 56 private final Map<Link, List<PakeOption>> links; field in PakeServerKeyManagerParameters 61 * @param links A map of links to their corresponding PAKE options. 63 private PakeServerKeyManagerParameters(Map<Link, List<PakeOption>> links) { in PakeServerKeyManagerParameters() argument 64 this.links = Collections.unmodifiableMap(new HashMap<>(links)); in PakeServerKeyManagerParameters() 68 * Returns a set of the links. 70 * @return The known links. 73 return Collections.unmodifiableSet(links.keySet()); in getLinks() 85 List<PakeOption> options = links.get(link); in getOptions() [all …]
|
| /external/autotest/docs/ |
| D | faft-links.md | 1 # FAFT Links 3 _Self-link: [go/faft-links]_ 16 ## FAFT related links 18 *Note:* Go links requires access to the Google interanet. 22 FAFT Links | [go/faft-links] | [docs/faft-links.md] 30 [go/faft-links]: https://goto.google.com/faft-links 31 [docs/faft-links.md]: faft-links.md 55 If you are unable to access the chatroom via these links, please get in touch
|
| /external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
| D | stream_lists.cc | 60 grpc_chttp2_stream* new_head = s->links[id].next; in stream_list_pop() 64 new_head->links[id].prev = nullptr; in stream_list_pop() 83 if (s->links[id].prev) { in stream_list_remove() 84 s->links[id].prev->links[id].next = s->links[id].next; in stream_list_remove() 87 t->lists[id].head = s->links[id].next; in stream_list_remove() 89 if (s->links[id].next) { in stream_list_remove() 90 s->links[id].next->links[id].prev = s->links[id].prev; in stream_list_remove() 92 t->lists[id].tail = s->links[id].prev; in stream_list_remove() 117 s->links[id].next = nullptr; in stream_list_add_tail() 118 s->links[id].prev = old_tail; in stream_list_add_tail() [all …]
|
| /external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
| D | stream_lists.cc | 60 grpc_chttp2_stream* new_head = s->links[id].next; in stream_list_pop() 64 new_head->links[id].prev = nullptr; in stream_list_pop() 83 if (s->links[id].prev) { in stream_list_remove() 84 s->links[id].prev->links[id].next = s->links[id].next; in stream_list_remove() 87 t->lists[id].head = s->links[id].next; in stream_list_remove() 89 if (s->links[id].next) { in stream_list_remove() 90 s->links[id].next->links[id].prev = s->links[id].prev; in stream_list_remove() 92 t->lists[id].tail = s->links[id].prev; in stream_list_remove() 117 s->links[id].next = nullptr; in stream_list_add_tail() 118 s->links[id].prev = old_tail; in stream_list_add_tail() [all …]
|
| /external/pciutils/lmr/ |
| D | margin_args.c | 27 "--margin\t\tMargin selected Links\n" 28 "--full\t\t\tMargin all ready for testing Links in the system (one by one)\n" 29 "--scan\t\t\tScan for Links available for margining\n\n" 31 "Common (for all specified links) options:\n" 77 find_ready_links(struct pci_access *pacc, struct margin_link *links, bool cnt_only) in find_ready_links() argument 92 margin_fill_link(down, up, &(links[cnt])); in find_ready_links() 252 struct margin_link *links = NULL; in margin_parse_util_args() local 259 die("Links not found or you don't have enough privileges.\n"); in margin_parse_util_args() 262 links = xmalloc(ports_n * sizeof(*links)); in margin_parse_util_args() 263 find_ready_links(pacc, links, false); in margin_parse_util_args() [all …]
|
| /external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ |
| D | BatchUpdateUserLinksRequestOrBuilder.java | 30 * Required. The account or property that all user links in the request are 47 * Required. The account or property that all user links in the request are 65 * Required. The requests specifying the user links to update. 66 * A maximum of 1000 user links can be updated in a batch. 78 * Required. The requests specifying the user links to update. 79 * A maximum of 1000 user links can be updated in a batch. 91 * Required. The requests specifying the user links to update. 92 * A maximum of 1000 user links can be updated in a batch. 104 * Required. The requests specifying the user links to update. 105 * A maximum of 1000 user links can be updated in a batch. [all …]
|
| D | BatchDeleteUserLinksRequestOrBuilder.java | 30 * Required. The account or property that all user links in the request are 47 * Required. The account or property that all user links in the request are 65 * Required. The requests specifying the user links to update. 66 * A maximum of 1000 user links can be updated in a batch. 78 * Required. The requests specifying the user links to update. 79 * A maximum of 1000 user links can be updated in a batch. 91 * Required. The requests specifying the user links to update. 92 * A maximum of 1000 user links can be updated in a batch. 104 * Required. The requests specifying the user links to update. 105 * A maximum of 1000 user links can be updated in a batch. [all …]
|