Home
last modified time | relevance | path

Searched refs:debugView (Results 1 – 25 of 53) sorted by relevance

123

/dports/games/pioneer/pioneer-20210723/data/pigui/views/
H A Ddebug.lua6 local debugView = {
16 local index = debugView.modules[name] or #debugView.modules + 1
17 debugView.modules[index] = module
18 debugView.modules[name] = index
26 local index = debugView.tabs[name] or #debugView.tabs + 1
27 debugView.tabs[index] = tab
28 debugView.tabs[name] = index
31 function debugView.render(delta)
37 function debugView.drawTabs(delta)
38 for i, f in ipairs(debugView.tabs) do
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq/tests/
H A DEnumerableDebugViewTests.cs30 object debugView = CreateSystemCore_EnumerableDebugView(source); in NonGenericEnumerableDebugView_ThrowsForEmptySource()
31 … Exception exc = Assert.Throws<TargetInvocationException>(() => GetItems<object>(debugView)); in NonGenericEnumerableDebugView_ThrowsForEmptySource()
41 object debugView = CreateSystemCore_EnumerableDebugView(source); in NonGenericEnumerableDebugView_NonEmptySource()
42 Assert.Equal<object>(source.Cast<object>().ToArray(), GetItems<object>(debugView)); in NonGenericEnumerableDebugView_NonEmptySource()
57 object debugView = CreateSystemCore_EnumerableDebugView(source); in GenericEnumerableDebugView_ThrowsForEmptySource()
58 … Exception exc = Assert.Throws<TargetInvocationException>(() => GetItems<int>(debugView)); in GenericEnumerableDebugView_ThrowsForEmptySource()
68 object debugView = CreateSystemCore_EnumerableDebugView(source); in GenericEnumerableDebugView_NonEmptySource()
69 Assert.Equal(source, GetItems<int>(debugView)); in GenericEnumerableDebugView_NonEmptySource()
87 private static T[] GetItems<T>(object debugView) in GetItems() argument
89 PropertyInfo items = debugView.GetType().GetTypeInfo().GetDeclaredProperty("Items"); in GetItems()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/src/
H A Dk3bdebuggingoutputdialog.cpp38 debugView = new QTextEdit( this ); in DebuggingOutputDialog()
39 debugView->setReadOnly(true); in DebuggingOutputDialog()
40 debugView->setAcceptRichText( false ); in DebuggingOutputDialog()
41 debugView->setCurrentFont( QFontDatabase::systemFont( QFontDatabase::FixedFont ) ); in DebuggingOutputDialog()
42 debugView->setWordWrapMode( QTextOption::NoWrap ); in DebuggingOutputDialog()
60 layout->addWidget( debugView ); in DebuggingOutputDialog()
72 debugView->setText( data ); in setOutput()
90 t << debugView->toPlainText(); in slotSaveAsClicked()
102 QApplication::clipboard()->setText( debugView->toPlainText(), QClipboard::Clipboard ); in slotCopyClicked()
H A Dk3bdebuggingoutputdialog.h29 QTextEdit* debugView;
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/view/
H A Dtestviews_fr.properties1 debugView.(class)= org.springframework.web.servlet.view.InternalResourceView
2 debugView.url=jsp/debug/deboug.jsp
3 debugView.contentType=text/xml;charset=ISO-8859-1
H A Dtestviews.properties4 debugView.(parent)=debug.Parent
5 debugView.url=jsp/debug/debug.jsp
6 debugView.attributesCSV=foo=[bar],\
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/ui/
H A DAbstractDebugViewTests.java57 private LaunchView debugView; field in AbstractDebugViewTests
69 debugView = sync(() -> (LaunchView) getActivePage().showView(IDebugUIConstants.ID_DEBUG_VIEW)); in setUp()
239 Tree tree = (Tree) debugView.getViewer().getControl(); in getSelectedItemsFromDebugView()
248 TreeViewer treeViewer = (TreeViewer) debugView.getViewer(); in getSelectedItemsFromDebugView()
259 return debugView.getViewer().getSelection(); in getDebugViewSelection()
270 debugView.getViewer().setSelection(newSelection); in setDebugViewSelection()
276 sync(() -> getActivePage().activate(debugView)); in activateDebugView()
280 debugView = sync(() -> (LaunchView) getActivePage().findView(IDebugUIConstants.ID_DEBUG_VIEW)); in assertDebugViewIsOpen()
281 assertNotNull("expected Debug View to be open", debugView); in assertDebugViewIsOpen()
285 …assertEquals("expected Debug View to be activate", debugView, sync(() -> getActivePage().getActive… in assertDebugViewIsActive()
H A DInstructionPointerManagerTests.java219 …IDebugView debugView = (IDebugView)PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActiveP… in addAndRemoveAnnotations()
232 …((InternalTreeModelViewer)debugView.getViewer()).setSelection(new TreeSelection(new TreePath(newSe… in addAndRemoveAnnotations()
250 …IDebugView debugView = (IDebugView)PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActiveP… in addAndRemoveAnnotations()
260 …((InternalTreeModelViewer)debugView.getViewer()).setSelection(new TreeSelection(new TreePath(newSe… in addAndRemoveAnnotations()
274 …IDebugView debugView = (IDebugView)PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActiveP… in addAndRemoveAnnotations()
284 …((InternalTreeModelViewer)debugView.getViewer()).setSelection(new TreeSelection(new TreePath(newSe… in addAndRemoveAnnotations()
308 …IDebugView debugView = (IDebugView)PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActiveP… in addAndRemoveAnnotations()
333 …((InternalTreeModelViewer)debugView.getViewer()).setSelection(new TreeSelection(new TreePath(newSe… in addAndRemoveAnnotations()
348 …IDebugView debugView = (IDebugView)PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActiveP… in addAndRemoveAnnotations()
361 …((InternalTreeModelViewer)debugView.getViewer()).setSelection(new TreeSelection(new TreePath(newSe… in addAndRemoveAnnotations()
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Ddebug.go14 type debugView struct{ *view } struct
16 func (v debugView) ID() string { return v.id } argument
17 func (v debugView) Session() debug.Session { return debugSession{v.session} } argument
18 func (v debugView) Env() []string { return v.Options().Env } argument
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/internal/lsp/cache/
H A Ddebug.go14 type debugView struct{ *view } argument
16 func (v debugView) ID() string { return v.id } argument
17 func (v debugView) Session() debug.Session { return debugSession{v.session} } argument
18 func (v debugView) Env() []string { return v.Options().Env } argument
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/internal/lsp/cache/
H A Ddebug.go14 type debugView struct{ *view } argument
16 func (v debugView) ID() string { return v.id } argument
17 func (v debugView) Session() debug.Session { return DebugSession{v.session} } argument
18 func (v debugView) Env() []string { return v.Options().Env } argument
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Ddebug.go14 type debugView struct{ *view } argument
16 func (v debugView) ID() string { return v.id } argument
17 func (v debugView) Session() debug.Session { return debugSession{v.session} } argument
18 func (v debugView) Env() []string { return v.Options().Env } argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/sourcelookup/
H A DSourceLookupService.java73 IViewPart debugView = null; in isDebugViewActive() local
76 debugView = activePage.findView(part.getSite().getId()); in isDebugViewActive()
78 if (debugView == null) { in isDebugViewActive()
79 debugView = activePage.findView(IDebugUIConstants.ID_DEBUG_VIEW); in isDebugViewActive()
81 return debugView != null; in isDebugViewActive()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/
H A DSelectAllAction.java35 IDebugView debugView = getView().getAdapter(IDebugView.class); in init() local
36 if (debugView != null) { in init()
37 debugView.setAction(getActionId(), getAction()); in init()
H A DLaunchCollapseAllAction.java37 LaunchView debugView = getView().getAdapter(LaunchView.class); in init() local
38 if (debugView != null) { in init()
39 debugView.setAction(getActionId(), getAction()); in init()
/dports/games/pioneer/pioneer-20210723/data/pigui/modules/
H A Dtheme-debug.lua5 local debugView = require 'pigui.views.debug'
16 debugView.registerTab('debug-theme-colors', function()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/model/
H A Dviewmanager.cpp65 Internal::DebugView debugView; member in QmlDesigner::ViewManagerData
194 list.append(&d->debugView); in standardViews()
272 currentModel()->attachView(&d->debugView); in attachViewsExceptRewriterAndComponetView()
337 if (d->debugView.hasWidget()) in widgetInfos()
338 widgetInfoList.append(d->debugView.widgetInfo()); in widgetInfos()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/osapi/
H A DDebugWindow.cpp52 auto debugView = gr_create_viewport(attrs); in DebugWindow() local
53 if (debugView) { in DebugWindow()
54 debug_view = os::addViewport(std::move(debugView)); in DebugWindow()
/dports/audio/spotify-qt/spotify-qt-3.7/src/menu/
H A Ddevelopermenu.cpp17 auto *debugView = new DebugView(this->settings, mainWindow); in DeveloperMenu() local
18 mainWindow->addSidePanelTab(debugView, "API request"); in DeveloperMenu()
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview.go165 debug.DropView(debugView{v})
410 type debugView struct{ *view } argument
412 func (v debugView) ID() string { return v.id } argument
413 func (v debugView) Session() debug.Session { return debugSession{v.session} } argument
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview.go165 debug.DropView(debugView{v})
401 type debugView struct{ *view } struct
403 func (v debugView) ID() string { return v.id } argument
404 func (v debugView) Session() debug.Session { return debugSession{v.session} } argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/elements/adapters/
H A DAsynchronousDebugLabelAdapter.java49 IDebugView debugView = (IDebugView)context.getPart(); in computeLabels() local
50 …IDebugModelPresentation pres = debugView.getPresentation(((IDebugElement)element).getModelIdentifi… in computeLabels()
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview.go291 debug.DropView(debugView{v})
499 type debugView struct{ *view } argument
501 func (v debugView) ID() string { return v.id } argument
502 func (v debugView) Session() debug.Session { return debugSession{v.session} } argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/
H A DInterpreterTests.cs183 var debugView = (string)s_debugView.GetValue(lambda); in GetInstructions()
184 return debugView; in GetInstructions()
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/internal/lsp/cache/
H A Dview.go272 debug.DropView(debugView{v})
527 type debugView struct{ *view } struct
529 func (v debugView) ID() string { return v.id } argument
530 func (v debugView) Session() debug.Session { return debugSession{v.session} } argument

123