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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Edit/
Rewriters.h 25 class Commit;
28 const NSAPI &NS, Commit &commit);
31 const NSAPI &NS, Commit &commit,
35 const NSAPI &NS, Commit &commit);
  /external/v8/tools/
find-commit-for-patch.py 13 description="Finds a commit that a given patch can be applied to. "
54 def CountMatchingFiles(commit, files):
58 cmd = ["git", "ls-tree", "-r", commit] + [f for f in files]
69 commit = GetGitCommitHash(start)
73 matched_files = CountMatchingFiles(commit, files)
74 if verbose: print("Commit %s matched %d files" % (commit, matched_files))
76 return commit
77 commit = GetGitCommitHash("%s^" % commit)
87 commit = FindFirstMatchingCommit(args.branch, files, args.limit, args.verbose) variable
    [all...]
  /external/jemalloc/include/jemalloc/internal/
chunk_mmap.h 13 bool *zero, bool *commit);
  /external/jemalloc/src/
chunk_mmap.c 7 chunk_alloc_mmap_slow(size_t size, size_t alignment, bool *zero, bool *commit)
29 if (!*commit)
30 *commit = pages_decommit(ret, size);
36 bool *commit)
64 return (chunk_alloc_mmap_slow(size, alignment, zero, commit));
69 if (!*commit)
70 *commit = pages_decommit(ret, size);
  /development/tools/checkstyle/gitlint/
git.py 34 """Returns the SHA1 of the last commit."""
52 def modified_files(root, tracked_only=False, commit=None):
53 """Returns a list of files that has been modified since the last commit.
58 commit: SHA1 of the commit. If None, it will get the modified files in the
67 if commit:
68 return _modified_files_with_commit(root, commit)
89 def _modified_files_with_commit(root, commit):
92 ['git', 'diff-tree', '-r', '--root', '--no-commit-id', '--name-status',
93 commit]).decode('utf-8').split(os.linesep
    [all...]
  /external/autotest/tko/
db.py 171 """Private method for function commit to call for retry.
173 return self.con.commit()
176 def commit(self): member in class:db_sql
292 def _exec_sql_with_commit(self, sql, values, commit):
297 self.con.commit()
302 if commit:
303 self.con.commit()
306 def insert(self, table, data, commit=None):
321 self._exec_sql_with_commit(cmd, values, commit)
324 def delete(self, table, where, commit = None)
    [all...]
  /frameworks/base/core/jni/
android_nio_utils.h 51 * @param commit JNI_FALSE if the pointer was just read, and JNI_TRUE if
55 jboolean commit);
59 AutoBufferPointer(JNIEnv* env, jobject nioBuffer, jboolean commit);
  /external/libvpx/libvpx/tools/
ftfy.sh 9 This script applies a whitespace transformation to the commit at HEAD. If no
15 --amend Squashes the changes into the commit at HEAD
16 This option will also reformat the commit message.
17 --commit Creates a new commit containing only the whitespace changes
18 --msg-only Reformat the commit message only, ignore the patch itself.
47 commit() { function
50 log "HEAD doesn't have a Change-Id, unable to generate a new commit"
58 # Commit, preserving authorship from the parent commit
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
ftfy.sh 9 This script applies a whitespace transformation to the commit at HEAD. If no
15 --amend Squashes the changes into the commit at HEAD
16 This option will also reformat the commit message.
17 --commit Creates a new commit containing only the whitespace changes
18 --msg-only Reformat the commit message only, ignore the patch itself.
47 commit() { function
50 log "HEAD doesn't have a Change-Id, unable to generate a new commit"
58 # Commit, preserving authorship from the parent commit
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 20 #include "clang/Edit/Commit.h"
60 const NSAPI &NS, Commit &commit) {
86 commit.replaceWithInner(Msg->getSourceRange(),
174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) {
177 commit.insertWrap("(", RecRange, ")");
182 Commit &commit) {
193 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin()
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/command/
CommandTest.java 36 CommandCommit commit = new CommandCommit(); local
37 jc.addCommand("commit", commit);
59 CommandCommit commit = new CommandCommit(); local
60 jc.addCommand("commit", commit);
74 CommandCommit commit = new CommandCommit(); local
75 jc.addCommand("commit", commit);
76 jc.parse("-v", "commit", "--amend", "--author=cbeust", "A.java", "B.java")
    [all...]
  /external/avahi/
autogen.sh 45 if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
46 cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \
47 chmod +x .git/hooks/pre-commit && \
48 echo "Activated pre-commit hook."
  /external/ceres-solver/
import_ceres_upstream.sh 25 declare -r commit="$(git log | head -1 | cut -d ' ' -f2)"
42 echo "URL: https://ceres-solver.googlesource.com/ceres-solver/+archive/$commit.tar.gz" >> $temp_readme
43 echo "Version: $commit" >> $temp_readme
patch_from_client.sh 24 declare -r commit="$(git log | head -1)"
41 echo "URL: https://ceres-solver.googlesource.com/ceres-solver/+/$commit" >> $temp_readme
42 echo "Version: $commit" >> $temp_readme
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/
test_resourcerecordsets.py 35 rrs.commit()
40 rrs.commit()
52 # Max 100 changes per commit
54 rrs.commit()
57 rrs.commit()
79 # Max 100 changes per commit
81 rrs.commit()
84 rrs.commit()
  /external/llvm/utils/git-svn/
git-svnrevert 15 COMMIT=$1
16 OTHER=$(git svn find-rev "$COMMIT")
18 echo "Error! Could not find an svn/git revision for commit $COMMIT!"
21 echo " * Your revision number ($COMMIT) is wrong"
22 echo " * This tree is not up to date (before that commit)"
23 echo " * This commit in in another three (llvm, clang, compiler-rt, etc)"
27 if [ -n "$(echo $COMMIT | grep '^r[0-9]\+')" ]; then
28 SVN=`echo $COMMIT | sed -e 's/^r//'`
32 GIT=$COMMIT
    [all...]
  /external/dnsmasq/contrib/wrt/
lease_update.sh 48 ${NVRAM} commit
  /external/llvm/lib/Fuzzer/
pull_and_push_fuzz_corpus.sh 10 git commit -m "fuzz test corpus"
  /external/testng/src/test/java/test/justin/
BaseTestCase.java 24 protected void commit() { method in class:BaseTestCase
28 commit(); method
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsActivity.java 41 new CustomRestrictionsFragment()).commit();
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MainActivity.java 31 .commit();
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsActivity.java 41 new CustomRestrictionsFragment()).commit();
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MainActivity.java 31 .commit();
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsActivity.java 41 new CustomRestrictionsFragment()).commit();
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MainActivity.java 31 .commit();

Completed in 1015 milliseconds

1 2 3 4 5 6 7 8 91011>>