Home
last modified time | relevance | path

Searched refs:rGroups (Results 1 – 13 of 13) sorted by relevance

/dports/science/cdk/cdk-cdk-2.3/storage/ctab/src/test/java/org/openscience/cdk/io/
H A DRGroupQueryReaderTest.java144 List<RGroup> rGroups = rList.getRGroups(); in testRgroupQueryFile1() local
149 Assert.assertNull(rGroups.get(0).getSecondAttachmentPoint()); in testRgroupQueryFile1()
150 Assert.assertNull(rGroups.get(1).getSecondAttachmentPoint()); in testRgroupQueryFile1()
151 Assert.assertNull(rGroups.get(2).getSecondAttachmentPoint()); in testRgroupQueryFile1()
211 List<RGroup> rGroups = rList.getRGroups(); in testRgroupQueryFile2() local
231 List<RGroup> rGroups = rList.getRGroups(); in testRgroupQueryFile2() local
330 List<RGroup> rGroups = rList.getRGroups(); in testRgroupQueryFile4() local
331 Assert.assertEquals(rGroups.get(0).getFirstAttachmentPoint(), null); in testRgroupQueryFile4()
332 Assert.assertEquals(rGroups.get(0).getSecondAttachmentPoint(), null); in testRgroupQueryFile4()
333 Assert.assertEquals(rGroups.get(1).getFirstAttachmentPoint(), null); in testRgroupQueryFile4()
[all …]
/dports/science/cdk/cdk-cdk-2.3/base/isomorphism/src/main/java/org/openscience/cdk/isomorphism/matchers/
H A DRGroupList.java82 private List<RGroup> rGroups; field in RGroupList
149 public void setRGroups(List<RGroup> rGroups) { in setRGroups() argument
150 this.rGroups = rGroups; in setRGroups()
154 return rGroups; in getRGroups()
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-core-2.7.10/src/Test/Hspec/Core/Runner/
H A DEval.hs248 go rGroups (Node group xs) = start : children ++ [done]
250 path = (reverse rGroups, group)
252 children = concatMap (go (group : rGroups)) xs
254 go rGroups (NodeWithCleanup action xs) = children ++ [cleanup]
256 children = concatMap (go rGroups) xs
257 cleanup = onCleanup (reverse rGroups) action
258 go rGroups (Leaf a) = [onLeafe (reverse rGroups) a]
/dports/devel/upp/upp/uppsrc/plugin/Eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorReductionSycl.h444 Index rGroups = (cu + pNumGroups - 1) / pNumGroups;
445 …roups = num_coeffs_to_reduce > reductionPerThread * localRange ? std::min(rGroups, localRange) : 1;
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorReductionSycl.h440 Index rGroups = (cu + pNumGroups - 1) / pNumGroups;
441 …roups = num_coeffs_to_reduce > reductionPerThread * localRange ? std::min(rGroups, localRange) : 1;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/orcus/
H A Dinterface.cxx993 sc::SharedFormulaGroups& rGroups = mrSheet.getSharedFormulaGroups(); in commit() local
1001 const ScTokenArray* pArray = rGroups.get(mnSharedFormulaIndex); in commit()
1016 rGroups.set(mnSharedFormulaIndex, std::move(pArray)); in commit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/orcus/
H A Dinterface.cxx962 sc::SharedFormulaGroups& rGroups = mrSheet.getSharedFormulaGroups(); in commit() local
970 const ScTokenArray* pArray = rGroups.get(mnSharedFormulaIndex); in commit()
985 rGroups.set(mnSharedFormulaIndex, std::move(pArray)); in commit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddapiuno.hxx503 explicit ScDataPilotFieldGroupsObj( const ScFieldGroups& rGroups );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddapiuno.hxx504 explicit ScDataPilotFieldGroupsObj( const ScFieldGroups& rGroups );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Ddapiuno.cxx2726 ScDataPilotFieldGroupsObj::ScDataPilotFieldGroupsObj( const ScFieldGroups& rGroups ) : in ScDataPilotFieldGroupsObj() argument
2727 maGroups( rGroups ) in ScDataPilotFieldGroupsObj()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Ddapiuno.cxx2729 ScDataPilotFieldGroupsObj::ScDataPilotFieldGroupsObj( const ScFieldGroups& rGroups ) : in ScDataPilotFieldGroupsObj() argument
2730 maGroups( rGroups ) in ScDataPilotFieldGroupsObj()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dcolumn.cxx2430 … explicit FormulaGroupPicker( std::vector<sc::FormulaGroupEntry>& rGroups ) : mrGroups(rGroups) {} in FormulaGroupPicker() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcolumn.cxx2439 … explicit FormulaGroupPicker( std::vector<sc::FormulaGroupEntry>& rGroups ) : mrGroups(rGroups) {} in FormulaGroupPicker() argument