HomeSort by relevance Sort by last modified time
    Searched refs:git (Results 201 - 225 of 355) sorted by null

1 2 3 4 5 6 7 891011>>

  /build/make/
envsetup.sh     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 119 GIT_CMD=git
283 --git=*) GIT_CMD=$optarg
285 --git-date=*) GIT_DATE=$optarg
287 --git-branch=*) GIT_BRANCH=$optarg
289 --git-base=*) GIT_BASE=$optarg
291 --git-reference=*) GIT_REFERENCE=$optarg
368 echo " --git=<cmd> Use this version of the git tool [$GIT_CMD]"
369 echo " --git-date=<date> Specify specific git date when download sources [none]
    [all...]
  /compatibility/cdd/9_security-model/
9_7_kernel-security-features.md 60 [`/chosen/kaslr-seed Device Tree node`](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/chosen.txt)
  /packages/apps/Messaging/
version.mk 110 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
  /external/vulkan-validation-layers/
CONTRIBUTING.md 63 * A sample git workflow may look like:
66 > $ git add -u .
67 > $ git clang-format --style=file
69 > $ git add -u .
70 > $ git commit
73 * Limit the subject line to 50 characters -- this allows the information to display correctly in git/Github logs
  /build/soong/scripts/
diff_build_graphs.sh 90 git -C "$project" checkout "$ref"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/chromium-trace/catapult/systrace/systrace/
update_systrace_trace_viewer.py 49 'git rev-parse HEAD',
78 # Source tree could be missing git metadata.
79 print >> sys.stderr, 'Warning: Couldn\'t determine current git revision.'
  /external/skia/gn/
gypi_to_gn.py 13 use "git grep" to find files in the GN build any more, and tracking everything
  /external/skia/infra/bots/recipe_modules/swarming_client/
api.py 6 # TODO(borenet): This module was copied from build.git and heavily modified to
7 # remove dependencies on other modules in build.git. It belongs in a different
48 self.m.git.checkout(
49 url='https://chromium.googlesource.com/external/swarming.client.git',
  /external/skqp/gn/
gypi_to_gn.py 13 use "git grep" to find files in the GN build any more, and tracking everything
  /external/skqp/infra/bots/recipe_modules/swarming_client/
api.py 6 # TODO(borenet): This module was copied from build.git and heavily modified to
7 # remove dependencies on other modules in build.git. It belongs in a different
48 self.m.git.checkout(
49 url='https://chromium.googlesource.com/external/swarming.client.git',
  /prebuilts/qemu-kernel/arm/
rebuild.sh 293 git ls-files -o | xargs rm -f
  /tools/repohooks/rh/
hooks_unittest.py 110 @mock.patch.object(rh.git, 'find_repo_root', return_value='/ ${BUILD_OS}')
157 @mock.patch.object(rh.git, 'find_repo_root', return_value='/repo!')
278 diff = [rh.git.RawDiffEntry(file=x) for x in files]
369 diff = [rh.git.RawDiffEntry(file='foo.go')]
  /build/make/core/tasks/
collect_gpl_sources.mk 26 $(hide) tar cfz $@ --exclude ".git*" $(PRIVATE_PATHS)
  /device/generic/goldfish/gps/
Android.mk 17 # development.git/tools/emulator/. The following test is to ensure
  /external/Microsoft-GSL/
CONTRIBUTING.md 29 * To avoid line ending issues, set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration
  /external/curl/
buildconf.bat 26 rem This batch file must be used to set up a git tree to build on systems where
38 rem Check we are running from a curl git repository
39 if not exist GIT-INFO goto norepo
126 rem Setup c-ares git tree
271 echo Error: This batch file should only be used with a curl git repository
  /external/freetype/builds/
toplevel.mk 213 for d in `find . -wholename '*/.git' -prune \
220 for f in `find . -wholename '*/.git' -prune \
253 # GNU `config' git repository), relative to the `tmp' directory used during
256 CONFIG_GUESS = ~/git/config/config.guess
257 CONFIG_SUB = ~/git/config/config.sub
  /external/iw/
Makefile 96 $(wildcard .git/index .git/refs/tags)
  /external/libvpx/libvpx/test/
tools_common.sh 69 # Echoes the git hash portion of the VERSION_STRING variable defined in
71 # no git hash is contained in VERSION_STRING.
75 # output the git hash to stdout.
78 # 1. The default case: $vpx_version is a git hash, so echo it unchanged.
86 # Echoes the short form of the current git hash.
88 if git --version > /dev/null 2>&1; then
90 git rev-parse --short HEAD)
92 # Return the config hash if git is unavailable: Fail silently, git hashes
98 # Echoes warnings to stdout when git hash in vpx_config.h does not match th
    [all...]
  /external/ltp/
Makefile 171 # If we are in git repository, use git describe to indentify current version,
176 if git describe >/dev/null 2>&1; then \
177 git describe > "$@"; \
  /external/python/cpython3/PCbuild/
build.bat 108 if not exist "%GIT%" where git > "%TEMP%\git.loc" 2> nul && set /P GIT= < "%TEMP%\git.loc" & del "%TEMP%\git.loc"
109 if exist "%GIT%" set GITProperty=/p:GIT="%GIT%"
110 if not exist "%GIT%" echo Cannot find Git on PATH & set GITProperty=
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/
ci_sanity.sh 47 # Helper functions for examining changed files in the last non-merge git
50 # Get the hash of the last non-merge git commit on the current branch.
53 git rev-list --no-merges -n 1 HEAD
57 # git commit.
60 git diff-tree --no-commit-id --name-only -r $(get_last_non_merge_git_commit)
63 # List Python files changed in the last non-merge git commit that still exist,
92 # last non-merge git commit.
226 # last non-merge git commit.
236 "Python file(s) changed in the last non-merge git commit due to the "\
453 # List .h|.cc files changed in the last non-merge git commit that still exist
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/pi/
build_raspberry_pi.sh 66 git clone https://github.com/xianyi/OpenBLAS ${OPENBLAS_SRC_PATH}

Completed in 1020 milliseconds

1 2 3 4 5 6 7 891011>>