Home
last modified time | relevance | path

Searched +full:project +full:- +full:slug (Results 1 – 18 of 18) sorted by relevance

/external/libcxx/utils/google-benchmark/
Dmingw.py2 # encoding: utf-8
45 'http://downloads.sourceforge.net/project/mingw-w64/Toolchains%20'
46 'targetting%20Win32/Personal%20Builds/mingw-builds/installer/'
48 'http://downloads.sourceforge.net/project/mingwbuilds/host-windows/'
52 A list of mingw-build repositories
57 Downloads and parse mingw-build repository files and parses them
59 log.info('getting mingw-builds repository')
62 re_sub = r'http://downloads.sourceforge.net/project/\1'
64 log.debug(' - requesting: %s', url)
70 for entry in repo.split('\n')[:-1]:
[all …]
/external/python/cpython3/.github/workflows/
Ddocumentation-links.yml8 - opened
10 - 'Doc/**'
11 - '.github/workflows/doc.yml'
14 pull-requests: write
17 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18 cancel-in-progress: true
21 documentation-links:
22 runs-on: ubuntu-latest
24 - uses: readthedocs/actions/preview@v1
26 project-slug: "cpython-previews"
[all …]
/external/python/asn1crypto/dev/
Dcoverage.py1 # coding: utf-8
42 If coverage is being run in a CI environment - this triggers trying to
46 A bool - if the tests ran successfully
114 A two-element tuple of unicode strings. The first is the name of the
116 will be one of: "ci-travis", "ci-circle", "ci-appveyor",
117 "ci-github-actions", "local"
121 return ('ci-travis', os.getenv('TRAVIS_BUILD_DIR'))
124 return ('ci-appveyor', os.getenv('APPVEYOR_BUILD_FOLDER'))
127 return ('ci-circle', os.getcwdu() if sys.version_info < (3,) else os.getcwd())
130 return ('ci-github-actions', os.getenv('GITHUB_WORKSPACE'))
[all …]
/external/angle/third_party/clspv/gn/
DREADME.md6 The top-level build file is `BUILD.gn` with all the auxiliary build files
14 infrastructure and as such follows the same setup as of ANGLE project. Please
33 slug with _>`.
44 [1]: https://github.com/llvm/llvm-project/blob/main/llvm/utils/gn/README.rst
/external/skia/src/core/
DSkDevice.h2 * Copyright 2010 The Android Open Source Project
4 * Use of this source code is governed by a BSD-style license that can be
76 class Slug; variable
88 * implement the saveLayer abstraction. A device wraps some pixel allocation (for non-document based
92 * drawing the filter-less paint into the layer, and then evaluating the filter on the layer's
111 // -- Surface properties and metadata
119 int width() const { return this->imageInfo().width(); } in width()
120 int height() const { return this->imageInfo().height(); } in height()
122 bool isOpaque() const { return this->imageInfo().isOpaque(); } in isOpaque()
125 SkIRect bounds() const { return SkIRect::MakeWH(this->width(), this->height()); } in bounds()
[all …]
DSkCanvas.cpp2 * Copyright 2008 The Android Open Source Project
4 * Use of this source code is governed by a BSD-style license that can be
43 #include "include/private/chromium/Slug.h"
81 using Slug = sktext::gpu::Slug; typedef
91 * - rect does not contain the canvas' bounds in SK_MAKE_BITMASK_OPS()
92 * - paint is not fill in SK_MAKE_BITMASK_OPS()
93 * - paint would blur or otherwise change the coverage of the rect in SK_MAKE_BITMASK_OPS()
104 const SkISize size = this->getBaseLayerSize(); in SK_MAKE_BITMASK_OPS()
109 const SkDevice* root = this->rootDevice(); in SK_MAKE_BITMASK_OPS()
110 const SkDevice* top = this->topDevice(); in SK_MAKE_BITMASK_OPS()
[all …]
/external/skia/site/
Dconfig.toml25 blog = "/:section/:year/:month/:day/:slug/"
43 id = "UA-18058-16"
72 # images = ["images/project-illustration.png"]
78 # Flag used in the "version-banner" partial to decide whether to display a
84 # Used in the "version-banner" partial to display a version number for the
88 # A link to latest version of the docs. Used in the "version-banner" partial to
92 # Repository configuration (URLs for in-page links to opening issues and suggesting changes)
94 # An optional link to a related project repo. For example, the sibling repository where your produc…
105 gcs_engine_id = "009791159600898516779:8-nlv0iznho"
149 url = "https://groups.google.com/g/skia-discuss"
[all …]
/external/skia/include/core/
DSkCanvas.h2 * Copyright 2006 The Android Open Source Project
4 * Use of this source code is governed by a BSD-style license that can be
81 namespace sktext::gpu { class Slug; } variable
94 To draw to a pixel-based destination, create raster surface or GPU surface.
344 @param origin storage for SkCanvas top layer origin, its top-left corner;
405 - Source and destination rectangles do not intersect.
406 - SkCanvas pixels could not be converted to dstInfo.colorType() or dstInfo.alphaType().
407 - SkCanvas pixels are not readable; for instance, SkCanvas is document-based.
408 - dstRowBytes is too small to contain one row of pixels.
413 @param srcX offset into readable pixels on x-axis; may be negative
[all …]
/external/pigweed/pw_build/py/pw_build/
Dproject_builder.py7 # https://www.apache.org/licenses/LICENSE-2.0
14 """Build a Pigweed Project.
21 .. code-block: sh
24 python -m pw_build.project_builder -C out
27 python -m pw_build.project_builder -C out/cmake pw_run_tests.modules
30 python -m pw_build.project_builder -C out -C out/cmake pw_apps
33 python -m pw_build.project_builder python.tests -C out/cmake pw_apps
36 python -m pw_build.project_builder --run-command 'mkdir -p outbazel'
37 -C outbazel '//...'
38 --build-system-command outbazel 'bazel build'
[all …]
/external/bazelbuild-rules_rust/crate_universe/
DCargo.lock8 source = "registry+https://github.com/rust-lang/crates.io-index"
12 name = "aho-corasick"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
21 name = "android-tzdata"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
42 "anstyle-parse",
43 "anstyle-query",
44 "anstyle-wincon",
[all …]
/external/skia/
DAndroid.bp4 // files it uses) and submit to skia-review.googlesource.com, NOT to AOSP or
13 // Added automatically by a large-scale-change that took the approach of
17 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
25 // used in the current project.
27 // large-scale-change included anything that looked like it might be a license
32 // large-scale-change filtered out the below license kinds as false-positives:
33 // SPDX-license-identifier-CC-BY-NC
34 // SPDX-license-identifier-GPL-2.0
35 // SPDX-license-identifier-LGPL-2.1
36 // SPDX-license-identifier-OFL:by_exception_only
[all …]
/external/bazelbuild-rules_rust/crate_universe/3rdparty/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
298 "anyhow": Label("@cui__anyhow-1.0.75//:anyhow"),
299 "camino": Label("@cui__camino-1.1.6//:camino"),
300 "cargo-lock": Label("@cui__cargo-lock-9.0.0//:cargo_lock"),
301 "cargo-platform": Label("@cui__cargo-platform-0.1.4//:cargo_platform"),
[all …]
/external/mesa3d/src/util/
D00-mesa-defaults.conf2 <!--
22 built-ins (specifically gl_VertexID), which causes the vertex shaders to fail
29 -->
45 <!-- engine_name_match: A regexp matching the engine name -->
46 <!-- engine_versions: A version in range format
47 (version 1 to 4 : "1:4") -->
58 <!-- Please always enable app-specific workarounds for all drivers and
59 screens. -->
61 <application name="Akka Arrh" executable="Project-A.exe">
77 <application name="Unigine Heaven (32-bit)" executable="heaven_x86">
[all …]
/external/rust/cxx/
DMODULE.bazel.lock71 "vendor__cc-1.0.89": "vendor__cc-1.0.89",
72 "vendor__clap-4.5.1": "vendor__clap-4.5.1",
73 "vendor__codespan-reporting-0.11.1": "vendor__codespan-reporting-0.11.1",
74 "vendor__once_cell-1.19.0": "vendor__once_cell-1.19.0",
75 "vendor__proc-macro2-1.0.78": "vendor__proc-macro2-1.0.78",
76 "vendor__quote-1.0.35": "vendor__quote-1.0.35",
77 "vendor__scratch-1.0.7": "vendor__scratch-1.0.7",
78 "vendor__syn-2.0.52": "vendor__syn-2.0.52"
115 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz"
117 "integrity": "sha256-zVWgYudjuTSZIfD124w5MyiNyLpPdt2UFqrGis7jy5Q=",
[all …]
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt1012 -
2623 project
23668 slug
29625 ##-
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt1803 ad-lib ædlˈɪb
3726 aide-de-camp ˌeddɪkˈæmp
5495 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn
7542 anglo-saxon ˈæŋglosˌæksən
8282 anti-lewisite ˌæntilˈuɪsˌaɪt
9550 aquifer %21020 ˈækwəfər, ˈɑkwə-
9555 aquilegia %7773 -lˈiʤə, ˌækwəlˈiʤiə
9559 aquiline %15023 -lɪn, ˈækwəlˌaɪn
9629 aragonite %11075 ərˈægənˌaɪt, ˈærəgə-
9645 aram %8777 ær-, ˈeræm, ˈɛrəm
[all …]
Dinternal_raw_IPA.txt1508 ad-lib ædlˈɪb
3152 aide-de-camp ˌeddɪkˈæmp
4660 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn
6464 anglo-saxon ˈæŋglosˌæksən
7113 anti-lewisite ˌæntilˈuɪsˌaɪt
10681 audio-visual ˌodiovˈɪʒuəl
11799 baby-sit bˈebisˌɪt
14086 battle-ax bˈætlæks
14655 bed-sitter bˈɛdsˌɪtər
14656 bed-wetting bˈɛdwˌɛtɪŋ
[all …]