HomeSort by relevance Sort by last modified time
    Searched full:choice (Results 1 - 25 of 2286) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/test/relaxng/
tutor3_5.rng 4 <choice>
11 </choice>
12 <choice>
19 </choice>
307377.rng 5 <choice>
9 </choice>
tutor11_1.rng 11 <choice>
17 </choice>
tutor11_1_1.xml 11 <choice>
17 </choice>
tutor11_3.rng 9 <choice>
12 </choice>
tutor6_1.rng 5 <choice>
8 </choice>
tutor6_2.rng 9 <choice>
12 </choice>
tutor9_2.rng 2 <choice>
5 </choice>
tutor13_1.rng 6 <choice>
17 </choice>
24 <choice>
29 </choice>
tutor9_8.rng 10 <choice>
18 </choice>
31 <define name="inline.class" combine="choice">
32 <choice>
39 </choice>
tutor9_10.rng 15 <define name="inline.extra" combine="choice">
16 <choice>
23 </choice>
tutor9_7.rng 15 <define name="inline.class" combine="choice">
16 <choice>
23 </choice>
tutor9_3.rng 11 <define name="inline.class" combine="choice">
17 <define name="inline.class" combine="choice">
25 <choice>
34 </choice>
tutor9_4.rng 12 <choice>
19 </choice>
24 <choice>
33 </choice>
710744.rng 7 <choice>
10 </choice>
choice0.rng 3 <choice>
24 </choice>
empty1.rng 10 <choice>
15 </choice>
inline.rng 8 <choice>
17 </choice>
inline2.rng 10 <choice>
18 </choice>
inline3.rng 5 <choice>
14 </choice>
tutor11_4.rng 13 <choice>
16 </choice>
tutor2_1.rng 4 <choice>
16 </choice>
tutor3_4.rng 4 <choice>
16 </choice>
tutor6_3.rng 5 <choice>
8 </choice>
  /external/autotest/frontend/client/src/autotest/afe/
RadioChooser.java 8 public IRadioButton generateRadioButton(String groupName, String choice);
27 public void addChoice(String choice) {
28 IRadioButton button = display.generateRadioButton(groupName, choice);
56 public void setSelectedChoice(String choice) {
57 findButtonForChoice(choice).setValue(true);
60 private IRadioButton findButtonForChoice(String choice) {
62 if (button.getText().equals(choice)) {
66 throw new RuntimeException("No such choice found: " + choice);

Completed in 559 milliseconds

1 2 3 4 5 6 7 8 91011>>