Searched refs:InComment (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DCodeFragmentCollector.py284 InComment = False
297 if not InComment and self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE:
300 if not InComment and self.__CurrentChar() == T_CHAR_SINGLE_QUOTE:
313 if InComment and DoubleSlashComment:
314 InComment = False
320 if InComment and HashComment and not PPExtend:
321 InComment = False
334 if InComment and not DoubleSlashComment and not HashComment:
339 elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_STAR and self.__NextChar() == T_CHAR_SLASH:
349 InComment
[all...]
H A Dc.py940 InComment = False
946 if InComment and DoubleSlashComment:
947 InComment = False
951 elif InComment and not DoubleSlashComment and ListFromStr[Index] == '*' and ListFromStr[Index + 1] == '/':
956 InComment = False
958 elif InComment:
963 InComment = True
972 InComment = True
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DCodeFragmentCollector.py275 InComment = False
287 if not InComment and self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE:
290 if not InComment and self.__CurrentChar() == T_CHAR_SINGLE_QUOTE:
303 if InComment and DoubleSlashComment:
304 InComment = False
307 if InComment and HashComment and not PPExtend:
308 InComment = False
324 elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_STAR and self.__NextChar() == T_CHAR_SLASH:
330 InComment = False
332 elif InComment
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c740 BOOLEAN InComment; local
745 InComment = FALSE;
754 if (InComment && SlashSlashComment) {
755 InComment = FALSE;
767 } else if (InComment &&
776 InComment = FALSE;
777 } else if (InComment) {
784 InComment = TRUE;
795 InComment = TRUE;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py415 InComment = False
423 if self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE and not InComment:
429 if InComment and DoubleSlashComment:
430 InComment = False
432 if InComment and HashComment:
433 InComment = False
436 elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_STAR and self.__NextChar() == T_CHAR_SLASH:
441 InComment = False
443 elif InComment:
448 InComment
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py503 InComment = False
511 if self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE and not InComment:
517 if InComment and DoubleSlashComment:
518 InComment = False
520 if InComment and HashComment:
521 InComment = False
524 elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_STAR and self.__NextChar() == T_CHAR_SLASH:
529 InComment = False
531 elif InComment:
536 InComment
[all...]

Completed in 414 milliseconds