HomeSort by relevance Sort by last modified time
    Searched refs:CHOICE (Results 1 - 7 of 7) sorted by null

  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 69 * To add support for more assemblers add more columns to the CHOICE
175 #define CHOICE(a,b,c) c
236 #define CHOICE(a,b,c) b
243 #define CHOICE(a,b,c) a
268 #define GLOBL CHOICE(.globl, .globl, .extern)
269 #define ALIGNTEXT4 CHOICE(.align 4, .align ARG2(2,0x90), .align 4)
270 #define ALIGNTEXT2 CHOICE(.align 2, .align ARG2(1,0x90), .align 2)
274 #define ALIGNTEXT4ifNOP CHOICE(.align 4, .align ARG2(2,0x90), /*can't do it*/)
275 #define ALIGNDATA4 CHOICE(.align 4, .align ARG2(2,0x0), .align 4)
276 #define ALIGNDATA2 CHOICE(.align 2, .align ARG2(1,0x0), .align 2
    [all...]
  /external/opencore/build_config/default/
setup.sh 34 CHOICE=$1
37 read -p "[setup.sh] Which selection would you like? " CHOICE
40 case $CHOICE in
42 echo_stdout "Choice is to build for the host platform."
46 echo_stdout "Choice is to build for target with OpenCORE (Android) cross-compiler"
58 echo_stdout "Choice is to build for target with the default linux-arm cross-compiler"
67 echo_stdout "Choice is to build for target with workspace's OpenCORE (Android) cross-compiler"
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest.java 153 static final java.text.ChoiceFormat CHOICE = new java.text.ChoiceFormat(
SerializationStressTest3.java     [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 290 // The choice will not lose some quoing forms.
311 enum CHOICE {YES, NO, RAND};
314 class Bool{ // A wrapper class for CHOICE, to auto adapter UBool class
316 const CHOICE tag;
318 Bool(CHOICE flag=RAND):tag(flag){}
329 Escaper(CHOICE escapeLiteral = RAND,
330 CHOICE twoQuotesEscape = RAND,
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/jdiff/
xerces.jar 

Completed in 1022 milliseconds