/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/ |
PDBFileBuilder.h | 54 Error commit(StringRef Filename);
|
PDBStringTableBuilder.h | 42 Error commit(BinaryStreamWriter &Writer) const;
|
TpiStream.h | 63 Error commit();
|
TpiStreamBuilder.h | 63 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef Buffer);
|
/prebuilts/clang/host/linux-x86/clang-4691093/lib64/cmake/llvm/ |
VersionFromVCS.cmake | 58 # Get the svn revision number for this git commit if one exists.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
bgenlocations.py | 29 # if you want to commit your changes to the CVS repository this should refer to
|
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/ |
dump.py | 70 yield('COMMIT;')
|
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/ |
py25tests.py | 52 """Is a commit called in the context manager?"""
|
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/ |
dump.py | 70 yield('COMMIT;')
|
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/ |
py25tests.py | 52 """Is a commit called in the context manager?"""
|
/prebuilts/misc/common/robolectric/3.1.1/lib/ |
classworlds-1.1-alpha-2.pom | 31 <name>classworlds commit messages</name>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bgenlocations.py | 29 # if you want to commit your changes to the CVS repository this should refer to
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/ |
dump.py | 70 yield('COMMIT;')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
py25tests.py | 52 """Is a commit called in the context manager?"""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/ |
dump.py | 70 yield('COMMIT;')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
py25tests.py | 52 """Is a commit called in the context manager?"""
|
/prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1/ |
classworlds-1.1.pom | 33 <name>classworlds commit messages</name>
|
/prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1-alpha-2/ |
classworlds-1.1-alpha-2.pom | 31 <name>classworlds commit messages</name>
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
BugreportParser.java | 142 commit(); method 161 commit(); method 192 protected void commit() { method in class:BugreportParser 194 super.commit();
|
/tools/loganalysis/tests/src/com/android/loganalysis/parser/ |
AbstractSectionParserTest.java | 40 commit();
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
KernelBuildInfo.java | 44 * @param commitTime the git commit time
|
/external/e2fsprogs/misc/ |
ext4.5.in | 456 .BI commit= nrsec 480 .B journal_dev, norecovery, noload, data, commit, orlov, oldalloc, [no]user_xattr 492 Commit block can be written to disk without waiting for descriptor blocks. If 523 write operation is going to force a commit and then a wait for the I/O 528 takes to finish committing a transaction. Call this time the "commit time". 529 If the time that the transaction has been running is less than the commit time, 530 ext4 will try sleeping for the commit time to see if other operations will join 531 the transaction. The commit time is capped by the max_batch_time, which 536 This parameter sets the commit time (as described above) to be at least 543 used for I/O operations submitted by kjournald2 during a commit operation [all...] |
/external/jcommander/doc/ |
index.html | 623 git commit --amend -m "Bug fix" 626 Words such as "commit" above are called "commands" in JCommander, and you can specify them by creating one arg object per command: 632 @Parameter(description = "The list of files to commit") 663 CommandCommit commit = new CommandCommit(); 664 jc.addCommand("commit", commit); 666 jc.parse("-v", "commit", "--amend", "--author=cbeust", "A.java", "B.java"); 669 Assert.assertEquals(jc.getParsedCommand(), "commit"); 670 Assert.assertTrue(commit.amend); 671 Assert.assertEquals(commit.author, "cbeust") [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fsrmscreen.h | [all...] |
/bionic/tools/bionicbb/ |
presubmit.py | 33 commit = gerrit.get_commit(change_id, patch_set) 34 committer = commit['committer']['email']
|