/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp-parse.y | [all...] |
/external/clang/docs/ |
Modules.rst | 140 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/mesa3d/src/glsl/glcpp/ |
glcpp-parse.y | [all...] |
/external/chromium/base/ |
logging.cc | 697 // the redefinition is a compile error.
|
/external/chromium_org/base/ |
logging.cc | 726 // the redefinition is a compile error.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/ |
in6.h | 577 * Redefinition of mbuf flags
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
DirectiveParser.cpp | 395 // Check for macro redefinition.
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
name_table.h | 20 // Must include this before ICU to avoid stdint redefinition issue.
|
/external/clang/include/clang/Basic/ |
DiagnosticSemaKinds.td | 164 "redefinition of %0 will not be visible outside of this function">, [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
abap.php | 1099 'redefinition', [all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
name_table.h | 20 // Must include this before ICU to avoid stdint redefinition issue.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-objcopy | |
i686-linux-strip | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/ |
objcopy | |
strip | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
lbxstr.h | 924 * Cancel the previous redefinition of the basic types, thus restoring their
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxstr.h | 924 * Cancel the previous redefinition of the basic types, thus restoring their
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asequencer.h | 305 /* simple loop redefinition */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxstr.h | 924 * Cancel the previous redefinition of the basic types, thus restoring their
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asequencer.h | 305 /* simple loop redefinition */ [all...] |
/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; "
|
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 85 #define XMD_H // prevent redefinition of INT32 86 #undef FAR // prevent FAR redefinition [all...] |
/external/chromium_org/third_party/libjingle/source/talk/ |
main.scons | 224 # omaha/main.scons. This fixes the problem with redefinition
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_multiplex.c | 28 #define SQLITE_CORE 1 /* Disable the API redefinition in sqlite3ext.h */ [all...] |