Searched refs:DEFINE (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Preprocessor/
H A Dmacro_not_define.c6 #define DEFINE(a, b) H D a b macro
8 DEFINE(X, 3)
/external/mesa3d/src/mesa/x86/
H A Dgen_matypes.c75 #define DEFINE( s, d ) \ macro
139 DEFINE( "VERT_BIT_OBJ ", VERT_BIT_POS );
140 DEFINE( "VERT_BIT_NORM ", VERT_BIT_NORMAL );
141 DEFINE( "VERT_BIT_RGBA ", VERT_BIT_COLOR0 );
142 DEFINE( "VERT_BIT_SPEC_RGB ", VERT_BIT_COLOR1 );
143 DEFINE( "VERT_BIT_FOG_COORD ", VERT_BIT_FOG );
144 DEFINE( "VERT_BIT_TEX0 ", VERT_BIT_TEX0 );
145 DEFINE( "VERT_BIT_TEX1 ", VERT_BIT_TEX1 );
146 DEFINE( "VERT_BIT_TEX2 ", VERT_BIT_TEX2 );
147 DEFINE( "VERT_BIT_TEX
[all...]
/external/curl/packages/OS400/
H A Dmake-tests.sh61 -D?*) DEFINE="`echo \"${FLAG}\" | sed 's/^..//'`"
62 PGMDEFINES="${PGMDEFINES} '${DEFINE}'"
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.l70 %x DONE COMMENT UNREACHABLE SKIP DEFINE
189 yy_push_state(DEFINE, yyscanner);
193 <DEFINE>{IDENTIFIER}/"(" {
199 <DEFINE>{IDENTIFIER} {
/external/llvm/unittests/Support/
H A DPath.cpp752 #define DEFINE(magic) \ macro
754 DEFINE(archive),
755 DEFINE(bitcode),
756 DEFINE(coff_object),
758 DEFINE(coff_import_library),
759 DEFINE(elf_relocatable),
760 DEFINE(macho_universal_binary),
761 DEFINE(macho_object),
762 DEFINE(macho_executable),
763 DEFINE(macho_fixed_virtual_memory_shared_li
773 #undef DEFINE macro
[all...]
/external/curl/lib/
H A Ddict.c237 "DEFINE "
/external/zlib/src/contrib/pascal/
H A Dexample.pas16 {$DEFINE TEST_COMPRESS}
17 {DO NOT $DEFINE TEST_GZIO}
18 {$DEFINE TEST_DEFLATE}
19 {$DEFINE TEST_INFLATE}
20 {$DEFINE TEST_FLUSH}
21 {$DEFINE TEST_SYNC}
22 {$DEFINE TEST_DICT}
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
H A Dgflags.py2151 # The DEFINE functions are explained in mode details in the module doc string.
2154 def DEFINE(parser, name, default, help, flag_values=FLAGS, serializer=None, function
2158 NOTE: in the docstrings of all DEFINE* functions, "registers" is short
2313 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2517 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2578 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2695 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2705 DEFINE(parser, name, default, help, flag_values, serializer, **args)
/external/chromium-trace/catapult/third_party/python_gflags/
H A Dgflags.py2151 # The DEFINE functions are explained in mode details in the module doc string.
2154 def DEFINE(parser, name, default, help, flag_values=FLAGS, serializer=None, function
2158 NOTE: in the docstrings of all DEFINE* functions, "registers" is short
2313 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2517 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2578 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2695 DEFINE(parser, name, default, help, flag_values, serializer, **args)
2705 DEFINE(parser, name, default, help, flag_values, serializer, **args)
/external/pcre/dist/
H A Dpcregexp.pas55 {$H+} {$DEFINE PCRE_3_7} {$DEFINE PCRE_5_0} {$DEFINE PCRE_7_0} {$DEFINE PCRE_7_7}
H A Dpcre_internal.h1477 #define STRING_DEFINE "DEFINE"
2101 OP_DEF, /* 145 The DEFINE condition */
H A Dpcre_compile.c519 "DEFINE group contains more than one branch\0"
521 "repeating a DEFINE group is not allowed\0" /** DEAD **/
5979 /* Repeating a DEFINE group is pointless, but Perl allows the syntax, so
6953 /* Similarly, check for the (?(DEFINE) "condition", which is always
7732 two branches in the group, or just one if it's a DEFINE group. We do this
7747 /* A DEFINE group is never obeyed inline (the "condition" is always
7807 /* For a DEFINE group, required and first character settings are not
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 479 milliseconds