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

1 2 3 4 5 6 7 8 91011>>

  /external/jemalloc/test/unit/
pages.c 5 bool commit; local
8 commit = true;
9 pages = pages_map(NULL, PAGE, &commit);
  /cts/hostsidetests/security/securityPatch/Bug-35950805/
poc.c 35 struct mdp_layer_commit commit; local
45 commit.commit_v1.output_layer = &output_layer;
47 commit.commit_v1.input_layer_cnt = 0;
48 commit.version = 0x00010000;
49 commit.commit_v1.flags = 0x01;
51 ret = ioctl(fd, MSMFB_ATOMIC_COMMIT, &commit);
57 commit.commit_v1.output_layer = &output_layer;
59 commit.commit_v1.input_layer_cnt = 0;
60 commit.version = 0x00010000;
61 commit.commit_v1.flags = 0
    [all...]
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /external/jemalloc/include/jemalloc/internal/
chunk_mmap.h 13 bool *zero, bool *commit);
  /art/tools/
cpplint_presubmit.py 40 def get_changed_files(commit):
42 Gets the files changed in the given commit.
45 ["git", 'diff-tree', '--no-commit-id', '--name-only', '-r', commit],
59 commit = os.environ['PREUPLOAD_COMMIT']
61 print("WARNING: Not running as a pre-upload hook. Assuming commit to check = 'HEAD'")
62 commit = "HEAD"
63 files_to_check = [f for f in get_changed_files(commit) if is_interesting(f)]
  /prebuilts/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 194 """Private method for function commit to call for retry.
196 return self.con.commit()
199 def commit(self): member in class:db_sql
200 """Commit the sql transaction."""
334 def _exec_sql_with_commit(self, sql, values, commit):
339 self.con.commit()
344 if commit:
345 self.con.commit()
348 def insert(self, table, data, commit=None):
357 @param commit: If commit the transaction
    [all...]
  /external/python/cpython2/Doc/includes/sqlite3/
insert_more_people.py 16 con.commit()
  /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);
  /bionic/libc/stdio/
parsefloat.c 42 char *commit, *p; local
52 * We set commit = p whenever the string we have read so far
55 * or fail, and we will ungetc() back to the last commit point.
60 commit = buf - 1;
75 commit = p;
96 commit = p; /* inf or infinity */
111 commit = p;
119 commit = p;
145 commit = p;
155 commit = p
190 wchar_t *commit, *p; local
    [all...]
  /external/jemalloc/src/
chunk_mmap.c 7 chunk_alloc_mmap_slow(size_t size, size_t alignment, bool *zero, bool *commit)
19 pages = pages_map(NULL, alloc_size, commit);
24 ret = pages_trim(pages, alloc_size, leadsize, size, commit);
34 bool *commit)
55 ret = pages_map(new_addr, size, commit);
62 return (chunk_alloc_mmap_slow(size, alignment, zero, 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...]
  /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...]
  /tools/repohooks/rh/
results.py 32 def __init__(self, hook, project, commit, error, files=(), fixup_func=None):
38 commit: The git commit sha.
49 self.commit = commit
65 def __init__(self, hook, project, commit, result, files=(),
67 HookResult.__init__(self, hook, project, commit,
  /tools/loganalysis/src/com/android/loganalysis/parser/
ActivityServiceParser.java 54 commit(); method
70 protected void commit() { method in class:ActivityServiceParser
72 super.commit();

Completed in 369 milliseconds

1 2 3 4 5 6 7 8 91011>>