Searched refs:Expect (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParserMisc.py168 if Par.Expect(','):
184 if not Par.Expect('{'):
195 if Par.Expect(','):
199 elif Par.Expect('}'):
305 ## Expect
307 # Expect char in string
311 def Expect(self, ExpectChar): member in class:ParserHelper
358 if not self.Expect(AssertChar):
H A DDecParser.py849 if Par.Expect(DT.TAB_SPLIT):
862 if not Par.Expect(DT.TAB_COMMA_SPLIT):
/vbox/src/VBox/Debugger/
H A DDBGCEval.cpp1437 "Error: Out memory in the regular heap! Expect odd stuff to happen...\n", cArgs);

Completed in 61 milliseconds