/external/selinux/libselinux/utils/ |
D | selabel_lookup_best_match.c | 58 char **links = NULL; in main() local 96 links = calloc(num_links + 1, sizeof(char *)); in main() 98 if (!links) { in main() 105 links[num_links] = malloc(string_len); in main() 106 if (!links[num_links]) { in main() 110 strcpy(links[num_links], argv[i]); in main() 127 (const char **)links, mode); in main() 130 (const char **)links, mode); in main() 155 if (links) { in main() 156 for (i = 0; links[i]; i++) in main() [all …]
|
/external/tremolo/Tremolo/ |
D | vorbisfile.c | 245 vf->links=m+1; in _bisect_forward_serialno() 246 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets)); in _bisect_forward_serialno() 247 vf->serialnos=_ogg_malloc(vf->links*sizeof(*vf->serialnos)); in _bisect_forward_serialno() 384 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets)); in _prefetch_all_offsets() 385 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths)); in _prefetch_all_offsets() 387 for(i=0;i<vf->links;i++){ in _prefetch_all_offsets() 484 for(i=0;i<vf->links;i++) in _make_decode_ready() 486 if(i==vf->links)return -1; in _make_decode_ready() 681 for(link=0;link<vf->links;link++) in _fetch_and_process_packet() 683 if(link==vf->links){ in _fetch_and_process_packet() [all …]
|
/external/icu/tools/ |
D | ZoneCompactor.java | 31 private Map<String,String> links = new HashMap<String,String>(); field in ZoneCompactor 73 links.put(from, to); in ZoneCompactor() 75 String link = links.get(s); in ZoneCompactor() 90 Iterator<String> it = links.keySet().iterator(); in ZoneCompactor() 93 String to = links.get(from); in ZoneCompactor() 137 while (links.get(actualZoneName) != null) { in ZoneCompactor() 138 actualZoneName = links.get(actualZoneName); in ZoneCompactor()
|
D | update-tzdata.py | 38 links = [] 45 links.append('%s %s %s' % (fields[0], fields[1], fields[2])) 52 for link in sorted(set(links)):
|
/external/icu/icu4c/source/data/misc/ |
D | zoneinfo64.txt | 27 links:intvector { 5, 11, 13, 21, 22, 27, 38, 51, 52, 54, 55, 345 } 59 links:intvector { 3, 18, 399 } 101 links:intvector { 30, 44, 45 } 109 links:intvector { 31, 33 } 117 links:intvector { 12, 16, 25, 35, 36, 37, 39, 42, 50, 53 } 129 links:intvector { 15, 17, 28, 29, 34, 40, 41, 43, 376 } 143 links:intvector { 7, 9, 10, 23, 24, 32, 46, 48, 394, 513, 517, 522 } 160 links:intvector { 56, 530 } 185 links:intvector { 59, 80, 614 } 195 links:intvector { 4, 60, 613 } [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | zoneinfo64.txt | 38 links:intvector { 7, 385 } 51 links:intvector { 9, 10 } 58 links:intvector { 11, 55 } 95 links:intvector { 3, 18, 390 } 164 links:intvector { 29, 367 } 182 links:intvector { 31, 33 } 297 links:intvector { 56, 517 } 322 links:intvector { 59, 80, 600 } 332 links:intvector { 4, 60, 599 } 350 links:intvector { 2, 64, 90 } [all …]
|
/external/markdown/tests/markdown-test/ |
D | benchmark.dat | 3 auto-links:0.080000:397312.000000 11 links-inline:0.140000:0.000000 12 links-reference:0.170000:0.000000
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 502 vf->links=m+1; in _bisect_forward_serialno() 507 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets)); in _bisect_forward_serialno() 508 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno() 509 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno() 510 vf->serialnos=_ogg_malloc(vf->links*sizeof(*vf->serialnos)); in _bisect_forward_serialno() 511 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets)); in _bisect_forward_serialno() 512 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths)); in _bisect_forward_serialno() 832 for(link=0;link<vf->links;link++) in _fetch_and_process_packet() 835 if(link==vf->links) continue; /* not the desired Vorbis in _fetch_and_process_packet() 901 vf->links=1; in _ov_open1() [all …]
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
D | status.css | 77 .status-links > a { 131 #sidebar .status-links { 182 .status-links .selected-link { 185 .status-links a:active, 186 .status-links a:link, 187 .status-links a:visited { 193 .status-links a:hover,
|
/external/libpng/ |
D | configure.ac | 229 # Control over what links are made for installed files. Versioned files are 231 # unversioned links are also created (normally as symbolic links): 232 AC_ARG_ENABLE([unversioned-links], 233 AS_HELP_STRING([[[--enable-unversioned-links]]], 236 [If this option is enabled unversioned links will be created pointing to] 238 [libpng-config for all builds you do not need these links, but if you] 240 [link with -lpng; in that case you need the links.] 241 [The links can be installed manually using 'make install-header-links'] 242 [and 'make install-library-links' and can be removed using the] 244 [libpng 'make install' will recreate the links to point to the just] [all …]
|
D | Makefile.am | 293 install-header-links: 297 uninstall-header-links: 314 install-library-links: 323 uninstall-library-links: 338 install-data-hook: install-header-links 339 uninstall-hook: uninstall-header-links 340 install-exec-hook: install-library-links 341 uninstall-hook: uninstall-library-links
|
/external/libvncserver/webclients/novnc/include/ |
D | webutil.js | 207 var links = document.getElementsByTagName("link"); 210 for (var i = 0; i < links.length; i += 1) { 211 if (links[i].title && 212 links[i].rel.toUpperCase().indexOf("STYLESHEET") > -1) { 213 sheets.push(links[i]);
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
D | btDbvtBroadphase.cpp | 56 item->links[0]=0; in listappend() 57 item->links[1]=list; in listappend() 58 if(list) list->links[0]=item; in listappend() 66 if(item->links[0]) item->links[0]->links[1]=item->links[1]; else list=item->links[1]; in listremove() 67 if(item->links[1]) item->links[1]->links[0]=item->links[0]; in listremove() 75 while(root) { ++n;root=root->links[1]; } in listcount() 525 btDbvtProxy* next=current->links[1]; in collide()
|
D | btDbvtBroadphase.h | 47 btDbvtProxy* links[2]; member 53 links[0]=links[1]=0; in btDbvtProxy()
|
/external/valgrind/helgrind/ |
D | hg_main.c | 3533 LAOGLinks* links; in laog__show() local 3537 links = NULL; in laog__show() 3539 (UWord*)&links )) { in laog__show() 3541 tl_assert(links); in laog__show() 3543 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->inns ); in laog__show() 3546 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->outs ); in laog__show() 3550 links = NULL; in laog__show() 3558 LAOGLinks* links; in univ_laog_do_GC() local 3569 links = NULL; in univ_laog_do_GC() 3570 while (VG_(nextIterFM)( laog, NULL, (UWord*)&links )) { in univ_laog_do_GC() [all …]
|
/external/autotest/server/cros/dynamic_suite/ |
D | reporting.py | 141 links = self._get_links_for_failure() 163 'build_artifacts': links.artifacts, 164 'results_log': links.results, 165 'status_log': links.status_log, 166 'buildbot_stages': links.buildbot, 167 'job': links.job, 168 'retry_url': links.retry_url, 195 links = collections.namedtuple('links', ('results,' 201 return links(reporting_utils.link_result_logs(
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
D | sort.js | 104 links = tag.getElementsByTagName("a"); 105 for (var i = 0; i < links.length; i++) { 106 var a = links[i];
|
/external/markdown/docs/ |
D | CHANGE_LOG | 25 with wikilinks (note the s) ext (uses bracketed links instead of CamelCase) 62 Nov 29, 2007: Added support for images inside links. Also fixed 75 infinite loop in bracket regex for inline links. 89 multi-line comments and markup inside links. (Tracker #s: 1683066, 105 May 18, 2006: Stopped catching unquoted titles in reference links. 156 syntax in headers (e.g. links) and got the lists to use p-tags 173 Feb. 3, 2005: Reference-style links, single-line lists, backticks, 176 Nov. 2004: Added links, blockquotes, html blocks to Manfred
|
/external/autotest/client/tests/kvm/ |
D | control.parallel | 38 # When dispatching tests from autotest-server the links we need do not exist on 43 # links, or same as server mode use rootdir and set all appropriate links and 47 # We create the links only if not already exist, so if one already set up the 48 # links for client/local run we do not touch the links. 62 # Create links only if not already exist 151 # links to point to the newly built executables.
|
/external/kernel-headers/original/uapi/linux/ |
D | media.h | 81 __u16 links; member 166 struct media_link_desc __user *links; member
|
/external/cros/system_api/ |
D | README | 11 protobuf. The browser only links against the light version, so you will get 13 and then try to use it in Chrome. Currently CrOS links against the full
|
/external/chromium-trace/catapult/hooks/ |
D | install.py | 70 links = [ 75 for l in links:
|
/external/bzip2/ |
D | bzip.css | 3 #336699 medium blue links 59 /* don't have underlined links in chunked nav menus */
|
/external/doclava/res/assets/templates/ |
D | macros.cs | 8 link: whether to create a link at the top level, always creates links in 16 .superBounds.N.(more links) (... super ... & ...) 17 .extendsBounds.N.(more links) (... extends ... & ...) 18 .typeArguments.N.(more links) (< ... >) ?><?cs 359 # A table of links to classes with descriptions, as in a package file or the nested classes ?><?cs 372 # A list of links to classes, for use in the side navigation of classes when viewing a package (pan… 385 # A list of links to classes, for use in the side navigation of classes when viewing a class (panel… 398 # A list of links to packages, for use in the side navigation of packages (panel nav) ?><?cs
|
/external/libyuv/files/ |
D | .gitignore | 11 /links 12 /links.db
|