Searched defs:pLabel (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp370 QLabel *pLabel = new QLabel( "11111111111111111111111111111111111111111111111111111111111111111111111111111112222222222", this); local
371 pLabel->setFont(m_pOutput->font());
372 QSize Size = pLabel->sizeHint();
373 delete pLabel;
384 pLabel = new QLabel(" Command ");
385 pLayout->addWidget(pLabel);
386 pLabel->setMaximumSize(pLabel->sizeHint());
387 pLabel->setAlignment(Qt::AlignCenter);
395 pLabel
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp1275 QLabel *pLabel = infoLabel(type, i); local
1276 AssertPtrReturnVoid(pLabel);
1287 pInformationContainerLayout->addWidget(pLabel, i, 0);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp3891 PCRTDWARFDIELABEL pLabel = (PCRTDWARFDIELABEL)pDie; local
3892 if (pLabel->fExternal)
3894 Log5(("label %s %#x:%#llx\n", pLabel->pszName, pLabel->uSegment, pLabel->Address.uAddress));
3896 rc = rtDbgModDwarfRecordSegOffset(pThis, pLabel->uSegment, pLabel->Address.uAddress);
3901 rc = rtDbgModDwarfLinkAddressToSegOffset(pThis, pLabel->uSegment, pLabel->Address.uAddress,
3906 rc = RTDbgModSymbolAdd(pThis->hCnt, pLabel
[all...]

Completed in 49 milliseconds