Home
last modified time | relevance | path

Searched refs:getC (Results 1 – 25 of 754) sorted by relevance

12345678910>>...31

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/JColorChooser/
H A DTest6524757.java170 Component component = getC(getC(dialog.getLayeredPane(), 0), 1); in create()
171 AbstractButton ok = (AbstractButton) getC(component, 0); in create()
173 AbstractButton reset = (AbstractButton) getC(component, 2); in create()
180 … AbstractColorChooserPanel panel = (AbstractColorChooserPanel) getC(getC(getC(chooser, 0), i), 0); in create()
184 JLabel label = (JLabel) getC(getC(panel, 0), 1); in create()
185 JPanel upper = (JPanel) getC(getC(getC(panel, 0), 0), 0); in create()
186 JPanel lower = (JPanel) getC(getC(getC(panel, 0), 2), 0); in create()
192 Component container = getC(panel, 0); in create()
197 JLabel label = (JLabel) getC(container, 3); in create()
200 label = (JLabel) getC(container, 4); in create()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/JColorChooser/
H A DTest6524757.java170 Component component = getC(getC(dialog.getLayeredPane(), 0), 1); in create()
171 AbstractButton ok = (AbstractButton) getC(component, 0); in create()
173 AbstractButton reset = (AbstractButton) getC(component, 2); in create()
180 … AbstractColorChooserPanel panel = (AbstractColorChooserPanel) getC(getC(getC(chooser, 0), i), 0); in create()
184 JLabel label = (JLabel) getC(getC(panel, 0), 1); in create()
185 JPanel upper = (JPanel) getC(getC(getC(panel, 0), 0), 0); in create()
186 JPanel lower = (JPanel) getC(getC(getC(panel, 0), 2), 0); in create()
192 Component container = getC(panel, 0); in create()
197 JLabel label = (JLabel) getC(container, 3); in create()
200 label = (JLabel) getC(container, 4); in create()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/JColorChooser/
H A DTest6524757.java170 Component component = getC(getC(dialog.getLayeredPane(), 0), 1); in create()
171 AbstractButton ok = (AbstractButton) getC(component, 0); in create()
173 AbstractButton reset = (AbstractButton) getC(component, 2); in create()
180 … AbstractColorChooserPanel panel = (AbstractColorChooserPanel) getC(getC(getC(chooser, 0), i), 0); in create()
184 JLabel label = (JLabel) getC(getC(panel, 0), 1); in create()
185 JPanel upper = (JPanel) getC(getC(getC(panel, 0), 0), 0); in create()
186 JPanel lower = (JPanel) getC(getC(getC(panel, 0), 2), 0); in create()
192 Component container = getC(panel, 0); in create()
197 JLabel label = (JLabel) getC(container, 3); in create()
200 label = (JLabel) getC(container, 4); in create()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/JColorChooser/
H A DTest6524757.java170 Component component = getC(getC(dialog.getLayeredPane(), 0), 1); in create()
171 AbstractButton ok = (AbstractButton) getC(component, 0); in create()
173 AbstractButton reset = (AbstractButton) getC(component, 2); in create()
180 … AbstractColorChooserPanel panel = (AbstractColorChooserPanel) getC(getC(getC(chooser, 0), i), 0); in create()
184 JLabel label = (JLabel) getC(getC(panel, 0), 1); in create()
185 JPanel upper = (JPanel) getC(getC(getC(panel, 0), 0), 0); in create()
186 JPanel lower = (JPanel) getC(getC(getC(panel, 0), 2), 0); in create()
192 Component container = getC(panel, 0); in create()
197 JLabel label = (JLabel) getC(container, 3); in create()
200 label = (JLabel) getC(container, 4); in create()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/JColorChooser/
H A DTest6524757.java170 Component component = getC(getC(dialog.getLayeredPane(), 0), 1); in create()
171 AbstractButton ok = (AbstractButton) getC(component, 0); in create()
173 AbstractButton reset = (AbstractButton) getC(component, 2); in create()
180 … AbstractColorChooserPanel panel = (AbstractColorChooserPanel) getC(getC(getC(chooser, 0), i), 0); in create()
184 JLabel label = (JLabel) getC(getC(panel, 0), 1); in create()
185 JPanel upper = (JPanel) getC(getC(getC(panel, 0), 0), 0); in create()
186 JPanel lower = (JPanel) getC(getC(getC(panel, 0), 2), 0); in create()
192 Component container = getC(panel, 0); in create()
197 JLabel label = (JLabel) getC(container, 3); in create()
200 label = (JLabel) getC(container, 4); in create()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/JColorChooser/
H A DTest6524757.java170 Component component = getC(getC(dialog.getLayeredPane(), 0), 1); in create()
171 AbstractButton ok = (AbstractButton) getC(component, 0); in create()
173 AbstractButton reset = (AbstractButton) getC(component, 2); in create()
180 … AbstractColorChooserPanel panel = (AbstractColorChooserPanel) getC(getC(getC(chooser, 0), i), 0); in create()
184 JLabel label = (JLabel) getC(getC(panel, 0), 1); in create()
185 JPanel upper = (JPanel) getC(getC(getC(panel, 0), 0), 0); in create()
186 JPanel lower = (JPanel) getC(getC(getC(panel, 0), 2), 0); in create()
192 Component container = getC(panel, 0); in create()
197 JLabel label = (JLabel) getC(container, 3); in create()
200 label = (JLabel) getC(container, 4); in create()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/JColorChooser/
H A DTest6524757.java170 Component component = getC(getC(dialog.getLayeredPane(), 0), 1); in create()
171 AbstractButton ok = (AbstractButton) getC(component, 0); in create()
173 AbstractButton reset = (AbstractButton) getC(component, 2); in create()
180 … AbstractColorChooserPanel panel = (AbstractColorChooserPanel) getC(getC(getC(chooser, 0), i), 0); in create()
184 JLabel label = (JLabel) getC(getC(panel, 0), 1); in create()
185 JPanel upper = (JPanel) getC(getC(getC(panel, 0), 0), 0); in create()
186 JPanel lower = (JPanel) getC(getC(getC(panel, 0), 2), 0); in create()
192 Component container = getC(panel, 0); in create()
197 JLabel label = (JLabel) getC(container, 3); in create()
200 label = (JLabel) getC(container, 4); in create()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/JColorChooser/
H A DTest6524757.java170 Component component = getC(getC(dialog.getLayeredPane(), 0), 1); in create()
171 AbstractButton ok = (AbstractButton) getC(component, 0); in create()
173 AbstractButton reset = (AbstractButton) getC(component, 2); in create()
180 … AbstractColorChooserPanel panel = (AbstractColorChooserPanel) getC(getC(getC(chooser, 0), i), 0); in create()
184 JLabel label = (JLabel) getC(getC(panel, 0), 1); in create()
185 JPanel upper = (JPanel) getC(getC(getC(panel, 0), 0), 0); in create()
186 JPanel lower = (JPanel) getC(getC(getC(panel, 0), 2), 0); in create()
192 Component container = getC(panel, 0); in create()
197 JLabel label = (JLabel) getC(container, 3); in create()
200 label = (JLabel) getC(container, 4); in create()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/swing/JColorChooser/
H A DTest6524757.java168 Component component = getC(getC(dialog.getLayeredPane(), 0), 1); in create()
169 AbstractButton ok = (AbstractButton) getC(component, 0); in create()
171 AbstractButton reset = (AbstractButton) getC(component, 2); in create()
178 … AbstractColorChooserPanel panel = (AbstractColorChooserPanel) getC(getC(getC(chooser, 0), i), 0); in create()
182 JLabel label = (JLabel) getC(getC(panel, 0), 1); in create()
183 JPanel upper = (JPanel) getC(getC(getC(panel, 0), 0), 0); in create()
184 JPanel lower = (JPanel) getC(getC(getC(panel, 0), 2), 0); in create()
190 Component container = getC(panel, 0); in create()
195 JLabel label = (JLabel) getC(container, 3); in create()
198 label = (JLabel) getC(container, 4); in create()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/swing/JColorChooser/
H A DTest6524757.java168 Component component = getC(getC(dialog.getLayeredPane(), 0), 1); in create()
169 AbstractButton ok = (AbstractButton) getC(component, 0); in create()
171 AbstractButton reset = (AbstractButton) getC(component, 2); in create()
178 … AbstractColorChooserPanel panel = (AbstractColorChooserPanel) getC(getC(getC(chooser, 0), i), 0); in create()
182 JLabel label = (JLabel) getC(getC(panel, 0), 1); in create()
183 JPanel upper = (JPanel) getC(getC(getC(panel, 0), 0), 0); in create()
184 JPanel lower = (JPanel) getC(getC(getC(panel, 0), 2), 0); in create()
190 Component container = getC(panel, 0); in create()
195 JLabel label = (JLabel) getC(container, 3); in create()
198 label = (JLabel) getC(container, 4); in create()
[all …]
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_Trapezoidal_std.py79 …PDFgrFD[0] = (Trapezoidal(distribution.getA() + eps, distribution.getB(), distribution.getC(), dis…
81 …PDFgrFD[1] = (Trapezoidal(distribution.getA(), distribution.getB() + eps, distribution.getC(), dis…
83 …PDFgrFD[2] = (Trapezoidal(distribution.getA(), distribution.getB(), distribution.getC() + eps, dis…
85 …PDFgrFD[3] = (Trapezoidal(distribution.getA(), distribution.getB(), distribution.getC(), distribut…
94 …logPDFgrFD[0] = (Trapezoidal(distribution.getA() + eps, distribution.getB(), distribution.getC(), …
96 …logPDFgrFD[1] = (Trapezoidal(distribution.getA(), distribution.getB() + eps, distribution.getC(), …
98 …logPDFgrFD[2] = (Trapezoidal(distribution.getA(), distribution.getB(), distribution.getC() + eps, …
108 …CDFgrFD[0] = (Trapezoidal(distribution.getA() + eps, distribution.getB(), distribution.getC(), dis…
110 …CDFgrFD[1] = (Trapezoidal(distribution.getA(), distribution.getB() + eps, distribution.getC(), dis…
112 …CDFgrFD[2] = (Trapezoidal(distribution.getA(), distribution.getB(), distribution.getC() + eps, dis…
[all …]
/dports/russian/gd/libgd-2.3.1/src/
H A Dgd_io.c63 r = (ctx->getC)(ctx); in gdGetByte()
77 r = (ctx->getC)(ctx); in gdGetWord()
84 r = (ctx->getC)(ctx); in gdGetWord()
118 r = (ctx->getC)(ctx); in gdGetInt()
125 r = (ctx->getC)(ctx); in gdGetInt()
132 r = (ctx->getC)(ctx); in gdGetInt()
139 r = (ctx->getC)(ctx); in gdGetInt()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
168 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgd_io.c63 r = (ctx->getC)(ctx); in gdGetByte()
77 r = (ctx->getC)(ctx); in gdGetWord()
84 r = (ctx->getC)(ctx); in gdGetWord()
118 r = (ctx->getC)(ctx); in gdGetInt()
125 r = (ctx->getC)(ctx); in gdGetInt()
132 r = (ctx->getC)(ctx); in gdGetInt()
139 r = (ctx->getC)(ctx); in gdGetInt()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
168 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgd_io.c63 r = (ctx->getC)(ctx); in gdGetByte()
77 r = (ctx->getC)(ctx); in gdGetWord()
84 r = (ctx->getC)(ctx); in gdGetWord()
118 r = (ctx->getC)(ctx); in gdGetInt()
125 r = (ctx->getC)(ctx); in gdGetInt()
132 r = (ctx->getC)(ctx); in gdGetInt()
139 r = (ctx->getC)(ctx); in gdGetInt()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
168 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgd_io.c63 r = (ctx->getC)(ctx); in gdGetByte()
77 r = (ctx->getC)(ctx); in gdGetWord()
84 r = (ctx->getC)(ctx); in gdGetWord()
118 r = (ctx->getC)(ctx); in gdGetInt()
125 r = (ctx->getC)(ctx); in gdGetInt()
132 r = (ctx->getC)(ctx); in gdGetInt()
139 r = (ctx->getC)(ctx); in gdGetInt()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
168 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
/dports/lang/php73/php-7.3.33/ext/gd/libgd/
H A Dgd_io.c79 r = (ctx->getC) (ctx); in gdGetByte()
88 r = (ctx->getC) (ctx); in gdGetWord()
91 r = (ctx->getC) (ctx); in gdGetWord()
121 r = (ctx->getC) (ctx); in gdGetInt()
125 r = (ctx->getC) (ctx); in gdGetInt()
129 r = (ctx->getC) (ctx); in gdGetInt()
135 r = (ctx->getC) (ctx); in gdGetInt()
147 c = (ctx->getC) (ctx); in gdGetIntLSB()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/gd/libgd/
H A Dgd_io.c79 r = (ctx->getC) (ctx); in gdGetByte()
88 r = (ctx->getC) (ctx); in gdGetWord()
91 r = (ctx->getC) (ctx); in gdGetWord()
121 r = (ctx->getC) (ctx); in gdGetInt()
125 r = (ctx->getC) (ctx); in gdGetInt()
129 r = (ctx->getC) (ctx); in gdGetInt()
135 r = (ctx->getC) (ctx); in gdGetInt()
147 c = (ctx->getC) (ctx); in gdGetIntLSB()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
/dports/lang/php81/php-8.1.1/ext/gd/libgd/
H A Dgd_io.c79 r = (ctx->getC) (ctx); in gdGetByte()
88 r = (ctx->getC) (ctx); in gdGetWord()
91 r = (ctx->getC) (ctx); in gdGetWord()
121 r = (ctx->getC) (ctx); in gdGetInt()
125 r = (ctx->getC) (ctx); in gdGetInt()
129 r = (ctx->getC) (ctx); in gdGetInt()
135 r = (ctx->getC) (ctx); in gdGetInt()
147 c = (ctx->getC) (ctx); in gdGetIntLSB()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
/dports/lang/php74/php-7.4.27/ext/gd/libgd/
H A Dgd_io.c79 r = (ctx->getC) (ctx); in gdGetByte()
88 r = (ctx->getC) (ctx); in gdGetWord()
91 r = (ctx->getC) (ctx); in gdGetWord()
121 r = (ctx->getC) (ctx); in gdGetInt()
125 r = (ctx->getC) (ctx); in gdGetInt()
129 r = (ctx->getC) (ctx); in gdGetInt()
135 r = (ctx->getC) (ctx); in gdGetInt()
147 c = (ctx->getC) (ctx); in gdGetIntLSB()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
/dports/lang/php80/php-8.0.15/ext/gd/libgd/
H A Dgd_io.c79 r = (ctx->getC) (ctx); in gdGetByte()
88 r = (ctx->getC) (ctx); in gdGetWord()
91 r = (ctx->getC) (ctx); in gdGetWord()
121 r = (ctx->getC) (ctx); in gdGetInt()
125 r = (ctx->getC) (ctx); in gdGetInt()
129 r = (ctx->getC) (ctx); in gdGetInt()
135 r = (ctx->getC) (ctx); in gdGetInt()
147 c = (ctx->getC) (ctx); in gdGetIntLSB()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/gd/libgd/
H A Dgd_io.c79 r = (ctx->getC) (ctx); in gdGetByte()
88 r = (ctx->getC) (ctx); in gdGetWord()
91 r = (ctx->getC) (ctx); in gdGetWord()
121 r = (ctx->getC) (ctx); in gdGetInt()
125 r = (ctx->getC) (ctx); in gdGetInt()
129 r = (ctx->getC) (ctx); in gdGetInt()
135 r = (ctx->getC) (ctx); in gdGetInt()
147 c = (ctx->getC) (ctx); in gdGetIntLSB()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/gd/libgd/
H A Dgd_io.c79 r = (ctx->getC) (ctx); in gdGetByte()
88 r = (ctx->getC) (ctx); in gdGetWord()
91 r = (ctx->getC) (ctx); in gdGetWord()
121 r = (ctx->getC) (ctx); in gdGetInt()
125 r = (ctx->getC) (ctx); in gdGetInt()
129 r = (ctx->getC) (ctx); in gdGetInt()
135 r = (ctx->getC) (ctx); in gdGetInt()
147 c = (ctx->getC) (ctx); in gdGetIntLSB()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/gd/libgd/
H A Dgd_io.c79 r = (ctx->getC) (ctx); in gdGetByte()
88 r = (ctx->getC) (ctx); in gdGetWord()
91 r = (ctx->getC) (ctx); in gdGetWord()
121 r = (ctx->getC) (ctx); in gdGetInt()
125 r = (ctx->getC) (ctx); in gdGetInt()
129 r = (ctx->getC) (ctx); in gdGetInt()
135 r = (ctx->getC) (ctx); in gdGetInt()
147 c = (ctx->getC) (ctx); in gdGetIntLSB()
154 c = (ctx->getC) (ctx); in gdGetIntLSB()
161 c = (ctx->getC) (ctx); in gdGetIntLSB()
[all …]
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_Trapezoidal_std.cxx106 …PDFgrFD[0] = (Trapezoidal(distribution.getA() + eps, distribution.getB(), distribution.getC(), dis… in main()
108 …PDFgrFD[1] = (Trapezoidal(distribution.getA(), distribution.getB() + eps, distribution.getC(), dis… in main()
110 …PDFgrFD[2] = (Trapezoidal(distribution.getA(), distribution.getB(), distribution.getC() + eps, dis… in main()
112 …PDFgrFD[3] = (Trapezoidal(distribution.getA(), distribution.getB(), distribution.getC(), distribut… in main()
118 …logPDFgrFD[0] = (Trapezoidal(distribution.getA() + eps, distribution.getB(), distribution.getC(), … in main()
120 …logPDFgrFD[1] = (Trapezoidal(distribution.getA(), distribution.getB() + eps, distribution.getC(), … in main()
122 …logPDFgrFD[2] = (Trapezoidal(distribution.getA(), distribution.getB(), distribution.getC() + eps, … in main()
130 …CDFgrFD[0] = (Trapezoidal(distribution.getA() + eps, distribution.getB(), distribution.getC(), dis… in main()
132 …CDFgrFD[1] = (Trapezoidal(distribution.getA(), distribution.getB() + eps, distribution.getC(), dis… in main()
134 …CDFgrFD[2] = (Trapezoidal(distribution.getA(), distribution.getB(), distribution.getC() + eps, dis… in main()
[all …]
/dports/shells/44bsd-csh/44bsd-csh-20001106_5/
H A Dlex.c273 c = getC(0); in word()
306 c = getC(0); in word()
327 c = getC(0); in word()
660 sc = getC(0);
689 c = getC(0);
707 c = getC(0);
721 c = getC(0);
794 c = getC(0);
822 c = getC(0);
1111 c = getC(0);
[all …]

12345678910>>...31