HomeSort by relevance Sort by last modified time
    Searched full:redefined (Results 1 - 25 of 313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
epilog_test.cpp 7 std::string s; // if std not properly redefined, error will be here
  /frameworks/compile/slang/tests/P_redefine_RS_VERSION/
stderr.txt.expect 1 redefine_RS_VERSION.rs:4:9: warning: 'RS_VERSION' macro redefined
  /ndk/tests/device/test-gnustl-full/unit/
epilog_test.cpp 7 std::string s; // if std not properly redefined, error will be here
  /ndk/tests/device/test-stlport/unit/
epilog_test.cpp 7 std::string s; // if std not properly redefined, error will be here
  /external/clang/test/Parser/
recovery.cpp 47 struct Redefined { // expected-note {{previous}}
48 Redefined() {}
50 struct Redefined { // expected-error {{redefinition}}
51 Redefined() {}
  /external/clang/test/PCH/
macro-redef.c 12 #define M1 1 // expected-warning {{redefined}}
19 #define M2 4 // expected-warning {{redefined}}
  /external/clang/test/Preprocessor/
macro_misc.c 22 #define FUNC_LIKE3(a) (a) // expected-warning {{'FUNC_LIKE3' macro redefined}}
  /external/llvm/test/CodeGen/ARM/
fast-isel-redefinition.ll 3 ; doesn't crash. (It was crashing because a register was getting redefined.)
crash-greedy-v6.ll 5 ; That requires leaveIntvBefore to be very accurate about the redefined value number.
  /external/clang/test/CodeGen/
extern-inline.c 5 // If an extern inline function is redefined, functions should call the
16 // It shouldn't matter if the function was redefined static.
  /external/oprofile/module/x86/
apic_compat.h 63 /* the other define above can be redefined until the ref is identical, this
64 * allow a compile time checking but this need to be redefined differently */
  /external/clang/test/Modules/
macros.c 92 #define LEFT_RIGHT_DIFFERENT2 double // FIXME: expected-warning{{'LEFT_RIGHT_DIFFERENT2' macro redefined}}
123 #define LEFT_RIGHT_DIFFERENT double // FIXME: expected-warning{{'LEFT_RIGHT_DIFFERENT' macro redefined}}
  /external/eigen/Eigen/src/Core/util/
DisableStupidWarnings.h 9 // 4211 - nonstandard extension used : redefined extern to static
  /external/v8/test/mjsunit/regress/
regress-95920.js 29 // properties redefined.
  /development/samples/training/ContactsList/res/values/
styles.xml 19 subdirectory the styles defined here will be used by default unless the styles are redefined
  /external/chromium/chrome/common/
multi_process_lock_linux.cc 43 // redefined and MULTI_PROCESS_LOCK_NAME_MAX_LEN can change accordingly.
  /frameworks/support/v7/gridlayout/
README.txt 19 namespace of the app, as those attributes have been redefined in
  /external/llvm/test/CodeGen/X86/
2010-05-12-FastAllocKills.ll 5 ; This test causes a virtual FP register to be redefined while it is live:
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cif-code.def 45 N_("redefined extern inline functions are not considered for "
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cif-code.def 45 N_("redefined extern inline functions are not considered for "
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cif-code.def 45 N_("redefined extern inline functions are not considered for "
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cif-code.def 45 N_("redefined extern inline functions are not considered for "
  /external/clang/include/clang/Lex/
MacroInfo.h 64 /// it has not yet been redefined or undefined.
84 /// AllowRedefinitionsWithoutWarning - True if this macro can be redefined
213 /// redefined without warning.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java 165 // Redefined in SAXXMLOutput
174 // Redefined in SAXXMLOutput
  /frameworks/support/v7/gridlayout/res/values/
attrs.xml 8 redefined in the support library namespace.
79 redefined in the support library name space.

Completed in 2226 milliseconds

1 2 3 4 5 6 7 8 91011>>