HomeSort by relevance Sort by last modified time
    Searched full:repository (Results 101 - 125 of 841) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/apache/apache/4/
apache-4.pom 52 <repository>
54 <name>Apache Snapshot Repository</name>
55 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
59 </repository>
63 <repository>
65 <name>Apache Release Distribution Repository</name>
66 <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
67 </repository>
70 <name>Apache Development Snapshot Repository</name>
71 <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
  /external/guava/guava-tests/
pom.xml 45 <repository>
49 <name>Truth Github Repository</name>
51 </repository>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ResourceValueCompleter.java 100 ResourceRepository repository = data.getFrameworkResources(); local
101 addMatches(repository, prefix, true /* isSystem */, results);
108 ResourceRepository repository = data.getFrameworkResources(); local
109 addMatches(repository, prefix, true /* isSystem */, results);
120 // get the resource repository for this project and the system resources.
122 ResourceRepository repository = manager.getProjectResources(project); local
123 if (repository != null) {
124 // We have a style name and a repository. Find all resources that match this
126 addMatches(repository, prefix, false /* isSystem */, results);
141 private static void addMatches(ResourceRepository repository, String prefix, boolean isSystem
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/
package.json 10 "repository": {
  /external/chromium_org/chrome/browser/chromeos/policy/proto/
install_attributes.proto 12 // repository. Only the fields that are relevant to the browser are present
  /external/chromium_org/chrome/browser/policy/proto/chromeos/
install_attributes.proto 12 // repository. Only the fields that are relevant to the browser are present
  /external/chromium_org/google_update/
README.chromium 3 repository with minor modifications. See
  /external/chromium_org/third_party/WebKit/ManualTests/
media-default-playback-rate.html 5 <script src="http://svn.webkit.org/repository/webkit/trunk/LayoutTests/media/media-file.js"></script>
6 <script src="http://svn.webkit.org/repository/webkit/trunk/LayoutTests/media/video-test.js"></script>
49 // Use the video file from the svn repository to avoid duplicating the file.
50 video.src = absoluteUrl(findMediaFile('video', 'http://svn.webkit.org/repository/webkit/trunk/LayoutTests/media/content/test'));
  /external/chromium_org/third_party/brotli/
README.chromium 14 The font-compression-reference repository includes WOFF 2.0 encoder and
  /external/chromium_org/third_party/codesighs/
README.chromium 10 Originally obtained from Mozilla's Mercurial repository
  /external/chromium_org/third_party/isimpledom/
README.chromium 11 come directly from the Mozilla source repository, and consists of the
  /external/chromium_org/third_party/pywebsocket/
README.chromium 16 They will check your change in pywebsocket repository.
  /external/chromium_org/tools/telemetry/third_party/davclient/
README.chromium 16 None. However packaging and installation code from original repository have not
  /external/iproute2/
README.devel 7 The current source is in the git repository:
  /external/noto-fonts/
README 8 The above is the authoritative repository for the fonts. This directory
  /prebuilts/misc/android-arm/gdbserver/
README.txt 2 AOSP-toolchain repository.
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.pom 10 OSGI 4.0.0 untouched and manually put in this local repository.
  /prebuilts/tools/common/gradle-plugins/repository/org/apache/commons/commons-parent/3/
commons-parent-3.pom 36 a dummy repository. Use "mvn -Prc deploy" (Apache snapshot repository) or
37 "mvn -Prelease deploy" (Apache release repository), if you really want to deploy.
39 <repository>
43 </repository>
197 <repository>
199 <name>Apache Release Distribution Repository</name>
200 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
201 </repository>
252 <repository>
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/5/
commons-parent-5.pom 53 a dummy repository. Use "mvn -Prc deploy" (Apache snapshot repository) or
54 "mvn -Prelease deploy" (Apache release repository), if you really want to deploy.
56 <repository>
60 </repository>
241 <repository>
243 <name>Apache Development Snapshot Repository</name>
244 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
245 </repository>
248 <name>Apache Development Snapshot Repository</name>
    [all...]
  /external/chromium_org/skia/
README.chromium 1 This is a copy of the Skia source tree. In the original repository, the include
4 we have the following mappings from source repository to our tree:
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolFactory.java 31 ScopedClassPoolRepository repository);
37 ScopedClassPoolRepository repository);
  /frameworks/support/
build.gradle 4 maven { url '../../prebuilts/tools/common/m2/repository' }
40 repository(url: uri("$rootProject.ext.androidRepoOut"))
  /external/chromium_org/chrome/installer/linux/common/
apt.include 17 # Install the repository signing key (see also:
66 # Update the Google repository if it's not set correctly.
67 # Note: this doesn't necessarily enable the repository, it just makes sure the
89 # Check if the correct repository configuration is in there.
93 # Check if the correct repository is disabled.
130 # Add the Google repository to the apt sources.
183 "$LOGGER" -t "$0" "Reverted repository modification: $REPOLINE."
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 48 self.repository = config['repository']
63 # Makes sure the repository URL is compliant
65 urlparse.urlparse(self.repository)
67 raise AssertionError("Incompatible url %s" % self.repository)
164 self.announce("Submitting %s to %s" % (filename, self.repository), log.INFO)
172 request = Request(self.repository, data=body,

Completed in 1085 milliseconds

1 2 3 45 6 7 8 91011>>