Searched refs:Indent (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Trim/
H A DTrim.py288 # @param Indent Spaces before the Include() statement
294 def DoInclude(Source, Indent='', IncludePathList=[], LocalSearchPath=None):
331 NewFileContent.append("%s%s" % (Indent, Line))
338 CurrentIndent = Indent + Result[0][0]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp315 static char *Indent(char *buf) function
342 pc = Indent(pbuf);
588 NS_IMETHODIMP nsTimelineService::Indent() function in class:nsTimelineService
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DUefiShellDebug1CommandsLib.c143 @param[in] Indent How many spaces to indent the output.
150 IN UINTN Indent,
183 ShellPrintEx(-1, -1, L"%*a%02X: %-.48a *%a*\r\n", Indent, "", Offset, Val, Str);
149 DumpHex( IN UINTN Indent, IN UINTN Offset, IN UINTN DataSize, IN VOID *UserData ) argument
H A DUefiShellDebug1CommandsLib.h68 @param[in] Indent Number of spaces to indent.
75 IN UINTN Indent,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShellEnvironment2.h755 @param[in] Indent How many characters to indent the printing.
770 IN UINTN Indent

Completed in 523 milliseconds