HomeSort by relevance Sort by last modified time
    Searched defs:commit (Results 1 - 25 of 313) 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DebugCrossExSubsection.cpp 44 Error DebugCrossModuleExportsSubsection::commit( function in class:DebugCrossModuleExportsSubsection
DebugFrameDataSubsection.cpp 33 Error DebugFrameDataSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugFrameDataSubsection
DebugSymbolsSubsection.cpp 23 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugSymbolsSubsection
DebugSymbolRVASubsection.cpp 30 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugSymbolRVASubsection
DebugCrossImpSubsection.cpp 73 Error DebugCrossModuleImportsSubsection::commit( function in class:DebugCrossModuleImportsSubsection
DebugSubsectionRecord.cpp 72 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer) const { function in class:DebugSubsectionRecordBuilder
87 if (auto EC = Subsection->commit(Writer))
  /external/jemalloc_new/test/unit/
pages.c 5 bool commit; local
9 commit = true;
10 pages = pages_map(NULL, alloc_size, 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);
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
SymbolStream.cpp 42 Error SymbolStream::commit() { return Error::success(); } function in class:SymbolStream
  /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...]
  /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 174 def commit(branch, build, version): function
175 logging.info('Making commit...')
182 utils.check_call(['git', 'commit', '-m', message])
287 commit(args.branch, args.build, vndk_version)
289 'Successfully created commit for VNDK snapshot v{}'.format(
  /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:__anon25103
  /external/llvm/include/llvm/DebugInfo/CodeView/
StreamRef.h 65 Error commit() const { return Stream->commit(); } function in class:llvm::codeview::StreamRef

Completed in 1985 milliseconds

1 2 3 4 5 6 7 8 91011>>