Home
last modified time | relevance | path

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

12345678910>>...33

/external/robolectric-shadows/
DAndroid.mk66 …robolectric-monitor-1.0.2-alpha1:../../../prebuilts/tools/common/m2/repository/com/android/support…
75 …robolectric-accessibility-test-framework-2.1:../../../prebuilts/tools/common/m2/repository/com/goo…
76 …robolectric-ant-1.8.0:../../../prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/ant-1…
77 …robolectric-asm-6.0:../../../prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0.jar \
78 …robolectric-asm-commons-6.0:../../../prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/…
79 …robolectric-asm-tree-6.0:../../../prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/6.0/as…
80 …robolectric-bouncycastle-1.46:../../../prebuilts/tools/common/m2/repository/org/bouncycastle/bcpro…
81 …robolectric-byte-buddy-1.6.5:../../../prebuilts/tools/common/m2/repository/net/bytebuddy/byte-budd…
82 …robolectric-byte-buddy-agent-1.6.5:../../../prebuilts/tools/common/m2/repository/net/bytebuddy/byt…
83 …robolectric-compile-testing-0.15:../../../prebuilts/tools/common/m2/repository/com/google/testing/…
[all …]
/external/deqp/scripts/khr_util/
Dregistry_cache.py37 def __init__(self, repository, filename, revision, checksum): argument
38 self.repository = repository
44 return hash((self.repository, self.filename, self.revision, self.checksum))
47 …return (self.repository, self.filename, self.revision, self.checksum) == (other.repository, other.…
62 return self.repository
73 def makeSourceUrl (repository, revision, filename): argument
74 return "%s/%s/%s" % (repository, revision, filename)
76 def checkoutGit (repository, revision, fullDstPath): argument
78 execute(["git", "clone", "--no-checkout", repository, fullDstPath])
82 execute(["git", "fetch", repository, "+refs/heads/*:refs/remotes/origin/*"])
[all …]
/external/python/cpython2/Demo/pdist/
Dcvslock.py112 def __init__(self, repository = ".", delay = DELAY): argument
113 self.repository = repository
142 self.repository, msg))
167 sleep(st, self.repository, self.delay)
170 return os.path.join(self.repository, name)
173 def sleep(st, repository, delay): argument
183 print "Waiting for %s's lock in" % user, repository
189 def __init__(self, repository, delay = DELAY): argument
190 Lock.__init__(self, repository, delay)
206 def __init__(self, repository, delay = DELAY): argument
[all …]
/external/python/cpython3/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 …]
/external/python/cpython2/Lib/distutils/
Dconfig.py26 repository = None variable in PyPIRCCommand
56 repository = self.repository or self.DEFAULT_REPOSITORY
87 if (current['server'] == repository or
88 current['repository'] == repository):
94 repository = config.get(server, 'repository')
96 repository = self.DEFAULT_REPOSITORY
99 'repository': repository,
107 self.repository = None
113 if self.repository is None:
114 self.repository = self.DEFAULT_REPOSITORY
/external/llvm/cmake/modules/
DGetSVN.cmake5 # FIRST_NAME - The macro prefix for the first repository's info
7 # SECOND_NAME - The macro prefix for the second repository's info (opt)
22 macro(get_source_info_svn path revision repository)
38 set(${repository} ${Project_WC_URL} PARENT_SCOPE)
43 macro(get_source_info_git_svn path revision repository)
57 set(${repository} ${git_url} PARENT_SCOPE)
62 macro(get_source_info_git path revision repository)
81 set(${repository} "${git_url}" PARENT_SCOPE)
86 function(get_source_info path revision repository)
88 get_source_info_svn("${path}" revision repository)
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DRepository.java38 private static org.apache.bcel.util.Repository repository = SyntheticRepository.getInstance(); field in Repository
44 return repository; in getRepository()
51 repository = rep; in setRepository()
63 return repository.loadClass(class_name); in lookupClass()
75 return repository.loadClass(clazz); in lookupClass()
86 final ClassPath path = repository.getClassPath(); in lookupClassFile()
100 repository.clear(); in clearCache()
110 final JavaClass old = repository.findClass(clazz.getClassName()); in addClass()
111 repository.storeClass(clazz); in addClass()
120 repository.removeClass(repository.findClass(clazz)); in removeClass()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DGetSVN.cmake20 macro(get_source_info_svn path revision repository)
36 set(${repository} ${Project_WC_URL} PARENT_SCOPE)
41 macro(get_source_info_git_svn path revision repository)
55 set(${repository} ${git_url} PARENT_SCOPE)
60 macro(get_source_info_git path revision repository)
79 set(${repository} "${git_url}" PARENT_SCOPE)
84 function(get_source_info path revision repository)
86 get_source_info_svn("${path}" revision repository)
88 get_source_info_git_svn("${path}" revision repository)
90 get_source_info_git("${path}" revision repository)
[all …]
/external/opencensus-java/examples/
Dopencensus_workspace.bzl15 repository = "http://repo.maven.apache.org/maven2/",
24 repository = "http://repo.maven.apache.org/maven2/",
32 repository = "http://repo.maven.apache.org/maven2/",
42 repository = "http://repo.maven.apache.org/maven2/",
53 repository = "http://repo.maven.apache.org/maven2/",
62 repository = "http://repo.maven.apache.org/maven2/",
71 repository = "http://repo.maven.apache.org/maven2/",
80 repository = "http://repo.maven.apache.org/maven2/",
89 repository = "http://repo.maven.apache.org/maven2/",
98 repository = "http://repo.maven.apache.org/maven2/",
[all …]
/external/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 …]
/external/vulkan-validation-layers/
DBUILD.md3 Instructions for building this repository on Linux, Windows, Android, and
8 1. [Contributing](#contributing-to-the-repository)
9 1. [Repository Content](#repository-content)
10 1. [Repository Set-Up](#repository-set-up)
19 your contribution in a fork of this repository in your GitHub account and then
21 in this repository for more details.
25 This repository contains the source code necessary to build the Vulkan
44 This repository does not contain a Vulkan-capable driver. You will need to
50 To create your local git repository:
56 This repository attempts to resolve some of its dependencies by using
[all …]
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/xml/
DDOMConfigurator.java47 public void doConfigure(Element element, LoggerRepository repository) { in doConfigure() argument
50 …public void doConfigure(InputStream inputStream, LoggerRepository repository) throws FactoryConfig… in doConfigure() argument
53 …public void doConfigure(Reader reader, LoggerRepository repository) throws FactoryConfigurationErr… in doConfigure() argument
56 public void doConfigure(String filename, LoggerRepository repository) { in doConfigure() argument
59 public void doConfigure(URL url, LoggerRepository repository) { in doConfigure() argument
/external/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py88 repository='https://skia.googlesource.com/skia.git',
115 repository='https://skia.googlesource.com/skia.git',
127 repository='https://skia.googlesource.com/skia.git',
139 repository='https://skia.googlesource.com/skia.git',
150 repository='https://skia.googlesource.com/skia.git',
162 repository='https://skia.googlesource.com/skia.git',
178 repository='https://skia.googlesource.com/skia.git',
188 repository='https://skia.googlesource.com/skia.git',
/external/skqp/infra/bots/recipe_modules/flavor/examples/
Dfull.py88 repository='https://skia.googlesource.com/skia.git',
115 repository='https://skia.googlesource.com/skia.git',
127 repository='https://skia.googlesource.com/skia.git',
139 repository='https://skia.googlesource.com/skia.git',
150 repository='https://skia.googlesource.com/skia.git',
162 repository='https://skia.googlesource.com/skia.git',
178 repository='https://skia.googlesource.com/skia.git',
188 repository='https://skia.googlesource.com/skia.git',
/external/skqp/infra/bots/recipes/
Dbookmaker.py249 repository='https://skia.googlesource.com/skia.git',
258 repository='https://skia.googlesource.com/skia.git',
268 repository='https://skia.googlesource.com/skia.git',
279 repository='https://skia.googlesource.com/skia.git',
290 repository='https://skia.googlesource.com/skia.git',
300 repository='https://skia.googlesource.com/skia.git',
310 repository='https://skia.googlesource.com/skia.git',
Dandroid_compile.py85 repository='https://skia.googlesource.com/skia.git',
97 repository='https://skia.googlesource.com/skia.git',
109 repository='https://skia.googlesource.com/skia.git',
122 repository='https://skia.googlesource.com/skia.git',
139 repository='https://skia.googlesource.com/skia.git',
/external/skqp/infra/bots/recipe_modules/checkout/examples/
Dfull.py68 repository='https://skia.googlesource.com/skia.git',
78 repository='https://skia.googlesource.com/skia.git',
93 repository='https://skia.googlesource.com/skia.git',
112 repository='https://skia.googlesource.com/skia.git',
128 repository='https://skia.googlesource.com/parent_repo.git',
145 repository='https://skia.googlesource.com/skia.git',
/external/skia/infra/bots/recipe_modules/checkout/examples/
Dfull.py68 repository='https://skia.googlesource.com/skia.git',
78 repository='https://skia.googlesource.com/skia.git',
93 repository='https://skia.googlesource.com/skia.git',
112 repository='https://skia.googlesource.com/skia.git',
128 repository='https://skia.googlesource.com/parent_repo.git',
145 repository='https://skia.googlesource.com/skia.git',
/external/python/cpython2/Lib/distutils/command/
Dregister.py76 self.repository = config['repository']
80 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):
81 raise ValueError('%s not found in .pypirc' % self.repository)
82 if self.repository == 'pypi':
83 self.repository = self.DEFAULT_REPOSITORY
89 response = urllib2.urlopen(self.repository+'?:action=list_classifiers')
164 host = urlparse.urlparse(self.repository)[1]
256 self.repository),
292 req = urllib2.Request(self.repository, body, headers)
/external/python/cpython3/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)
/external/protobuf/protoc-artifacts/
DREADME.md26 The following command will install the ``protoc`` artifact to your local Maven repository.
53 Before you can upload artifacts to Maven Central repository, make sure you have
58 support. DO NOT close the staging repository until you have done the
67 staging repository.
71 It creates a new staging repository. Go to
72 https://oss.sonatype.org/#stagingRepositories and find the repository, usually
76 subsequent deployments you will need to provide the repository name that you
78 repository:
80 $ mvn clean deploy -P release -Dstaging.repository=comgoogle-123
88 repository has all the binaries, close and release this repository.
[all …]
/external/chromium-trace/catapult/common/lab/
Dcommits.py60 def CommitTimes(repository, revision_count): argument
62 url = '%s/%s/+log?%s' % (_BASE_URL, urllib.quote(repository), parameters)
80 for repository in _REPOSITORIES:
81 commit_times = CommitTimes(repository, _REVISION_COUNT)
90 print 'REPOSITORY:', repository
/external/skia/infra/bots/recipes/
Dandroid_compile.py85 repository='https://skia.googlesource.com/skia.git',
97 repository='https://skia.googlesource.com/skia.git',
109 repository='https://skia.googlesource.com/skia.git',
122 repository='https://skia.googlesource.com/skia.git',
139 repository='https://skia.googlesource.com/skia.git',
/external/seccomp-tests/
DREADME.md3 This repository contains a mirror of the upstream Linux kernel test suite for the Seccomp-BPF
5 repository because the code is GPL.
9 Rather than hold the entire Linux history in this repository, only the subdirectory for the Seccomp
10 selftests are preserved here. In order to sync this repository to the upstream Linux, follow these
18 These instructions only need to be followed for the first time you are updating the repository from
21 1. Configure a remote to use as the source repository (limited to only syncing the master branch):
60 Resolve any conflicts with the local modifications present in the repository.
78 branch into the seccomp-tests repository and subtree merge it (as FETCH\_HEAD). This will avoid
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dbuild_arm64.md16 Clone this Tensorflow repository. Run this script at the root of the repository
19 > The Tensorflow repository is in `/tensorflow` if you are using
47 First, clone the TensorFlow repository. Run this at the root of the repository:

12345678910>>...33