/third_party/ltp/testcases/kernel/syscalls/link/ |
H A D | link03.c | 38 * Tests that link(2) succeds with creating n links. 72 int i, links; in main() local 98 links = nlinks; in main() 100 links = (lc % 90) + 10; in main() 102 /* Create links - 1 hardlinks so that the st_nlink == links */ in main() 103 for (i = 1; i < links; i++) { in main() 115 if (buf.st_nlink != (nlink_t)links) { in main() 116 tst_resm(TFAIL, "Wrong number of links for " in main() 118 fname, (int)buf.st_nlink, links); in main() [all...] |
/third_party/selinux/libselinux/utils/ |
H A 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, mod in main() [all...] |
/third_party/node/deps/v8/tools/link_clicker.extension/ |
H A D | content.js | 24 let links = document.links; 26 for (let i = 0; i < links.length; i++) { 27 let href = links[i].href; 45 let links = findAllLinks(); 46 if (links.length <= 5) { 47 // navigate back if the page has not enough links 51 let link = links[Math.round(Math.random() * (links.length-1))];
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-repacker.cc | 795 assert(graph.object (3).links.length == 2); in test_sort_kahn_1() 796 assert(graph.object (3).links[0].objidx == 2); in test_sort_kahn_1() 797 assert(graph.object (3).links[1].objidx == 1); in test_sort_kahn_1() 800 assert(graph.object (2).links.length == 1); in test_sort_kahn_1() 801 assert(graph.object (2).links[0].objidx == 0); in test_sort_kahn_1() 804 assert(graph.object (1).links.length == 0); in test_sort_kahn_1() 807 assert(graph.object (0).links.length == 0); in test_sort_kahn_1() 824 assert(graph.object (4).links.length == 3); in test_sort_kahn_2() 825 assert(graph.object (4).links[0].objidx == 3); in test_sort_kahn_2() 826 assert(graph.object (4).links[ in test_sort_kahn_2() [all...] |
H A D | hb-repacker.hh | 103 return !obj.links.length; in is_leaf() 153 // TODO(grieger): check all links point to valid objects. in graph_t() 167 for (unsigned i = 0; i < v->obj.links.length; i++) in graph_t() 169 v->obj.links[i].objidx--; in graph_t() 218 for (const auto& link : vertices_[i].obj.links) in serialize() 263 for (const auto& link : next.obj.links) { in sort_kahn() 317 for (const auto& link : next.obj.links) { in sort_shortest_distance() 320 // Add the order that the links were encountered to the priority. in sort_shortest_distance() 351 for (auto& l : vertices_[i].obj.links) in assign_32bit_spaces() 395 * Isolates the subgraph of nodes reachable from root. Any links t [all...] |
H A D | hb-serialize.hh | 68 void fini () { links.fini (); } in fini() 73 && (links.length == o.links.length) in operator ==() 75 && links.as_bytes () == o.links.as_bytes (); in operator ==() 80 links.as_bytes ().hash (); in hash() 95 hb_vector_t<link_t> links; member 109 { return snapshot_t { head, tail, current, current->links.length, errors }; } in snapshot() 285 assert (!obj->links.length); in pop_pack() 311 * links wil in pop_pack() [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | macro_checker.py | 40 self.links = {} 85 if entity not in self.links: 86 self.links[entity] = [] 87 self.links[entity].append(context) 201 if (not self.haveLinkTarget(entity)) and entity not in self.links) 211 return {entity: contexts for entity, contexts in self.links.items()
|
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gparser.c | 555 cache->links = cache->default_links; in dwarf_flush_rs_cache() 564 if (cache->links && cache->links != cache->default_links) in dwarf_flush_rs_cache() 565 munmap(cache->links, DWARF_UNW_CACHE_SIZE(cache->prev_log_size) in dwarf_flush_rs_cache() 566 * sizeof (cache->links[0])); in dwarf_flush_rs_cache() 571 GET_MEMORY(cache->links, DWARF_UNW_CACHE_SIZE(cache->log_size) in dwarf_flush_rs_cache() 572 * sizeof (cache->links[0])); in dwarf_flush_rs_cache() 573 if (!cache->hash || !cache->buckets || !cache->links) in dwarf_flush_rs_cache() 585 cache->links[i].coll_chain = -1; in dwarf_flush_rs_cache() 586 cache->links[ in dwarf_flush_rs_cache() [all...] |
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | deps.rs | 9 pub links: Option<OsString>, 26 if let Some(links) = &self.links { in print_to_cargo() 27 println!("cargo:CXXBRIDGE_LINKS={}", links.to_string_lossy()); in print_to_cargo() 51 // `links` key. This is important because Cargo imposes no ordering on the in direct_dependencies() 52 // execution of build scripts without a `links` key. When exposing a in direct_dependencies() 58 // - https://doc.rust-lang.org/cargo/reference/build-scripts.html#the-links-manifest-key in direct_dependencies() 74 crates.entry(k).or_default().links = Some(v); in direct_dependencies()
|
/third_party/vixl/tools/ |
H A D | make_instruction_doc_aarch64.pl | 106 my $links = get_links_list(\%inst); 118 $links->{'integer'} 121 $links->{'float'} 124 $links->{'sve'} 127 $links->{'pseudo'} 138 # Get a hash of links to each initialed section of the document, keyed by type.
|
/third_party/skia/third_party/externals/freetype/docs/markdown/javascripts/ |
H A D | extra.js | 22 var links = document.getElementsByTagName('a'); variable 23 for(var i = 0; i < links.length; i++) { function 24 links[i].onclick = function (event) {
|
/third_party/ffmpeg/libavfilter/ |
H A D | graphparser.c | 222 static AVFilterInOut *extract_inout(const char *label, AVFilterInOut **links) in extract_inout() argument 226 while (*links && (!(*links)->name || strcmp((*links)->name, label))) in extract_inout() 227 links = &((*links)->next); in extract_inout() 229 ret = *links; in extract_inout() 232 *links = ret->next; in extract_inout()
|
H A D | avfiltergraph.c | 241 * Configure all the links of graphctx. 399 * @return >=0 if all links formats lists could be queried and merged; 1095 * Configure the formats of all the links in the graph. 1101 /* find supported formats from sub-filters, and merge along links */ in graph_config_formats() 1248 AVFilterLink **links = graph->sink_links; in heap_bubble_up() local 1254 if (links[parent]->current_pts_us >= link->current_pts_us) in heap_bubble_up() 1256 links[index] = links[parent]; in heap_bubble_up() 1257 links[index]->age_index = index; in heap_bubble_up() 1260 links[inde in heap_bubble_up() 1267 AVFilterLink **links = graph->sink_links; heap_bubble_down() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.c | 763 os_memcpy(&hdr[1], sm->mlo.links[i].addr, ETH_ALEN); in wpa_mlo_link_kde() 1293 if ((sm->mlo.links[link_id].gtk.gtk_len == (size_t) gd->gtk_len && 1294 os_memcmp(sm->mlo.links[link_id].gtk.gtk, gd->gtk, 1295 sm->mlo.links[link_id].gtk.gtk_len) == 0) || 1296 (sm->mlo.links[link_id].gtk_wnm_sleep.gtk_len == 1298 os_memcmp(sm->mlo.links[link_id].gtk_wnm_sleep.gtk, gd->gtk, 1299 sm->mlo.links[link_id].gtk_wnm_sleep.gtk_len) == 0)) { 1324 sm->mlo.links[link_id].gtk_wnm_sleep.gtk_len = gd->gtk_len; 1325 os_memcpy(sm->mlo.links[link_id].gtk_wnm_sleep.gtk, gd->gtk, 1326 sm->mlo.links[link_i [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_copy.c | 70 unsigned int links = ~SND_PCM_HW_PARBIT_ACCESS; in snd_pcm_copy_hw_refine_schange() local 71 err = _snd_pcm_hw_params_refine(sparams, links, params); in snd_pcm_copy_hw_refine_schange() 81 unsigned int links = ~SND_PCM_HW_PARBIT_ACCESS; in snd_pcm_copy_hw_refine_cchange() local 82 err = _snd_pcm_hw_params_refine(params, links, sparams); in snd_pcm_copy_hw_refine_cchange()
|
H A D | pcm_plug.c | 817 unsigned int links = (SND_PCM_HW_PARBIT_PERIOD_TIME | in snd_pcm_plug_hw_refine_schange() local 829 links |= SND_PCM_HW_PARBIT_RATE; in snd_pcm_plug_hw_refine_schange() 837 links |= SND_PCM_HW_PARBIT_CHANNELS; in snd_pcm_plug_hw_refine_schange() 844 links |= SND_PCM_HW_PARBIT_FORMAT; in snd_pcm_plug_hw_refine_schange() 892 if ((links & SND_PCM_HW_PARBIT_RATE) || in snd_pcm_plug_hw_refine_schange() 894 links |= (SND_PCM_HW_PARBIT_PERIOD_SIZE | in snd_pcm_plug_hw_refine_schange() 906 err = _snd_pcm_hw_params_refine(sparams, links, params); in snd_pcm_plug_hw_refine_schange() 917 unsigned int links = (SND_PCM_HW_PARBIT_PERIOD_TIME | in snd_pcm_plug_hw_refine_cchange() local 928 links |= SND_PCM_HW_PARBIT_CHANNELS; in snd_pcm_plug_hw_refine_cchange() 931 links | in snd_pcm_plug_hw_refine_cchange() [all...] |
H A D | pcm_extplug.c | 238 unsigned int links = (SND_PCM_HW_PARBIT_FORMAT | in get_links() local 253 links &= ~excl_parbits[i]; in get_links() 255 return links; in get_links() 263 unsigned int links = get_links(ext->sparams); in snd_pcm_extplug_hw_refine_schange() local 265 return _snd_pcm_hw_params_refine(sparams, links, params); in snd_pcm_extplug_hw_refine_schange() 273 unsigned int links = get_links(ext->params); in snd_pcm_extplug_hw_refine_cchange() local 275 return _snd_pcm_hw_params_refine(params, links, sparams); in snd_pcm_extplug_hw_refine_cchange()
|
/third_party/tzdata/ |
H A D | zic.c | 353 static struct link * links; variable 702 /* Compare the two links A and B, for a stable sort by link name. */ 729 /* Make the links specified by the Link lines. */ 735 qsort(links, nlinks, sizeof *links, qsort_linkcmp); in make_links() 741 && strcmp(links[i].l_linkname, links[i + 1].l_linkname) == 0) in make_links() 743 links[j++] = links[i]; in make_links() 747 /* Walk through the link array making links in make_links() [all...] |
/third_party/nghttp2/src/ |
H A D | HtmlParser.cc | 80 parser_data->links.push_back( in add_link() 212 return parser_data_.links; in get_links() 215 void HtmlParser::clear_links() { parser_data_.links.clear(); } in clear_links()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | tz2icu.cpp | 904 map<string, set<string> > links; variable 975 links[fromid].insert(toid); in readFinalZonesAndRules() 1132 os << " links:intvector { "; in print() 1548 for (map<string,set<string>>::const_iterator i = links.begin(); i != links.end(); ) { in main() 1553 // Also remove all revserse links in main() 1560 links.erase(i++); in main() 1578 // Process links (including ICU aliases). For each link set we have in main() 1583 for (map<string,set<string> >::const_iterator i = links.begin(); in main() 1584 i!=links in main() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | tz2icu.cpp | 904 map<string, set<string> > links; variable 975 links[fromid].insert(toid); in readFinalZonesAndRules() 1132 os << " links:intvector { "; in print() 1548 for (map<string,set<string>>::const_iterator i = links.begin(); i != links.end(); ) { in main() 1553 // Also remove all revserse links in main() 1560 links.erase(i++); in main() 1578 // Process links (including ICU aliases). For each link set we have in main() 1583 for (map<string,set<string> >::const_iterator i = links.begin(); in main() 1584 i!=links in main() [all...] |
/third_party/ffmpeg/libavfilter/tests/ |
H A D | filtfmts.c | 35 static void print_formats_internal(AVFilterLink **links, const AVFilterPad *pads, in print_formats_internal() argument 40 const AVFilterLink *const link = links[i]; in print_formats_internal()
|
/third_party/alsa-lib/src/ |
H A D | dlmisc.c | 69 struct link_map *links; in snd_dlinfo_origin() local 72 if (dladdr1(&snd_dlpath, &info, (void**)&links, RTLD_DL_LINKMAP) == 0) in snd_dlinfo_origin() 74 if (dlinfo(links, RTLD_DI_ORIGIN, origin)) in snd_dlinfo_origin()
|
/third_party/icu/icu4j/perf-tests/perldriver/ |
H A D | Output.pm | 229 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */ 230 A:visited { color: blue; font-weight: normal; text-decoration: none } /* visited links */ 232 A:active { color: lime; font-weight: normal; text-decoration: none } /* active links */
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
H A D | Output.pm | 229 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */ 230 A:visited { color: blue; font-weight: normal; text-decoration: none } /* visited links */ 232 A:active { color: lime; font-weight: normal; text-decoration: none } /* active links */
|