Home
last modified time | relevance | path

Searched +full:docs +full:- +full:base (Results 1 – 25 of 982) sorted by relevance

12345678910>>...40

/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.221 2006-05-12 Werner Lemberg <wl@gnu.org>
8 Tag sources with `VER-2-2-1'.
10 2006-05-12 Werner Lemberg <wl@gnu.org>
16 * src/tools/docmaker/tohtml.py (html_header_1): Use `utf-8' charset.
25 2006-05-11 Werner Lemberg <wl@gnu.org>
38 2006-05-11 Masatake YAMATO <jet@gyve.org>
41 read system call returns -1.
44 2006-05-10 Werner Lemberg <wl@gnu.org>
47 given an empty, un-mmap()able file. Reported and suggested fix in
50 * builds/freetype.mk (refdoc): Write-protect the `docmaker'
[all …]
DChangeLog.211 2005-06-08 Werner Lemberg <wl@gnu.org>
11 2005-06-07 Detlef Würkner <TetiSoft@apg.lahn.de>
15 2005-06-05 Werner Lemberg <wl@gnu.org>
19 * docs/license.txt: Renamed to...
20 * docs/LICENSE.TXT: This.
21 * docs/FTL.txt: Renamed to...
22 * docs/FTL.TXT: This.
23 * docs/GPL.txt: Renamed to...
24 * docs/GPL.TXT: This.
26 * docs/PATENTS: Slightly reworded. Suggested by Sylvain Beucler
[all …]
DChangeLog.231 2010-02-13 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-3-12'.
9 * docs/CHANGES: Updated.
11 * docs/VERSION.DLL: Update documentation and bump version number to
22 builds/wince/vc2005-ce/freetype.vcproj,
23 builds/wince/vc2005-ce/index.html,
24 builds/wince/vc2008-ce/freetype.vcproj,
25 builds/wince/vc2008-ce/index.html: s/2.3.11/2.3.12/, s/2311/2312/.
31 2010-02-12 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
36 number from "tool --version" output. Some beta releases of
[all …]
DChangeLog.201 2002-02-09 Werner Lemberg <wl@gnu.org>
4 * docs/CHANGES: Minor fixes.
11 2002-02-08 David Turner <david@freetype.org>
13 * docs/CHANGES: Updating for 2.0.8.
22 2002-02-07 David Turner <david@freetype.org>
27 2002-02-06 David Turner <david@freetype.org>
69 2002-02-06 Detlef Würkner <TetiSoft@apg.lahn.de>
77 2002-02-04 Keith Packard <keithp@keithp.com>
93 * src/base/ftobjs.c (FT_Get_Next_Char): New function, implementing
94 high-level API.
[all …]
DChangeLog.241 2013-05-08 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-4-12'.
9 * docs/VERSION.DLL: Update documentation and bump version number to
21 builds/wince/vc2005-ce/freetype.vcproj,
22 builds/wince/vc2005-ce/index.html,
23 builds/wince/vc2008-ce/freetype.vcproj,
24 builds/wince/vc2008-ce/index.html: s/2.4.11/2.4.12/, s/2411/2412/.
30 2013-05-08 Werner Lemberg <wl@gnu.org>
32 * docs/CHANGES: Updated.
34 2013-05-08 Werner Lemberg <wl@gnu.org>
[all …]
DChangeLog.2101 2021-07-18 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-11-0'.
9 * docs/VERSION.TXT: Add entry for version 2.11.0.
10 * docs/CHANGES: Updated.
12 * README, src/base/ftver.rc, builds/windows/vc2010/index.html,
15 builds/wince/vc2005-ce/index.html,
16 builds/wince/vc2008-ce/index.html, docs/freetype-config.1:
26 * builds/toplevel.mk (dist): Ignore more git-related files.
28 2021-07-17 David Turner <david@freetype.org>
32 The code assumed that if `__SSE2__` is defined, then 64-bit integer
[all …]
DChangeLog.251 2014-12-30 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-5-5'.
9 * docs/VERSION.DLL: Update documentation and bump version number to
24 builds/wince/vc2005-ce/freetype.vcproj,
25 builds/wince/vc2005-ce/index.html,
26 builds/wince/vc2008-ce/freetype.vcproj,
27 builds/wince/vc2008-ce/index.html: s/2.5.4/2.5.5/, s/254/255/.
33 * docs/CHANGES: Updated.
37 2014-12-24 Alexei Podtelezhnikov <apodtele@gmail.com>
39 [base] Formatting and nanooptimizations.
[all …]
/third_party/python/
D.travis.yml4 # To cache doc-building dependencies and C compiler output.
6 - pip
7 - ccache
8 - directories:
9 - $HOME/multissl
13 - OPENSSL=1.1.1f
14 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
15 - PATH="${OPENSSL_DIR}/bin:$PATH"
16 - CFLAGS="-I${OPENSSL_DIR}/include"
17 - LDFLAGS="-L${OPENSSL_DIR}/lib"
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_exponential.hpp9 /// These all operate component-wise. The description is per component.
24 /// Returns 'base' raised to the power 'exponent'.
26 …/// @param base Floating point value. pow function is defined for input values of 'base' defined i…
28 /// @tparam genType Floating-point scalar or vector types.
30 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/pow.xml">GLSL pow man page</a>
33 GLM_FUNC_DECL vecType<T, P> pow(vecType<T, P> const & base, vecType<T, P> const & exponent);
37 …/// @param v exp function is defined for input values of v defined in the range (inf-, inf+) in th…
38 /// @tparam genType Floating-point scalar or vector types.
40 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/exp.xml">GLSL exp man page</a>
50 /// @tparam genType Floating-point scalar or vector types.
[all …]
Dfunc_integer.hpp9 /// These all operate component-wise. The description is per component.
10 /// The notation [a, b] means the set of bits from bit-number a through bit-number
11 /// b, inclusive. The lowest-order bit is bit 0.
25 /// Adds 32-bit unsigned integer x and y, returning the sum
31 …/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/uaddCarry.xml">GLSL uaddCarry man p…
39 /// Subtracts the 32-bit unsigned integer y from x, returning
40 /// the difference if non-negative, or pow(2, 32) plus the difference
45 …/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/usubBorrow.xml">GLSL usubBorrow man…
53 /// Multiplies 32-bit integers x and y, producing a 64-bit
54 /// result. The 32 least-significant bits are returned in lsb.
[all …]
/third_party/skia/third_party/externals/abseil-cpp/
DREADME.md1 # Abseil - C++ Common Libraries
3 The repository contains the Abseil C++ library code. Abseil is an open-source
9 - [About Abseil](#about)
10 - [Quickstart](#quickstart)
11 - [Building Abseil](#build)
12 - [Support](#support)
13 - [Codemap](#codemap)
14 - [Releases](#releases)
15 - [License](#license)
16 - [Links](#links)
[all …]
/third_party/mesa3d/
D.gitlab-ci.yml3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd
4 CI_PRE_CLONE_SCRIPT: |-
5 set -o xtrace
6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-
7 bash download-git-cache.sh
8 rm download-git-cache.sh
12 # per-pipeline artifact storage on MinIO
14 # per-job artifact storage on MinIO
17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"
28- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v…
[all …]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DGatherAPIDataOld.java5 * Copyright (C) 2004-2012, International Business Machines Corporation and *
12 * public APIs are all non-internal, non-package apis in com.ibm.icu.[lang|math|text|util].
14 * - public, package, protected, or private (PB PK PT PR)
15 * - static or non-static (STK NST)
16 * - final or non-final (FN NF)
17 * - synchronized or non-synchronized (SYN NSY)
18 * - stable, draft, deprecated, obsolete (ST DR DP OB)
19 * - abstract or non-abstract (AB NA)
20 * - constructor, member, field (C M F)
25 * c:/doug/java/jdk1.4.2/build/windows-i586/bin/javac *.java
[all …]
DGatherAPIData.java5 * Copyright (C) 2004-2014, International Business Machines Corporation and *
12 * public APIs are all non-internal, non-package apis in com.ibm.icu.[lang|math|text|util].
14 * - public, package, protected, or private (PB PK PT PR)
15 * - static or non-static (STK NST)
16 * - final or non-final (FN NF)
17 * - synchronized or non-synchronized (SYN NSY)
18 * - stable, draft, deprecated, obsolete (ST DR DP OB)
19 * - abstract or non-abstract (AB NA)
20 * - constructor, member, field (C M F)
25 * c:/doug/java/jdk1.5/build/windows-i586/bin/javac *.java
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dintroduction.adoc1 // Copyright 2015-2024 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
16 "`Base Vulkan Specification`" refers to the Vulkan Specification
18 "`Vulkan`" and "`Vulkan SC`" refer to the Vulkan SC API and "`Base Vulkan`"
21 Vulkan is a http://www.open-std.org/jtc1/sc22/wg14/www/standards[C99] API
22 designed for explicit control of low-level graphics and compute
30 https://github.com/KhronosGroup/Vulkan-Docs[Vulkan Documentation Repository]
31 (https://github.com/KhronosGroup/Vulkan-Docs).
39 the https://github.com/KhronosGroup/VulkanSC-Docs[Vulkan SC Documentation
40 Repository] (https://github.com/KhronosGroup/VulkanSC-Docs).
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dbits.h7 // https://www.apache.org/licenses/LICENSE-2.0
15 // -----------------------------------------------------------------------------
17 // -----------------------------------------------------------------------------
23 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0553r4.html
25 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0556r3.html
27 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1355r2.html
29 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1956r1.pdf
46 #include "absl/base/attributes.h"
47 #include "absl/base/config.h"
127 return x != 0 && (x & (x - 1)) == 0; in has_single_bit()
[all …]
/third_party/icu/docs/userguide/format_parse/numbers/
Dindex.md1 ---
7 ---
8 <!--
11 -->
16 [`NumberFormatter`](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/numberformatter_8h…
17 ([Java](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/number/NumberForma…
19 - Decimal Formatting
20 - Currencies
21 - Measurement Units
22 - Percentages
[all …]
Dlegacy-numberformat.md1 ---
7 ---
8 <!--
11 -->
17 {: .no_toc .text-delta }
22 ---
32 [`NumberFormat`](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classNumberFormat.htm…
33 the abstract base class for all number formats. It provides an interface for
38 thousands-separators. It can also be written to be independent of the particular
58 locale "th" uses the western digits 0-9. To create a number format that uses the
[all …]
/third_party/node/doc/api/
Dpath.html4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width">
6 <meta name="nodejs.org:node-version" content="v18.20.1">
15 <body class="alt apidoc" id="api-section-path">
24 <li><a href="documentation.html" class="nav-documentation">About this documentation</a></li>
25 <li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li>
29 <li><a href="assert.html" class="nav-assert">Assertion testing</a></li>
30 <li><a href="async_context.html" class="nav-async_context">Asynchronous context tracking</a></li>
31 <li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li>
32 <li><a href="buffer.html" class="nav-buffer">Buffer</a></li>
[all …]
/third_party/abseil-cpp/
DREADME.md1 # Abseil - C++ Common Libraries
3 The repository contains the Abseil C++ library code. Abseil is an open-source
9 - [About Abseil](#about)
10 - [Quickstart](#quickstart)
11 - [Building Abseil](#build)
12 - [Codemap](#codemap)
13 - [License](#license)
14 - [Links](#links)
19 Abseil is an open-source collection of C++ library code designed to augment
21 own C++ code base, has been extensively tested and used in production, and
[all …]
/third_party/mesa3d/bin/
Dgen_release_notes.py2 # Copyright © 2019-2020 Intel Corporation
52 wait for Mesa ${this_version[:-1]}1.
69 ---------------
77 ------------
80 - ${rst_escape(f)}
85 ---------
88 - ${rst_escape(b)}
93 -------
100 - ${rst_escape(c)}
151 :len(original) - len(remaining)]
[all …]
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
59 struct lp_sampler_dynamic_state base; member
70 struct lp_build_sampler_soa base; member
79 struct lp_sampler_dynamic_state base; member
86 struct lp_build_image_soa base; member
99 * @sa http://llvm.org/docs/GetElementPtr.html
102 draw_llvm_texture_member(const struct lp_sampler_dynamic_state *base, in draw_llvm_texture_member() argument
111 LLVMBuilderRef builder = gallivm->builder; in draw_llvm_texture_member()
125 indices[2] = LLVMBuildAdd(gallivm->builder, indices[2], texture_unit_offset, ""); in draw_llvm_texture_member()
126 …LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntULT, indices[2], lp_build_const_int32(g… in draw_llvm_texture_member()
[all …]
/third_party/icu/docs/
D_config.yml5 email: icu-support@icu-project.org
6 description: >- # this means to ignore newlines until "baseurl:"
12 url: "https://unicode-org.github.io" # the base hostname & protocol for your site
15 github_username: unicode-org
17 remote_theme: pmarsceill/just-the-docs
24 # jekyll-commonmark-ghpages
30 # However, it doesn't work well with Jekyll and the Just-The-Docs theme,
32 # have any support for auto-generating a Table of Contents (TOC) section
39 # - GitHub Pages ignores all plugins included in the Gemfile.
40 # - Only the ones listed in the _config.yml file (this file) are used.
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tex_sample.c20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
33 * - TGSI -> LLVM translation (i.e., lp_build_tgsi_soa)
34 * - texture sampling code generation (i.e., lp_build_sample_soa)
35 * - LLVM pipe driver
65 struct lp_sampler_dynamic_state base; member
76 struct lp_build_sampler_soa base; member
85 struct lp_sampler_dynamic_state base; member
96 struct lp_build_image_soa base; member
109 * @sa http://llvm.org/docs/GetElementPtr.html
112 lp_llvm_texture_member(const struct lp_sampler_dynamic_state *base, in lp_llvm_texture_member() argument
[all …]
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst1 Mesa 20.2.0 Release Notes / 2020-09-28
20 ---------------
24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on Iris.
32 - GL_ARB_gpu_shader5 on llvmpipe
34 - GL_ARB_post_depth_coverage on llvmpipe
36 - GLES 3.2 on llvmpipe
38 - GL_EXT_shader_group_vote on GLES3.
40 - GL_EXT_texture_shadow_lod on llvmpipe
[all …]

12345678910>>...40