HomeSort by relevance Sort by last modified time
    Searched defs:commit (Results 1 - 25 of 658) 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);
  /external/llvm/lib/DebugInfo/PDB/Raw/
SymbolStream.cpp 46 Error SymbolStream::commit() { return Error::success(); } function in class:SymbolStream
InfoStream.cpp 78 Error InfoStream::commit() { function in class:InfoStream
89 return NamedStreams.commit(Writer);
ModStream.cpp 82 Error ModStream::commit() { return Error::success(); } function in class:ModStream
NameMap.cpp 148 Error NameMap::commit(codeview::StreamWriter &Writer) { function in class:NameMap
  /external/selinux/libselinux/utils/
togglesebool.c 26 int rc, i, commit = 0; local
46 commit++;
56 commit++;
75 if (commit > 0) {
77 printf("Commit failed. (%s) No change to booleans.\n",
  /external/llvm/lib/DebugInfo/CodeView/
ByteStream.cpp 65 template <bool Writable> Error ByteStream<Writable>::commit() const { function in class:ByteStream
  /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...]
  /frameworks/ex/common/java/com/android/common/
SharedPreferencesCompat.java 26 * falling back to commit when apply isn't available.
50 editor.commit();
  /tools/loganalysis/src/com/android/loganalysis/parser/
ActivityServiceParser.java 54 commit(); method
70 protected void commit() { method in class:ActivityServiceParser
72 super.commit();
DumpsysBatteryStatsParser.java 64 commit(); method
82 protected void commit() { method in class:DumpsysBatteryStatsParser
84 super.commit();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
BlockChangeReceiver.java 34 editor.commit();
  /cts/tests/sample/src/android/sample/
SampleDeviceActivity.java 52 // Commit the changes - important.
53 editor.commit();
74 // Commit the changes - important.
75 editor.commit();
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridActivity.java 42 ft.commit();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridActivity.java 42 ft.commit();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentArgumentsFragment.java 43 ft.commit();
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
ImageGridActivity.java 42 ft.commit();
  /development/vndk/snapshot/
update.py 169 def commit(branch, build, version): function
170 logger().info('Making commit...')
177 check_call(['git', 'commit', '-m', message])
268 commit(args.branch, args.build, vndk_version)
  /external/iproute2/include/libiptc/
xtcshared.h 9 int (*commit)(struct xtc_handle *); member in struct:xtc_ops
  /external/iptables/include/libiptc/
xtcshared.h 9 int (*commit)(struct xtc_handle *); member in struct:xtc_ops
  /external/jemalloc/include/jemalloc/
jemalloc_typedefs.h 4 * bool *commit, unsigned arena_ind);
52 chunk_commit_t *commit; member in struct:__anon22497
  /external/llvm/include/llvm/DebugInfo/CodeView/
StreamRef.h 65 Error commit() const { return Stream->commit(); } function in class:llvm::codeview::StreamRef
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 104 std::error_code FileOutputBuffer::commit() { function in class:llvm::FileOutputBuffer
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFragmentPagerAdapter.java 25 fragmentManager.beginTransaction().add(container.getId(), (Fragment) object).commit(); method
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PreferenceManagerTest.java 27 editor.commit();

Completed in 645 milliseconds

1 2 3 4 5 6 7 8 91011>>