/external/libdrm/ |
D | configure.ac | 16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 30 AC_CONFIG_AUX_DIR([build-aux]) 33 # Require xorg-macros minimum of 1.12 for XORG_WITH_XSLTPROC 35 [m4_fatal([must install xorg-macros 1.12 or later before running autoconf/autogen])]) 40 AM_INIT_AUTOMAKE([1.10 foreign dist-bzip2]) 59 export CFLAGS="$CFLAGS -Werror" 67 LT_INIT([disable-static]) 69 dnl pthread-stubs is mandatory on some BSD platforms, due to the nature of the 72 linux* | cygwin* | darwin* | solaris* | *-gnu* | gnu* | openbsd*) 81 PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs >= 0.4) [all …]
|
D | meson_options.txt | 106 'cairo-tests', combo 110 description : 'Enable support for Cairo rendering in tests.', 113 'man-pages', 127 'freedreno-kgsl', 133 'install-test-programs',
|
D | .gitlab-ci.yml | 1 .artifacts-meson: &artifacts-meson 4 - _build/meson-logs 6 .artifacts-autotools: &artifacts-autotools 9 - _build/*.log 10 - _build/*/*.log 11 - _build/*/*/*.log 13 .meson-build: &meson-build 14 - meson _build 15 -D amdgpu=true 16 -D cairo-tests=true [all …]
|
D | Makefile.am | 16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 23 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} 25 AM_MAKEFLAGS = -s 27 --enable-udev \ 28 --enable-libkms \ 29 --enable-intel \ 30 --enable-radeon \ 31 --enable-amdgpu \ 32 --enable-nouveau \ 33 --enable-vc4 \ [all …]
|
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 35 with_freedreno_kgsl = get_option('freedreno-kgsl') 36 with_install_tests = get_option('install-test-programs') 39 dep_pthread_stubs = dependency('pthread-stubs', version : '>= 0.4') 174 # clock_gettime might require -rt, or it might not. find out 194 foreach a : ['-Wall', '-Wextra', '-Wsign-compare', '-Werror=undef', 195 '-Werror=implicit-function-declaration', '-Wpointer-arith', 196 '-Wwrite-strings', '-Wstrict-prototypes', '-Wmissing-prototypes', 197 '-Wmissing-declarations', '-Wnested-externs', '-Wpacked', 198 '-Wswitch-enum', '-Wmissing-format-attribute', [all …]
|
/external/igt-gpu-tools/ |
D | configure.ac | 16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 24 AC_INIT([igt-gpu-tools], 27 [igt-gpu-tools]) 32 AC_CONFIG_AUX_DIR([build-aux]) 39 AM_INIT_AUTOMAKE([1.12 foreign subdir-objects dist-bzip2]) 61 TIMER_LIBS="-lrt" 64 TIMER_LIBS="-lpthread" 100 [m4_fatal([must install xorg-macros 1.16 or later before running autoconf/autogen])]) 127 …PKG_CHECK_MODULES(OVERLAY_XLIB, [cairo-xlib dri2proto >= 2.6], enable_overlay_xlib=yes, enable_ove… 133 AC_MSG_NOTICE([Failed to find leg, required for overlay, try : apt-get install peg]) [all …]
|
D | meson.build | 1 project('igt-gpu-tools', 'c', 13 error('Building without -Db_ndebug=false is not supported') 18 # Also make sure that the user doesn't have -DNDEBUG defined in their config 19 if not cc.compiles(files('lib/check-ndebug.h'), args: get_option('c_args')) 24 '-Wbad-function-cast', 25 '-Wdeclaration-after-statement', 26 '-Wformat=2', 28 '-Wimplicit-fallthrough=0', 29 '-Wlogical-op', 30 '-Wmissing-declarations', [all …]
|
D | NEWS | 2 ---------- 8 Release 1.24 (2019-06-20) 9 ------------------------- 11 - Bumped required meson version to 0.47. (Arkadiusz Hiler) 13 - All the meson build options that used auto, true and false are now first 16 - Piglit as the primary test executor replaced by mostly drop-in 19 - Stack traces now contain source file names and line numbers, using 22 - Pixman dependency is now mandatory. (Maxime Ripard) 24 - The project has moved to gitlab, and uses gitlab's CI to build test 28 - Shader debugger removed due to lack of use and accumulation of [all …]
|
/external/harfbuzz_ng/.circleci/ |
D | config.yml | 5 macos-10.12.6-aat-fonts: 9 - checkout 10 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free… 11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 12 - run: make -j4 13 - run: make check || .ci/fail.sh 15 macos-10.13.6-aat-fonts: 19 - checkout 20 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free… 21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo [all …]
|
/external/harfbuzz_ng/ |
D | appveyor.yml | 6 #- compiler: msvc 10 # triplet: x86-windows 12 #- compiler: msvc 16 # triplet: x64-windows 18 - compiler: msvc 26 #- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 31 # triplet: x86-windows 33 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 38 triplet: x86-windows 40 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 [all …]
|
D | .travis.yml | 8 - CPPFLAGS="" 9 …- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphi… 10 - NOCONFIGURE=1 12 …- secure: "k6l/18dpsoPAf0E5RQWCr+rgjbHns0H3k0WzSYovCoVg0B7RVlV8x8OjyEOBzEvXI4aaHRdH6MHCPDFnX4fa7ys… 16 - os: linux 20 - export PKG_CONFIG_PATH="$HOME/.local/lib/pkgconfig" 21 - export LD_LIBRARY_PATH="$HOME/.local/lib" 22 - bash .ci/build-freetype.sh 24 - ./autogen.sh 25 - ./configure $CONFIGURE_OPTS --enable-gtk-doc --enable-code-coverage [all …]
|
D | configure.ac | 12 AM_INIT_AUTOMAKE([1.13.0 gnits tar-ustar dist-xz no-dist-gzip -Wall no-define color-tests -Wno-port… 19 LT_INIT([disable-static]) 55 m4_eval(hb_version_int - hb_libtool_revision)) 62 [AS_HELP_STRING([--with-libstdc++=@<:@yes/no@:>@], 71 GTK_DOC_CHECK([1.15],[--flavour no-tmpl]) 89 AX_CHECK_LINK_FLAG([[-Bsymbolic-functions]], [LDFLAGS="$LDFLAGS -Bsymbolic-functions"]) 95 # Put -fno-rtti before $CXXFLAGS such that users can re-enable it 97 CXXFLAGS="-fno-rtti $CXXFLAGS -fno-exceptions -fno-threadsafe-statics" 100 *-*-mingw*) 104 CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden" [all …]
|
D | CMakeLists.txt | 9 # cmake -DBUILD_FRAMEWORK=ON -Bbuild -H. -GXcode && cmake --build build 20 ## Disallow in-source builds, as CMake generated make files can collide with autotools ones 24 In-source builds are not permitted! Make a separate folder for" 31 rm -rf CMakeCache.txt CMakeFiles") 49 option(HB_BUILD_UTILS "Build harfbuzz utils, needs cairo, freetype, and glib properly be installed"… 55 option(HB_BUILD_SUBSET "Build harfbuzz-subset" ON) 56 option(HB_BUILD_TESTS "Build harfbuzz tests" ON) 93 # We need PYTHON_EXECUTABLE to be set for running the tests... 104 add_definitions(-DHAVE_${definition_to_add}) 114 add_definitions(-DHAVE_UNISTD_H) [all …]
|
D | NEWS | 4 - Small bug fix. 5 - Build fixes. 11 - Misc small fixes, mostly to build-related issues. 12 - New API: 19 - Misc small fixes, mostly to build-related issues. 25 - Fix regression with hb_font_create_sub_font scaling introduced in 2.6.0. 26 - Change interpretation of font PTEM size / CoreText font size handling. 28 - hb-ot-font: Prefer symbol cmap subtable if present. 29 - Apply 'dist'/'abvm'/'blwm' features to all scripts. 30 - Drop experimental DirectWrite API. [all …]
|
/external/igt-gpu-tools/lib/ |
D | igt_frame.c | 31 #include <cairo.h> 40 * @short_description: Library for frame-related tests 44 * This library contains helpers for frame-related tests. This includes common 73 snprintf(path, PATH_MAX, "%s/frame-%s-%s-%s-%s.png", in igt_write_frame_to_png() 77 snprintf(path, PATH_MAX, "%s/frame-%s-%s-%s.png", in igt_write_frame_to_png() 88 if (fd >= 0 && index < (PATH_MAX - 1)) { in igt_write_frame_to_png() 98 * @reference: The reference cairo surface 99 * @capture: The captured cairo surface 114 int fd = -1; in igt_write_compared_frames_to_png() 125 snprintf(path, PATH_MAX, "%s/frame-%s-%s-%s.txt", in igt_write_compared_frames_to_png() [all …]
|
D | meson.build | 68 cairo, 116 srcdir = join_paths(meson.source_root(), 'tests') 119 fallback : 'NO-GIT', 120 command : [ 'git', 'log', '-n1', '--pretty=format:g%h' ] ) 125 lib = static_library('igt-' + name, 130 '-DIGT_DATADIR="@0@"'.format(join_paths(prefix, datadir)), 131 '-DIGT_SRCDIR="@0@"'.format(srcdir), 132 '-DIGT_LOG_DOMAIN="@0@"'.format(f.split('.')[0]), 166 subdir('tests') subdir
|
D | igt_fb.c | 64 * It also supports drawing using the cairo library and provides some simplified 66 * cairo drawing context for a framebuffer object is igt_get_cairo_ctx(). 77 * We need cairo 1.17.2 to use HDR formats, but the only thing added is a value 90 /* drm fourcc/cairo format maps */ 104 { .name = "ARGB1555", .depth = -1, .drm_id = DRM_FORMAT_ARGB1555, 112 { .name = "C8", .depth = -1, .drm_id = DRM_FORMAT_C8, 120 { .name = "XRGB1555", .depth = -1, .drm_id = DRM_FORMAT_XRGB1555, 136 { .name = "BGR565", .depth = -1, .drm_id = DRM_FORMAT_BGR565, 144 { .name = "BGR888", .depth = -1, .drm_id = DRM_FORMAT_BGR888, 152 { .name = "RGB888", .depth = -1, .drm_id = DRM_FORMAT_RGB888, [all …]
|
D | igt_chamelium.c | 32 #include <xmlrpc-c/base.h> 33 #include <xmlrpc-c/client.h> 37 #include <cairo.h> 50 * @short_description: Library for using the Chamelium into igt tests 54 * This library contains helpers for using Chameliums in IGT tests. This allows 55 * for tests to simulate more difficult tasks to automate such as display 59 * [on the ChromeOS project page](https://www.chromium.org/chromium-os/testing/chamelium). 61 * In order to run tests using the Chamelium, a valid configuration file must be 62 * present. It must contain Chamelium-specific keys as shown with the following 65 * |[<!-- language="plain" --> [all …]
|
/external/igt-gpu-tools/tests/ |
D | kms_flip.c | 29 #include <cairo.h> 146 return tv->tv_sec + tv->tv_usec / 1000000.0f; in timeval_float() 160 es->name, in dump_event_state() 161 timeval_float(&es->last_ts), in dump_event_state() 162 timeval_float(&es->last_received_ts), in dump_event_state() 163 es->last_seq, in dump_event_state() 164 timeval_float(&es->current_ts), in dump_event_state() 165 timeval_float(&es->current_received_ts), in dump_event_state() 166 es->current_seq, in dump_event_state() 167 es->count, in dump_event_state() [all …]
|
D | kms_setmode.c | 26 #include <cairo.h> 97 #define COMP(x) do { if (m1->x != m2->x) return false; } while (0) in drm_mode_equal() 118 for (i = 0; i < connector->count_modes; i++) in connector_supports_mode() 119 if (drm_mode_equal(&connector->modes[i], mode)) in connector_supports_mode() 129 for (i = 0; i < crtc->connector_count; i++) { in crtc_supports_mode() 130 if (!connector_supports_mode(crtc->cconfs[i].connector, mode)) in crtc_supports_mode() 146 cairo_move_to(cr, fb->width / 2, fb->height / 2); in paint_fb() 156 cairo_move_to(cr, x - 20, y); in paint_fb() 178 fb_id = igt_create_pattern_fb(drm_fd, crtc->mode.hdisplay, in create_fb_for_crtc() 179 crtc->mode.vdisplay, in create_fb_for_crtc() [all …]
|
D | testdisplay.c | 27 * - hotplug 28 * - mode setting 29 * - clone & twin modes 30 * - panel fitting 31 * - test patterns & pixel generators 36 * - pixel generator in transcoder 37 * - test pattern reg in pipe 38 * - test patterns on outputs (e.g. TV) 39 * - handle hotplug (leaks crtcs, can't handle clones) 40 * - allow mode force [all …]
|
/external/oss-fuzz/projects/libreoffice/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 20 RUN sed -i -e '/^#\s*deb-src.*\smain\s\+restricted/s/^#//' /etc/apt/sources.list 22 RUN apt-get update && apt-get build-dep -y libreoffice 23 RUN apt-get install -y wget yasm locales && locale-gen en_US.UTF-8 25 RUN sed -i -e 's/xenial/bionic/g' /etc/apt/sources.list 26 RUN apt-get update && apt-get install gperf 29 ADD https://dev-www.libreoffice.org/src/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-201… 30 … https://dev-www.libreoffice.org/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip \ 31 https://dev-www.libreoffice.org/src/Amiri-0.111.zip \ [all …]
|
/external/OpenCSD/decoder/docs/ |
D | doxygen_config.dox | 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 35 PROJECT_NAME = "OpenCSD - CoreSight Trace Decode Library" 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII [all …]
|
/external/ImageMagick/config/ |
D | Magick++.dox.in | 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII 85 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 5 * Copyright (c) 1997-2016, International Business Machines Corporation 29 logln(#test "---"); logln(""); \ 83 // --------------------------------------------------------------------------------- 95 if (zone->useDaylightTime()) errln("FAIL: useDaylightTime should return FALSE"); in TestGenericAPI() 97 TimeZone* zoneclone = zone->clone(); in TestGenericAPI() 99 zoneclone->setID("abc"); in TestGenericAPI() 103 zoneclone = zone->clone(); in TestGenericAPI() 105 zoneclone->setRawOffset(45678); in TestGenericAPI() 114 logln((UnicodeString)"TimeZone::createDefault() => " + saveDefault->getID(id)); in TestGenericAPI() 127 logln("time and local time. E.g., -28,800 for PST (GMT-8hrs)"); in TestGenericAPI() [all …]
|