Home
last modified time | relevance | path

Searched refs:topInfo (Results 1 – 19 of 19) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/trajectoryanalysis/tests/
H A Dtopologyinformation.cpp70 TopologyInformation topInfo; in TEST() local
75 auto atoms1 = topInfo.copyAtoms(); in TEST()
77 auto atoms2 = topInfo.copyAtoms(); in TEST()
85 topInfo.getBox(box); in TEST()
95 EXPECT_FALSE(topInfo.name()); in TEST()
102 ASSERT_TRUE(topInfo.mtop()); in runCommonTests()
112 auto atoms = topInfo.atoms(); in runCommonTests()
119 topInfo.getBox(box); in runCommonTests()
135 TopologyInformation topInfo; in TEST() local
167 TopologyInformation topInfo; in TEST() local
[all …]
/dports/misc/exercism/cli-3.0.13/workspace/
H A Dworkspace.go51 for _, topInfo := range topInfos {
52 if !topInfo.IsDir() {
56 if topInfo.Name() == "users" {
60 if topInfo.Name() == "teams" {
82 subInfos, err := ioutil.ReadDir(filepath.Join(ws.Dir, topInfo.Name()))
92 … exercises = append(exercises, Exercise{Track: topInfo.Name(), Slug: subInfo.Name(), Root: ws.Dir})
/dports/science/gromacs/gromacs-2021.4/src/gromacs/trajectoryanalysis/
H A Dtopologyinformation.cpp188 gmx_rmpbc_t gmx_rmpbc_init(const gmx::TopologyInformation& topInfo) in gmx_rmpbc_init() argument
190 GMX_RELEASE_ASSERT(topInfo.hasTopology(), "Cannot remove PBC without a topology"); in gmx_rmpbc_init()
192 …return gmx_rmpbc_init(topInfo.expandedTopology()->idef, topInfo.pbcType(), topInfo.mtop()->natoms); in gmx_rmpbc_init()
H A Dtopologyinformation.h203 gmx_rmpbc_t gmx_rmpbc_init(const gmx::TopologyInformation& topInfo);
/dports/misc/usd/USD-21.11/pxr/base/plug/
H A Dinfo.cpp538 i = topInfo.find(*key); in Plug_RegistrationMetadata()
539 if (i != topInfo.end()) { in Plug_RegistrationMetadata()
570 i = topInfo.find(*key); in Plug_RegistrationMetadata()
571 if (i != topInfo.end()) { in Plug_RegistrationMetadata()
591 i = topInfo.find(*key); in Plug_RegistrationMetadata()
592 if (i != topInfo.end()) { in Plug_RegistrationMetadata()
614 i = topInfo.find(*key); in Plug_RegistrationMetadata()
615 if (i != topInfo.end()) { in Plug_RegistrationMetadata()
635 i = topInfo.find(*key); in Plug_RegistrationMetadata()
636 if (i != topInfo.end()) { in Plug_RegistrationMetadata()
[all …]
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/comic/package/contents/ui/
H A Dmain.qml122 id: topInfo
130 visible: (topInfo.text.length > 0)
158 …top: (topInfo.visible) ? topInfo.bottom : (comicTabbar.visible ? comicTabbar.bottom : mainWindow.t…
183 when: topInfo.visible && !bottomInfo.visible
186 anchors.top: topInfo.bottom
191 when: bottomInfo.visible && !topInfo.visible
199 when: bottomInfo.visible && topInfo.visible
202 anchors.top: topInfo.bottom
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_disre.cpp751 gmx::TopologyInformation topInfo; in gmx_disre() local
752 topInfo.fillFromInputFile(ftp2fn(efTPR, NFILE, fnm)); in gmx_disre()
753 int ntopatoms = topInfo.mtop()->natoms; in gmx_disre()
767 atoms = topInfo.copyAtoms(); in gmx_disre()
776 gmx_localtop_t top(topInfo.mtop()->ffparams); in gmx_disre()
777 gmx_mtop_generate_local_top(*topInfo.mtop(), &top, ir->efep != efepNO); in gmx_disre()
809 init_disres(fplog, topInfo.mtop(), ir, DisResRunMode::AnalysisTool, DDRole::Master, in gmx_disre()
833 auto mdAtoms = gmx::makeMDAtoms(fplog, *topInfo.mtop(), *ir, false); in gmx_disre()
834 atoms2md(topInfo.mtop(), ir, -1, {}, ntopatoms, mdAtoms.get()); in gmx_disre()
929 topInfo.mtop(), max_dr, nlevels, bThird); in gmx_disre()
H A Dgmx_nmr.cpp483 gmx::TopologyInformation topInfo; in gmx_nmr() local
621 topInfo.fillFromInputFile(ftp2fn(efTPR, NFILE, fnm)); in gmx_nmr()
622 top = std::make_unique<gmx_localtop_t>(topInfo.mtop()->ffparams); in gmx_nmr()
623 gmx_mtop_generate_local_top(*topInfo.mtop(), top.get(), ir->efep != efepNO); in gmx_nmr()
689 … mtopGetAtomAndResidueName(topInfo.mtop(), j, &molb, &anm_j, &resnr_j, &resnm_j, nullptr); in gmx_nmr()
690 … mtopGetAtomAndResidueName(topInfo.mtop(), k, &molb, &anm_k, &resnr_k, &resnm_k, nullptr); in gmx_nmr()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/
H A DRewriteEventStore.java767 NodeRangeInfo topInfo= null; in processListWithRanges() local
794 topInfoStack.push(topInfo); in processListWithRanges()
797 topInfo= nextInfo; in processListWithRanges()
804 while (topInfo != null && node == topInfo.getEndNode()) { in processListWithRanges()
806 Block internalPlaceholder= topInfo.getInternalPlaceholder(); in processListWithRanges()
810 topInfo= (NodeRangeInfo) topInfoStack.pop(); in processListWithRanges()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Dlazpaintmainform.pas1248 topInfo: TTopMostInfo;
1257 topInfo.defined:= false;
1280 FLazPaintInstance.ShowTopmost(topInfo);
1300 if not topInfo.defined then topInfo := FLazPaintInstance.HideTopmost;
1602 topInfo: TTopMostInfo;
1606 topInfo.defined:= false;
1609 topInfo := FLazPaintInstance.HideTopmost;
1626 FLazPaintInstance.ShowTopmost(topInfo);
1651 topInfo: TTopMostInfo;
1656 topInfo.defined:= false;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.accessibility/windows/native/toolscommon/
H A DAccessInfo.cpp235 AccessibleContextInfo topInfo; in getAccessibleInfo() local
236 if (GetAccessibleContextInfo(vmID, topAC, &topInfo) == FALSE) { in getAccessibleInfo()
254 topInfo.role ) ; in getAccessibleInfo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.accessibility/windows/native/toolscommon/
H A DAccessInfo.cpp235 AccessibleContextInfo topInfo; in getAccessibleInfo() local
236 if (GetAccessibleContextInfo(vmID, topAC, &topInfo) == FALSE) { in getAccessibleInfo()
254 topInfo.role ) ; in getAccessibleInfo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.accessibility/windows/native/toolscommon/
H A DAccessInfo.cpp235 AccessibleContextInfo topInfo; in getAccessibleInfo() local
236 if (GetAccessibleContextInfo(vmID, topAC, &topInfo) == FALSE) { in getAccessibleInfo()
254 topInfo.role ) ; in getAccessibleInfo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.accessibility/windows/native/toolscommon/
H A DAccessInfo.cpp235 AccessibleContextInfo topInfo; in getAccessibleInfo() local
236 if (GetAccessibleContextInfo(vmID, topAC, &topInfo) == FALSE) { in getAccessibleInfo()
254 topInfo.role ) ; in getAccessibleInfo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.accessibility/windows/native/toolscommon/
H A DAccessInfo.cpp235 AccessibleContextInfo topInfo; in getAccessibleInfo() local
236 if (GetAccessibleContextInfo(vmID, topAC, &topInfo) == FALSE) { in getAccessibleInfo()
254 topInfo.role ) ; in getAccessibleInfo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.accessibility/windows/native/toolscommon/
H A DAccessInfo.cpp235 AccessibleContextInfo topInfo; in getAccessibleInfo() local
236 if (GetAccessibleContextInfo(vmID, topAC, &topInfo) == FALSE) { in getAccessibleInfo()
254 topInfo.role ) ; in getAccessibleInfo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.accessibility/windows/native/toolscommon/
H A DAccessInfo.cpp235 AccessibleContextInfo topInfo; in getAccessibleInfo() local
236 if (GetAccessibleContextInfo(vmID, topAC, &topInfo) == FALSE) { in getAccessibleInfo()
254 topInfo.role ) ; in getAccessibleInfo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.accessibility/windows/native/toolscommon/
H A DAccessInfo.cpp235 AccessibleContextInfo topInfo; in getAccessibleInfo() local
236 if (GetAccessibleContextInfo(vmID, topAC, &topInfo) == FALSE) { in getAccessibleInfo()
254 topInfo.role ) ; in getAccessibleInfo()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/columnsetup/
H A DTableColumnSetupWindow.java224 Label topInfo = new Label(shell, SWT.WRAP); in TableColumnSetupWindow() local
225 Messages.setLanguageText(topInfo, "ColumnSetup.explain"); in TableColumnSetupWindow()
231 Utils.setLayoutData(topInfo, fd); in TableColumnSetupWindow()
587 fd.top = new FormAttachment(topInfo, 5); in TableColumnSetupWindow()
670 fd.top = new FormAttachment(topInfo, 5); in TableColumnSetupWindow()