/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_intel.h | 8 /* You need to undef following macro if your icl install is binded to MSVC 6 12 /* You need to undef following macro if your icl install is binded to MSVC .Net 2002 17 /* You need to undef following macro if your icl install is binded to MSVC .Net 2003 22 /* You need to undef following macro if your icl install is binded to MSVC 2005
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__undef_min_max | 13 _LIBCPP_WARNING("macro min is incompatible with C++. Try #define NOMINMAX " 16 #warning: macro min is incompatible with C++. #undefing min 23 _LIBCPP_WARNING("macro max is incompatible with C++. Try #define NOMINMAX " 26 #warning: macro max is incompatible with C++. #undefing max
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
structseq.h | 34 /* Macro, *only* to be used to fill in brand new objects */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
structseq.h | 34 /* Macro, *only* to be used to fill in brand new objects */
|
/external/pixman/pixman/ |
pixman-arm-neon-asm.S | 95 * operation on the pixels and provide it to the template macro. 97 * Template macro quite conveniently takes care of emitting all the necessary 127 * There is one special trick here too. Common template macro can optionally 154 .macro pixman_composite_over_8888_0565_process_pixblock_head 177 .macro pixman_composite_over_8888_0565_process_pixblock_tail 208 * So what we need now is a '*_tail_head' macro, which will be used 210 * of this macro would look like this: 232 * Another new thing is 'cache_preload' macro. It is used for prefetching 237 * details about this macro. Moreover, if good performance is needed 238 * the code from this macro needs to be copied into '*_tail_head' macr [all...] |
/external/chromium_org/native_client_sdk/src/resources/ |
Makefile_gyp | 18 # Target Macro 20 # Macro defines a phony target for each example, and adds it to a list of 38 # Define the various targets via the Macro
|
/external/clang/test/Index/ |
fix-its.c | 7 #define MACRO(X) X 13 MACRO(x->wobble = 17); 26 MACRO(printf("%d", index));
|
fix-its.m | 15 // presence of a nested macro chain. 23 // CHECK: fix-its.m:9:28: note: expanded from macro '_rdar_12584554_C' 25 // CHECK: fix-its.m:7:77: note: expanded from macro '_rdar_12584554_B'
|
complete-preprocessor.m | 17 // CHECK-CC1: NotImplemented:{TypedText define}{HorizontalSpace }{Placeholder macro} (40) 18 // CHECK-CC1-NEXT: NotImplemented:{TypedText define}{HorizontalSpace }{Placeholder macro}{LeftParen (}{Placeholder args}{RightParen )} (40) 21 // CHECK-CC1-NEXT: NotImplemented:{TypedText ifdef}{HorizontalSpace }{Placeholder macro} (40) 22 // CHECK-CC1-NEXT: NotImplemented:{TypedText ifndef}{HorizontalSpace }{Placeholder macro} (40) 32 // CHECK-CC1-NEXT: NotImplemented:{TypedText undef}{HorizontalSpace }{Placeholder macro} (40) 35 // CHECK-CC2: NotImplemented:{TypedText define}{HorizontalSpace }{Placeholder macro} (40) 36 // CHECK-CC2-NEXT: NotImplemented:{TypedText define}{HorizontalSpace }{Placeholder macro}{LeftParen (}{Placeholder args}{RightParen )} (40) 42 // CHECK-CC2-NEXT: NotImplemented:{TypedText ifdef}{HorizontalSpace }{Placeholder macro} (40) 43 // CHECK-CC2-NEXT: NotImplemented:{TypedText ifndef}{HorizontalSpace }{Placeholder macro} (40) 53 // CHECK-CC2-NEXT: NotImplemented:{TypedText undef}{HorizontalSpace }{Placeholder macro} (40 [all...] |
/external/clang/test/Preprocessor/ |
macro_misc.c | 22 #define FUNC_LIKE3(a) (a) // expected-warning {{'FUNC_LIKE3' macro redefined}} 28 #define FUNC_LIKE4(x,y) (x+y) // expected-warning {{'FUNC_LIKE4' macro redefined}} 36 #define FUNC_LIKE5(x,y) (y+x) // expected-warning {{'FUNC_LIKE5' macro redefined}}
|
/external/llvm/test/MC/MachO/ |
gen-dwarf-macro-cpp.s | 5 .macro switcher 10 // PR14264 was a crash in the code caused by the .macro not handled correctly 16 // CHECK: file_names[ 1] 1 0x00000000 0x00000000 gen-dwarf-macro-cpp.s
|
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/ |
Macros.java | 93 * An IQProvider for Macro packets.
126 public Macro parseMacro(XmlPullParser parser) throws Exception {
127 Macro macro = new Macro();
local 134 macro.setTitle(parser.getText());
137 macro.setDescription(parser.nextText());
140 macro.setResponse(parser.nextText());
143 macro.setType(Integer.valueOf(parser.nextText()).intValue());
147 if (parser.getName().equals("macro")) {
[all...] |
/external/stlport/test/unit/ |
test_errno.cpp | 2 //those headers contains a errno macro definition without the underlying value 40 * due to errno in most cases is just a macro, that frequently 43 * things: name of macro can't include ::.
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
support_macros.h | 22 // Define macro, to use within a class declaration, to disallow constructor 28 // Define macro, to use within a class declaration, to disallow assignment. 34 // Define macro to add copy and assignment declarations to a class file,
|
/ndk/tests/device/test-gnustl-full/unit/ |
test_errno.cpp | 2 //those headers contains a errno macro definition without the underlying value 40 * due to errno in most cases is just a macro, that frequently 43 * things: name of macro can't include ::.
|
/ndk/tests/device/test-stlport/unit/ |
test_errno.cpp | 2 //those headers contains a errno macro definition without the underlying value 40 * due to errno in most cases is just a macro, that frequently 43 * things: name of macro can't include ::.
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/ |
oi_assert.h | 24 When the OI_DEBUG preprocessor value is defined, the macro OI_ASSERT is compiled into 26 C_ASSERT is a macro that can be used to perform compile time checks. 43 /** The macro OI_ASSERT takes a condition argument. If the asserted condition 44 does not evaluate to true, the OI_ASSERT macro calls the host-dependent function, 68 Unfortunately, this elegant macro doesn't work with GCC, so it's all commented out
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
HTMLtree.h | 29 * Macro. A text node in a HTML document is really implemented 36 * Macro. An entity reference in a HTML document is really implemented 43 * Macro. A comment in a HTML document is really implemented 50 * Macro. A preserved node in a HTML document is really implemented 57 * Macro. A processing instruction in a HTML document is really implemented
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp-parse.y | 41 const char *macro, 47 const char *macro, 116 /* Perform macro expansion in-place on the given list. */ 240 macro_t *macro = hash_table_find (parser->defines, $2); 241 if (macro) { 243 ralloc_free (macro); 286 macro_t *macro = hash_table_find (parser->defines, $2); 288 _glcpp_parser_skip_stack_push_if (parser, & @1, macro != NULL); 291 macro_t *macro = hash_table_find (parser->defines, $2); 293 _glcpp_parser_skip_stack_push_if (parser, & @1, macro == NULL) [all...] |
/external/clang/test/Lexer/ |
gnu-flags.c | 4 // RUN: -Wgnu-zero-variadic-macro-arguments \ 7 // RUN: -Wno-gnu-zero-variadic-macro-arguments \ 10 // %clang_cc1 -fsyntax-only -verify %s -DZEROARGS -Wgnu-zero-variadic-macro-arguments 21 // expected-warning@+9 {{must specify at least one argument for '...' parameter of variadic macro}} 22 // expected-note@+4 {{macro 'efoo' defined here}}
|
/external/libxml2/include/libxml/ |
HTMLtree.h | 29 * Macro. A text node in a HTML document is really implemented 36 * Macro. An entity reference in a HTML document is really implemented 43 * Macro. A comment in a HTML document is really implemented 50 * Macro. A preserved node in a HTML document is really implemented 57 * Macro. A processing instruction in a HTML document is really implemented
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.y | 41 const char *macro, 47 const char *macro, 116 /* Perform macro expansion in-place on the given list. */ 240 macro_t *macro = hash_table_find (parser->defines, $2); 241 if (macro) { 243 ralloc_free (macro); 286 macro_t *macro = hash_table_find (parser->defines, $2); 288 _glcpp_parser_skip_stack_push_if (parser, & @1, macro != NULL); 291 macro_t *macro = hash_table_find (parser->defines, $2); 293 _glcpp_parser_skip_stack_push_if (parser, & @1, macro == NULL) [all...] |
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_version.h | 54 * This macro can be used to fill a version structure with the compile-time 64 /** This macro turns the version numbers into a numeric value: 71 /** This is the version number macro for the current SDL version */ 75 /** This macro will evaluate to true if compiled with SDL at least X.Y.Z */ 81 * use the SDL_Version() macro.
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_version.h | 54 * This macro can be used to fill a version structure with the compile-time 64 /** This macro turns the version numbers into a numeric value: 71 /** This is the version number macro for the current SDL version */ 75 /** This macro will evaluate to true if compiled with SDL at least X.Y.Z */ 81 * use the SDL_Version() macro.
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_version.h | 54 * This macro can be used to fill a version structure with the compile-time 64 /** This macro turns the version numbers into a numeric value: 71 /** This is the version number macro for the current SDL version */ 75 /** This macro will evaluate to true if compiled with SDL at least X.Y.Z */ 81 * use the SDL_Version() macro.
|