HomeSort by relevance Sort by last modified time
    Searched refs:git (Results 126 - 150 of 172) sorted by null

1 2 3 4 56 7

  /external/chromium_org/third_party/angle/src/
commit_id.target.linux-arm64.mk 24 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
commit_id.target.linux-mips.mk 24 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
commit_id.target.linux-x86.mk 24 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
commit_id.target.linux-x86_64.mk 24 $(gyp_shared_intermediate_dir)/angle/id/commit.h: $(gyp_shared_intermediate_dir)/angle/commit_id.py $(LOCAL_PATH)/third_party/angle/.git/index $(GYP_TARGET_DEPENDENCIES)
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
tools_common.sh 64 # Echoes the git hash portion of the VERSION_STRING variable defined in
66 # no git hash is contained in VERSION_STRING.
70 # output the git hash to stdout.
73 # 1. The default case: $vpx_version is a git hash, so echo it unchanged.
81 # Echoes the short form of the current git hash.
83 if git --version > /dev/null 2>&1; then
85 git rev-parse --short HEAD)
87 # Return the config hash if git is unavailable: Fail silently, git hashes
93 # Echoes warnings to stdout when git hash in vpx_config.h does not match th
    [all...]
  /external/libvpx/libvpx/test/
tools_common.sh 52 # Echoes the git hash portion of the VERSION_STRING variable defined in
54 # no git hash is contained in VERSION_STRING.
58 # output the git hash to stdout.
61 # 1. The default case: $vpx_version is a git hash, so echo it unchanged.
69 # Echoes the short form of the current git hash.
71 if git --version > /dev/null 2>&1; then
73 git rev-parse --short HEAD)
75 # Return the config hash if git is unavailable: Fail silently, git hashes
81 # Echoes warnings to stdout when git hash in vpx_config.h does not match th
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 52 # Echoes the git hash portion of the VERSION_STRING variable defined in
54 # no git hash is contained in VERSION_STRING.
58 # output the git hash to stdout.
61 # 1. The default case: $vpx_version is a git hash, so echo it unchanged.
69 # Echoes the short form of the current git hash.
71 if git --version > /dev/null 2>&1; then
73 git rev-parse --short HEAD)
75 # Return the config hash if git is unavailable: Fail silently, git hashes
81 # Echoes warnings to stdout when git hash in vpx_config.h does not match th
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 110 my $gitDiffStartRegEx = qr#^diff --git (\w/)?(.+) (\w/)?([^\r\n]+)#;
170 system("git", "mv", $source, $destination);
213 return system("cd $dir && git rev-parse > " . File::Spec->devnull() . " 2>&1") == 0;
229 # if you're in a git-svn checkout. The best suggestions seen so far
231 my $output = `git config --get svn-remote.svn.fetch 2>& 1`;
239 chomp($gitBranch = `git symbolic-ref -q HEAD`);
251 chomp(my $override = `git config --bool branch.$branch.webKitBranchBuild`);
256 chomp(my $gitBranchBuild = `git config --bool core.webKitBranchBuild`);
307 chomp(my $gitDir = `git rev-parse --git-dir`)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 43 git = mod.StupidGit() variable
82 self.istest(inspect.ismethod, 'git.argue')
153 git.abuse(7, 8, 9)
156 self.istest(inspect.istraceback, 'git.ex[2]')
171 self.assertEqual(len(git.tr), 3)
172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam',
176 self.assertEqual(git.tr[2][1:], (modfile, 18, 'eggs',
246 self.assertEqual(inspect.getdoc(git.abuse),
272 self.assertSourceEqual(git.abuse, 29, 39
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 43 git = mod.StupidGit() variable
82 self.istest(inspect.ismethod, 'git.argue')
153 git.abuse(7, 8, 9)
156 self.istest(inspect.istraceback, 'git.ex[2]')
171 self.assertEqual(len(git.tr), 3)
172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam',
176 self.assertEqual(git.tr[2][1:], (modfile, 18, 'eggs',
246 self.assertEqual(inspect.getdoc(git.abuse),
272 self.assertSourceEqual(git.abuse, 29, 39
    [all...]
  /external/bison/build-aux/
gnu-web-doc-update 5 # assumes you're using git for revision control,
104 find_tool GIT git
137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}')
143 $GIT checkout "$current_branch"
144 $GIT submodule update --recursive
145 $GIT branch -d $tmp_branch
155 $GIT checkout -b $tmp_branch v$version
156 $GIT submodule update --recursive
  /external/blktrace/
Makefile 65 git-tar-tree HEAD btrace-1.0 > btrace-1.0.tar
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
check_chromevox.py 12 'git diff --name-only --relative'.
  /external/chromium_org/third_party/skia/tools/
submit_try 12 adds some validation and supports both git and svn.
42 GIT = 'git.bat' if os.name == 'nt' else 'git'
73 cmd = ['git', 'rev-parse', '--show-toplevel']
249 cmd = [GIT, 'diff', git_cl.Changelist().GetUpstreamBranch(),
254 raise Exception('Failed to capture git diff!')
  /external/chromium_org/v8/
Makefile 472 git clone https://chromium.googlesource.com/chromium/buildtools.git; \
474 git fetch origin; \
475 git checkout 5d89977ce55240995d1596fe420b818468f5ec37 )
  /external/qemu/distrib/
package-release.sh 93 # $1: Source directory (must be a git checkout).
99 log "Copying git sources from $SRCDIR to $DSTDIR"
103 (cd $SRCDIR && git ls-files) > $TMP_FILE_LIST
154 # Extract the git commit SHA1 of a given directory, and put its value
156 # of a git checkout, abort.
158 # $2: Git directory.
165 SHA1=$(cd $GIT_DIR && git log --oneline -1 .) || \
166 panic "Not a Git directory: $GIT_DIR"
381 if [ ! -d "$QEMU_DIR"/.git ]; then
384 UNCHECKED_FILES=$(git ls-files -o -x objs/ -x images/emulator_icon.o
    [all...]
  /external/skia/tools/
submit_try 12 adds some validation and supports both git and svn.
42 GIT = 'git.bat' if os.name == 'nt' else 'git'
73 cmd = ['git', 'rev-parse', '--show-toplevel']
249 cmd = [GIT, 'diff', git_cl.Changelist().GetUpstreamBranch(),
254 raise Exception('Failed to capture git diff!')
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s 2 @ Refer to NOTICE file at the root of git project.
  /ndk/build/tools/
dev-rebuild-ndk.sh 142 sort -f | xargs cat | git hash-object --stdin | cut -c1-7`
  /external/chromium_org/tools/resources/
optimize-png-files.sh 437 COMMIT=$(git svn find-rev r$OPTARG | tail -1) || exit
495 ALL_FILES=$(git diff --name-only $COMMIT HEAD $DIRS | grep "png$")
  /external/nanohttpd/
README.md 12 * Experimental support for SSL (see the 'ssl-support' branch in git)
  /external/blktrace/doc/
blktrace.tex 52 as part of the following git repository:
54 git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt
65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
68 % git clone git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git b
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 294 "SDK git repository", sdkPath);
298 File git = sdk.getParentFile(); local
299 File attrsPath = new File(git, "frameworks" + File.separator + "base"
311 checkDir(new File(git, "packages" + File.separator + "apps"), false, attributeMap, seen);
  /build/core/
cleanspec.mk 67 $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git . CleanSpec.mk)
  /external/chromium_org/tools/sheriffing/
buildinfo.js 68 * main builders because downstream trees provide git revision SHA1s through

Completed in 1113 milliseconds

1 2 3 4 56 7