HomeSort by relevance Sort by last modified time
    Searched refs:commit (Results 1 - 25 of 1878) 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);
  /frameworks/support/core/ktx/src/main/java/androidx/core/content/
SharedPreferences.kt 24 * or [commit][SharedPreferences.Editor.commit] to persist the changes.
31 * To [commit][SharedPreferences.Editor.commit] changes:
33 * prefs.edit(commit = true) {
40 commit: Boolean = false,
45 if (commit) {
46 editor.commit()
  /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-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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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);
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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);
  /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()
  /external/python/cpython3/Doc/includes/sqlite3/
insert_more_people.py 16 con.commit()
  /frameworks/av/media/libaudiohal/include/media/audiohal/
EffectBufferHalInterface.h 49 virtual void commit() = 0; // copies data to the external buffer, noop for allocated buffers
51 virtual void commit(size_t size) = 0; // copies partial data to external buffer
  /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);

Completed in 1881 milliseconds

1 2 3 4 5 6 7 8 91011>>