| /external/jacoco/org.jacoco.doc/docroot/doc/ |
| D | build.html | 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st… 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" /> 7 …<link rel="stylesheet" href="../coverage/jacoco-resources/prettify.css" charset="UTF-8" type="text… 9 <script type="text/javascript" src="../coverage/jacoco-resources/prettify.js"></script> 10 <title>JaCoCo - Build</title> 41 mvn clean verify 51 ./jacoco/target/jacoco-<i>x.y.z.qualifier</i>.zip 62 mvn clean verify -DskipTests [all …]
|
| /external/libcups/doc/help/ |
| D | spec-command.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- SECTION: Specifications --> 7 <link rel='stylesheet' type='text/css' href='../cups-printable.css'> 10 <!-- 13 Copyright © 2007-2018 by Apple Inc. 14 Copyright © 1997-2006 by Easy Software Products. 18 --> 25 (application/vnd.cups-command) which is used to send printer 26 maintenance commands to a printer in a device-independent way. 28 such as head cleaning and self-test pages and query functions [all …]
|
| /external/libcups/filter/ |
| D | Makefile | 4 # Copyright © 2007-2019 by Apple Inc. 5 # Copyright © 1997-2006 by Easy Software Products. 50 # Clean all object files... 53 clean: target 62 $(CC) -MM $(ALL_CFLAGS) $(OBJS:.o=.c) >Dependencies 69 install: all install-data install-headers install-libs install-exec 76 install-data: 83 install-exec: 84 $(INSTALL_DIR) -m 755 $(SERVERBIN)/filter 101 install-headers: [all …]
|
| /external/perfetto/infra/perfetto.dev/ |
| D | build.js | 7 // http://www.apache.org/licenses/LICENSE-2.0 24 const fswatch = require('node-watch'); // Like fs.watch(), but works on Linux. 39 parser.add_argument('--out', {help: 'Output directory'}); 40 parser.add_argument('--watch', '-w', {action: 'store_true'}); 41 parser.add_argument('--serve', '-s', {action: 'store_true'}); 42 parser.add_argument('--verbose', '-v', {action: 'store_true'}); 45 cfg.outDir = path.resolve(ensureDir(args.out || cfg.outDir, /*clean=*/ true)); 51 const installBuildDeps = pjoin(ROOT_DIR, 'tools/install-build-deps'); 53 // --filter=nodejs --filter=pnpm --filter=gn --filter=ninja is to match what 54 // cloud_build_entrypoint.sh passes to install-build-deps. It doesn't bother [all …]
|
| /external/fmtlib/doc/ |
| D | usage.rst | 6 :file:`fmt/format-inl.h`, :file:`src/format.cc` and optionally other headers 51 cmake -DBUILD_SHARED_LIBS=TRUE ... 60 cmake -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ... 66 After building the library you can install it on a Unix-like system by running 83 to exclude it from ``make``, ``make all``, or ``cmake --build .``. 88 target_link_libraries(<your-target> fmt::fmt) 90 Setting up your target to use a header-only version of ``fmt`` is equally easy:: 92 target_link_libraries(<your-target> PRIVATE fmt::fmt-header-only) 98 build-system combined, to use ``fmt``. 102 - **https://cppget.org/fmt/** for released and published versions. [all …]
|
| /external/jsoup/src/main/javadoc/ |
| D | overview.html | 7 <h1>jsoup: Java HTML parser that makes sense of real-world HTML soup.</h1> 9 <p><b>jsoup</b> is a Java library for working with real-world HTML. It provides a very convenient A… 10 and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors.</p> 17 <li>find and extract data, using DOM traversal or CSS selectors 19 <li>clean user-submitted content against a safelist, to prevent XSS 24 to invalid tag-soup; jsoup will create a sensible parse tree.</p>
|
| /external/libopus/doc/ |
| D | Makefile.am | 10 $(top_srcdir)/doc/customdoxygen.css 12 EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html \ 18 all-local: doxygen-build.stamp 20 doxygen-build.stamp: Doxyfile $(DOCINPUTS) 24 install-data-local: 25 $(INSTALL) -d $(DESTDIR)$(docdir)/html/search 26 for f in `find html -type f \! -name "installdox"`; do \ 30 $(INSTALL) -d $(DESTDIR)$(mandir)/man3 31 cd man && find man3 -type f -name opus_*.3 \ 32 -exec $(INSTALL_DATA) \{} $(DESTDIR)$(mandir)/man3 \; [all …]
|
| /external/ktfmt/website/ |
| D | package.json | 3 "prettier": "prettier --write .", 4 "simpleserver": "yaserver --root ./ --port 8888" 7 "clean-css": "^5.1.1", string 8 "event-stream": "4.0.1", 10 "monaco-editor": "^0.23.0",
|
| /external/libexif/doc/ |
| D | Makefile.am | 17 # maintainable with a completely non-recursive build. 34 (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_DIR) | GZIP=--best gzip -c) > $@ 40 $(HTML_APIDOC_INTERNALS_DIR).stamp: Doxyfile-internals $(top_builddir)/libexif/libexif.la 46 …(cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_INTERNALS_DIR) | GZIP=--best gzip -c) >… 48 DOXYGEN_INSTALL_TARGETS += install-apidocs-internals 49 install-apidocs-internals: $(HTML_APIDOC_INTERNALS_DIR).stamp 50 mkdir -p "$(DESTDIR)$(docdir)" 52 \( -type d -exec chmod 0755 {} \; \) -or \ 53 \( -type f -exec chmod 0644 {} \; \) 54 (unset CDPATH; cd "$(DOXYGEN_OUTPUT_DIR)" && tar cpf - "$(HTML_APIDOC_INTERNALS_DIR)") \ [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/ |
| D | css-parse.js | 12 Extremely simple css parser. Intended to be not more than what we need 50 // given a string of css, return a simple rule tree 56 text = clean(text); 65 function clean(cssText) { function 85 let previous = p['rules'][p['rules'].length - 1] || null; 106 let t = text.substring(node['start'], node['end'] - 1); 110 t = text.substring(ss, node['start'] - 1); 152 return s.replace(/\\([0-9a-f]{1,6})\s/gi, function() { 154 repeat = 6 - code.length; 155 while (repeat--) { [all …]
|
| /external/skia/modules/skparagraph/src/ |
| D | Run.h | 86 …return SkVector::Make(fAdvance.fX, fFontMetrics.fDescent - fFontMetrics.fAscent + fFontMetrics.fLe… in advance() 130 auto ascent = ascentStyle == LineMetricStyle::Typographic ? this->ascent() in calculateHeight() 131 : this->correctAscent(); in calculateHeight() 132 auto descent = descentStyle == LineMetricStyle::Typographic ? this->descent() in calculateHeight() 133 : this->correctDescent(); in calculateHeight() 134 return descent - ascent; in calculateHeight() 223 size_t cluster = this->clusterIndex(start); in iterateThroughClustersInTextOrder() 224 for (size_t glyph = 1; glyph <= this->size(); ++glyph) { in iterateThroughClustersInTextOrder() 225 auto nextCluster = this->clusterIndex(glyph); in iterateThroughClustersInTextOrder() 234 this->calculateWidth(start, glyph, glyph == size()), in iterateThroughClustersInTextOrder() [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
| D | gulpfile.js | 13 /* eslint-env node */ 14 /* eslint-disable no-console */ 17 const sourcemaps = require('gulp-sourcemaps'); 19 const rename = require('gulp-rename'); 20 const rollup = require('rollup-stream'); 21 const buffer = require('vinyl-buffer'); 22 const source = require('vinyl-source-stream'); 23 const closure = require('google-closure-compiler').gulp(); 24 const size = require('gulp-size'); 27 'css-parse', [all …]
|
| /external/fmtlib/.github/workflows/ |
| D | doc.yml | 11 runs-on: ubuntu-20.04 14 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 16 - name: Add ubuntu mirrors 19 # see https://github.com/actions/runner-images/issues/7048 21 curl http://mirrors.ubuntu.com/mirrors.txt | sudo tee --append /etc/apt/mirrors.txt 22 …sudo sed -i 's~http://azure.archive.ubuntu.com/ubuntu/~mirror+file:/etc/apt/mirrors.txt~' /etc/apt… 24 - name: Create Build Environment 27 sudo apt install doxygen python3-virtualenv 28 sudo npm install -g less clean-css 29 cmake -E make_directory ${{runner.workspace}}/build [all …]
|
| /external/libcups/ |
| D | Makefile | 2 # Top-level Makefile for CUPS. 4 # Copyright © 2007-2021 by Apple Inc. 5 # Copyright © 1997-2007 by Easy Software Products, all rights reserved. 22 # Test suite options - normally blank, override with make command... 33 chmod +x cups-config 90 clean: target 93 (cd $$dir; $(MAKE) $(MFLAGS) clean) || exit 1;\ 98 # Remove all non-distribution files... 101 distclean: clean 103 $(RM) conf/cups-files.conf conf/cupsd.conf conf/mime.convs conf/pam.std conf/snmp.conf [all …]
|
| /external/libcups/doc/ |
| D | Makefile | 4 # Copyright © 2007-2019 by Apple Inc. 5 # Copyright © 1997-2007 by Easy Software Products. 18 apple-touch-icon.png \ 19 cups.css \ 20 cups-printable.css \ 24 images/color-wheel.png \ 26 images/cups-icon.png \ 34 images/cups-block-diagram.png \ 35 images/cups-command-chain.png \ 36 images/cups-postscript-chain.png \ [all …]
|
| /external/tagsoup/ |
| D | README | 1 TagSoup - Just Keep On Truckin' 5 This is the home page of TagSoup, a SAX-compliant parser written in 6 Java that, instead of parsing well-formed or valid XML, parses HTML as 11 to even the worst HTML. TagSoup also includes a command-line processor 12 that reads HTML files and can generate either clean HTML or well-formed 19 proprietary re-use as well as use with GPL 3.0 or GPL 2.0-or-later 20 projects. (If anyone needs a GPL 2.0 license for a GPL 2.0-only 28 directory and copy the saxon.jar and saxon-xml-apis.jar files to 34 There are a great many changes, most of them fixes for long-standing 43 the command line with the --emptybogons switch, or programmatically [all …]
|
| /external/libogg/doc/libogg/ |
| D | ogg_sync_pageout.html | 4 <title>libogg - function - ogg_sync_pageout</title> 5 <link rel=stylesheet href="style.css" type="text/css"> 12 <td align=right><p class=tiny>libogg release 1.3.5 - 20210603</p></td> 22 … ensure that the buffer is cleared. The example code below illustrates a clean reading loop which… 47 <li>-1 returned if stream has not yet captured sync (bytes were skipped).</li> 66 <td><p class=tiny>copyright © 2000-2021 Xiph.Org Foundation</p></td> 70 <td align=right><p class=tiny>libogg release 1.3.5 - 20210603</p></td>
|
| D | Makefile.in | 4 # Copyright (C) 1994-2021 Free Software Foundation, Inc. 19 if test -z '$(MAKELEVEL)'; then \ 21 elif test -n '$(MAKE_HOST)'; then \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 case $${target_option-} in \ 33 "target option '$${target_option-}' specified" >&2; \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /external/libnl/doc/ |
| D | Makefile.am | 1 # -*- Makefile -*- 6 -a pygments \ 7 -a language=c \ 8 -a icons \ 9 -a toc2 \ 10 -a numbered \ 11 -a imagesdir="./images/" \ 12 -a iconsdir="./images/icons" \ 13 -a stylesdir="$(abs_srcdir)/stylesheets/" 22 libnl.css \ [all …]
|
| /external/jsoup/ |
| D | README.md | 3 …ith real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extracti… 7 * scrape and [parse](https://jsoup.org/cookbook/input/parse-document-from-string) HTML from a URL, … 8 …extract data](https://jsoup.org/cookbook/extracting-data/selector-syntax), using DOM traversal or … 9 * manipulate the [HTML elements](https://jsoup.org/cookbook/modifying-data/set-html), attributes, a… 10 * [clean](https://jsoup.org/cookbook/cleaning-html/safelist-sanitizer) user-submitted content again… 13 …ties of HTML found in the wild; from pristine and validating, to invalid tag-soup; jsoup will crea… 20 …ki/Main_Page) homepage, parse it to a [DOM](https://developer.mozilla.org/en-US/docs/Web/API/Docum… 25 Elements newsHeadlines = doc.select("#mp-itn b a"); 31 [Online sample](https://try.jsoup.org/~LGB7rk_atM2roavV0d-czMt3J_g), [full source](https://github.c… 42 …udio/write/java8-support#library-desugaring) with the [NIO specification](https://developer.androi…
|
| /external/bzip2/ |
| D | Makefile | 1 # ------------------------------------------------------------------ 3 # lossless, block-sorting data compression. 6 # Copyright (C) 1996-2019 Julian Seward <jseward@acm.org> 13 # ------------------------------------------------------------------ 17 # To assist in cross-compiling 23 BIGFILES=-D_FILE_OFFSET_BITS=64 24 CFLAGS=-Wall -Winline -O2 -g $(BIGFILES) 41 $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2 44 $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2recover bzip2recover.o 47 rm -f libbz2.a [all …]
|
| /external/llvm/ |
| D | llvm.spec.in | 9 Source: http://llvm.org/releases/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz 10 BuildRoot: %{_tmppath}/%{name}-root 15 LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, 16 and idle-time optimization of programs from arbitrary programming languages. 19 using front-ends derived from GCC 4.0.1. A new front-end for the C family of 25 %setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@ 29 --prefix=%{_prefix} \ 30 --bindir=%{_bindir} \ 31 --datadir=%{_datadir} \ 32 --includedir=%{_includedir} \ [all …]
|
| /external/perfetto/ui/ |
| D | build.js | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 // - The build process for the whole UI and the chrome extension. 20 // - The HTTP dev-server with live-reload capabilities. 21 // The reason why this is a hand-rolled script rather than a conventional build 25 // edit-one-line -> reload html cycles) is to run both the TypeScript compiler 26 // and the rollup bundler in --watch mode. Any other attempt, leads to O(10s) 27 // incremental-build times. 28 // This script allows mixing build tools that support --watch mode (tsc and 29 // rollup) and auto-triggering-on-file-change rules via node-watch. 31 // just runs all the build tasks serially. It doesn't to do any mtime-based [all …]
|
| /external/selinux/secilc/docs/ |
| D | Makefile | 46 mkdir -p $(TMPDIR) 49 cp -f $< $(TMPDIR)/ 51 $(SED) -i -re 's:(\[`[^`]*`\])\([^#]*([^\)]):\1\(\2:g' $@ 54 cp -f $< $@ 56 $(SED) -i '1i Example Policy\n=========\n```secil' $@ 60 mkdir -p $(HTMLDIR) 62 --highlight-style=$(PANDOC_HIGHLIGHT_STYLE) \ 63 --syntax-definition=secil.xml \ 64 --standalone \ 65 --metadata title="CIL Reference Guide" \ [all …]
|
| /external/icu/icu4c/source/ |
| D | Makefile.in | 5 # Copyright (C) 1998-2016, International Business Machines 9 ## Top-level Makefile.in for ICU 22 docfiles = $(docfilesdir)/*.png $(docfilesdir)/*.html $(docfilesdir)/*.css $(docfilesdir)/*.tag 49 DOCZIP = icu-docs.zip 53 ## Files to remove for 'make clean' 56 ALL_PKGCONFIG_FILES=$(ALL_PKGCONFIG_SUFFIX:%=$(top_builddir)/config/icu-%.pc) 59 …g/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_builddir)/config/icu-config @platform_make… 70 MANX_FILES = config/icu-config.$(SECTION) 79 .PHONY : all all-local all-recursive install install-local install-udata install-udata-files instal… 80 install-recursive clean clean-local clean-recursive distclean \ [all …]
|