Searched refs:WriteLine (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/win32/ |
H A D | configure.js | 201 vf.WriteLine("# " + versionFile); 202 vf.WriteLine("# This file is generated automatically by " + WScript.ScriptName + "."); 208 vf.WriteLine(s); 211 vf.WriteLine(s); 214 vf.WriteLine(s); 217 vf.WriteLine(s); 222 vf.WriteLine("XML_SRCDIR=" + srcDirXml); 223 vf.WriteLine("UTILS_SRCDIR=" + srcDirUtils); 224 vf.WriteLine("WITH_TRIO=" + (withTrio? "1" : "0")); 225 vf.WriteLine("WITH_THREAD [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/ |
H A D | StrGather.py | 148 Str = WriteLine(Str, Item) 149 Str = WriteLine(Str, '#ifndef _' + BaseName.upper() + '_STRINGS_DEFINE_H_') 150 Str = WriteLine(Str, '#define _' + BaseName.upper() + '_STRINGS_DEFINE_H_') 168 Str = WriteLine(Str, Line) 170 Str = WriteLine(Str, Line) 186 Str = WriteLine(Str, Line) 192 UnusedStr = WriteLine(UnusedStr, Line) 196 Str = WriteLine(Str, '') 198 Str = WriteLine(Str, 'extern unsigned char ' + BaseName + 'Strings[];') 213 HFile = WriteLine('', CreateHFileConten 625 def WriteLine(Target, Item): function [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/ |
H A D | VfrUtilityLib.cpp | 22 CVfrBinaryOutput::WriteLine ( function in class:CVfrBinaryOutput 394 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&TotalLen, sizeof (UINT32)); 398 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&Info->mOffset, sizeof (UINT16)); 399 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&Info->mWidth, sizeof (UINT16)); 412 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&TotalLen, sizeof (UINT32)); 416 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&Info->mOffset, sizeof (UINT16)); 417 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&Info->mWidth, sizeof (UINT16)); 421 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)Info->mValue, Info->mWidth);
|
H A D | VfrUtilityLib.h | 39 virtual VOID WriteLine (IN FILE *, IN UINT32, IN CONST CHAR8 *, IN CHAR8 *, IN UINT32);
|
Completed in 341 milliseconds