OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HEAD
(Results
51 - 75
of
163
) sorted by null
1
2
3
4
5
6
7
/external/grpc-grpc/third_party/nanopb/tools/
make_linux_package.sh
16
git archive
HEAD
| tar x -C $DEST
make_mac_package.sh
18
git archive
HEAD
| tar x -C $DEST
make_windows_package.sh
17
git archive
HEAD
| tar x -C $DEST
/external/nanopb-c/tools/
make_linux_package.sh
18
git archive
HEAD
| tar x -C $DEST
make_mac_package.sh
18
git archive
HEAD
| tar x -C $DEST
make_windows_package.sh
17
git archive
HEAD
| tar x -C $DEST
/external/pcre/pcrecpp/include/
pcrecpparg.h
183
template<typename
HEAD
, typename ... TAIL>
184
struct Args<
HEAD
, TAIL...> {
190
inline static void arrayify(Arg * ptr, _HEAD &&
head
, _TAIL && ... tail) {
191
*ptr++ = wrap_arg(
head
);
/external/python/httplib2/script/
release
36
if version_tag=$(git describe --candidates=0 --tags
HEAD
2>/dev/null) ; then
45
last_tag=$(git tag --sort=-version:refname |
head
-n1)
58
local branch="${1-$(git symbolic-ref --short
HEAD
)}"
68
last_commit_message=$(git show --format="%s" --no-patch
HEAD
)
/external/tensorflow/tensorflow/tools/ci_build/builds/
print_build_info.sh
38
PROCESSOR=$(grep "model name" /proc/cpuinfo |
head
-1 | awk '{print substr($0, index($0, $4))}')
46
BAZEL_VER=$(bazel version |
head
-1)
58
GPP_VER=$(g++ --version |
head
-1)
67
TF_HEAD=$(git rev-parse
HEAD
)
72
NVIDIA_DRIVER_VER=$(
head
-1 /proc/driver/nvidia/version | awk '{print $(NF-6)}')
/external/syzkaller/vendor/golang.org/x/net/context/ctxhttp/
ctxhttp.go
52
//
Head
issues a
HEAD
request via the Do function.
53
func
Head
(ctx context.Context, client *http.Client, url string) (*http.Response, error) {
54
req, err := http.NewRequest("
HEAD
", url, nil)
/device/linaro/hikey/uefi-tools/
edk2-build.sh
384
if test -d .git &&
head
=`git rev-parse --verify --short
HEAD
2>/dev/null`; then
385
FIRMWARE_VER=`git rev-parse --short
HEAD
`
386
if ! git diff-index --quiet
HEAD
--; then
uefi-build.sh
375
if test -d .git &&
head
=`git rev-parse --verify --short
HEAD
2>/dev/null`; then
376
FIRMWARE_VER=`git rev-parse --short
HEAD
`
377
if ! git diff-index --quiet
HEAD
--; then
/external/virglrenderer/scripts/
release.sh
18
git diff --quiet
HEAD
> /dev/null 2>&1
353
local_top_commit_sha=`git rev-list --max-count=1
HEAD
`
361
git diff --unified=0
HEAD
^ | $GREP -F $pkg_version >/dev/null 2>&1
364
git diff --unified=0
HEAD
^ | $GREP -E "(major|minor|micro)_version" >/dev/null 2>&1
499
tag_previous=`git describe --abbrev=0
HEAD
^ 2>/dev/null`
500
# Git fails with rc=128 if no tags can be found prior to
HEAD
^
/external/bcc/examples/lua/
sock-parse-http.lua
38
h == '
HEAD
' or h == 'DELE' then
/external/syzkaller/
Makefile
52
GITREV=$(shell git rev-parse
HEAD
)
/external/volley/src/test/java/com/android/volley/mock/
TestRequest.java
135
/** Test example of a
HEAD
request in the new style. */
136
public static class
Head
extends Base {
137
public
Head
() {
138
super(Method.
HEAD
, TEST_URL, null);
/external/flatbuffers/.appveyor/
check-generate-code.bat
21
git checkout
HEAD
-- monster_test.bfbs
/external/grpc-grpc-java/buildscripts/kokoro/
android.sh
81
git checkout
HEAD
^
/external/icu/icu4j/perf-tests/
converterperf.pl
93
<
HEAD
>
95
</
HEAD
>
dateformatperf.pl
80
<
HEAD
>
82
</
HEAD
>
decimalformatperf.pl
76
<
HEAD
>
78
</
HEAD
>
normperf.pl
129
<
HEAD
>
131
</
HEAD
>
ucharacterperf.pl
77
<
HEAD
>
79
</
HEAD
>
unicodesetperf.pl
67
<
HEAD
>
69
</
HEAD
>
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm.sh
319
git rev-parse
HEAD
>> $resdir/$ds/testid.txt
320
git diff
HEAD
>> $resdir/$ds/testid.txt
Completed in 585 milliseconds
1
2
3
4
5
6
7