Searched refs:iLine (Results 1 - 25 of 51) sorted by relevance

123

/vbox/src/bldprogs/
H A Dscmstream.cpp47 pStream->iLine = 0;
223 pStream->iLine = 0;
236 pStream->iLine = 0;
272 for (size_t iLine = 0; iLine < pStream->cLines; iLine++)
274 size_t offEol = pStream->paLines[iLine].off + pStream->paLines[iLine].cch;
275 AssertReturn(offEol + pStream->paLines[iLine].enmEol <= cbFile, VERR_INTERNAL_ERROR_2);
276 switch (pStream->paLines[iLine]
396 size_t iLine = pStream->iLine; local
491 ScmStreamTellOffsetOfLine(PSCMSTREAM pStream, size_t iLine) argument
616 ScmStreamSeekByLine(PSCMSTREAM pStream, size_t iLine) argument
678 ScmStreamGetLineByNo(PSCMSTREAM pStream, size_t iLine, size_t *pcchLine, PSCMEOL penmEol) argument
789 size_t iLine = pStream->iLine; local
864 ScmStreamIsWhiteLine(PSCMSTREAM pStream, size_t iLine) argument
915 ScmStreamGetEolByLine(PSCMSTREAM pStream, size_t iLine) argument
948 size_t iLine = pStream->iLine; local
1053 size_t iLine = pStream->iLine; local
1260 size_t const iLine = pStream->iLine; local
1301 size_t const iLine = pStream->iLine; local
1340 size_t const iLine = pStream->iLine; local
[all...]
H A Dscmstream.h69 size_t iLine; member in struct:SCMSTREAM
104 size_t ScmStreamTellOffsetOfLine(PSCMSTREAM pStream, size_t iLine);
109 int ScmStreamSeekByLine(PSCMSTREAM pStream, size_t iLine);
112 const char *ScmStreamGetLineByNo(PSCMSTREAM pStream, size_t iLine, size_t *pcchLine, PSCMEOL penmEol);
118 bool ScmStreamIsWhiteLine(PSCMSTREAM pStream, size_t iLine);
120 SCMEOL ScmStreamGetEolByLine(PSCMSTREAM pStream, size_t iLine);
H A DVBoxDef2LazyLoad.cpp107 unsigned iLine = 0; local
111 iLine++;
184 fprintf(stderr, "%s:%u: error: Invalid ordinal spec.\n", pszInput, iLine);
201 fprintf(stderr, "%s:%u: error: NONAME export not implemented.\n", pszInput, iLine);
215 pszInput, iLine, cchName, pchName);
222 pszInput, iLine, cchName, pchName);
234 fprintf(stderr, "%s:%u: error: Out of memory.\n", pszInput, iLine);
252 fprintf(stderr, "error: Read while reading '%s' (iLine=%u).\n", pszInput, iLine);
H A Dscmdiff.cpp43 * @param iLine The first line.
46 static void scmDiffPrintLines(PSCMDIFFSTATE pState, char chPrefix, PSCMSTREAM pStream, size_t iLine, size_t cLines) argument
52 const char *pchLine = ScmStreamGetLineByNo(pStream, iLine, &cchLine, &enmEol);
100 iLine++;
259 for (size_t iLine = 0; iLine < cLines; iLine++)
263 const char *pchLeft = ScmStreamGetLineByNo(pState->pLeft, iLeft + iLine, &cchLeft, &enmEolLeft);
267 const char *pchRight = ScmStreamGetLineByNo(pState->pRight, iRight + iLine, &cchRight, &enmEolRight);
/vbox/src/libs/kStuff/iprt/
H A DkHlpAssert-iprt.cpp28 KHLP_DECL(void) kHlpAssertMsg1(const char *pszExpr, const char *pszFile, unsigned iLine, const char *pszFunction) argument
30 RTAssertMsg1Weak(pszExpr, iLine, pszFile, pszFunction);
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuilogviewer.py139 iLine = 0;
143 iLine += 1;
154 % (iLine, iLine, iLine, offLine, webutils.escapeElem(sLine.rstrip()));
159 iLine += 1;
/vbox/src/VBox/ValidationKit/testanalysis/
H A Dreporting.py259 iLine = 0;
261 if len(aasHeader[iLine][iColumn]) <= 0:
262 aasHeader[iLine][iColumn] = s;
263 elif len(s) + 1 + len(aasHeader[iLine][iColumn]) <= acchColumns[iColumn]:
264 aasHeader[iLine][iColumn] += ' ' + s;
266 iLine += 1;
267 if iLine >= len(aasHeader): # There must be a better way to do this...
270 aasHeader[iLine].append('');
271 aasHeader[iLine][iColumn] = s;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDigest.cpp466 uint32_t iLine = 1; local
469 psz = MyGetNextSignificantLine(pFile, s_szLine, sizeof(s_szLine), &iLine, &rc);
480 return Error("%s(%d): Expected 'Len =' found '%.10s...'", ValueUnion.psz, iLine, psz);
484 return Error("%s(%d): Error parsing length '%s': %Rrc\n", ValueUnion.psz, iLine, psz, rc);
487 psz = MyGetNextSignificantLine(pFile, s_szLine, sizeof(s_szLine), &iLine, &rc);
489 return Error("%s(%d): Expected message text not EOF.", ValueUnion.psz, iLine);
491 return Error("%s(%d): Expected 'Msg =' found '%.10s...'", ValueUnion.psz, iLine, psz);
501 ValueUnion.psz, iLine, psz, rc);
505 psz = MyGetNextSignificantLine(pFile, s_szLine, sizeof(s_szLine), &iLine, &rc);
507 return Error("%s(%d): Expected message digest not EOF.", ValueUnion.psz, iLine);
[all...]
/vbox/src/VBox/Devices/PC/
H A DDevLPC.cpp193 for (int iLine = 0; iLine < 8; ++iLine)
196 int iBase = iLine < 4 ? 0x60 : 0x64;
197 uint8_t iMap = PCIDevGetByte(&pThis->dev, iBase + iLine); local
200 pHlp->pfnPrintf(pHlp, "PIRQ%c disabled\n", 'A' + iLine);
202 pHlp->pfnPrintf(pHlp, "PIRQ%c -> IRQ%d\n", 'A' + iLine, iMap & 0xf);
/vbox/src/VBox/ValidationKit/testmanager/db/
H A Dgen-sql-comments.py46 self.iLine = 0; # The current input line number.
55 return errorMsg('%s(%d): %s' % (self.sFilename, self.iLine, sMsg,));
80 self.iLine += 1;
83 self.dprint('line %d: %s\n' % (self.iLine, sLine));
/vbox/include/VBox/vmm/
H A Dpdmsrv.h189 * @param iLine Linenumber of the assertion location.
192 DECLR3CALLBACKMEMBER(bool, pfnAssertEMT,(PPDMSRVINS pSrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
201 * @param iLine Linenumber of the assertion location.
204 DECLR3CALLBACKMEMBER(bool, pfnAssertOther,(PPDMSRVINS pSrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
H A Dpdmusb.h475 * @param iLine Linenumber of the assertion location.
478 DECLR3CALLBACKMEMBER(bool, pfnAssertEMT,(PPDMUSBINS pUsbIns, const char *pszFile, unsigned iLine, const char *pszFunction));
487 * @param iLine Linenumber of the assertion location.
490 DECLR3CALLBACKMEMBER(bool, pfnAssertOther,(PPDMUSBINS pUsbIns, const char *pszFile, unsigned iLine, const char *pszFunction));
501 * @param iLine The linenumber of the assertion location.
506 DECLR3CALLBACKMEMBER(int, pfnDBGFStopV,(PPDMUSBINS pUsbIns, const char *pszFile, unsigned iLine, const char *pszFunction, const char *pszFormat, va_list va));
907 NOREF(iLine);
H A Dpdmdrv.h629 * @param iLine Linenumber of the assertion location.
632 DECLRCCALLBACKMEMBER(bool, pfnAssertEMT,(PPDMDRVINS pDrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
641 * @param iLine Linenumber of the assertion location.
644 DECLRCCALLBACKMEMBER(bool, pfnAssertOther,(PPDMDRVINS pDrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
725 * @param iLine Linenumber of the assertion location.
728 DECLR0CALLBACKMEMBER(bool, pfnAssertEMT,(PPDMDRVINS pDrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
737 * @param iLine Linenumber of the assertion location.
740 DECLR0CALLBACKMEMBER(bool, pfnAssertOther,(PPDMDRVINS pDrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
819 * @param iLine Linenumber of the assertion location.
822 DECLR3CALLBACKMEMBER(bool, pfnAssertEMT,(PPDMDRVINS pDrvIns, const char *pszFile, unsigned iLine, cons
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dalloc-ef.h182 unsigned iLine; member in struct:RTMEMBLOCK
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartCfg.cpp70 unsigned iLine; member in struct:CFGTOKEN
105 unsigned iLine; member in struct:CFGTOKENIZER
164 pCfgTokenizer->iLine++;
286 pCfgTokenUse->iLine = pCfgTokenizer->iLine;
340 pCfgTokenizer->iLine = 0;
467 pToken->iLine, pToken->cchStart,
/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp83 uint32_t iLine; member in struct:BIOSMAP
219 uint32_t iLine = 0; local
224 iLine++;
271 return disError("Error reading '%s': rc=%Rrc iLine=%u", pObjFile->pszSource, rc, iLine);
1211 RTMsgError("%s:%d: %N", pMap->pszMapFile, pMap->iLine, pszFormat, va);
1236 RTMsgError("%s:%d: Read error %Rrc", pMap->pszMapFile, pMap->iLine + 1, rc);
1239 pMap->iLine++;
1516 RTMsgError("%s:%d: Expected section box: +-----...", pMap->pszMapFile, pMap->iLine);
1538 RTMsgError("%s:%d: Expected section box: | %s |", pMap->pszMapFile, pMap->iLine, pszSectionN
[all...]
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp1288 uint32_t iLine = 0;
1294 iLine++;
1301 RTStrPrintf(pszErr, cbErr, "Error reading line #u: %Rrc", iLine, rc);
1306 RTStrPrintf(pszErr, cbErr, "Line number %u is too long", iLine);
1333 RTStrPrintf(pszErr, cbErr, "Expected '(' after %zu on line %u", psz - szLine, iLine);
1354 RTStrPrintf(pszErr, cbErr, "Expected ')=' at %zu on line %u", psz - szLine, iLine);
1365 RTStrPrintf(pszErr, cbErr, "Expected value at %zu on line %u", psz - szLine, iLine);
1390 RTStrPrintf(pszErr, cbErr, "Malformed value ('%s') at %zu on line %u: %Rrc", pszValue, psz - szLine, iLine, rc);
1418 pszValue - szLine + off, iLine, pszValue, off);
1432 pszName, pszAttr, pszValue, fType, iLine, r
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlibteac.c105 int iLine; local
123 iLine= 0;
129 iLine++;
139 iLine, HOST_TABLE_FILENAME);
147 iLine, HOST_TABLE_FILENAME);
154 string, HOST_TABLE_FILENAME, iLine);
160 iLine, HOST_TABLE_FILENAME);
167 string, HOST_TABLE_FILENAME, iLine);
173 iLine, HOST_TABLE_FILENAME);
180 string, HOST_TABLE_FILENAME, iLine);
[all...]
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIPerf.cpp42 static HRESULT tstComExpr(HRESULT hrc, const char *pszOperation, int iLine) argument
45 RTTestFailed(g_hTest, "%s failed on line %u with hrc=%Rhrc", pszOperation, iLine, hrc);
H A DtstVBoxAPI.cpp45 static HRESULT tstComExpr(HRESULT hrc, const char *pszOperation, int iLine) argument
48 RTTestFailed(g_hTest, "%s failed on line %u with hrc=%Rhrc", pszOperation, iLine, hrc);
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxBase.cpp129 pszFile, iLine, pszFunction).c_str(),
138 pszFile, iLine, pszFunction).c_str(),
146 pszFile, iLine, pszFunction).c_str(),
/vbox/src/VBox/Debugger/
H A DDBGCCmdHlp.cpp727 static DECLCALLBACK(int) dbgcHlpParserError(PDBGCCMDHLP pCmdHlp, PCDBGCCMD pCmd, int iArg, const char *pszExpr, unsigned iLine) argument
735 RTStrFormat(dbgcFormatOutput, pDbgc, dbgcStringFormatter, pDbgc, "%s: parser error: iArg=%d iLine=%u pszExpr=%s\n",
736 pCmd->pszCmd, iArg, iLine, pszExpr);
/vbox/src/VBox/Storage/testcase/
H A DVDScriptAst.h28 unsigned iLine; member in struct:VDSRCPOS
/vbox/src/VBox/VMM/VMMAll/
H A DVMAll.cpp140 pErr->iLine = iLine;
/vbox/include/iprt/
H A Dlockvalidator.h89 RTLOCKVALSRCPOS_INIT(pszFile, iLine, pszFunction, uId)
103 RTLOCKVALSRCPOS_INIT(pszFile, iLine, pszFunction, (uintptr_t)ASMReturnAddress())
987 * @param iLine The source position of the call, line.
1005 * @param iLine The source position of the call, line.
1026 * @param iLine The line in that source file.

Completed in 1819 milliseconds

123