Home
last modified time | relevance | path

Searched refs:type7 (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/java/jfreechart/jfreechart-1.0.17/experimental/org/jfree/experimental/chart/demo/
H A DCombinedCategoryPlotDemo1.java93 String type7 = "Type 7"; in createDataset1() local
102 result.addValue(7.0, series1, type7); in createDataset1()
111 result.addValue(2.0, series2, type7); in createDataset1()
135 String type7 = "Type 7"; in createDataset2() local
144 result.addValue(17.0, series1, type7); in createDataset2()
153 result.addValue(12.0, series2, type7); in createDataset2()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/signal/
H A Dsignaler7.h37 class type1, class type2, class type3, class type4, class type5, class type6, class type7
38 #define LIST_CLASSES type1, type2, type3, type4, type5, type6, type7
40 type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5, type6 arg6, type7 arg7
/dports/net/yaz/yaz-5.31.1/test/
H A Dtest_sortspec.c61 static int type7(const char *arg, const char *expected_result) in type7() function
221 YAZ_CHECK(type7("title a", in tst()
223 YAZ_CHECK(type7("title a date ds", in tst()
226 YAZ_CHECK(type7("1=4,2=3 a", in tst()
228 YAZ_CHECK(type7("date a=1900", in tst()
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/plot/
H A DCombinedRangeCategoryPlotTest.java177 String type7 = "Type 7"; in createDataset1() local
186 result.addValue(7.0, series1, type7); in createDataset1()
195 result.addValue(2.0, series2, type7); in createDataset1()
222 String type7 = "Type 7"; in createDataset2() local
231 result.addValue(17.0, series1, type7); in createDataset2()
240 result.addValue(12.0, series2, type7); in createDataset2()
H A DCombinedDomainCategoryPlotTest.java177 String type7 = "Type 7"; in createDataset1() local
186 result.addValue(7.0, series1, type7); in createDataset1()
195 result.addValue(2.0, series2, type7); in createDataset1()
222 String type7 = "Type 7"; in createDataset2() local
231 result.addValue(17.0, series1, type7); in createDataset2()
240 result.addValue(12.0, series2, type7); in createDataset2()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/data/
H A Dcdd_annot_types.ini28 type7=oligomer interface key
47 type7=Ni binding site key
60 type7=NAD(P) binding site key
84 type7=HEAT repeat key
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/21-types/
H A DTuple.t244 my $type7 = Tuple[
253 should_pass([qr//], $type7);
254 should_pass([qr//,qr//], $type7);
255 should_fail([qr//,qr//,1], $type7);
256 should_pass([qr//,qr//,1,2], $type7); # pass because two ints after optional
257 should_fail([qr//,1,2], $type7); # fail because two ints with no optional
258 should_fail([qr//,qr//,1,2,3], $type7);
259 should_fail([qr//,qr//,1,2,3,4], $type7);
260 should_fail([qr//,qr//,1,2,3,4,5], $type7);
H A DDict.t292 my $type7 = Dict[
299 $type7->coerce({ foo => 4.1 }),
305 $type7->coerce({ foo => 4.1, bar => 5.1 }),
311 $type7->coerce({ foo => 4.1, quux => 6.1 }),
317 $type7->coerce({ foo => 4.1, bar => 'xyz' }),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ospfv3/vars/
H A Dmain.yml17 - area 0.0.0.103 nssa translate type7 always
59 type7:
79 - no area 0.0.0.103 nssa translate type7 always
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/integration/targets/ios_ospfv2/vars/
H A Dmain.yaml19 - area 10 nssa translate type7 suppress-fa
84 - area 5 nssa translate type7 suppress-fa
169 - area 5 nssa translate type7 suppress-fa
245 - area 10 nssa translate type7 suppress-fa
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ospfv2/vars/
H A Dmain.yml20 - area 0.0.0.103 nssa translate type7 always
62 type7:
94 - no area 0.0.0.103 nssa translate type7 always
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospf_lsa.c1747 ei.p.prefix = type7->data->id; in ospf_lsa_translated_nssa_new()
1782 struct ospf_lsa *type7) in ospf_translated_nssa_originate() argument
1805 inet_ntoa(type7->data->id)); in ospf_translated_nssa_originate()
1832 assert(type7 || type5); in ospf_translated_nssa_refresh()
1833 if (!(type7 || type5)) in ospf_translated_nssa_refresh()
1835 if (type7) in ospf_translated_nssa_refresh()
1836 assert(type7->data); in ospf_translated_nssa_refresh()
1842 if (type7 && type5 == NULL) { in ospf_translated_nssa_refresh()
1847 .prefix = type7->data->id, in ospf_translated_nssa_refresh()
1869 type7 = lsa; in ospf_translated_nssa_refresh()
[all …]
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_lsa.c1747 ei.p.prefix = type7->data->id; in ospf_lsa_translated_nssa_new()
1782 struct ospf_lsa *type7) in ospf_translated_nssa_originate() argument
1805 inet_ntoa(type7->data->id)); in ospf_translated_nssa_originate()
1832 assert(type7 || type5); in ospf_translated_nssa_refresh()
1833 if (!(type7 || type5)) in ospf_translated_nssa_refresh()
1835 if (type7) in ospf_translated_nssa_refresh()
1836 assert(type7->data); in ospf_translated_nssa_refresh()
1842 if (type7 && type5 == NULL) { in ospf_translated_nssa_refresh()
1847 .prefix = type7->data->id, in ospf_translated_nssa_refresh()
1869 type7 = lsa; in ospf_translated_nssa_refresh()
[all …]
/dports/net/quagga/quagga-1.2.4/ospfd/
H A Dospf_lsa.c1821 ei.p.prefix = type7->data->id; in ospf_lsa_translated_nssa_new()
1907 assert (type7 || type5); in ospf_translated_nssa_refresh()
1908 if (!(type7 || type5)) in ospf_translated_nssa_refresh()
1910 if (type7) in ospf_translated_nssa_refresh()
1911 assert (type7->data); in ospf_translated_nssa_refresh()
1917 if (type7 && type5 == NULL) in ospf_translated_nssa_refresh()
1923 .prefix = type7->data->id, in ospf_translated_nssa_refresh()
1930 else if (type5 && type7 == NULL) in ospf_translated_nssa_refresh()
1943 && !type7) in ospf_translated_nssa_refresh()
1950 type7 = lsa; in ospf_translated_nssa_refresh()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit/tests/TypeBuilder/
H A DTypeBuilderDefineNestedType.cs114 TypeBuilder type7 = Helpers.DynamicType(TypeAttributes.Public); in DefineNestedType()
115 … verify(type7.DefineNestedType(name, attributes, parent, implementedInterfaces), type7); in DefineNestedType()
/dports/net/opal/opal-3.10.10/include/lids/
H A Dlidplugin.h269 … type1,var1, type2,var2, type3,var3, type4,var4, type5,var5, type6,var6, type7,var7, type8,var8) \ argument
270 …, type1 var1, type2 var2, type3 var3, type4 var4, type5 var5, type6 var6, type7 var7, type8 var8) …
271 … type1 var1, type2 var2, type3 var3, type4 var4, type5 var5, type6 var6, type7 var7, type8 var8)
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Ddependent-name5.C24 typedef A::N<int> type7; typedef
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/template/
H A Ddependent-name5.C24 typedef A::N<int> type7; typedef
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/template/
H A Ddependent-name5.C24 typedef A::N<int> type7; typedef
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/template/
H A Ddependent-name5.C24 typedef A::N<int> type7; typedef
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/template/
H A Ddependent-name5.C24 typedef A::N<int> type7; typedef
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Ddependent-name5.C24 typedef A::N<int> type7; typedef
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/tests/integration/targets/nxos_ospfv3/tests/common/fixtures/
H A Dparsed.cfg16 area 0.0.0.103 nssa translate type7 always
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/template/
H A Ddependent-name5.C24 typedef A::N<int> type7; typedef
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/template/
H A Ddependent-name5.C24 typedef A::N<int> type7; typedef

12345678