Home
last modified time | relevance | path

Searched refs:repository (Results 1 – 25 of 1074) sorted by relevance

12345678910>>...43

/third_party/vk-gl-cts/scripts/khr_util/
Dregistry_cache.py36 def __init__(self, repository, filename, revision, checksum): argument
37 self.repository = repository
43 return hash((self.repository, self.filename, self.revision, self.checksum))
46 …return (self.repository, self.filename, self.revision, self.checksum) == (other.repository, other.…
61 return self.repository
74 def makeSourceUrl (repository, revision, filename): argument
75 return "%s/%s/%s" % (repository, revision, filename)
77 def checkoutGit (repository, revision, fullDstPath): argument
79 execute(["git", "clone", "--no-checkout", repository, fullDstPath])
83 execute(["git", "fetch", repository, "+refs/heads/*:refs/remotes/origin/*"])
[all …]
/third_party/python/Lib/distutils/
Dconfig.py26 repository = None variable in PyPIRCCommand
53 repository = self.repository or self.DEFAULT_REPOSITORY
90 repository in (self.DEFAULT_REPOSITORY, 'pypi')):
94 if (current['server'] == repository or
95 current['repository'] == repository):
101 repository = config.get(server, 'repository')
103 repository = self.DEFAULT_REPOSITORY
106 'repository': repository,
121 self.repository = None
127 if self.repository is None:
[all …]
/third_party/vulkan-headers/
DBUILD.md3 Instructions for building this repository on Windows, Linux, and MacOS.
7 1. [Contributing](#contributing-to-the-repository)
8 1. [Repository Content](#repository-content)
9 1. [Repository Set-up](#repository-set-up)
16 The contents of this repository are sourced primarily from the Khronos Vulkan
17 API specification [repository](https://github.com/KhronosGroup/Vulkan-Docs).
18 Please visit that repository for information on contributing.
22 This repository contains the Vulkan header files and the Vulkan API definition
23 (registry) with its related files. This repository does not create libraries
26 However, this repository contains CMake build configuration files to "install"
[all …]
DREADME.md7 …in #222, the default branch of this repository is now 'main'. This change should be largely transp…
18 The contents of this repository are largely obtained from other repositories
21 If proposing changes to any file originating from a different repository,
22 please propose such changes in that repository, rather than Vulkan-Headers.
23 Files in this repository originate from:
25 ### Specification repository (https://github.com/KhronosGroup/Vulkan-Docs)
37 …les under include/vulkan/ which are *not* listed explicitly as originating from another repository.
39 ### This repository (https://github.com/KhronosGroup/Vulkan-Headers)
59 repository.
70 Updates to the `Vulkan-Headers` repository which correspond to a new Vulkan
/third_party/vulkan-loader/
DBUILD.md3 Instructions for building this repository on Linux, Windows, and MacOS.
7 - [Contributing to the Repository](#contributing-to-the-repository)
8 - [Repository Content](#repository-content)
10 - [Repository Set-Up](#repository-set-up)
12 - [Download the Repository](#download-the-repository)
13 - [Repository Dependencies](#repository-dependencies)
23 …rary in this Repository on Windows](#using-the-vulkan-loader-library-in-this-repository-on-windows)
29 - [Clone the Repository](#clone-the-repository)
39 your contribution in a fork of this repository in your GitHub account and then
41 in this repository for more details.
[all …]
/third_party/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py116 repository='https://skia.googlesource.com/skia.git',
137 repository='https://skia.googlesource.com/skia.git',
149 repository='https://skia.googlesource.com/skia.git',
161 repository='https://skia.googlesource.com/skia.git',
172 repository='https://skia.googlesource.com/skia.git',
184 repository='https://skia.googlesource.com/skia.git',
200 repository='https://skia.googlesource.com/skia.git',
210 repository='https://skia.googlesource.com/skia.git',
221 repository='https://skia.googlesource.com/skia.git',
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsPackageJson.types3 …vDependencies: { "@ns/dep": string; }; dependencies: { dep: string; }; repository: string; keyword…
4 …vDependencies: { "@ns/dep": string; }; dependencies: { dep: string; }; repository: string; keyword…
9 …vDependencies: { "@ns/dep": string; }; dependencies: { dep: string; }; repository: string; keyword…
10 …vDependencies: { "@ns/dep": string; }; dependencies: { dep: string; }; repository: string; keyword…
11 …vDependencies: { "@ns/dep": string; }; dependencies: { dep: string; }; repository: string; keyword…
12 …vDependencies: { "@ns/dep": string; }; dependencies: { dep: string; }; repository: string; keyword…
13 …vDependencies: { "@ns/dep": string; }; dependencies: { dep: string; }; repository: string; keyword…
17repository": "microsoft/TypeScript", "keywords": [ "kw" ], "author": "Auth", "lic…
80 "repository": "microsoft/TypeScript",
81 >"repository" : string
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py100 repository='https://skia.googlesource.com/skia.git',
125 repository='https://skia.googlesource.com/skia.git',
137 repository='https://skia.googlesource.com/skia.git',
149 repository='https://skia.googlesource.com/skia.git',
160 repository='https://skia.googlesource.com/skia.git',
172 repository='https://skia.googlesource.com/skia.git',
188 repository='https://skia.googlesource.com/skia.git',
198 repository='https://skia.googlesource.com/skia.git',
/third_party/node/deps/npm/node_modules/normalize-package-data/lib/
Dfixer.js17 data.repository = data.repositories[0]
19 if (!data.repository) return this.warn("missingRepository")
20 if (typeof data.repository === "string") {
21 data.repository = {
23 url: data.repository
26 var r = data.repository.url || ""
30 r = data.repository.url
240 if (!data.bugs && data.repository && data.repository.url) {
241 var hosted = hostedGitInfo.fromUrl(data.repository.url)
281 if (!data.homepage && data.repository && data.repository.url) {
[all …]
/third_party/openSLES/
DREADME.md3 The OpenSL-ES-Registry repository contains the OpenSL ES API
8 this repository will be reflected there.
10 **NOTE**: as of 2021-07-21, the default branch of this repository has
14 repository. The history in that repository has not been imported to github,
18 Interesting files in this repository include:
/third_party/skia/third_party/externals/wuffs/
DREADME.md3 This repository mirrors a subset of the
5 Safely) repository.
17 This repository's [`release/c`](./release/c) directory contains that C file (at
19 repository](https://github.com/google/wuffs) (except for the "unsupported
20 snapshot" version). By excluding everything else, this repository is much
26 This repository's `release/c` directory is manually updated by the
/third_party/flutter/skia/infra/bots/recipe_modules/checkout/examples/
Dfull.py69 repository='https://skia.googlesource.com/skia.git',
82 repository='https://skia.googlesource.com/skia.git',
98 repository='https://skia.googlesource.com/skia.git',
117 repository='https://skia.googlesource.com/skia.git',
133 repository='https://skia.googlesource.com/parent_repo.git',
150 repository='https://skia.googlesource.com/skia.git',
/third_party/python/Lib/distutils/command/
Dregister.py75 self.repository = config['repository']
79 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):
80 raise ValueError('%s not found in .pypirc' % self.repository)
81 if self.repository == 'pypi':
82 self.repository = self.DEFAULT_REPOSITORY
88 url = self.repository+'?:action=list_classifiers'
162 host = urllib.parse.urlparse(self.repository)[1]
254 self.repository),
282 req = urllib.request.Request(self.repository, body, headers)
/third_party/rust/crates/lazy-static.rs/
DCargo.toml12 repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
28 appveyor = { repository = "rust-lang-nursery/lazy-static.rs" }
29 travis-ci = { repository = "rust-lang-nursery/lazy-static.rs" }
31 is-it-maintained-issue-resolution = { repository = "rust-lang-nursery/lazy-static.rs" }
32 is-it-maintained-open-issues = { repository = "rust-lang-nursery/lazy-static.rs" }
/third_party/skia/third_party/externals/angle2/doc/
DUpdate20130618.md9 contributors pulling from the svn repository will continue to be able to do so,
10 but please note that this repository is now read-only, and no further updates
12 need to watch the git repository. Instructions on checking out code from the git
13 repository can be found on the [Source Checkout](https://code.google.com/p/angleproject/source/chec…
24 the new repository, has been promoted to master. Code previously located in the
25 trunk of the svn repository will now be located in the git legacy branch, and
DBranchingAndRolling.md5 its dependency on a specific version of ANGLE in the repository; this document
10 the Chromium repository. To reduce the chance of a Chromium-side
25 repository's src/DEPS file](http://src.chromium.org/viewvc/chrome/trunk/src/DEPS). To update the AN…
35 appropriate branch of the repository, or via [the public repository
37 * If using the public repository viewer, you will need to select the
57 * Check out this commit as a new branch in your local repository.
64 * To create this new branch in the public repository, you'll need to push the
67 * e.g., to use your local 'mybranch' to create a branch in the public repository called
/third_party/flutter/skia/third_party/externals/angle2/doc/
DUpdate20130618.md9 contributors pulling from the svn repository will continue to be able to do so,
10 but please note that this repository is now read-only, and no further updates
12 need to watch the git repository. Instructions on checking out code from the git
13 repository can be found on the [Source Checkout](https://code.google.com/p/angleproject/source/chec…
24 the new repository, has been promoted to master. Code previously located in the
25 trunk of the svn repository will now be located in the git legacy branch, and
DBranchingAndRolling.md5 its dependency on a specific version of ANGLE in the repository; this document
12 repository's src/DEPS file]
23 of the repository, or via [the public repository viewer]
25 …* If using the public repository viewer, you will need to select the branch whose log you wish to …
44 * Check out this commit as a new branch in your local repository.
50 * To create this new branch in the public repository, you'll need to push the
53 * e.g., to use your local 'mybranch' to create a branch in the public repository called
/third_party/vulkan-headers/.github/ISSUE_TEMPLATE/
Dbug_report.md10 **Is this issue appropriate for the repository?**
12 … a problem with that material, it should *not* be reported here, but in the appropriate repository:
16 - This repository - Repository structure, management, and build system *only*
18 See the repository README for more details.
23 … what the bug is. Please refer to specific files that are only in this repository, not copied from…
/third_party/flutter/skia/infra/bots/recipes/
Dandroid_compile.py89 repository='https://skia.googlesource.com/skia.git',
101 repository='https://skia.googlesource.com/skia.git',
113 repository='https://skia.googlesource.com/skia.git',
126 repository='https://skia.googlesource.com/skia.git',
143 repository='https://skia.googlesource.com/skia.git',
/third_party/openmax/
DREADME.md3 The OpenMAX-IL-Registry repository contains the OpenMAX IL API and Extension
8 this repository will be reflected there.
10 **NOTE**: as of 2021-07-21, the default branch of this repository has
14 repository. The history in that repository has not been imported to github,
18 Interesting files in this repository include:
/third_party/skia/infra/bots/recipe_modules/gsutil/examples/
Dfull.py30 repository='https://skia.googlesource.com/skia.git',
39 repository='https://skia.googlesource.com/skia.git',
48 repository='https://skia.googlesource.com/skia.git',
58 repository='https://skia.googlesource.com/skia.git',
/third_party/mesa3d/docs/
Drepository.rst7 The upstream Git repository is hosted on
10 You may access the repository either as an :ref:`anonymous
15 repository <https://gitlab.freedesktop.org/mesa/mesa>`__ and the `Mesa
17 repository <https://gitlab.freedesktop.org/mesa/demos>`__.
27 #. Get an initial, local copy of the repository with:
33 #. Later, you can update your tree from the upstream repository with:
39 #. If you also want the Mesa demos/tests repository:
90 repository:
105 repository. Generally, ``main`` contains the latest development
154 repository.
[all …]
/third_party/skia/infra/bots/recipe_modules/checkout/examples/
Dfull.py65 repository='https://skia.googlesource.com/skia.git',
76 repository='https://skia.googlesource.com/skia.git',
95 repository='https://skia.googlesource.com/skia.git',
111 repository='https://skia.googlesource.com/parent_repo.git',
128 repository='https://skia.googlesource.com/skia.git',
/third_party/rust/crates/static-assertions-rs/
DCargo.toml8 repository = "https://github.com/nvzqz/static-assertions-rs"
16 travis-ci = { repository = "nvzqz/static-assertions-rs" }
17 is-it-maintained-open-issues = { repository = "nvzqz/static-assertions-rs" }
18 is-it-maintained-issue-resolution = { repository = "nvzqz/static-assertions-rs" }

12345678910>>...43