| /third_party/mesa3d/.gitlab-ci/ |
| D | test-source-dep.yml | 5 .scheduled_pipeline-rules: 6 rules: 7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"' 12 # disables that, but keeps the auto-retry for infrastructure failures. 13 .no-auto-retry: 19 - api_failure 20 - runner_system_failure 21 - scheduler_failure 22 - data_integrity_failure 23 - unknown_failure [all …]
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
| D | gitlab-ci-inc.yml | 1 .llvmpipe-rules: 2 stage: software-renderer 3 rules: 4 - !reference [.test, rules] 5 - if: $EXTERNAL_KERNEL_TAG != null 7 - !reference [.gl-rules, rules] 8 - changes: &llvmpipe_file_list 9 - src/gallium/drivers/llvmpipe/* 10 - src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml 11 - src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml [all …]
|
| /third_party/mesa3d/src/microsoft/ci/ |
| D | gitlab-ci-inc.yml | 1 .windows-docker-tags: 3 - windows 4 - docker 5 - "2022" 6 - mesa 8 .windows-shell-tags: 10 - windows 11 - shell 12 - "2022" 13 - mesa [all …]
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ci/ |
| D | gitlab-ci-inc.yml | 1 .lavapipe-rules: 2 stage: software-renderer 3 rules: 4 - !reference [.test, rules] 5 - if: $EXTERNAL_KERNEL_TAG != null 7 - !reference [.vulkan-rules, rules] 8 - !reference [.gallium-core-rules, rules] 9 - changes: &lavapipe_file_list 10 - src/gallium/drivers/llvmpipe/* 11 - src/gallium/frontends/lavapipe/* [all …]
|
| /third_party/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci-inc.yml | 1 # Rules for changes that impact either freedreno or turnip. 2 .freedreno-common-rules: 3 rules: 4 - !reference [.test, rules] 5 - !reference [.no_scheduled_pipelines-rules, rules] 6 - changes: &freedreno_core_file_list 7 - src/freedreno/ci/gitlab-ci.yml 8 - src/freedreno/ci/gitlab-ci-inc.yml 9 - src/freedreno/ci/deqp-$DEQP_SUITE.toml 10 - src/freedreno/ci/$GPU_VERSION-fails.txt [all …]
|
| /third_party/protobuf/java/ |
| D | BUILD.bazel | 12 ":core", 14 ":kotlin-lite", 18 # Making this test depends on the code change in core and util 19 "//java/core:dist_files", 24 "test/linkage-monitor-check-bom/pom.xml", 29 "manual", 36 "//java/core:tests", 38 "//java/kotlin-lite:tests", 47 "//java/core:release", # contains lite. 49 "//java/kotlin-lite:release", [all …]
|
| /third_party/curl/src/ |
| D | Makefile.am | 21 # SPDX-License-Identifier: curl 38 # $(top_srcdir)/src is for curl's src/tool_setup.h and "curl-private" files 40 AM_CPPFLAGS = -I$(top_srcdir)/include \ 41 -I$(top_builddir)/lib \ 42 -I$(top_builddir)/src \ 43 -I$(top_srcdir)/lib \ 44 -I$(top_srcdir)/src 53 AM_CPPFLAGS += -DCURL_STATICLIB 55 AM_CPPFLAGS += -DBUILDING_CURL 68 # This might hold -Werror [all …]
|
| /third_party/skia/m133/tools/sksl-minify/ |
| D | BUILD.bazel | 10 # Run these py_binary rules like bazel run //tools/sksl-minify:minify_srcs 23 tags = ["no-remote-exec"], 36 tags = ["no-remote-exec"], 43 "//:core", 55 # https://bazel.build/docs/user-manual#running-executables 61 # bazel-out/k8-opt-exec-81C6BA4F/bin/tools/sksl-minify/sksl_minify 62 # https://bazel.build/reference/be/make-variables#predefined_label_variables 65 sksl_minify_exe = os.path.abspath("$(execpath //tools/sksl-minify:sksl_minify)") 72 ] + glob.glob("src/sksl/*.sksl"), encoding="utf-8")) 93 # https://bazel.build/docs/user-manual#running-executables [all …]
|
| /third_party/openGLES/extensions/OES/ |
| D | OES_texture_npot.txt | 20 Copyright (c) 2005-2013 The Khronos Group Inc. Copyright terms at 25 Khronos-approved extension specifications are updated in response to 27 extensions which have been promoted to a core Specification, fixes will 28 first appear in the latest version of that core Specification, and will 43 Last Modifed Date: 2011-03-07 62 non-power of two 2D textures, cubemaps and for 3D textures, if 66 rules for sampling from an incomplete texture. There were specific 67 rules added for non-power of two textures i.e. if the texture wrap 69 LINEAR and the texture is a non-power-of-two texture, then sampling 72 These rules are no longer applied by an implementation that supports [all …]
|
| /third_party/ninja/ |
| D | configure.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 20 or use a meta-build system that supports Ninja output.""" 120 Used to bootstrap Ninja from scratch. In --bootstrap mode this 123 behave like non-bootstrap mode. 131 self.rules = { 148 self.rules[name] = kwargs 152 ruleattr = self.rules[rule] 199 parser.add_option('--bootstrap', action='store_true', 201 parser.add_option('--verbose', action='store_true', 203 parser.add_option('--platform', [all …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/docs/user/ |
| D | manual.adoc | 1 = User Manual 4 :page-layout: post 6 :source-highlighter: rouge 10 IMPORTANT: the master copy of this document lives in the https://github.com/rust-lang/rust-analyzer… 13 At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over tim… 14 This manual focuses on a specific usage of the library -- running it as part of a server that imple… 15 https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP). 22 https://github.com/rust-lang/rust-analyzer/blob/master/docs/user/manual.adoc[https://github.com/rus… 24 …manual is written in https://asciidoc.org[AsciiDoc] and includes some extra files which are genera… 27 If you have questions about using rust-analyzer, please ask them in the https://users.rust-lang.org… [all …]
|
| /third_party/grpc/tools/buildgen/ |
| D | extract_metadata_from_bazel_xml.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 30 # format entirely or simplify it to a point where it becomes self-explanatory 54 - destination(int): The relative path of this proto library should be. 56 - proto_prefix(str): The prefix to remove in order to insure the proto import 59 - urls(List[str]): Following 3 fields should be filled by build metadata from 61 - hash(str): The hash of the downloaded archive 62 - strip_prefix(str): The path to be stripped from the extracted directory, see 81 destination="third_party/envoy-api", 82 proto_prefix="third_party/envoy-api/", 92 destination="third_party/protoc-gen-validate", [all …]
|
| /third_party/protobuf/ |
| D | BUILD.bazel | 4 load("@rules_license//rules:license.bzl", "license") 28 # Well Known Types Proto Library Rules 30 # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf 32 # These proto_library rules can be used with one of the language specific proto 33 # library rules i.e. java_proto_library: 101 # C++ targets for the well-known types 178 # Built-in runtime protos: these are part of protobuf's internal 179 # implementation, but are not Well-Known Types. 207 # DEPRECATED: Prefer :well_known_type_protos for the Well-Known Types 208 # (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) [all …]
|
| /third_party/iptables/iptables/ |
| D | iptables.8.in | 5 .\" TODO: add a word for protocol helpers (FTP, IRC, SNMP-ALG) 28 \fBiptables\fP [\fB\-t\fP \fItable\fP] {\fB\-A\fP|\fB\-C\fP|\fB\-D\fP|\fB-V\fP} 29 \fIchain\fP \fIrule-specification\fP 31 \fBip6tables\fP [\fB\-t\fP \fItable\fP] {\fB\-A\fP|\fB\-C\fP|\fB\-D\fP|\fB-V\fP} 32 \fIchain rule-specification\fP 34 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-I\fP \fIchain\fP [\fIrulenum\fP] \fIrule-specification\… 36 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-R\fP \fIchain rulenum rule-specification\fP 38 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-D\fP \fIchain rulenum\fP 40 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-S\fP [\fIchain\fP [\fIrulenum\fP]] 42 \fBiptables\fP [\fB\-t\fP \fItable\fP] {\fB\-F\fP|\fB\-L\fP|\fB\-Z\fP} [\fIchain\fP [\fIrulenum\fP]… [all …]
|
| /third_party/libcoap/ |
| D | ChangeLog | 1 2023-09-18 Olaf Bergmann <bergmann@tzi.org> 6 * Support for MacOS with Contiki-NG builds. 11 2023-09-12 Olaf Bergmann <bergmann@tzi.org> 17 2023-07-13 Olaf Bergmann <bergmann@tzi.org> 21 * Source files reformatted according to pre-commit rules. 24 * Support for RFC9177 (Q-Block). 32 * Support for Contiki-NG. 35 logical layers. Stack now is:- 36 - Application 37 - libcoap - CoAP [all …]
|
| /third_party/openGLES/extensions/ARB/ |
| D | ARB_explicit_attrib_location.txt | 15 Copyright (c) 2010-2013 The Khronos Group Inc. Copyright terms at 20 Khronos-approved extension specifications are updated in response to 22 extensions which have been promoted to a core Specification, fixes will 23 first appear in the latest version of that core Specification, and will 48 This extension is written against the OpenGL 3.2 (Core Profile) 57 This extension provides a method to pre-assign attribute locations to 125 Additions to Chapter 4 of the OpenGL 3.2 Specification (Per-Fragment 169 layout-qualifier-id list for fragment shader outputs. Remove all language 179 inputs for non-vertex shaders and outputs for non-fragment shaders. If 181 can have double-precision component types. [all …]
|
| /third_party/ncurses/man/ |
| D | tic.1m | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 31 .TH @TIC@ 1M 2024-04-27 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands" 50 \fB\%@TIC@\fP \- 54 [\fB\-\ 78 [\fB\-e\fP \fIterminal-type-list\fP] 79 [\fB\-o\fP \fIdir\fP] 80 [\fB\-Q\fP[\fIn\fP]] 81 [\fB\-R\fP \fIsubset\fP] 82 [\fB\-v\fP[\fIn\fP]] [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/docs/ |
| D | usermanual-what-is-harfbuzz.xml | 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 7 <chapter id="what-is-harfbuzz"> 10 HarfBuzz is a <emphasis>text-shaping engine</emphasis>. If you 13 glyphs from the font, applying all of the necessary layout rules 24 <section id="what-is-text-shaping"> 44 encounter, each of which has a set of standard text-shaping 45 rules. 49 …ion defines a series of <ulink url="https://github.com/n8willis/opentype-shaping-documents">shapin… 61 … also include <ulink url="https://developer.apple.com/fonts/TrueType-Reference-Manual/RM09/Appendi… [all …]
|
| D | repacker.md | 11 For many fonts with complex layout rules (such as Arabic) it's not unusual for the tables containing 12 layout rules ([GSUB/GPOS](https://docs.microsoft.com/en-us/typography/opentype/spec/gsub)) to be 29 which attempt a combination of the above strategies to attempt to find a non-overflowing configurat… 32 [includes a repacking algorithm](https://github.com/harfbuzz/harfbuzz/blob/main/src/hb-repacker.hh) 77 [hb-repacker.hh](https://github.com/harfbuzz/harfbuzz/blob/main/src/hb-repacker.hh). 94 The "weight" of an edge is the sum of the size of the sub-table being pointed to plus 2^16 for a 16… 109 The topological sorting operation is the core of the repacker and is run on each iteration so it ne… 123 The other important factor to speed is a fast priority queue which is a core datastructure to 128 …riority queues in Dijkstra's algorithm](https://www3.cs.stonybrook.edu/~rezaul/papers/TR-07-54.pdf) 142 a--- b -- d -- f [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/docs/ |
| D | usermanual-what-is-harfbuzz.xml | 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 7 <chapter id="what-is-harfbuzz"> 10 HarfBuzz is a <emphasis>text-shaping engine</emphasis>. If you 13 glyphs from the font, applying all of the necessary layout rules 24 <section id="what-is-text-shaping"> 44 encounter, each of which has a set of standard text-shaping 45 rules. 49 …ion defines a series of <ulink url="https://github.com/n8willis/opentype-shaping-documents">shapin… 61 … also include <ulink url="https://developer.apple.com/fonts/TrueType-Reference-Manual/RM09/Appendi… [all …]
|
| D | repacker.md | 11 For many fonts with complex layout rules (such as Arabic) it's not unusual for the tables containing 12 layout rules ([GSUB/GPOS](https://docs.microsoft.com/en-us/typography/opentype/spec/gsub)) to be 29 which attempt a combination of the above strategies to attempt to find a non-overflowing configurat… 32 [includes a repacking algorithm](https://github.com/harfbuzz/harfbuzz/blob/main/src/hb-repacker.hh) 84 [hb-repacker.hh](https://github.com/harfbuzz/harfbuzz/blob/main/src/hb-repacker.hh). 101 The "weight" of an edge is the sum of the size of the sub-table being pointed to plus 2^16 for a 16… 116 The topological sorting operation is the core of the repacker and is run on each iteration so it ne… 130 The other important factor to speed is a fast priority queue which is a core datastructure to 135 …riority queues in Dijkstra's algorithm](https://www3.cs.stonybrook.edu/~rezaul/papers/TR-07-54.pdf) 149 a--- b -- d -- f [all …]
|
| /third_party/protobuf/java/core/ |
| D | BUILD.bazel | 1 load("@bazel_skylib//rules:build_test.bzl", "build_test") 171 maven_coordinates = "com.google.protobuf:protobuf-javalite:%s" % PROTOBUF_JAVA_VERSION, 178 tags = ["manual"], 190 strip_import_prefix = "/java/core/src/main/resources", 234 tags = ["manual"], 258 name = "core", 273 bundle_description = "Core Protocol Buffers library. Protocol Buffers " + 276 bundle_name = "Protocol Buffers [Core]", 287 # Bazel users, don't depend on this target, use :core. 290 maven_coordinates = "com.google.protobuf:protobuf-java:%s" % PROTOBUF_JAVA_VERSION, [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | ARB_explicit_attrib_location.txt | 15 Copyright (c) 2010-2013 The Khronos Group Inc. Copyright terms at 38 This extension is written against the OpenGL 3.2 (Core Profile) 47 This extension provides a method to pre-assign attribute locations to 115 Additions to Chapter 4 of the OpenGL 3.2 Specification (Per-Fragment 159 layout-qualifier-id list for fragment shader outputs. Remove all language 169 inputs for non-vertex shaders and outputs for non-fragment shaders. If 171 can have double-precision component types. 173 When these extensions are supported, there are special rules for the 175 more storage than is available in a four-component single-precision 176 vector. The rules are: [all …]
|
| /third_party/skia/third_party/externals/icu/source/data/unidata/ |
| D | changes.txt | 3 * Copyright (C) 2004-2016, International Business Machines 7 * encoding: US-ASCII 25 ---------------------------------------------------------------------------- *** 44 and look for "alias" on http://unicode.org/iso15924/iso15924-codes.html 50 ---------------------------------------------------------------------------- *** 55 https://www.unicode.org/versions/beta-13.0.0.html 57 https://www.unicode.org/reports/uax-proposed-updates.html 58 https://www.unicode.org/reports/tr44/tr44-25.html 60 https://unicode-org.atlassian.net/browse/CLDR-13387 61 https://unicode-org.atlassian.net/browse/ICU-20893 [all …]
|
| /third_party/pulseaudio/src/tests/ |
| D | memblockq-test.c | 32 #include <pulsecore/core-util.h> 40 static const char *manual[] = { variable 69 q = pa_memblock_acquire(chunk->memblock); in dump_chunk() 70 for (e = (char*) q + chunk->index, n = 0; n < chunk->length; n++, e++) { in dump_chunk() 74 pa_memblock_release(chunk->memblock); in dump_chunk() 96 fprintf(stderr, "MANUAL>"); in dump() 108 fail_unless(pa_streq(str, manual[n])); in dump() 116 * The different values like base, maxlength etc follow certain rules. 118 * these rules. 152 * prebuf <= tlength + base - minreq in check_queue_invariants() [all …]
|