Home
last modified time | relevance | path

Searched refs:groups3 (Results 1 – 15 of 15) sorted by relevance

/dports/math/gap/gap-4.11.0/pkg/crisp-1.4.5/tst/
H A Dtiming_residuals.g34 23groups3 := SaturatedFormation(rec(
40 [tmp -> Residual(tmp, 23groups3), Size, "in", []],
53 2groups3 := SaturatedFormation(rec(
59 [tmp -> Residual(tmp, 2groups3), Size, "in", []],
/dports/security/fwbuilder/fwbuilder-5.3.7/src/unit_tests/RuleSetViewTest/
H A DRuleSetViewTest.cpp389 QList<QModelIndex> groups3; in test_group() local
390 ((RuleSetModel*)view->model())->getGroups(groups3); in test_group()
391 QVERIFY(groups3.size() == 1); in test_group()
394 QVERIFY(groups3.first().internalId() == groups.first().internalId()); in test_group()
397 QVERIFY(view->model()->rowCount(groups3.first()) == 7); in test_group()
402 QVERIFY(view->model()->rowCount(groups3.first()) == 6); in test_group()
409 QVERIFY(view->model()->rowCount(groups3.first()) == 5); in test_group()
416 QVERIFY(view->model()->rowCount(groups3.first()) == 4); in test_group()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/tests/
H A Dwocky-bare-contact-test.c41 const gchar *groups3[] = { "Badger", "Friends", NULL }; in test_contact_equal() local
96 "groups", groups3, in test_contact_equal()
140 const gchar *groups3[] = { "Friends", NULL }; in test_add_group() local
177 "groups", groups3, in test_add_group()
H A Dwocky-roster-test.c1857 const gchar *groups3[] = { "Friends", "School", "Hackers", NULL }; in test_add_two_groups() local
1913 groups3); in test_add_two_groups()
1916 send_roster_update (test, "romeo@example.net", "Romeo", "both", groups3); in test_add_two_groups()
1925 wocky_bare_contact_set_groups (romeo, (gchar **) groups3); in test_add_two_groups()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/tests/
H A Dwocky-bare-contact-test.c37 const gchar *groups3[] = { "Badger", "Friends", NULL }; in test_contact_equal() local
92 "groups", groups3, in test_contact_equal()
136 const gchar *groups3[] = { "Friends", NULL }; in test_add_group() local
173 "groups", groups3, in test_add_group()
H A Dwocky-roster-test.c1853 const gchar *groups3[] = { "Friends", "School", "Hackers", NULL }; in test_add_two_groups() local
1909 groups3); in test_add_two_groups()
1912 send_roster_update (test, "romeo@example.net", "Romeo", "both", groups3); in test_add_two_groups()
1921 wocky_bare_contact_set_groups (romeo, (gchar **) groups3); in test_add_two_groups()
/dports/devel/kio-extras/kio-extras-21.12.3/nfs/
H A Drpc_nfs3_prot.x907 typedef struct groupnode3 *groups3; typedef
911 groups3 gr_next;
918 groups3 ex_groups;
H A Drpc_nfs3_prot.h979 typedef struct groupnode3 *groups3; typedef
983 groups3 gr_next;
991 groups3 ex_groups;
1326 extern bool_t xdr_groups3 (XDR *, groups3*);
H A Drpc_nfs3_prot_xdr.c2017 xdr_groups3 (XDR *xdrs, groups3 *objp) in xdr_groups3()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Ddictionary.cpp151 memset(tr->groups3,0,sizeof(tr->groups3)); in InitGroups()
214 tr->groups3[c2 - 1] = p; in InitGroups()
2686 if(tr->groups3[ix] != NULL) in TranslateRules()
2688 MatchRule(tr, &p, p_start, wc_bytes, tr->groups3[ix], &match1, word_flags, dict_flags0); in TranslateRules()
H A Dtranslate.h636 char *groups3[128]; // index by offset letter member
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Ddictionary.cpp108 memset(tr->groups3, 0, sizeof(tr->groups3)); in InitGroups()
156 tr->groups3[c2 - 1] = p; in InitGroups()
2229 if (tr->groups3[ix] != NULL) { in TranslateRules()
2230 MatchRule(tr, &p, p_start, wc_bytes, tr->groups3[ix], &match1, word_flags, dict_flags0); in TranslateRules()
H A Dtranslate.h633 char *groups3[128]; // index by offset letter member
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/regression/tests/
H A Dtest_robustcov.py433 groups3 = np.hstack((long_groups, long_groups, long_groups))
435 groups=groups3, use_correction=True, use_t=True)
/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/main/java/uk/ac/cam/ch/wwmm/opsin/
H A DStructureBuilder.java2051 …List<Element> groups3 = OpsinTools.getDescendantElementsWithTagName(wordRule.getChild(2), GROUP_EL… in triHalideSpecialCase() local
2052 if (groups1.size() != 1 || groups2.size() != 1 || groups3.size() != 1) { in triHalideSpecialCase()
2058 Atom otherAtom2 = groups3.get(0).getFrag().getFirstAtom(); in triHalideSpecialCase()