Searched defs:commit (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
H A DFileHook.py144 self.commit()
146 def commit(self): member in class:RecoverMgr
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A Drcvs.py144 def commit(self, message = ""): member in class:MyFile
252 def commit(self, files, message = ""): member in class:RCVS
266 if e.commit(message):
421 """commit [-m message] [file] ..."""
425 self.cvs.commit(files, message)
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
H A Dvfwscanf.c764 wchar_t *commit, *p; local
775 * We set commit = p whenever the string we have read so far
778 * or fail, and we will ungetc() back to the last commit point.
783 commit = buf - 1;
800 commit = p;
821 commit = p; /* inf or infinity */
836 commit = p;
844 commit = p;
870 commit = p;
880 commit
[all...]
H A Dvfscanf.c985 char *commit, *p; local
1001 * We set commit = p whenever the string we have read so far
1004 * or fail, and we will ungetc() back to the last commit point.
1009 commit = buf - 1;
1024 commit = p;
1045 commit = p; /* inf or infinity */
1060 commit = p;
1068 commit = p;
1094 commit = p;
1104 commit
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
H A Dfaqwiz.py739 if self.ui.commit:
743 self.commit(entry)
776 def commit(self, entry): member in class:FaqWizard
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
H A Dmsilib.py378 def commit(self, db): member in class:CAB

Completed in 72 milliseconds