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

1 2 3 4 5 67

  /external/clang/tools/clang-format/
git-clang-format 3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
13 clang-format git integration
16 This file provides a clang-format integration for git. Put it somewhere in your
17 path and ensure that it is executable. Then, "git clang-format" will invoke
21 git clang-format -h
35 usage = 'git clang-format [OPTIONS] [<commit>] [--] [<file>...]'
42 The following git-config settings set the default of the corresponding option:
50 # This file is created within the .git directory.
165 """Return the git configuration as a dictionary
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
  /external/bison/
maint.mk 60 GIT = git
61 VC = $(GIT)
102 ifeq ($(VC),$(GIT))
378 # git grep -l '\<exit *(1)' \
382 # git grep -l '\<exit *(0)' \
    [all...]
  /external/dhcpcd/
Makefile 106 git archive --prefix=${DISTPREFIX}/ ${GITREF} | bzip2 > ${DISTFILE}
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 159 (?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|
licensecheck.pl 162 (?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|
260 push @find_args, qw(-not ( -path *.git* -prune ) );
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-apply 48 # Handles git-diff patches (without binary changes) created at the top-level directory
58 # Handle git-diff patches with binary delta
109 '.git' => 1,
135 # How do we handle Git patches applied to an SVN checkout here?
164 # Git removes a directory once the last file in it is removed. We need
182 # Git will ignore the add, but re-adding large directories can be sloooow.
317 # Git rename.
380 # This could be made into a more general "status" call, except svn and git
389 my $command = runCommand("git", "diff-index", "--name-status", "HEAD", "--", $path);
395 # Return whether the file at the given path is known to Git
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 13 GIT_PATH = "git"
22 # by webkit-patch for git checkouts.
55 /^diff --git "?a\/.+"? "?b\/(.+)"?\r?$/,
70 GIT_BINARY_FILE_MARKER_FORMAT = /^GIT binary patch$/
587 @image_error = "Exception raised during decoding git binary patch:<pre>#{CGI.escapeHTML($!.to_s + "\n" + $!.backtrace.join("\n"))}</pre>"
685 diff --git a/#{filename} b/#{filename}
688 GIT binary patch
697 diff --git a/#{from_filename} b/#{to_filename}
701 GIT binary patch
729 # Apply the git binary patch using git-apply
    [all...]
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 136 """Difference routine based on git diff"""
138 subprocess.check_output(['git', 'diff', '--no-index', file_origin, file_probe])
161 ## comparison by git diff ##
168 ## storing git diff ##
226 git diff output for all headers
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 205 DIRS_TO_SKIP = ('.git', '.hg', 'data', 'archive', 'incoming')
  /ndk/build/tools/
package-release.sh 57 # set to 'yes' if we should use 'git ls-files' to list the files to
60 register_var_option "--no-git" NO_GIT "Don't use git to list input files, take all of them."
235 # The list of git files to copy into the archives
237 echo "Collecting sources from git (use --no-git to copy all files instead)."
238 GIT_FILES=`cd $NDK_ROOT_DIR && git ls-files`
337 # first create the reference ndk directory from the git reference
  /external/blktrace/btreplay/doc/
btreplay.tex 49 \texttt{blktrace}\footnote{\texttt{git://git.kernel.dk/blktrace.git}}
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 185 VPATH = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm
501 ACLOCAL = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run aclocal-1.10
502 AMTAR = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run tar
504 AUTOCONF = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run autoconf
505 AUTOHEADER = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run autoheader
506 AUTOMAKE = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run automake-1.10
545 MAKEINFO = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run makeinfo
546 MKDIR_P = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/install-sh -c -d
576 abs_srcdir = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm
578 abs_top_srcdir = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yas
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 185 VPATH = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm
501 ACLOCAL = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run aclocal-1.10
502 AMTAR = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run tar
504 AUTOCONF = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run autoconf
505 AUTOHEADER = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run autoheader
506 AUTOMAKE = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run automake-1.10
545 MAKEINFO = ${SHELL} /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/missing --run makeinfo
546 MKDIR_P = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm/config/install-sh -c -d
576 abs_srcdir = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yasm
578 abs_top_srcdir = /workspace/ajwong/git-chrome/src/third_party/yasm/source/patched-yas
    [all...]
  /external/chromium_org/tools/
bisect-perf-regression.py 23 Be aware that if you're using the git workflow and specify an svn revision,
24 the script will attempt to find the git SHA1 where svn changes up to that
28 An example usage (using git hashes):
69 # svn: Needed for git workflow to resolve hashes to svn revisions.
172 DEPS_SHA_PATCH = """diff --git src/DEPS.sha src/DEPS.sha
609 """Run a git subcommand, returning its output and return code.
612 command: A list containing the args to git.
613 cwd: A directory to change to while running the git command (optional).
618 command = ['git'] + command
624 """Run a git subcommand, returning its output and return code. Asserts i
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_unittest.py 40 from webkitpy.common.checkout.scm.git import Git, AmbiguousCommitError
114 return self._make_diff("git", *args)
142 # git svn complains if we don't pass --pre-1.5-compatible, not sure why:
143 # Expected FS format '2'; found format '3' at /usr/local/libexec/git-core//git-svn line 1477
150 # Create and checkout a trunk dir to match the standard svn configuration to match git-svn's expectations
176 # svn-apply fails to remove directories in Git, see:
316 """Sets up fresh git repository with one commit. Then sets up a second git repo that tracks the first one.""
    [all...]
  /external/bison/lib/
gnulib.mk 24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
539 ## begin gnulib module git-version-gen
542 EXTRA_DIST += $(top_srcdir)/build-aux/git-version-gen
544 ## end gnulib module git-version-gen
    [all...]
  /build/core/
main.mk 516 $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git $(subdirs) Android.mk)
    [all...]
definitions.mk 153 $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git \
    [all...]
  /external/chromium_org/third_party/libxml/src/
configure     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1377 milliseconds

1 2 3 4 5 67