Searched defs:removeEntry (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dbuildblacklist.py205 def removeEntry(self, uidAuthor, idBlacklisting, fCascade = False, fCommit = False): member in class:BuildBlacklistLogic
246 Re-adds the BuildBlacklist entry. Used by editEntry and removeEntry.
H A Dbuildsource.py287 def removeEntry(self, uidAuthor, idBuildSrc, fCascade = False, fCommit = False): member in class:BuildSourceLogic
H A Duseraccount.py167 def removeEntry(self, uidAuthor, uid, fCascade = False, fCommit = False): member in class:UserAccountLogic
H A Dbuild.py207 def removeEntry(self, uidAuthor, idBuildCategory, fCascade = False, fCommit = False): member in class:BuildCategoryLogic
593 def removeEntry(self, uidAuthor, idBuild, fCascade = False, fCommit = False): member in class:BuildLogic
H A Dtestgroup.py507 def removeEntry(self, uidAuthor, idTestGroup, fCascade = False, fCommit = False): member in class:TestGroupLogic
H A Dschedgroup.py565 def removeEntry(self, uidAuthor, idSchedGroup, fCascade = False, fCommit = False): member in class:SchedGroupLogic
866 Re-adds the SchedGroups entry. Used by editEntry and removeEntry.
H A Dtestbox.py860 def removeEntry(self, uidAuthor, idTestBox, fCascade = False, fCommit=False): member in class:TestBoxLogic
H A Dtestcase.py1310 def removeEntry(self, uidAuthor, idTestCase, fCascade = False, fCommit = False): member in class:TestCaseLogic
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/
H A DipcLockModule.cpp170 PRBool removeEntry = PR_FALSE; local
194 removeEntry = PR_TRUE;
213 return removeEntry;

Completed in 49 milliseconds