Home
last modified time | relevance | path

Searched +full:brotli +full:- +full:dev (Results 1 – 25 of 45) sorted by relevance

12

/external/brotli/csharp/
Dtranspile.sh1 if ! which mvn >/dev/null; then
2 echo -e '\033[01;31mMaven is not installed / configured.\033[00m'
6 if ! which mono >/dev/null; then
7 echo -e '\033[01;31mMono platform is not installed / configured.\033[00m'
11 if ! which nuget >/dev/null; then
12 echo -e '\033[01;31mNuGet compiler is not installed / configured.\033[00m'
16 if ! which mcs >/dev/null; then
17 echo -e '\033[01;31mC# compiler is not installed / configured.\033[00m'
21 rm -rf build
25 #-------------------------------------------------------------------------------
[all …]
/external/brotli/scripts/
D.travis.sh9 brew update >/dev/null
13 "gcc-"*)
14 …${CC} || brew install $(echo "${CC}" | sed 's/\-/@/') || brew link --overwrite $(echo "${CC}" | se…
20 brew cask install homebrew/cask-versions/adoptopenjdk8
28 …et 'https://raw.githubusercontent.com/nemequ/pgi-travis/de6212d94fd0e7d07a6ef730c23548c337c436a7/i…
29 …d93cfb87d26f65147395dcbedd4c3c844ee6ec39616f1a347c8df5 install-pgi.sh' | sha256sum -c --strict ||…
30 /bin/sh install-pgi.sh
42-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_RO…
44 …cmake ${CMAKE_FLAGS} -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" -DENABLE_SANITIZER="${SA…
46 ctest -V || exit 1
[all …]
/external/apache-commons-compress/src/site/xdoc/
Dindex.xml2 <!--
11 http://www.apache.org/licenses/LICENSE-2.0
19 -->
23 <author email="dev@commons.apache.org">Commons Documentation Team</author>
31 Brotli, Zstandard, DEFLATE64 and Z files.
44 via:<br/> Ant -&gt; Avalon-Excalibur -&gt; Commons-IO
45 -&gt; Commons-Compress.</li>
58 of changes see the <a href="changes-report.html">Changes
64 using a mult-byte encoding.</li>
82 <p>Currently the bzip2, Pack200, XZ, gzip, lzma, brotli,
[all …]
Dexamples.xml2 <!--
11 http://www.apache.org/licenses/LICENSE-2.0
19 -->
23 <author email="dev@commons.apache.org">Commons Documentation Team</author>
35 Pack200, DEFLATE, Brotli, DEFLATE64, ZStandard and Z, the archiver formats are 7z, ar, arj,
40 dump, Brotli, DEFLATE64 and Z. arj can only read uncompressed archives, 7z can read
85 <p>Note that there is no way to detect the lzma or Brotli formats so only
86 the two-arg version of
88 to Compress 1.9 the .Z format hasn't been auto-detected
164 it - here <code>IOUtils.copy</code> may come handy. You do so
[all …]
/external/oss-fuzz/projects/cpp-httplib/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y make autoconf automake libtool
20 # Install brotli.
21 RUN apt-get install -y libbrotli-dev
24 RUN apt-get update && apt-get install -y zlib1g-dev
26 RUN git clone --depth 1 https://github.com/yhirose/cpp-httplib.git cpp-httplib
28 WORKDIR cpp-httplib
/external/fonttools/
DREADME.rst10 Mac-specific formats. The project has an `MIT open-source
23 NumPy (see `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`__).
44 # create new virtual environment called e.g. 'fonttools-venv', or anything you like
45 python -m virtualenv fonttools-venv
47 …# source the `activate` shell script to enter the environment (Unix-like); to exit, just type `dea…
48 . fonttools-venv/bin/activate
51 fonttools-venv\Scripts\activate.bat
54 pip install -e .
57 ---------------------
63 The ``fonttools`` PyPI distribution also supports so-called "extras", i.e. a
[all …]
Dsetup.py51 # --with-cython/--without-cython options override environment variables
52 opt_with_cython = {"--with-cython"}.intersection(sys.argv)
53 opt_without_cython = {"--without-cython"}.intersection(sys.argv)
56 "error: the options '--with-cython' and '--without-cython' are "
60 sys.argv.remove("--with-cython")
63 sys.argv.remove("--without-cython")
96 # read/write XML files (faster/safer than built-in ElementTree)
103 "brotli >= 1.0.1; platform_python_implementation == 'CPython'",
108 # of the Unicode Character Database instead of the built-in unicodedata
118 # use pure-python alternative on pypy
[all …]
/external/sandboxed-api/.github/workflows/
Dubuntu-cmake-contrib.yml1 name: ubuntu-cmake-contrib
11 fail-fast: false
13 os: [ubuntu-22.04]
15 - brotli
16 - c-blosc
17 - jsonnet
18 - libidn2
19 - libraw
20 - libtiff
21 - libxls
[all …]
/external/curl/.github/workflows/
Dlinux.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
Dwindows.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
/external/fonttools/Tests/ttx/
Dttx_test.py25 import brotlicffi as brotli namespace
27 import brotli
29 brotli = None variable
65 with open(file_path, "r", encoding="utf-8") as f:
68 # -----
70 # -----
186 args = ["-s", temp_path]
198 # <?xml version="1.0" encoding="UTF-8"?>
202 parsed_xml = parseXML(self.read_file(ttx_file_path)[2:-1])
216 args = ["-g", temp_path]
[all …]
/external/freetype/builds/unix/
Dconfigure.raw5 # Copyright (C) 2001-2023 by
39 LT_INIT(win32-dll)
46 AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc)
47 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc)
48 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc)
49 test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler])
52 rm -f a.* b.* a_out.exe conftest.*
55 rm -f conftest.c
56 if test -x a.out -o -x b.out -o -x conftest; then
58 elif test -x a_out.exe -o -x conftest.exe; then
[all …]
/external/curl/
Dconfigure.ac21 # SPDX-License-Identifier: curl
29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/])
67 if test -z "$SED"; then
71 if test -z "$SED" || test "$SED" = "not_found"; then
79 if test -z "$GREP"; then
83 if test -z "$GREP" || test "$GREP" = "not_found"; then
89 dnl 'grep -E' is mandatory for configure process and libtool.
91 if test -z "$EGREP"; then
93 AC_MSG_CHECKING([that grep -E works])
94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
[all …]
/external/curl/.github/scripts/
Dspellcheck.words3 # SPDX-License-Identifier: curl
51 AWS-LC
75 brotli
182 dev
/external/zstd/
DREADME.md1 <p align="center"><img src="https://raw.githubusercontent.com/facebook/zstd/dev/doc/images/zstd_log…
4 targeting real-time compression scenarios at zlib-level and better compression ratios.
8 This repository represents the reference implementation, provided as an open-source dual [BSD](LICE…
11 …and bindings is provided on [Zstandard homepage](https://facebook.github.io/zstd/#other-languages).
20 [travisDevBadge]: https://api.travis-ci.com/facebook/zstd.svg?branch=dev "Continuous Integration te…
21 [travisLink]: https://travis-ci.com/facebook/zstd
22 [CircleDevBadge]: https://circleci.com/gh/facebook/zstd/tree/dev.svg?style=shield "Short test suite"
24 [CirrusDevBadge]: https://api.cirrus-ci.com/github/facebook/zstd.svg?branch=dev
25 [CirrusLink]: https://cirrus-ci.com/github/facebook/zstd
26 [OSSFuzzBadge]: https://oss-fuzz-build-logs.storage.googleapis.com/badges/zstd.svg
[all …]
/external/pigweed/pw_web/
Ddocs.rst1 .. _module-pw_web:
3 ---------
5 ---------
15 -------------
18 .. code-block:: bash
20 $ npm install --save pigweedjs
25 .. code-block:: javascript
34 .. code-block:: html
42 ---------------
45 Refer to :ref:`target documentation<target-stm32f429i-disc1-stm32cube>` for
[all …]
/external/python/setuptools/setuptools/tests/integration/
Dtest_pip_install_sdist.py41 # that `build-essential`, `gfortran` and `libopenblas-dev` are installed,
50 # --- Popular packages: https://hugovk.github.io/top-pypi-packages/ ---
53 ("brotli", LATEST), # not in the list but used by urllib3
68 VIRTUALENV = (sys.executable, "-m", "virtualenv")
76 "--ignore-installed",
77 "--no-build-isolation",
78 # We don't need "--no-binary :all:" since we specify the path to the sdist.
81 # The downside of `--no-build-isolation` is that pip will not download build
107 run([venv_python, "-m", "pip", "freeze"])
111 ALREADY_LOADED = ("pytest", "mypy") # loaded by pytest/pytest-enabler
[all …]
/external/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment
30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
36 - run:
38 autoreconf -fi
39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }
41 configure-openssl-no-verbose:
43 - run:
45 autoreconf -fi
46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; }
[all …]
/external/curl/docs/
DINSTALL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
22 ./bootstrap-vcpkg.sh
33 the `GIT-INFO.md` file in the root directory for specific instructions on how
41 ./configure --with-openssl [--with-gnutls --with-wolfssl]
52 ./configure --help
57 ./configure --prefix=/path/to/curl/tree
63 ./configure --prefix=$HOME
72 ./configure --with-openssl
[all …]
/external/angle/third_party/glslang/src/
DREADME.md3 …rd](https://api.securityscorecards.dev/projects/github.com/KhronosGroup/glslang/badge)](https://se…
17 ### Reference Validator and GLSL/ESSL -> AST Front End
19 An OpenGL GLSL and OpenGL|ES GLSL (ESSL) front-end for reference validation and translation of GLSL…
23 ### HLSL -> AST Front End
25 An HLSL front-end for translation of an approximation of HLSL to glslang's AST form.
28 … which receives a much larger investment and attempts to have definitive/reference-level semantics.
32 ### AST -> SPIR-V Back End
34 Translates glslang's AST to the Khronos-specified SPIR-V intermediate language.
40 …ion information from the AST, reflection types/variables/etc. from the HLL source (not the SPIR-V).
42 …ccurate for the input HLL and AST, but only approximate for what would later be emitted for SPIR-V.
[all …]
/external/deqp-deps/glslang/
DREADME.md3 …rd](https://api.securityscorecards.dev/projects/github.com/KhronosGroup/glslang/badge)](https://se…
17 ### Reference Validator and GLSL/ESSL -> AST Front End
19 An OpenGL GLSL and OpenGL|ES GLSL (ESSL) front-end for reference validation and translation of GLSL…
23 ### HLSL -> AST Front End
25 An HLSL front-end for translation of an approximation of HLSL to glslang's AST form.
28 … which receives a much larger investment and attempts to have definitive/reference-level semantics.
32 ### AST -> SPIR-V Back End
34 Translates glslang's AST to the Khronos-specified SPIR-V intermediate language.
40 …ion information from the AST, reflection types/variables/etc. from the HLL source (not the SPIR-V).
42 …ccurate for the input HLL and AST, but only approximate for what would later be emitted for SPIR-V.
[all …]
/external/curl/lib/
Dcurl_config.h4 /* Ignore c-ares deprecation warnings */
22 /* disable alt-svc */
49 /* disable headers-api */
52 /* disable alt-svc */
70 /* to disable --libcurl C code generation option */
94 /* disable progress-meter */
165 /* if BROTLI is in use */
168 /* Define to 1 if you have the <brotli/decode.h> header file. */
290 /* Define to 1 if you have a working glibc-style strerror_r function. */
299 /* if you have GSS-API libraries */
[all …]
/external/libwebsockets/
DCMakeLists.txt2 # libwebsockets - small server side websockets and web server implementation
4 # Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com>
48 # For selecting between DEBUG / RELEASE, use -DCMAKE_BUILD_TYPE=DEBUG or =RELEASE
61 #set(CMAKE_TOOLCHAIN_FILE contrib/cross-esp32.cmake)
109 option(LWS_WITH_NETWORK "Compile with network-related code" ON)
118 option(LWS_WITH_CGI "Include CGI (spawn process with network-connected stdin/out/err) APIs" OFF)
124 option(LWS_WITH_ZIP_FOPS "Support serving pre-zipped files" OFF)
127 option(LWS_WITH_ACCESS_LOG "Support generating Apache-compatible access logs" OFF)
131 option(LWS_WITH_HTTP_BROTLI "Also offer brotli http stream compression (requires LWS_WITH_HTTP_STRE…
150 option(LWS_WITH_SECURE_STREAMS "Secure Streams protocol-agnostic API" OFF)
[all …]
/external/apache-commons-compress/src/changes/
Dchanges.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
11 http://www.apache.org/licenses/LICENSE-2.0
19 -->
21 <!--
22 This file is also used by the maven-changes-plugin to generate the release notes.
26 release process easy :-).
30 3. Use the report generated by the maven-changelog-plugin to see all
35 mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=m.n]
38 -->
[all …]
/external/curl/tests/http/testenv/
Denv.py2 # -*- coding: utf-8 -*-
23 # SPDX-License-Identifier: curl
83 p = subprocess.run(args=[self.curl, '-V'],
86 assert False, f'{self.curl} -V failed with exit code: {p.returncode}'
137 self.domain1brotli = f"brotli.one.{self.tld}"
157 p = subprocess.run(args=[self.nghttpx, '-v'],
165 log.debug(f'nghttpx -v: {p.stdout}')
190 p = subprocess.run(args=[self.vsftpd, '-v'],
199 # vsftp does not use stdout or stderr for printing its version... -.-
210 p = subprocess.run(args=[self.apxs, '-q', 'HTTPD_VERSION'],
[all …]

12