HomeSort by relevance Sort by last modified time
    Searched full:choice (Results 1 - 25 of 1660) 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/mesa3d/src/mesa/x86/
assyntax.h 31 * To add support for more assemblers add more columns to the CHOICE
150 #define CHOICE(a,b,c) c
242 #define CHOICE(a,b,c) b
249 #define CHOICE(a,b,c) a
274 #define GLOBL CHOICE(.globl, .globl, .extern)
278 #define ALIGNTEXT32 CHOICE(.align 32, .balign 32, .align 32)
279 #define ALIGNTEXT16 CHOICE(.align 16, .balign 16, .align 16)
280 #define ALIGNTEXT8 CHOICE(.align 8, .balign 8, .align 8)
281 #define ALIGNTEXT4 CHOICE(.align 4, .balign 4, .align 4)
282 #define ALIGNTEXT2 CHOICE(.align 2, .balign 2, .align 2
    [all...]

Completed in 1359 milliseconds

1 2 3 4 5 6 7 8 91011>>