Searched defs:choice (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DContentModelContainer.java52 ExplicitGroup choice(); method in interface:ContentModelContainer
H A DNestedParticle.java46 public ExplicitGroup choice(); method in interface:NestedParticle
H A DTypeDefParticle.java43 public ExplicitGroup choice(); method in interface:TypeDefParticle
/openjdk7/jdk/src/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;
/openjdk7/jdk/test/java/awt/List/MouseDraggedOutCauseScrollingTest/
H A DMouseDraggedOutCauseScrollingTest.java37 Choice choice; field in class:MouseDraggedOutCauseScrollingTest
45 choice = new Choice();
49 choice.add("Choice");
51 choice.add(""+i);
62 this.add(choice);
77 "1.1) Click on the choice",
78 "1.2) Press the left button of the mouse and keep on any item of the choice, for example 5",
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
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...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DMultiplicity.java164 public static Multiplicity choice( Multiplicity lhs, Multiplicity rhs ) { method in class:Multiplicity
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodManager.java511 synchronized void changeInputMethod(String choice) { argument
514 String inputMethodName = choice;
516 int index = choice.indexOf('\n');
518 localeString = choice.substring(index + 1);
519 inputMethodName = choice.substring(0, index);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DCUPSfuncs.c206 ppd_choice_t *choice; local
257 choice = (optionPage->choices)+i;
258 utf_str = JNU_NewStringPlatform(env, choice->text);
268 utf_str = JNU_NewStringPlatform(env, choice->choice);
272 DPRINTF("CUPSfuncs::bad alloc new string ->choice\n", "")
281 choice = (optionTray->choices)+i;
282 utf_str = JNU_NewStringPlatform(env, choice->text);
293 utf_str = JNU_NewStringPlatform(env, choice->choice);
322 ppd_choice_t *choice; local
[all...]
/openjdk7/jdk/src/share/demo/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();
/openjdk7/jdk/src/share/classes/java/text/
H A DNumberFormat.java743 int choice) {
752 choice);
768 int entry = (choice == INTEGERSTYLE) ? NUMBERSTYLE : choice;
771 if (choice == INTEGERSTYLE) {
775 } else if (choice == CURRENCYSTYLE) {
1144 int choice = (Integer)params[0];
1146 switch (choice) {
1156 assert false : choice;
742 getInstance(Locale desiredLocale, int choice) argument
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java948 /// User cancelled selection; reset to previous choice
1122 private ChoiceV2 choice = null; field in class:Font2DTest.ChoiceV2Renderer
1124 public ChoiceV2Renderer(ChoiceV2 choice) { argument
1140 this.choice = choice;
1155 index = choice.getSelectedIndex();
1158 if(choice.getBit(index)) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp400 // one choice, then use it. Projections take top priority for correctness
418 uint choice = 0; // Bigger is most important local
504 if( choice < n_choice ||
505 ( choice == n_choice &&
509 choice = n_choice;
/openjdk7/jdk/src/windows/native/sun/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 */
140 * choice must be determinded in its creation, when the parent
141 * cannot get the choice's instance from its handle. So
142 * record the pair of the ID and the instance of the choice.
286 // so vertically center the choice in it's bounding box
341 /* This size is window size of choice an
527 jobject choice = rs->choice; local
556 jobject choice = ss->choice; local
582 jobject choice = ais->choice; local
627 jobject choice = rs->choice; local
653 jobject choice = (jobject)param; local
676 jobject choice = (jobject)param; local
[all...]

Completed in 110 milliseconds