/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar | ... eclipse/equinox/internal/p2/metadata/repository/
org/eclipse/equinox/internal/p2 ... |
D | org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | ... .CoreException
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository repository
org.eclipse.equinox ... |
D | org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar | ... .equinox.internal.p2.persistence.CompositeRepositoryState repository
java.io.OutputStream output
String type
java. ... |
D | org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar | ... equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep {
private static final String WORK_DIR_PREFIX ... |
D | org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar | ... Map repositoryProperties
org.eclipse.equinox.p2.repository.metadata.IMetadataRepository repository
private static org.eclipse ... |
D | org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar | ... URI location
org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository repository
org.eclipse.core ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/ |
D | repository-tools-ant.jar | ... ()
org.eclipse.equinox.p2.repository.metadata.IMetadataRepository repository
java.util.List ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/ |
D | metadataRepository-ant.jar | ... eclipse/equinox/internal/p2/metadata/repository/
org/eclipse/equinox/internal/p2 ... |
/external/llvm/cmake/modules/ |
D | GetSVN.cmake | 5 # 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/javassist/src/main/javassist/scopedpool/ |
D | ScopedClassPool.java | 37 protected ScopedClassPoolRepository repository; field in ScopedClassPool 64 ScopedClassPoolRepository repository) { in ScopedClassPool() argument 65 this(cl, src, repository, false); in ScopedClassPool() 80 …protected ScopedClassPool(ClassLoader cl, ClassPool src, ScopedClassPoolRepository repository, boo… in ScopedClassPool() argument 83 this.repository = repository; in ScopedClassPool() 143 if (repository.isPrune()) in soften() 188 Map registeredCLs = repository.getRegisteredCLs(); in getCached() 194 repository.unregisterClassLoader(pool in getCached() 226 if (repository.isPrune()) in cacheCtClass()
|
D | ScopedClassPoolFactoryImpl.java | 31 ScopedClassPoolRepository repository) { in create() argument 32 return new ScopedClassPool(cl, src, repository, false); in create() 39 ScopedClassPoolRepository repository) { in create() argument 40 return new ScopedClassPool(null, src, repository, true); in create()
|
/external/skia/infra/bots/recipe_modules/compile/ |
D | example.py | 73 repository='https://skia.googlesource.com/skia.git', 103 repository='https://skia.googlesource.com/skia.git', 125 repository='https://skia.googlesource.com/skia.git', 145 repository='https://skia.googlesource.com/skia.git', 158 repository='https://skia.googlesource.com/skia.git', 185 repository='https://skia.googlesource.com/other_repo.git', 198 repository='https://skia.googlesource.com/skia.git', 224 repository='https://skia.googlesource.com/skia.git',
|
/external/skia/infra/bots/recipes/ |
D | swarm_ct_skps.py | 258 repository='https://skia.googlesource.com/skia.git', 275 repository='https://skia.googlesource.com/skia.git', 291 repository='https://skia.googlesource.com/skia.git', 308 repository='https://skia.googlesource.com/skia.git', 325 repository='https://skia.googlesource.com/skia.git', 346 repository='https://skia.googlesource.com/skia.git', 367 repository='https://skia.googlesource.com/skia.git', 387 repository='https://skia.googlesource.com/skia.git', 404 repository='https://skia.googlesource.com/skia.git', 422 repository='https://skia.googlesource.com/skia.git', [all …]
|
D | swarm_infra.py | 38 repository='https://skia.googlesource.com/skia.git', 50 repository='https://skia.googlesource.com/skia.git', 63 repository='https://skia.googlesource.com/skia.git',
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/xml/ |
D | DOMConfigurator.java | 47 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/chromium-trace/catapult/common/lab/ |
D | commits.py | 60 def CommitTimes(repository, revision_count): argument 62 url = '%s/%s/+log?%s' % (_BASE_URL, urllib.quote(repository), parameters) 76 for repository in _REPOSITORIES: 77 commit_times = CommitTimes(repository, _REVISION_COUNT) 84 print 'REPOSITORY:', repository
|
/external/protobuf/protoc-artifacts/ |
D | README.md | 26 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/seccomp-tests/ |
D | README.md | 3 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/vulkan-validation-layers/ |
D | CONTRIBUTING.md | 7 In general, the canonical Vulkan Loader and Validation Layers sources are in the Khronos repository, 14 As a convenience, the contents of the Vulkan-LoaderAndValidationLayers repository are downstreamed … 16 … with Vulkan-LoaderAndValidationLayers components if they were obtained from a separate repository. 20 The Vulkan validation layers are one of the larger and more important components in this repository. 26 in this repository and look for any unassigned issues that are of interest to you. 38 This will involve [forking the repository](https://help.github.com/articles/fork-a-repo/), 43 …es from the Vulkan-LoaderAndValidationLayers repository, please direct your pull request to that r… 49 * There are `.clang-format files` throughout the repository to define clang-format settings 61 * Run the existing tests in the repository before and after your changes to check for any regressio… 100 All contributions made to the Vulkan-LoaderAndValidationLayers repository are Khronos branded and a… [all …]
|
/external/skia/infra/bots/recipe_modules/infra/ |
D | example.py | 39 repository='https://skia.googlesource.com/skia.git', 51 repository='https://skia.googlesource.com/skia.git', 64 repository='https://skia.googlesource.com/skia.git',
|
/external/jline/src/src/site/apt/ |
D | building.apt | 9 …e JLine distribution, or can be checked out from CVS as described {{{source-repository.html}here}}. 19 <repository> 23 </repository>
|
/external/conscrypt/ |
D | RELEASING.md | 196 go to the snapshot repository. Otherwise it's a release deployment and the 197 artifacts will go to a freshly created staging repository. 208 [a new staging repository](https://oss.sonatype.org/#stagingRepositories). You'll need 210 deployment commands should include `-PrepositoryId=<repository-id>` in order to 211 ensure that the artifacts are pushed to the same staging repository. 215 -PrepositoryId=<repository-id> -Dorg.gradle.parallel=false 234 [a new staging repository](https://oss.sonatype.org/#stagingRepositories), 236 repository via the OSSRH UI, as you did in the previous step. 240 Once all of the artifacts have been pushed to the staging repository, the 241 repository must first be `closed`, which will trigger several sanity checks [all …]
|
/external/clang/tools/ |
D | CMakeLists.txt | 22 # We support checking out the clang-tools-extra repository into the 'extra' 24 # on top of the Clang tooling platform. We keep them in a separate repository 25 # to keep the primary Clang repository small and focused.
|
/external/libxml2/result/ |
D | utf16bom.xml.rdr | 1 0 1 repository 0 0 3 0 15 repository 0 0
|
D | utf16bom.xml.rde | 1 0 1 repository 0 0 3 0 15 repository 0 0
|