/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/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/experimental/ |
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/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. 23 This will involve [forking the repository](https://help.github.com/articles/fork-a-repo/), 28 …es from the Vulkan-LoaderAndValidationLayers repository, please direct your pull request to that r… 34 * There are `.clang-format files` throughout the repository to define clang-format settings 46 * Run the existing tests in the repository before and after your changes to check for any regressio… 83 All contributions made to the Vulkan-LoaderAndValidationLayers repository are Khronos branded and a… 85 Please see an existing file in this repository for an example.
|
D | BUILD.md | 2 This document contains the instructions for building this repository on Linux and Windows. 4 This repository does not contain a Vulkan-capable driver. 14 To create your local git repository: 31 These packages are needed to build this repository: 38 cd Vulkan-LoaderAndValidationLayers # cd to the root of the cloned git repository 50 export LD_LIBRARY_PATH=<path to your repository root>/dbuild/loader 51 export VK_LAYER_PATH=<path to your repository root>/dbuild/layers 58 The `LoaderAndLayerInterface` document in the `loader` folder in this repository is a specification… 119 Cygwin is used in order to obtain a local copy of the Git repository, and to run the CMake command … 123 cd Vulkan-LoaderAndValidationLayers # cd to the root of the cloned git repository [all …]
|
/external/google-benchmark/ |
D | .travis-setup.sh | 5 sudo add-apt-repository -y ppa:kalakris/cmake 7 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 10 … sudo add-apt-repository -y "deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.6 main"
|
/external/clang/tools/ |
D | CMakeLists.txt | 23 # We support checking out the clang-tools-extra repository into the 'extra' 25 # on top of the Clang tooling platform. We keep them in a separate repository 26 # to keep the primary Clang repository small and focused.
|
/external/chromium-trace/catapult/dashboard/docs/ |
D | cloud-debugger.md | 1 # Updating the cloud repository 8 In order to push the current state of this repository to the 17 from the official catapult repository, then this should be unnecessary.
|
/external/libxml2/result/ |
D | utf16bom.xml.rde | 1 0 1 repository 0 0 3 0 15 repository 0 0
|
D | utf16bom.xml.rdr | 1 0 1 repository 0 0 3 0 15 repository 0 0
|
D | utf16lebom.xml.rdr | 2 0 1 repository 0 0 4 0 15 repository 0 0
|
D | utf16bebom.xml.rdr | 2 0 1 repository 0 0 4 0 15 repository 0 0
|
D | utf16bebom.xml.rde | 2 0 1 repository 0 0 4 0 15 repository 0 0
|
D | utf16lebom.xml.rde | 2 0 1 repository 0 0 4 0 15 repository 0 0
|
/external/testng/ |
D | build-with-maven | 6 # in the local repository (~/.m2/repository). All it does then is run the tests. 18 echo "To deploy to the snapshot repository: mvn deploy"
|