Home
last modified time | relevance | path

Searched full:links (Results 1 – 25 of 12300) sorted by relevance

12345678910>>...492

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dpollset_windows.cc45 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/grpc-grpc/src/core/lib/iomgr/
Dpollset_windows.cc45 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/
DProcessLinks.java25 * 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 …]
DProcessLinksOrBuilder.java57 * 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 …]
DBatchSearchLinkProcessesRequestOrBuilder.java59 * 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 …]
DBatchSearchLinkProcessesRequest.java137 * 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/
Dconsole-header.textpb2 links {
4 links {
9 links {
14 links {
19 links {
24 links {
29 links {
35 links {
36 name: "Links"
37 links {
[all …]
Dluci-milo.cfg225 links {
227 links {
232 links {
237 links {
242 links {
247 links {
252 links {
258 links {
259 name: "Links"
260 links {
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dattach_probe.c80 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 …]
Dcgroup_link.c40 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/
Dhb-repacker-fuzzer.cc26 * 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/
Dselabel_lookup_best_match.c21 "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/opencensus-java/api/src/main/java/io/opencensus/trace/export/
DSpanData.java57 * 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-v2beta/src/main/java/com/google/cloud/retail/v2beta/
DMerchantCenterLinkingConfig.java26 * 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 …]
DMerchantCenterLinkingConfigOrBuilder.java30 * 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/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/
DMerchantCenterLinkingConfig.java26 * 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 …]
DMerchantCenterLinkingConfigOrBuilder.java30 * 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/autotest/docs/
Dfaft-links.md1 # 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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dstream_lists.cc60 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/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dstream_lists.cc60 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/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/
DBatchDeleteUserLinksRequestOrBuilder.java30 * 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 …]
DBatchUpdateUserLinksRequestOrBuilder.java30 * 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 …]
DBatchCreateUserLinksRequestOrBuilder.java30 * 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
80 * Required. The requests specifying the user links to create.
81 * A maximum of 1000 user links can be created in a batch.
93 * Required. The requests specifying the user links to create.
94 * A maximum of 1000 user links can be created in a batch.
106 * Required. The requests specifying the user links to create.
107 * A maximum of 1000 user links can be created in a batch.
119 * Required. The requests specifying the user links to create.
120 * A maximum of 1000 user links can be created in a batch.
[all …]
/external/llvm/lib/Analysis/
DStratifiedSets.h96 Links = std::move(Other.Links);
101 std::vector<StratifiedLink> Links) in StratifiedSets() argument
102 : Values(std::move(Map)), Links(std::move(Links)) {} in StratifiedSets()
113 return Links[Index]; in getLink()
118 std::vector<StratifiedLink> Links; variable
120 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds()
280 for (auto &Link : Links) { in finalizeSets()
316 static void propagateAttrs(std::vector<StratifiedLink> &Links) { in propagateAttrs() argument
317 const auto getHighestParentAbove = [&Links](StratifiedIndex Idx) { in propagateAttrs()
318 const auto *Link = &Links[Idx]; in propagateAttrs()
[all …]
/external/guava/android/guava/src/com/google/common/collect/
DObjectCountLinkedHashMap.java55 * The links field is not initialized directly in the constructor, but it's initialized by init(),
68 @VisibleForTesting transient long[] links; field in ObjectCountLinkedHashMap
100 links = new long[expectedSize]; in init()
101 Arrays.fill(links, UNSET); in init()
121 return (int) (links[entry] >>> 32); in getPredecessor()
125 return (int) links[entry]; in getSuccessor()
130 links[entry] = (links[entry] & ~succMask) | (succ & succMask); in setSuccessor()
135 links[entry] = (links[entry] & ~predMask) | ((long) pred << 32); in setPredecessor()
172 int oldCapacity = links.length; in resizeEntries()
173 links = Arrays.copyOf(links, newCapacity); in resizeEntries()
[all …]

12345678910>>...492