/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
BinaryByteStream.h | 125 Error commit() override { return Error::success(); } 148 Error commit() override { 149 if (FileBuffer->commit()) 184 Error commit() override { return Impl.commit(); }
|
/external/e2fsprogs/debugfs/ |
do_journal.c | 70 struct commit_header *commit; local 87 commit = (struct commit_header *)bh->b_data; 88 commit->h_magic = ext2fs_cpu_to_be32(JFS_MAGIC_NUMBER); 89 commit->h_blocktype = ext2fs_cpu_to_be32(JFS_COMMIT_BLOCK); 90 commit->h_sequence = ext2fs_cpu_to_be32(trans->tid); 117 commit->h_chksum_type = JFS_CRC32_CHKSUM; 118 commit->h_chksum_size = JFS_CRC32_CHKSUM_SIZE; 119 commit->h_chksum[0] = ext2fs_cpu_to_be32(csum_v1); 121 commit->h_chksum_type = 0; 122 commit->h_chksum_size = 0 [all...] |
/bionic/tests/ |
bug_26110743_test.cpp | 36 "* https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=73af963f9f3036dffed55c3a2898598186db1045\n" 37 "* https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=96d0df79f2644fc823f26c06491e182d87a90c2a\n"; 81 "* https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54708d2858e79a2bdda10bf8a20c80eb96c20613\n";
|
/developers/samples/android/input/keyboard/CommitContentSampleApp/ |
template-params.xml | 28 (such as images) sent from a keyboard using the Commit Content API. 56 sent from a keyboard using the Commit Content API. 68 Now in Android 7.1 (API 25), the Android SDK includes the [Commit Content API][1], which provides a
|
/developers/samples/android/input/keyboard/CommitContentSampleIME/ |
template-params.xml | 28 (such as images) to text fields using the Commit Content API. 56 fields using the Commit Content API. 68 Now in Android 7.1 (API 25), the Android SDK includes the [Commit Content API][1], which provides a
|
/development/samples/training/basic/FragmentBasics/src/com/example/fragments/ |
MainActivity.java | 51 .add(R.id.fragment_container, firstFragment).commit(); 83 // Commit the transaction 84 transaction.commit();
|
/external/curl/docs/ |
CONTRIBUTE.md | 88 Preferably, each fix that corrects a problem should be in its own patch/commit 89 with its own description/commit message stating exactly what they correct so 153 git commit that is easy to merge and they are easy to track and not that easy 186 ### Write good commit messages 188 A short guide to how to write commit messages in the curl project. 203 Don't forget to use commit --author="" if you commit someone else's work, and 205 you commit 222 You then proceed and edit all the files you like and you commit them to your 225 git commit [file [all...] |
/external/llvm/include/llvm/Support/ |
FileOutputBuffer.h | 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is 65 /// buffer. If commit() is not called before this object's destructor 69 std::error_code commit();
|
/external/llvm/utils/release/ |
merge.sh | 26 echo " -revert Revert rather than merge the commit" 98 echo "# To commit, run the following in $proj.src/:" 99 echo svn commit -F $tempfile
|
/external/pdfium/third_party/lcms/ |
README.pdfium | 30 https://github.com/mm2/Little-CMS/commit/c0a98d86 34 from upstream https://github.com/mm2/Little-CMS/commit/4011a6e3 41 0027-changes-from-beginning-of-time.patch: commented changes from initial commit.
|
/external/selinux/libsemanage/src/ |
booleans_activedb.c | 121 /* Commit */ 123 ERR(handle, "libselinux commit failed"); 136 ERR(handle, "could not commit boolean list");
|
/external/tensorflow/tensorflow/contrib/lite/ |
simple_memory_arena_test.cc | 54 arena.Commit(&context); 66 arena.Commit(&context); 78 arena.Commit(&context);
|
/frameworks/av/media/libeffects/testlibs/ |
AudioPeakingFilter.cpp | 55 commit(true); 62 commit(true); 87 void AudioPeakingFilter::commit(bool immediate) { function in class:android::AudioPeakingFilter
|
AudioShelvingFilter.cpp | 61 commit(true); 67 commit(true); 89 void AudioShelvingFilter::commit(bool immediate) { function in class:android::AudioShelvingFilter
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
TunerActivity.java | 49 fragment, TAG_TUNER).commit(); 88 transaction.commit(); 106 transaction.commit();
|
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
overlay3DPipe.h | 55 bool commit(); 85 bool commit(); 115 bool commit(); 145 bool commit(); 185 inline bool M3DExtPipe<CHAN>::commit() { return mM3d.commit(); } function in class:overlay::M3DExtPipe 254 inline bool M3DPrimaryPipe<CHAN>::commit() { return mM3d.commit(); } function in class:overlay::M3DPrimaryPipe 312 inline bool S3DExtPipe<CHAN>::commit() { return mS3d.commit(); } function in class:overlay::S3DExtPipe 380 inline bool S3DPrimaryPipe<CHAN>::commit() { function in class:overlay::S3DPrimaryPipe [all...] |
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
overlay3DPipe.h | 55 bool commit(); 85 bool commit(); 115 bool commit(); 145 bool commit(); 185 inline bool M3DExtPipe<CHAN>::commit() { return mM3d.commit(); } function in class:overlay::M3DExtPipe 254 inline bool M3DPrimaryPipe<CHAN>::commit() { return mM3d.commit(); } function in class:overlay::M3DPrimaryPipe 312 inline bool S3DExtPipe<CHAN>::commit() { return mS3d.commit(); } function in class:overlay::S3DExtPipe 380 inline bool S3DPrimaryPipe<CHAN>::commit() { function in class:overlay::S3DPrimaryPipe [all...] |
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/ |
BlockedNumbersSettingsActivity.java | 58 .commit(); 79 .commit(); 101 .commit();
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
FileOutputBuffer.h | 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is 65 /// buffer. If commit() is not called before this object's destructor 69 std::error_code commit();
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
FileOutputBuffer.h | 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is 65 /// buffer. If commit() is not called before this object's destructor 69 std::error_code commit();
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
FileOutputBuffer.h | 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is 65 /// buffer. If commit() is not called before this object's destructor 69 std::error_code commit();
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
FileOutputBuffer.h | 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is 65 /// buffer. If commit() is not called before this object's destructor 69 std::error_code commit();
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
FileOutputBuffer.h | 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is 65 /// buffer. If commit() is not called before this object's destructor 69 std::error_code commit();
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
FileOutputBuffer.h | 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is 65 /// buffer. If commit() is not called before this object's destructor 69 std::error_code commit();
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
FileOutputBuffer.h | 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is 65 /// buffer. If commit() is not called before this object's destructor 69 std::error_code commit();
|