HomeSort by relevance Sort by last modified time
    Searched refs:repo (Results 1 - 25 of 36) sorted by null

1 2

  /development/build/tools/
sdk_repo.mk 15 define sdk-repo-pkg-zip
16 $(dir $(2))/sdk-repo-$(1)-$(3)-$(FILE_NAME_TAG).zip
22 # this generates an sdk-repo-linux-tools that contains tools/*
30 define mk-sdk-repo-pkg-1
31 $(call sdk-repo-pkg-zip,$(1),$(2),$(3)): $(2)
34 zip -9rq ../$(notdir $(call sdk-repo-pkg-zip,$(1),$(2),$(3))) $(3)/*
35 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(1),$(2),$(3)))
37 $(call sdk-repo-pkg-zip,$(1),$(2),$(3)):$(notdir $(call sdk-repo-pkg-zip,$(1),$(2),$(3)))
43 # this generates an sdk-repo-linux-samples that contains android-N/
    [all...]
  /tools/motodev/makefile/
build.properties 45 p2.repo.dir=${buildDirectory}/distRepo
46 p2.metadata.repo=file:${p2.repo.dir}
47 p2.artifact.repo=file:${p2.repo.dir}
48 p2.metadata.repo.name=MOTODEV Studio for Android Metadata Repository
49 p2.artifact.repo.name=MOTODEV Studio for Android Artifact Repository
51 p2.build.repo=file:${p2.build.dir}
224 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /external/llvm/utils/git/
find-rev 7 parser = OptionParser("usage: %prog [options] <repo> <revision>")
16 repo,rev = args
23 os.chdir(repo)
33 _,repo,_ = ln.strip().split(' ')
34 _,lrev = repo.rsplit('@',1)
  /tools/motodev/makefile/preflighting/
build.properties 13 p2.build.repo = file:${buildDirectory}/buildRepo
14 p2.metadata.repo.name = MOTODEV Studio Application Validator
15 p2.artifact.repo.name = MOTODEV Studio Application Validator
210 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /external/regex-re2/lib/codereview/
codereview.py 110 def incoming(repo, other):
112 ret = commands.incoming(fui, repo, *[other.path], **{'bundle': '', 'force': False})
118 def outgoing(repo):
120 ret = commands.outgoing(fui, repo, *[], **{})
127 # >>> repo = hg.repository(ui.ui(), path = ".")
295 def Flush(self, ui, repo):
297 self.Upload(ui, repo, gofmt_just_warn=True, creating=True)
298 dir = CodeReviewDir(ui, repo)
311 def Delete(self, ui, repo):
312 dir = CodeReviewDir(ui, repo)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
SharedWorkerRepository.cpp 226 WebSharedWorkerRepository* repo = WebKit::webKitClient()->sharedWorkerRepository(); local
227 if (repo)
228 repo->documentDetached(getId(document));
237 WebSharedWorkerRepository* repo = WebKit::webKitClient()->sharedWorkerRepository(); local
238 return repo && repo->hasSharedWorkers(getId(document));
  /tools/motodev/makefile/preflighting/product/
build.properties 13 p2.metadata.repo.name = MOTODEV Studio Application Validator
14 p2.artifact.repo.name = MOTODEV Studio Application Validator
193 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /device/common/
generate-blob-lists.sh 20 # It needs to be run from the root of a source tree that can repo sync,
48 repo sync -j32 -n
49 repo sync -j32 -n
50 repo sync -j2 -l
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
metadataRepository-ant.jar 
  /external/dhcpcd/mk/
dist.mk 1 # rules to make a distribution tarball from a svn repo
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 190 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /sdk/eclipse/buildConfig/
build.properties 167 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /tools/motodev/makefile/preflighting/l10n/
build.properties 173 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java 146 ITestResultRepo repo = new TestResultRepo(build.getResultsDir()); local
147 mResult = repo.getResult(mSessionId);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /build/
envsetup.sh 490 echo "** Do you have the right repo manifest?"
815 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml|sh|mk)' -print0 | xargs -0 grep --color -n "$@"
822 find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cpp\|S\|java\|xml\|sh\|mk\)' -print0 | xargs -0 grep --color -n "$@"
834 find . -name .repo -prune -o -name .git -prune -o -type f -name "*\.java" -print0 | xargs -0 grep --color -n "$@"
839 find . -name .repo -prune -o -name .git -prune -o -type f \( -name '*.c' -o -name '*.cc' -o -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 grep --color -n "$@"
844 for dir in `find . -name .repo -prune -o -name .git -prune -o -name res -type d`; do find $dir -type f -name '*\.xml' -print0 | xargs -0 grep --color -n "$@"; done;
851 find -E . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -print0 | xargs -0 grep --color -n "$@"
856 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml)' -print0 | xargs -0 grep --color -n -i "$@"
863 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -regextype posix-egrep -iregex '(.*\/Makefile|.*\/Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -type f -print0 | xargs -0 grep --color -n "$@"
868 find . -name .repo -prune -o -name .git -prune -o -regextype posix-egrep -iregex '.*\.(c|h|cpp|S|java|xml)' -type f - (…)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 180 // repo is actually created so this will return null.
181 ResourceRepository repo = context.getRepository(); local
182 if (repo != null) {
183 repo.postUpdateCleanUp();
  /build/core/
cleanspec.mk 91 $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git $(cs_subdirs) CleanSpec.mk)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 

Completed in 1267 milliseconds

1 2