Home
last modified time | relevance | path

Searched full:repos (Results 1 – 25 of 1034) sorted by relevance

12345678910>>...42

/external/rust/android-crates-io/crates/matchit/benches/
Dbench.rs5 "/user/repos", in call()
6 "/repos/rust-lang/rust/stargazers", in call()
8 "/repos/rust-lang/rust/releases/1.51.0", in call()
117 concat!("/repos/", $p1, "/", $p2, "/events"),
127 concat!("/repos/", $p1, "/", $p2, "/notifications"),
130 concat!("/repos/", $p1, "/", $p2, "/stargazers"),
134 concat!("/repos/", $p1, "/", $p2, "/subscribers"),
137 concat!("/repos/", $p1, "/", $p2, "/subscription"),
143 concat!("/repos/", $p1, "/", $p2, "/git/blobs/", $p3),
144 concat!("/repos/", $p1, "/", $p2, "/git/commits/", $p3),
[all …]
/external/googleapis/google/devtools/sourcerepo/v1/
Dsourcerepo.proto31 // Returns all repos belonging to a project. The sizes of the repos are
35 get: "/v1/{name=projects/*}/repos"
42 get: "/v1/{name=projects/*/repos/**}"
52 post: "/v1/{parent=projects/*}/repos"
60 delete: "/v1/{name=projects/*/repos/**}"
69 post: "/v1/{resource=projects/*/repos/**}:setIamPolicy"
80 get: "/v1/{resource=projects/*/repos/**}:getIamPolicy"
90 post: "/v1/{resource=projects/*/repos/**}:testIamPermissions"
99 // `projects/<project>/repos/<repo>`. The repo name may contain slashes.
100 // eg, `projects/myproject/repos/name/with/slash`
[all …]
/external/pytorch/test/benchmark_utils/
Dcallgrind_artifacts.json31 …function::dispatcher(_object*, _object*, _object*) [/data/users/test_user/repos/pytorch/torch/lib/…
74 …function::dispatcher(_object*, _object*, _object*) [/data/users/test_user/repos/pytorch/torch/lib/…
91 …tail/internals.h:pybind11::detail::get_internals() [/data/users/test_user/repos/pytorch/torch/lib/…
138 …11::cpp_function::initialize<initModule::{lambda() [/data/users/test_user/repos/pytorch/torch/lib/…
158 …"7114322 /data/users/test_user/repos/pytorch/build/../torch/csrc/autograd/generated/python_torch_f…
160 …"5241822 /data/users/test_user/repos/pytorch/build/aten/src/ATen/Functions.cpp:at::ones(c10::Array…
161 …es(c10::ArrayRef<long>, c10::TensorOptions const&) [/data/users/test_user/repos/pytorch/torch/lib/…
162 …, c10::optional<c10::Device>, c10::optional<bool>) [/data/users/test_user/repos/pytorch/torch/lib/…
164 …:optional<c10::Device>, c10::optional<bool>) const [/data/users/test_user/repos/pytorch/torch/lib/…
166 …"4660822 /data/users/test_user/repos/pytorch/build/../aten/src/ATen/core/boxing/impl/make_boxed_fr…
[all …]
/external/lottie/sample/
Dlint-baseline.xml13 file="/Users/gabriel_peal/repos/Lotte/LottieSample"/>
27 … file="/Users/gabriel_peal/repos/Lotte/LottieSample/src/main/res/layout/view_holder_file.xml"
44 … file="/Users/gabriel_peal/repos/Lotte/LottieSample/src/main/res/layout/activity_main.xml"
61 … file="/Users/gabriel_peal/repos/Lotte/LottieSample/src/main/res/layout/activity_qrscan.xml"
78 …file="/Users/gabriel_peal/repos/Lotte/LottieSample/src/main/res/layout/activity_typography_demo.xm…
95 …file="/Users/gabriel_peal/repos/Lotte/LottieSample/src/main/res/layout/app_intro_animation_view.xm…
112 file="/Users/gabriel_peal/repos/Lotte/LottieSample/src/main/res/values/colors.xml"
129 file="/Users/gabriel_peal/repos/Lotte/LottieSample/src/main/res/values/colors.xml"
146 file="/Users/gabriel_peal/repos/Lotte/LottieSample/src/main/res/values/colors.xml"
163 file="/Users/gabriel_peal/repos/Lotte/LottieSample/src/main/res/values/dimens.xml"
[all …]
/external/pytorch/.ci/docker/common/
Dinstall_rocm.sh87 echo "[AMDGPU]" > /etc/yum.repos.d/amdgpu.repo
88 echo "name=AMDGPU" >> /etc/yum.repos.d/amdgpu.repo
89 echo "baseurl=${amdgpu_baseurl}" >> /etc/yum.repos.d/amdgpu.repo
90 echo "enabled=1" >> /etc/yum.repos.d/amdgpu.repo
91 echo "gpgcheck=1" >> /etc/yum.repos.d/amdgpu.repo
92 echo "gpgkey=http://repo.radeon.com/rocm/rocm.gpg.key" >> /etc/yum.repos.d/amdgpu.repo
95 echo "[ROCm]" > /etc/yum.repos.d/rocm.repo
96 echo "name=ROCm" >> /etc/yum.repos.d/rocm.repo
97 echo "baseurl=${rocm_baseurl}" >> /etc/yum.repos.d/rocm.repo
98 echo "enabled=1" >> /etc/yum.repos.d/rocm.repo
[all …]
/external/pytorch/.ci/docker/manywheel/
DDockerfile15 RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
16 RUN sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
17 RUN sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
25 RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
26 RUN sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
27 RUN sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
91 RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
92 RUN sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
93 RUN sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
121 # git236+ would refuse to run git commands in repos owned by other users
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dsourcerepo.v1.json174 "repos": { object
178 "flatPath": "v1/projects/{projectsId}/repos",
180 "id": "sourcerepo.projects.repos.create",
193 "path": "v1/{+parent}/repos",
207 "flatPath": "v1/projects/{projectsId}/repos/{reposId}",
209 "id": "sourcerepo.projects.repos.delete",
215 … "description": "The name of the repo to delete. Values are of the form `projects//repos/`.",
217 "pattern": "^projects/[^/]+/repos/.*$",
233 "flatPath": "v1/projects/{projectsId}/repos/{reposId}",
235 "id": "sourcerepo.projects.repos.get",
[all …]
/external/bazelbuild-rules_python/python/config_settings/
DBUILD.bazel92 # NOTE: Only public because it is used in pip hub and toolchain repos.
115 # NOTE: Only public because it is used in pip hub repos.
124 # NOTE: Only public because it is used in pip hub repos.
133 # NOTE: Only public because it is used in pip hub repos.
142 # NOTE: Only public because it is used in pip hub repos.
150 # NOTE: Only public because it is used in pip hub repos.
157 # NOTE: Only public because it is used in pip hub repos.
164 # NOTE: Only public because it is used in pip hub repos.
171 # NOTE: Only public because it is used in pip hub repos.
/external/chromiumos-config/
Dmigration_announcement_template.md11 generate Protocol Buffer configuration payloads in <repos> and model.yaml will
17 Steps for partners and Googlers to check out their repos and contribute
22 Changes will be made in the following repos:
24 * <new config repos>: Contains Starlark files, generated protobuf payloads,
27 to <new config repos>. model.yaml is deleted.
62 repos is the same as the configuration generated by model.yaml. Standard CQ
69 changes to the generated payloads in the new config repos. If your project has
71 config repos as well. The Boxster team will be available to assist in the cherry
/external/bazelbuild-rules_java/
DMODULE.bazel22 # Declare remote java tools repos
37 # Declare all remote jdk toolchain config repos
39 # Must match JDK repos defined in remote_jdk8_repos()
48 # Must match JDK repos defined in remote_jdk11_repos()
59 # Must match JDK repos defined in remote_jdk17_repos()
70 # Must match JDK repos defined in remote_jdk21_repos()
/external/jazzer-api/third_party/android/
Dandroid_configure.bzl35 repos = _ANDROID_REPOS_TEMPLATE.format(
40 repos = "pass"
48 {repos}
49 """.format(repos = repos))
/external/bpftool/scripts/
Dgh-label-release-assets.sh12 # '/repos/qmonnet/bpftool/releases/tags/v7.2.0-snapshot.0' \
15 # '/repos/qmonnet/bpftool/releases/96330927/assets' \
21 # '/repos/qmonnet/bpftool/releases/assets/100280866' \
65 release_id="$(gh api "/repos/${REPO}/releases/tags/${release_tag}" --jq '.id')"
70 asset_id="$(gh api "/repos/${REPO}/releases/${release_id}/assets" \
84 "/repos/${REPO}/releases/assets/${asset_id}" \
/external/cldr/docs/site/development/development-process/design-proposals/
Dxmb.md9 Adds tools to CLDR to convert to and from the [XMB message format](http://unicode.org/repos/cldr-tm…
49 | [xmb-en.xml](http://unicode.org/repos/cldr-tmp/trunk/dropbox/xmb/xmb-en.xml) | The base English f…
50 | [xtb-fr.xml](http://unicode.org/repos/cldr-tmp/trunk/dropbox/xmb/xtb-fr.xml) | Sample file (fr) f…
52 Others are at [xmb/](http://www.unicode.org/repos/cldr-tmp/trunk/dropbox/xmb/).
64 | log/ | [en-missingDescriptions.txt](http://www.unicode.org/repos/cldr-tmp/trunk/dropbox/xmb/log/e…
65 | log/ | [en-paths.txt](http://www.unicode.org/repos/cldr-tmp/trunk/dropbox/xmb/log/en-paths.txt) |…
66 | filtered/ | [xmb-en.xml](http://www.unicode.org/repos/cldr-tmp/trunk/dropbox/xmb/filtered/xmb-en.…
67 | filtered/ | [xtb-fr.xml](http://www.unicode.org/repos/cldr-tmp/trunk/dropbox/xmb/filtered/xtb-fr.…
68 | skipped/ | [xmb-en.txt](http://www.unicode.org/repos/cldr-tmp/trunk/dropbox/xmb/skipped/xmb-en.tx…
69 | skipped/ | [xtb-fr.txt](http://www.unicode.org/repos/cldr-tmp/trunk/dropbox/xmb/skipped/xtb-fr.tx…
Dunihan-data.md24 - [bihua-chinese-sorting.txt](http://unicode.org/repos/unicodetools/trunk/unicodetools/org/unicode/…
25 - [CJK\_Radicals.csv](http://unicode.org/repos/unicodetools/trunk/unicodetools/org/unicode/draft/CJ…
26 - [patchPinyin.txt](http://unicode.org/repos/unicodetools/trunk/unicodetools/org/unicode/draft/patc…
27 - [patchStroke.txt](http://unicode.org/repos/unicodetools/trunk/unicodetools/org/unicode/draft/patc…
28 - [patchStrokeT.txt](http://unicode.org/repos/unicodetools/trunk/unicodetools/org/unicode/draft/pat…
29 - [pinyinHeader.txt](http://unicode.org/repos/unicodetools/trunk/unicodetools/org/unicode/draft/pin…
47 1. [kTotalStrokesReplacements.txt](http://unicode.org/repos/cldr-tmp/trunk/dropbox/han/kTotalStroke…
51 2. [imputedStrokes.txt](http://unicode.org/repos/cldr-tmp/trunk/dropbox/han/imputedStrokes.txt)
/external/skia/site/docs/dev/tools/
Dcodesearch.md22 and [skia_internal](https://cs/#skia/skia_internal/) repos. However,
26 [skia-buildbot](https://github.com/google/skia-buildbot) repos are useful for
33 [Skia repos on googlesource.com](https://skia.googlesource.com/). All commits
36 Code search option |Search |XRef |History |Repos |Branches |Freshness
46 [4]: https://skia.googlesource.com/ "Primary Skia repos on googlesource.com"
54 search the repos of Skia clients, e.g. Chromium, Android, and Mozilla. If you
/external/deqp-deps/glslang/.github/workflows/
Ddeploy.js15 release = await github.rest.repos.getReleaseByTag({
25 await github.rest.repos.updateRelease({
36 release_assets = await github.rest.repos.listReleaseAssets({
49 await github.rest.repos.deleteReleaseAsset({
63 await github.rest.repos.uploadReleaseAsset({
/external/angle/third_party/glslang/src/.github/workflows/
Ddeploy.js15 release = await github.rest.repos.getReleaseByTag({
25 await github.rest.repos.updateRelease({
36 release_assets = await github.rest.repos.listReleaseAssets({
49 await github.rest.repos.deleteReleaseAsset({
63 await github.rest.repos.uploadReleaseAsset({
/external/cronet/stable/third_party/protobuf/protoc-artifacts/
DDockerfile32 RUN wget http://people.centos.org/tru/devtools-2/devtools-2.repo -P /etc/yum.repos.d && \
33 bash -c 'echo "enabled=1" >> /etc/yum.repos.d/devtools-2.repo' && \
34 …bash -c "sed -e 's/\$basearch/i386/g' /etc/yum.repos.d/devtools-2.repo > /etc/yum.repos.d/devtools…
35 sed -e 's/testing-/testing-i386-/g' -i /etc/yum.repos.d/devtools-i386-2.repo && \
/external/protobuf/protoc-artifacts/
DDockerfile32 RUN wget http://people.centos.org/tru/devtools-2/devtools-2.repo -P /etc/yum.repos.d && \
33 bash -c 'echo "enabled=1" >> /etc/yum.repos.d/devtools-2.repo' && \
34 …bash -c "sed -e 's/\$basearch/i386/g' /etc/yum.repos.d/devtools-2.repo > /etc/yum.repos.d/devtools…
35 sed -e 's/testing-/testing-i386-/g' -i /etc/yum.repos.d/devtools-i386-2.repo && \
/external/cronet/tot/third_party/protobuf/protoc-artifacts/
DDockerfile32 RUN wget http://people.centos.org/tru/devtools-2/devtools-2.repo -P /etc/yum.repos.d && \
33 bash -c 'echo "enabled=1" >> /etc/yum.repos.d/devtools-2.repo' && \
34 …bash -c "sed -e 's/\$basearch/i386/g' /etc/yum.repos.d/devtools-2.repo > /etc/yum.repos.d/devtools…
35 sed -e 's/testing-/testing-i386-/g' -i /etc/yum.repos.d/devtools-i386-2.repo && \
/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/
DSourceRepositoryOrBuilder.java34 …* `https://source.developers.google.com/projects/&#42;&#47;repos/&#42;&#47;revisions/&#42;&#47;pat…
36 …* `https://source.developers.google.com/projects/&#42;&#47;repos/&#42;&#47;moveable-aliases/&#42;&…
39 …* `https://source.developers.google.com/projects/&#42;&#47;repos/&#42;&#47;fixed-aliases/&#42;&#47…
56 …* `https://source.developers.google.com/projects/&#42;&#47;repos/&#42;&#47;revisions/&#42;&#47;pat…
58 …* `https://source.developers.google.com/projects/&#42;&#47;repos/&#42;&#47;moveable-aliases/&#42;&…
61 …* `https://source.developers.google.com/projects/&#42;&#47;repos/&#42;&#47;fixed-aliases/&#42;&#47…
/external/google-cloud-java/owl-bot-postprocessor/synthtool/protos/
DREADME.md4 state of the source repo, and upstream repos like
16 …n [metadata.proto](./metadata.proto). `synth.metadata` tells Autosynth which git repos were pulled
20 observes which repos Synthtool used during the last generation, and
21 fetches them in advance. Autosynth tells Synthtool where to find those repos
/external/pytorch/.ci/docker/conda/
DDockerfile10 RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
11 RUN sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
12 RUN sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
19 RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
20 RUN sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
21 RUN sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
/external/vulkan-validation-layers/scripts/
Dupdate_deps.py190 {0} reference to a dictionary of repos and their attributes
208 This list can be used to specify repos that should be built only in CI.
376 def CMakeConfig(self, repos): argument
396 dep_commit = [r for r in repos if r.name == d['repo_name']]
464 def Build(self, repos, repo_dict): argument
478 self.CMakeConfig(repos)
500 for repo in json.loads(known_good.read())['repos']
525 def CreateHelper(args, repos, filename): argument
532 home repo to locate the install dirs of the dependent repos.
540 for repo in repos:
[all …]
/external/kotlinx.coroutines/docs/topics/
Dcoroutines-and-channels.md78 @GET("orgs/{org}/repos?per_page=100")
83 @GET("repos/{owner}/{repo}/contributors?per_page=100")
100 val repos = service
106 return repos.flatMap { repo ->
116 … a list of the repositories under the given organization and store it in the `repos` list. Then for
139 1770 [AWT-EventQueue-0] INFO Contributors - kotlin: loaded 40 repos
314 val repos = responseRepos.bodyList()
317 for (repo in repos) {
355 for ((index, repo) in repos.withIndex()) { // #1
361 if (index == repos.lastIndex) { // #2
[all …]

12345678910>>...42