/external/curl/lib/ |
config-symbian.h | 766 We just want to avoid a redefinition error message. */
|
config-tpf.h | 662 We just want to avoid a redefinition error message. */
|
/external/jsmn/ |
jsmn_test.c | 560 /** A huge redefinition of everything to include jsmn in non-script mode */
|
/external/libchrome/base/ |
logging.cc | 804 // the redefinition is a compile error.
|
/external/libpng/ |
INSTALL | 337 copied to pnglibconf.h and this may produce macro redefinition warnings
|
/external/pdfium/third_party/freetype/src/base/ |
ftmac.c | 74 /* This is for Mac OS X. Without redefinition, OS_INLINE */ [all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
name_table.h | 20 // Must include this before ICU to avoid stdint redefinition issue.
|
/external/sqlite/dist/orig/ |
sqlite3ext.h | 288 ** the API. So the redefinition macros are only valid if the
|
/external/sqlite/dist/ |
sqlite3ext.h | 288 ** the API. So the redefinition macros are only valid if the
|
/frameworks/base/core/jni/ |
com_android_internal_os_Zygote.cpp | 19 // sys/mount.h has to come before linux/fs.h due to redefinition of MS_RDONLY, MS_BIND, etc
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
lbxproto.h | 964 * Cancel the previous redefinition of the basic types, thus restoring their
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
lbxproto.h | 964 * Cancel the previous redefinition of the basic types, thus restoring their
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntdef.h | 118 #undef UNALIGNED /* avoid redefinition warnings vs _mingw.h */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
sre_parse.py | 79 raise error, ("redefinition of group name %s as group %d; "
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
sre_parse.py | 79 raise error, ("redefinition of group name %s as group %d; "
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_parse.py | 79 raise error, ("redefinition of group name %s as group %d; "
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_parse.py | 79 raise error, ("redefinition of group name %s as group %d; "
|
/toolchain/binutils/binutils-2.25/gas/ |
NEWS | 176 * Redefinition of macros now results in an error.
|
/toolchain/binutils/binutils-2.25/binutils/ |
objcopy.c | [all...] |
/external/clang/docs/ |
Modules.rst | 137 The automatic mapping of ``#include`` to ``import`` also solves an implementation problem: importing a module with a definition of some entity (say, a ``struct Point``) and then parsing a header containing another definition of ``struct Point`` would cause a redefinition error, even if it is the same ``struct Point``. By mapping ``#include`` to ``import``, the compiler can guarantee that it always sees just the already-parsed definition from the module. [all...] |
/external/deqp/data/gles2/shaders/ |
preprocessor.test | 281 group object_redefinitions "Object Redefinition Tests" 819 group function_redefinitions "Function Redefinition Tests" [all...] |
/external/deqp/data/gles3/shaders/ |
preprocessor.test | 333 group object_redefinitions "Object Redefinition Tests" 1076 group function_redefinitions "Function Redefinition Tests" [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | 539 return Error(NameLoc, "redefinition of comdat '$" + Name + "'"); 724 return Error(NameLoc, "redefinition of global '@" + Name + "'"); 822 return Error(NameLoc, "redefinition of global '@" + Name + "'"); [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 85 #define XMD_H // prevent redefinition of INT32 86 #undef FAR // prevent FAR redefinition [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticGroups.td | [all...] |