Searched refs:links (Results 1 - 25 of 512) sorted by relevance

1234567891011>>

/xsrc/external/mit/freetype/dist/docs/reference/javascripts/
H A Dextra.js22 var links = document.getElementsByTagName('a'); variable
23 for(var i = 0; i < links.length; i++) {
24 links[i].onclick = function (event) {
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dbuild-kernel.sh12 mkdir -p ld-links
15 ln -sf /usr/bin/$i.bfd ld-links/$i
17 export PATH=`pwd`/ld-links:$PATH
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dindex.adoc24 * <<links.adoc#,Links>> collections links to various manuals and
H A Dlinks.adoc3 This is a conglomeration of links to various references materials that
/xsrc/external/mit/lndir/dist/
H A DREADME.md1 lndir - create a shadow directory of symbolic links to another directory tree
/xsrc/external/mit/ctwm/dist/client/
H A DCMakeLists.txt6 # There's a demolib that links against it
H A DREADME.md27 : A small program that links against `libctwmc` and demonstrates a
/xsrc/external/mit/fontconfig/dist/conf.d/
H A Dlink_confs.py13 parser.add_argument('links', nargs='+')
29 for link in args.links:
/xsrc/external/mit/xterm/dist/vttests/
H A Dmodify-keys.pl977 my @links = @{ $_[0] };
983 if ( $#links >= 0 ) {
984 for my $l ( 0 .. $#links ) {
985 my %obj = %{ $links[$l] }; # link_data
1294 my @links;
1296 $links[0] = &link_data( "summary", "detailed", 1, $sym );
1298 \@links,
1347 my @links;
1349 $links[0] = &link_data( "detailed", "symmap", 1, $sym );
1351 \@links, #
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.4.6.rst75 - install-lib-links: remove the .install-lib-links file
102 - install-lib-links: don't depend on .libs directory
H A D7.8.2.rst103 links to libGL. `Bug
H A D8.0.2.rst72 - docs: add links to 8.0.1 release notes
H A D11.1.3.rst130 - install-gallium-links: port changes from install-lib-links
H A D7.10.2.rst90 - docs: add, fix release notes links
H A D9.1.1.rst102 - docs: insert links to the 9.0.3 release
H A D12.0.4.rst119 - gallium: Fix install-gallium-links.mk on non-bash /bin/sh
H A D7.10.3.rst126 - docs: 7.10.3 release notes skeleton file, links
H A D7.9.2.rst151 - docs: add links to 7.9.1 and 7.9.2 release notes
/xsrc/external/mit/MesaLib/dist/docs/
H A Dlists.rst38 Follow the links above for list archives.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/
H A Dmake.bat25 echo. linkcheck to check all external links for integrity
/xsrc/external/mit/freetype/dist/builds/
H A Dtoplevel.mk259 @# Without removing the files, `autoconf' and friends follow links.
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dbare-metal.rst105 with fastboot, and the servo serial devices are actually links to
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1179 /* this is the array of signaling timeline semaphore links */
1192 if (!util_dynarray_num_elements(&sema->links, struct lvp_semaphore_timeline*)) {
1199 util_dynarray_append(&sema->links, struct lvp_semaphore_timeline*, &link[i]);
1202 struct lvp_semaphore_timeline *tl = util_dynarray_pop(&sema->links, struct lvp_semaphore_timeline*);
1211 /* prune any timeline links which are older than the current device timeline id
1222 /* walk the timeline links and pop all the ones that are old */
1228 util_dynarray_append(&sema->links, struct lvp_semaphore_timeline*, tl);
1260 /* build array of timeline links to poll */
1545 /* always prune first to make links available and update timeline id */
2273 util_dynarray_init(&sema->links, sem
[all...]
H A Dlvp_private.h524 struct util_dynarray links; member in struct:lvp_semaphore
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/
H A Ddoxygen.conf.in375 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
650 # contain links (just like the HTML output) instead of page references
698 # contain links (just like the HTML output) instead of page references.
701 # Note: wordpad (write) and others do not support links.
899 # does not have to be run to correct the links.

Completed in 62 milliseconds

1234567891011>>