HomeSort by relevance Sort by last modified time
    Searched refs:Repository (Results 1 - 3 of 3) sorted by null

  /cts/tools/host/src/com/android/cts/
HostConfig.java 46 * <li> test case repository
47 * <li> test plan repository
48 * <li> test result repository
160 .getElementsByTagName("Repository").item(0), "root");
438 * Get the case repository.
440 * @return The case repository.
447 * Get the plan repository.
449 * @return The plan repository.
456 * Get the result repository.
458 * @return The result repository
    [all...]
  /external/webkit/WebKitTools/Scripts/
VCSUtils.pm 201 if (/^Repository Root: (.+)/) {
204 if (/^Repository UUID: (.+)/) {
216 # repository root or the repository UUID suddenly changes.
280 $svnInfo =~ /.*^Repository Root: (.*?)$/m;
772 # $repositoryRootPath: an absolute path to the repository root.
774 # repository root. This should normally be the path
797 # in the patch's "Index:" line is relative to the repository root
  /development/build/tools/
sdk_repo.mk 1 # Makefile to build the SDK repository packages.
17 # Defines the rule to build an SDK repository package by zipping all
30 @echo "Building SDK repository package $(3) from $(notdir $(2))"
38 # Defines the rule to build an SDK repository package when the
51 @echo "Building SDK repository package $(3) from $(notdir $(2))"
115 $(TOPDIR)sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/sdk-addon-*.xsd \
127 # Rules for the SDK Repository XML
129 SDK_REPO_XML := $(HOST_OUT)/sdk/repository.xml
137 $(TOPDIR)sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/sdk-repository-*.xsd
    [all...]

Completed in 202 milliseconds