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

1 2 3 4 5 6 7 891011>>

  /prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7/
oss-parent-7.pom 23 <url>http://nexus.sonatype.org/oss-repository-hosting.html</url>
33 <repository>
43 </repository>
53 <repository>
55 <name>Nexus Release Repository</name>
57 </repository>
  /development/build/tools/
sdk_repo.mk 1 # Makefile to build the SDK repository packages.
19 # Defines the rule to build an SDK repository package by zipping all
32 @echo "Building SDK repository package $(3) from $(notdir $(2))"
40 # Defines the rule to build an SDK repository package when the
53 @echo "Building SDK repository package $(3) from $(notdir $(2))"
61 # Defines the rule to build an SDK repository package when the
78 @echo "Building SDK repository package $(3) from $(notdir $(2))"
109 # Note that extras are now located in addon.xml, not in repository.xml,
158 # Pickup the most recent xml schema for repository and add-on
163 $(TOPDIR)prebuilts/devtools/repository/sdk-repository-*.xsd
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
  /prebuilts/tools/common/m2/internal/org/apache/commons/commons-parent/9/
commons-parent-9.pom 34 a dummy repository. Use "mvn -Prc deploy" (Apache snapshot repository) or
35 "mvn -Prelease deploy" (Apache release repository), if you really want to deploy.
37 <repository>
41 </repository>
345 <repository>
347 <name>Apache Development Snapshot Repository</name>
348 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
349 </repository>
352 <name>Apache Development Snapshot Repository</name>
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/11/
commons-parent-11.pom 45 a dummy repository. Use "mvn -Prc deploy" (Apache snapshot repository) or
46 "mvn -Prelease deploy" (Apache release repository), if you really want to deploy.
48 <repository>
52 </repository>
360 <repository>
362 <name>Apache Development Snapshot Repository</name>
363 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
364 </repository>
367 <name>Apache Development Snapshot Repository</name>
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 162 // get the resource repository for this project and the system resources.
242 // get the resource repository for this project and the system resources.
244 ResourceRepository repository = resourceManager.getProjectResources(project); local
253 repository, false);
266 repository = resourceManager.getProjectResources(library);
268 repository, false);
283 ResourceRepository repository = data.getFrameworkResources(); local
284 return computeResourceStringMatches(descriptor, prefix, repository, true);
293 * given resource repository
297 * @param repository the repository to seaerch i
    [all...]
  /external/chromium_org/chrome/installer/linux/common/
rpm.include 3 # Install the repository signing key (see also:
136 # database locking. We also need to enable the repository, and we can
146 # Repository already configured
154 # urpmi not smart enough to pull media_info/pubkey from the repository?
187 # Check if the automatic repository configuration is done, so we know when to
205 # Update the Google repository if it's not set correctly.
235 # Check if the correct repository configuration is in there.
256 # If we get here, the correct repository wasn't found, or something else is
282 # We only remove the repository configuration during a purge. Since RPM has
rpmrepo.cron 9 # It creates the repository configuration file for package updates, since
10 # we cannot do this during the @@PACKAGE@@ installation since the repository
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-parent/4.9/
proguard-parent-4.9.pom 130 <repository>
132 <name>Nexus Release Repository</name>
134 </repository>
  /prebuilts/tools/common/m2/internal/org/objenesis/objenesis-parent/1.2/
objenesis-parent-1.2.pom 274 <repository>
276 <name>EasyMock Repository</name>
277 <url>scpexe://shell.sf.net/home/groups/e/ea/easymock/htdocs/maven/repository</url>
278 </repository>
281 <name>EasyMock Snapshot Repository</name>
282 <url>scpexe://shell.sf.net/home/groups/e/ea/easymock/htdocs/maven/repository-snapshot</url>
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/META-INF/
MANIFEST.MF 53 com.android.sdklib.internal.repository,
54 com.android.sdklib.internal.repository.archives,
55 com.android.sdklib.internal.repository.packages,
56 com.android.sdklib.internal.repository.sources,
57 com.android.sdklib.internal.repository.updater,
59 com.android.sdklib.repository,
  /external/antlr/antlr-3.4/gunit/
pom.xml 31 taken from the antlr-snapshot repository, or your local .m2
32 repository if you built and installed that locally.
  /external/antlr/antlr-3.4/tool/
pom.xml 75 taken from the antlr-snapshot repository, or your local .m2
76 repository if you built and installed that locally.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
sync-master-with-upstream 33 # sync with the "root" WebKit repository in upstream, assuming you've run
44 run(["git", "fetch", "upstream"], "Have you run configure-github-as-upstream to configure an upstream repository?")
  /frameworks/webview/chromium/tools/
generate_local_manifest.py 6 """Generate local manifest in an Android repository.
8 This is used to generate a local manifest in an Android repository. The purpose
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AvdManagerAction.java 22 import com.android.sdkuilib.repository.AvdManagerWindow;
23 import com.android.sdkuilib.repository.AvdManagerWindow.AvdInvocationContext;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ITestResultRepo.java 22 * Repository for CTS results.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ITestPackageRepo.java 23 * Interface for accessing tests from the CTS repository.
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemosApplication.java 23 * be used as a central repository for per-process information about your app;
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsSource.java 22 * This singleton functions as the repository for the news we display.
  /external/chromium/third_party/libevent/
README 5 (If you got libevent from the subversion repository, you will
  /external/chromium-trace/
README 12 into the git repository, and they get embedded in each trace HTML file that
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
README 1 This repository contains a python implementation of the Google commandline
  /external/chromium_org/chrome/browser/net/
client_hints.h 13 // ClientHints is a repository in Chrome for information used

Completed in 843 milliseconds

1 2 3 4 5 6 7 891011>>