Searched +full:libxml2 +full:- +full:utils (Results 1 – 25 of 35) sorted by relevance
12
| /external/libxml2/ |
| D | CMakeLists.txt | 5 … if(line MATCHES [[^m4_define\(\[(MAJOR_VERSION|MINOR_VERSION|MICRO_VERSION)\],[ \t]*([0-9]+)\)$]]) 7 … elseif(line MATCHES "^(LIBXML_MAJOR_VERSION|LIBXML_MINOR_VERSION|LIBXML_MICRO_VERSION)=([0-9]+)$") 13 project(libxml2 VERSION ${VERSION} LANGUAGES C) project 48 option(LIBXML2_WITH_SCHEMAS "Add Relax-NG and Schemas support" ON) 52 option(LIBXML2_WITH_THREAD_ALLOC "Add per-thread memory" OFF) 53 option(LIBXML2_WITH_TLS "Enable thread-local storage" OFF) 91 set(PACKAGE "libxml2") 92 set(PACKAGE_NAME "libxml2") 93 set(PACKAGE_STRING "libxml2 ${VERSION}") 94 set(PACKAGE_TARNAME "libxml2") [all …]
|
| /external/wpa_supplicant_8/hs20/client/ |
| D | Android.mk | 1 LOCAL_PATH := $(call my-dir) 4 INCLUDES += $(LOCAL_PATH)/../../src/utils 7 INCLUDES += external/libxml2/include 19 # build (e.g., "mm -B" failed to build, but following that with "mm" allowed 29 L_CFLAGS += -DCONFIG_CTRL_IFACE 30 L_CFLAGS += -DCONFIG_CTRL_IFACE_UNIX 31 L_CFLAGS += -DCONFIG_CTRL_IFACE_CLIENT_DIR=\"/data/misc/wifi/sockets\" 39 OBJS += ../../src/utils/xml-utils.c 40 #OBJS += ../../src/utils/browser-android.c 41 OBJS += ../../src/utils/browser-wpadebug.c [all …]
|
| /external/cronet/third_party/libxml/src/win32/ |
| D | Makefile.msvc | 1 # Makefile for libxml2, specific for Windows, MSVC and NMAKE. 16 # ---------------------------------------------------------------- 35 UTILS_INTDIR = int.utils.msvc 253 UTILS = $(BINDIR)\xmllint.exe\ 266 UTILS = $(UTILS) $(BINDIR)\testThreads.exe 270 _VC_MANIFEST_EMBED_EXE= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$… 271 _VC_MANIFEST_EMBED_DLL= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$… 277 all : libxml libxmla libxmladll utils 285 utils : $(UTILS) 300 install-libs : all [all …]
|
| D | Makefile.bcb | 1 # Makefile for libxml2, specific for Windows, BCB6 and Borland make. 19 # ---------------------------------------------------------------- 41 UTILS_INTDIR = int.utils.bcb 44 CPP = cpp32.exe -P- 45 CPPFLAGS = -I"$(XML_SRCDIR)\include" -DNOLIBTOOL 47 CPPFLAGS = $(CPPFLAGS) -D_REENTRANT -D__MT__ 52 CFLAGS = -q -D_NO_VCL -D_WINDOWS -D_MBCS -DEILSEQ=2 -DNOLIBTOOL -w- 53 CFLAGS = $(CFLAGS) -I"$(XML_SRCDIR)" -I"$(XML_SRCDIR)\include" -I"$(INCPREFIX)" -I"$(INCLUDE)" 55 CFLAGS = $(CFLAGS) -D_REENTRANT -tWM 58 CFLAGS = $(CFLAGS) -tWR [all …]
|
| D | Makefile.mingw | 1 # Makefile for libxml2, specific for Windows, GCC (mingw) and GNU make. 16 # ---------------------------------------------------------------- 32 UTILS_INTDIR = int.utils.mingw 35 CPP = gcc.exe -E 36 CPPFLAGS += -I$(XML_SRCDIR)/include -DNOLIBTOOL 38 CPPFLAGS += -D_REENTRANT 43 CFLAGS += -D_WINDOWS -D_MBCS -DNOLIBTOOL 44 CFLAGS += -I$(XML_SRCDIR) -I$(XML_SRCDIR)/include -I$(INCPREFIX) $(INCLUDE) 46 CFLAGS += -D_REENTRANT 49 CFLAGS += "-DXML_THREAD_LOCAL=__declspec(thread)" [all …]
|
| /external/libxml2/win32/ |
| D | Makefile.msvc | 1 # Makefile for libxml2, specific for Windows, MSVC and NMAKE. 16 # ---------------------------------------------------------------- 35 UTILS_INTDIR = int.utils.msvc 244 UTILS = $(BINDIR)\xmllint.exe\ 257 UTILS = $(UTILS) $(BINDIR)\testThreads.exe 261 _VC_MANIFEST_EMBED_EXE= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$… 262 _VC_MANIFEST_EMBED_DLL= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$… 268 all : libxml libxmla libxmladll utils 276 utils : $(UTILS) 291 install-libs : all [all …]
|
| D | Makefile.bcb | 1 # Makefile for libxml2, specific for Windows, BCB6 and Borland make. 19 # ---------------------------------------------------------------- 41 UTILS_INTDIR = int.utils.bcb 44 CPP = cpp32.exe -P- 45 CPPFLAGS = -I"$(XML_SRCDIR)\include" -DNOLIBTOOL 47 CPPFLAGS = $(CPPFLAGS) -D__MT__ 52 CFLAGS = -q -D_NO_VCL -D_WINDOWS -D_MBCS -DEILSEQ=2 -DNOLIBTOOL -w- 53 CFLAGS = $(CFLAGS) -I"$(XML_SRCDIR)" -I"$(XML_SRCDIR)\include" -I"$(INCPREFIX)" -I"$(INCLUDE)" 55 CFLAGS = $(CFLAGS) -tWM 58 CFLAGS = $(CFLAGS) -tWR [all …]
|
| D | Makefile.mingw | 1 # Makefile for libxml2, specific for Windows, GCC (mingw) and GNU make. 16 # ---------------------------------------------------------------- 32 UTILS_INTDIR = int.utils.mingw 35 CPP = gcc.exe -E 36 CPPFLAGS += -I$(XML_SRCDIR)/include -DNOLIBTOOL 40 CFLAGS += -D_WINDOWS -D_MBCS -DNOLIBTOOL 41 CFLAGS += -I$(XML_SRCDIR) -I$(XML_SRCDIR)/include -I$(INCPREFIX) $(INCLUDE) 43 CFLAGS += "-DXML_THREAD_LOCAL=__declspec(thread)" 46 CFLAGS += -DHAVE_PTHREAD_H 51 LDFLAGS += -Wl,--major-image-version,$(LIBXML_MAJOR_VERSION) [all …]
|
| /external/oss-fuzz/projects/neomutt/ |
| D | Dockerfile | 7 # 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 xsltproc libncursesw5-dev l…
|
| /external/mesa3d/.gitlab-ci/container/debian/ |
| D | x86_64_build-base.sh | 5 # .gitlab-ci/image-tags.yml tags: 8 set -e 9 set -o xtrace 14 apt-get install -y ca-certificates 15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/* 16 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |… 24 apt-utils 28 "clang-${LLVM_VERSION}" 29 "clang-format-${LLVM_VERSION}" 30 dpkg-cross [all …]
|
| /external/libxml2/test/relaxng/ |
| D | comps_0.xml | 3 <!-- <meta> --> 4 <!-- Meta information will go here eventually --> 5 <!-- </meta> --> 69 <packagereq type="mandatory">redhat-logos</packagereq> 70 <packagereq type="mandatory">redhat-release</packagereq> 78 <packagereq type="mandatory">util-linux</packagereq> 79 <packagereq type="mandatory">vim-minimal</packagereq> 80 <!-- the following are needed for anaconda post-install bits --> 85 <packagereq type="mandatory">shadow-utils</packagereq> 124 <packagereq type="mandatory">bind-utils</packagereq> [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/ |
| D | Dockerfile.rocm | 9 ARG ROCM_PATH=/opt/rocm-5.1.0 14 RUN apt-get --allow-unauthenticated update && apt install -y wget software-properties-common 17 RUN apt-get clean all 18 RUN wget -qO - https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add -; 19 RUN bin/bash -c 'if [[ $ROCM_DEB_REPO == https://repo.radeon.com/rocm/* ]] ; then \ 26 RUN apt-get update --allow-insecure-repositories && DEBIAN_FRONTEND=noninteractive apt-get install … 27 build-essential \ 29 clang-6.0 \ 30 clang-format-6.0 \ 31 clang-tidy-6.0 \ [all …]
|
| /external/oss-fuzz/projects/exiv2/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 FROM gcr.io/oss-fuzz-base/base-builder 18 RUN apt-get update && apt-get install -y cmake make ccache python3 libexpat1-dev zlib1g-dev libssh-…
|
| /external/oss-fuzz/projects/usbguard/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 19 RUN apt-get update && apt-get install -y \ 24 pkg-config \ 25 libxml2-utils \ 27 libqb-dev \ 28 libprotobuf-dev \ 29 protobuf-compiler \ 30 libdbus-1-dev \ 31 libdbus-glib-1-dev \ [all …]
|
| /external/google-cloud-java/.github/workflows/ |
| D | versions.yaml | 7 # http://www.apache.org/licenses/LICENSE-2.0 19 - main 23 unmanaged-versions-check: 24 runs-on: ubuntu-latest 26 - uses: actions/checkout@v3 27 - run: ./generation/check_non_release_please_versions.sh 31 existing-versions-check: 32 runs-on: ubuntu-latest 34 … github.repository_owner == 'googleapis' && github.head_ref == 'release-please--branches--main' && 37 - run: sudo apt-get update -y [all …]
|
| /external/oss-fuzz/projects/libarchive/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 19 RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config \ 20 libbz2-dev liblzo2-dev liblzma-dev liblz4-dev libz-dev \ 21 libssl-dev libacl1-dev libattr1-dev lrzip \ 22 liblz4-tool lzop zstd lcab genisoimage jlha-utils rar default-jdk 23 RUN git clone --depth 1 https://github.com/libarchive/libarchive.git 24 RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/libxml2.git
|
| /external/flac/.github/workflows/ |
| D | distcheck.yml | 6 - main 7 - master 12 runs-on: ubuntu-22.04 14 - uses: actions/checkout@v3 16 - uses: actions/checkout@v3 18 repository: ietf-wg-cellar/flac-test-files 19 path: ./test-files 21 - name: Install Linux dependencies 23 sudo apt-get update 24 …sudo apt-get install -y libtool-bin libogg-dev doxygen libxml2-utils w3c-sgml-lib pandoc abi-compl… [all …]
|
| /external/google-cloud-java/owl-bot-postprocessor/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # Specifying our own image is more reliable than 3rd-party image, which 17 FROM gcr.io/cloud-devrel-public-resources/java17 19 RUN apt-get update && \ 20 apt-get -y upgrade && \ 21 apt-get install wget && \ 22 apt-get install unzip && \ 23 apt -y install git && \ 24 …apt-get install -y --no-install-recommends libxml2-utils apt-transport-https ca-certificates gnupg… 25 rm -rf /var/cache/apt [all …]
|
| /external/expat/.github/workflows/ |
| D | valid-xml.yml | 8 # Copyright (c) 2021-2023 Sebastian Pipping <sebastian@pipping.org> 31 name: Ensure well-formed and valid XML 37 - cron: '0 2 * * 5' # Every Friday at 2am 44 name: Ensure well-formed and valid XML 45 runs-on: ubuntu-20.04 47 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 49 - name: Install build dependencies 50 run: |- 51 set -x 52 sudo apt-get update [all …]
|
| /external/google-auth-library-java/.github/workflows/ |
| D | downstream.yaml | 5 - main 9 if: ${{ github.event.label.name == 'downstream-check:run' }} 10 runs-on: ubuntu-latest 12 fail-fast: false 17 - accessapproval 18 - accesscontextmanager 19 - aiplatform 20 - analytics-admin 21 - analytics-data 22 - api-gateway [all …]
|
| /external/sdv/vsomeip/third_party/boost/unordered/ |
| D | .travis.yml | 14 - libxml2-utils 15 - g++-multilib 19 - compiler: gcc 22 user_config="using gcc : : g++-4.8 --coverage -fsanitize=address ;" 25 - compiler: gcc 28 user_config="using gcc : : g++-4.8 -m32 -fsanitize=address ;" 30 - compiler: clang 33 user_config="using clang : : clang++ -fsanitize=address ;" 35 # sanitized=address not available for 32-bit clang on travis. 36 - compiler: clang [all …]
|
| /external/perfetto/infra/ci/sandbox/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 RUN set -ex; \ 23 echo deb http://deb.debian.org/debian buster-backports main > \ 25 apt-get update; \ 26 apt-get -y install python3 python3-pip git curl sudo lz4 tar ccache tini \ 27 libpulse0 libgl1 libxml2 libc6-dev-i386 libtinfo5 \ 28 gnupg2 pkg-config zip g++ zlib1g-dev unzip \ 29 python3-distutils gcc-7 g++-7; \ 30 apt-get -y install libc++-8-dev libc++abi-8-dev clang-8; \ 31 update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1; \ [all …]
|
| /external/libxkbcommon/ |
| D | Android.bp | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 // Added automatically by a large-scale-change that took the approach of 32 // See: http://go/android-license-faq 37 "SPDX-license-identifier-BSD-3-Clause", 38 "SPDX-license-identifier-GPL", 39 "SPDX-license-identifier-GPL-2.0", 40 "SPDX-license-identifier-GPL-3.0", 41 "SPDX-license-identifier-ISC", 42 "SPDX-license-identifier-MIT", 58 "src/xkbcomp/ast-build.c", [all …]
|
| /external/robolectric/scripts/ |
| D | README.md | 1 # Robolectric build-android.sh tutorial 5 … you to run the `build-android.sh` script in the Robolectric repository, resulting in the correspo… 18 $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo 25 … to hold your working files. If you're using MacOS, this has to be on a case-sensitive filesystem.… 31 Configure git with your real name and email address. To use the Gerrit code-review tool, you will n… 33 $ git config --global user.name "Your Name" 34 $ git config --global user.email "you@example.com" 40 $ sudo apt-get install git-core gnupg gnupg-agent flex bison gperf build-essential \ 41 zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 \ 42 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache \ [all …]
|
| /external/mesa3d/docs/drivers/ |
| D | svga3d.rst | 8 hardware-accelerated 3D. VMware Workstation running on Linux or Windows 14 - The vmwgfx kernel module version 2.20 or later 15 - The VM needs to be configured to hardware version 20 or later. 16 - MESA 22.0 or later should be installed. 27 ---------- 31 - Linux kernel module: vmwgfx 32 - User-space libdrm library 33 - Mesa/Gallium OpenGL driver: "svga" 37 `Workstation Pro <https://www.vmware.com/products/workstation-pro.html>`__ or 41 ------------- [all …]
|
12