Searched refs:choice (Results 26 - 50 of 58) sorted by relevance

123

/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DCustomMediaTray.java49 public CustomMediaTray(String name, String choice) { argument
51 choiceName = choice;
H A DCustomMediaSizeName.java59 public CustomMediaSizeName(String name, String choice, argument
62 choiceName = choice;
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp47 jobject choice; member in struct:ReshapeStruct
53 jobject choice; member in struct:SelectStruct
58 jobject choice; member in struct:AddItemsStruct
64 jobject choice; member in struct:RemoveStruct
74 /* Bug #4338368: consume the spurious MouseUp when the choice loses focus */
142 * choice must be determinded in its creation, when the parent
143 * cannot get the choice's instance from its handle. So
144 * record the pair of the ID and the instance of the choice.
290 // so vertically center the choice in it's bounding box
344 /* This size is window size of choice an
534 jobject choice = rs->choice; local
563 jobject choice = ss->choice; local
589 jobject choice = ais->choice; local
635 jobject choice = rs->choice; local
661 jobject choice = (jobject)param; local
684 jobject choice = (jobject)param; local
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DBigMixedParams01.java71 private static float testA(int choice, int i0, int i1, int i2, int i3, float p0, float p1, float p2, float p3, int i4, int i5, float p4, float p5, float p6, float p7, float p8) { argument
72 switch (choice) {
96 private static double testB(int choice, int i0, int i1, int i2, double p0, double p1, double p2, double p3, int i3, int i4, double p4, double p5, double p6, double p7, double p8) { argument
97 switch (choice) {
H A DBigLongParams02.java34 public static long test(int choice, long p0, long p1, long p2, long p3, long p4, long p5, long p6, long p7, long p8) { argument
35 switch (choice) {
H A DBigDoubleParams02.java33 public static double test(int choice, double p0, double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8) { argument
34 switch (choice) {
H A DBigFloatParams02.java33 public static float test(int choice, float p0, float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8) { argument
34 switch (choice) {
H A DBigMixedParams03.java37 public static double test(int choice, int i0, int i1, int i2, int i3, double p0, double p1, double p2, double p3, int i4, int i5, double p4, double p5, double p6, double p7, double p8) { argument
38 switch (choice) {
H A DBigMixedParams02.java37 public static float test(int choice, int i0, int i1, int i2, int i3, float p0, float p1, float p2, float p3, int i4, int i5, float p4, float p5, float p6, float p7, float p8) { argument
38 switch (choice) {
H A DBigMixedParams04.java39 public static long test(int choice, int i0, int i1, int i2, int i3, double d1, double d2, boolean bo1, boolean bo2, byte by, short sh, char ch, int in) { argument
40 switch (choice) {
/openjdk10/jdk/src/java.desktop/unix/native/common/awt/
H A DCUPSfuncs.c255 ppd_choice_t *choice; local
307 choice = (optionPage->choices)+i;
308 utf_str = JNU_NewStringPlatform(env, choice->text);
318 utf_str = JNU_NewStringPlatform(env, choice->choice);
322 DPRINTF("CUPSfuncs::bad alloc new string ->choice\n", "")
331 choice = (optionTray->choices)+i;
332 utf_str = JNU_NewStringPlatform(env, choice->text);
343 utf_str = JNU_NewStringPlatform(env, choice->choice);
372 ppd_choice_t *choice; local
[all...]
/openjdk10/jdk/test/java/awt/Window/ShapedAndTranslucentWindows/
H A DTranslucentChoice.java99 Choice choice = new Choice();
101 choice.add("item " + i);
103 south = choice;
/openjdk10/jdk/src/java.base/share/classes/java/text/
H A DNumberFormat.java876 int choice) {
880 NumberFormat numberFormat = getInstance(adapter, desiredLocale, choice);
883 desiredLocale, choice);
889 Locale locale, int choice) {
892 switch (choice) {
875 getInstance(Locale desiredLocale, int choice) argument
888 getInstance(LocaleProviderAdapter adapter, Locale locale, int choice) argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java690 // for element "choice" - local
1231 int choice;
1269 choice = 0;
1271 choice = XSConstants.DERIVATION_SUBSTITUTION|XSConstants.DERIVATION_EXTENSION|
1280 choice |= XSConstants.DERIVATION_EXTENSION;
1283 choice |= XSConstants.DERIVATION_RESTRICTION;
1286 choice |= XSConstants.DERIVATION_SUBSTITUTION;
1293 retValue = fXIntPool.getXInt(choice);
1299 choice = 0;
1301 //choice
[all...]
H A DXSDAbstractParticleTraverser.java146 * Content: (annotation? , (element | group | choice | sequence | any)*)
166 * <choice
170 * Content: (annotation? , (element | group | choice | sequence | any)*)
171 * </choice>
188 * Common traversal for <choice> and <sequence>
193 * @param choice If traversing <choice> this parameter is true.
200 boolean choice,
255 if (choice) {
256 args = new Object[]{"choice", "(annotatio
196 traverseSeqChoice(Element decl, XSDocumentInfo schemaDoc, SchemaGrammar grammar, int allContextFlags, boolean choice, XSObject parent) argument
[all...]
/openjdk10/jdk/test/java/awt/Mixing/AWT_Mixing/
H A DHierarchyBoundsListenerMixingTest.java61 choice = new Choice();
62 choice.add("Red");
63 choice.add("Orange");
64 choice.add("Yellow");
71 panel, button, label, list, choice, checkbox, scrollbar, textfield, textarea
379 private Choice choice; field in class:HierarchyBoundsListenerMixingTest
/openjdk10/jdk/test/java/awt/Focus/NonFocusableWindowTest/
H A DNoEventsTest.java308 Choice choice = new Choice();
309 choice.add("one");
310 choice.add("two");
311 choice.add("three");
312 add(choice);
313 choice.setName("choice" + row + "" + col);
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DMultiplicityCounter.java84 r = Multiplicity.choice(r,m);
/openjdk10/jdk/test/javax/security/auth/login/LoginContext/
H A DCustomLoginModule.java114 ChoiceCallback choice = new ChoiceCallback("Choice: ",
124 choice, info, warning, error, name, passwd, text, language,
175 int[] selected = choice.getSelectedIndexes();
181 throw new FailedLoginException("Wrong choice: " + selected[0]);
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/im/
H A DExecutableInputMethodManager.java338 synchronized void changeInputMethod(String choice) { argument
341 String inputMethodName = choice;
343 int index = choice.indexOf('\n');
345 localeString = choice.substring(index + 1);
346 inputMethodName = choice.substring(0, index);
H A DInputMethodPopupMenu.java161 String choice = event.getActionCommand();
162 ((ExecutableInputMethodManager)InputMethodManager.getInstance()).changeInputMethod(choice);
/openjdk10/jdk/src/demo/share/applets/DitherTest/
H A DDitherTest.java350 private Choice choice; field in class:DitherControls
360 add(choice = new Choice());
362 choice.addItem(m.toString().substring(0, 1)
365 choice.select(type.ordinal());
388 return choice.getSelectedIndex();
/openjdk10/jdk/test/javax/security/sasl/Sasl/
H A DClientServerTest.java451 RealmChoiceCallback choice = (RealmChoiceCallback) callback;
453 choice.setSelectedIndex(choice.getDefaultChoice());
455 String[] choices = choice.getChoices();
458 choice.setSelectedIndex(j);
/openjdk10/jdk/src/demo/share/applets/DrawTest/
H A DDrawTest.java292 String choice = (String) e.getItem();
293 if (choice.equals("Lines")) {
295 } else if (choice.equals("Points")) {
/openjdk10/jdk/src/jdk.policytool/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java2167 // principal choice
2168 JComboBox<String> choice = new JComboBox<>();
2169 choice.addItem(PRIN_TYPE);
2170 choice.getAccessibleContext().setAccessibleName(PRIN_TYPE);
2173 choice.addItem(next.getSimpleName());
2179 choice.setSelectedItem(PRIN_TYPE);
2183 choice.setSelectedItem(inputPrin.getSimpleName());
2188 choice.addItemListener(new PrincipalTypeMenuListener(newTD));
2190 tw.addNewComponent(newTD, choice, PRD_PRIN_CHOICE,
2283 // permission choice (adde
[all...]

Completed in 307 milliseconds

123