HomeSort by relevance Sort by last modified time
    Searched refs:warning (Results 1 - 25 of 613) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/src/
warning_disable.h 8 # pragma warning( disable : 4097 ) /* typedef-name used as based class of (...) */
9 # pragma warning( disable : 4251 ) /* DLL interface needed */
10 # pragma warning( disable : 4284 ) /* for -> operator */
11 # pragma warning( disable : 4503 ) /* decorated name length exceeded, name was truncated */
12 # pragma warning( disable : 4514 ) /* unreferenced inline function has been removed */
13 # pragma warning( disable : 4660 ) /* template-class specialization '...' is already instantiated */
14 # pragma warning( disable : 4701 ) /* local variable 'base' may be used without having been initialized */
15 # pragma warning( disable : 4710 ) /* function (...) not inlined */
16 # pragma warning( disable : 4786 ) /* identifier truncated to 255 characters */
20 # pragma warning( disable : 4511 ) /* copy constructor cannot be generated *
    [all...]
  /ndk/sources/android/stlport/src/
warning_disable.h 8 # pragma warning( disable : 4097 ) /* typedef-name used as based class of (...) */
9 # pragma warning( disable : 4251 ) /* DLL interface needed */
10 # pragma warning( disable : 4284 ) /* for -> operator */
11 # pragma warning( disable : 4503 ) /* decorated name length exceeded, name was truncated */
12 # pragma warning( disable : 4514 ) /* unreferenced inline function has been removed */
13 # pragma warning( disable : 4660 ) /* template-class specialization '...' is already instantiated */
14 # pragma warning( disable : 4701 ) /* local variable 'base' may be used without having been initialized */
15 # pragma warning( disable : 4710 ) /* function (...) not inlined */
16 # pragma warning( disable : 4786 ) /* identifier truncated to 255 characters */
20 # pragma warning( disable : 4511 ) /* copy constructor cannot be generated *
    [all...]
  /external/bluetooth/glib/
msvc_recommended_pragmas.h 8 #pragma warning(error:4002) /* too many actual parameters for macro */
9 #pragma warning(error:4003) /* not enough actual parameters for macro */
10 #pragma warning(1:4010) /* single-line comment contains line-continuation character */
11 #pragma warning(error:4013) /* 'function' undefined; assuming extern returning int */
12 #pragma warning(1:4016) /* no function return type; using int as default */
13 #pragma warning(error:4020) /* too many actual parameters */
14 #pragma warning(error:4021) /* too few actual parameters */
15 #pragma warning(error:4027) /* function declared without formal parameter list */
16 #pragma warning(error:4029) /* declared formal parameter list different from definition */
17 #pragma warning(error:4033) /* 'function' must return a value *
    [all...]
  /bionic/libc/kernel/common/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /development/ndk/platforms/android-3/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /external/libvpx/vp8/common/
pragmas.h 15 #pragma warning(disable:997 1011 170)
18 #pragma warning(disable:4799)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
list.h 15 #warning "don't include kernel headers in userspace"
  /external/stlport/stlport/stl/config/
_warnings_off.h 10 * we have to disable this warning as the string are used as data members type of many iostream classes.
12 # pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
17 # pragma warning( disable : 4231 ) // non standard extension : 'extern' before template instanciation
18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
19 # pragma warning( disable : 4284 ) // for -> operator
20 //This warning is necessary because of the native platform headers:
21 # pragma warning( disable : 4290 ) // c++ exception specification ignored
22 # pragma warning( disable : 4514 ) // unreferenced inline function has been removed
23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiate
    [all...]
_prolog.h 4 # pragma warning (push)
40 # pragma warning 604 10 /* must lookahead to determine... */
41 # pragma warning 594 10 /* resolved as declaration/type */
42 # pragma warning 595 10 /* resolved as an expression */
  /ndk/sources/android/stlport/stlport/stl/config/
_warnings_off.h 10 * we have to disable this warning as the string are used as data members type of many iostream classes.
12 # pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
17 # pragma warning( disable : 4231 ) // non standard extension : 'extern' before template instanciation
18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
19 # pragma warning( disable : 4284 ) // for -> operator
20 //This warning is necessary because of the native platform headers:
21 # pragma warning( disable : 4290 ) // c++ exception specification ignored
22 # pragma warning( disable : 4514 ) // unreferenced inline function has been removed
23 # pragma warning( disable : 4660 ) // template-class specialization '...' is already instantiate
    [all...]
  /external/bluetooth/bluez/audio/
gstpragma.h 24 #pragma GCC diagnostic warning "-Wmissing-declarations"
  /external/webkit/WebKit/win/
CodeAnalysisConfig.h 29 // warning C6011: dereferencing NULL pointer <name>
30 // warning C6031: return value ignored: <function> could return unexpected value
31 // warning C6211: Leaking memory due to an exception. Consider using a local catch block to clean up memory.
32 // warning C6255: _alloca indicates failure by raising a stack overflow exception. Consider using _alloca_s instead
33 // warning C6387: <argument> may be <value>: this does not adhere to the specification for the function <function name>: Lines: x, y
34 #pragma warning(disable: 6011 6031 6211 6255 6387)
WebDocumentLoader.h 28 #pragma warning(push, 0)
30 #pragma warning(pop)
  /development/host/windows/usb/legacy/driver/
precomp.h 20 #pragma warning(disable:4200)
21 #pragma warning(disable:4201) // nameless struct/union
22 #pragma warning(disable:4214) // bit field types other than int
33 #pragma warning(default:4200)
34 #pragma warning(default:4201)
35 #pragma warning(default:4214)
  /external/neven/Embedded/common/src/b_BasicEm/
Config.h 41 #pragma message("Warning: deprecated define HW_TMS470R2X, use HW_ARMv4 instead")
46 #pragma message("Warning: deprecated define HW_ARM9E, use HW_ARMv5TE instead")
53 /* disable warning "unreferenced formal parameter": */
54 #pragma warning( disable : 4100 )
56 /* disable warning for constant expression in condition: */
57 #pragma warning( disable : 4127 )
59 /* disable warning for short += short: */
60 #pragma warning( disable : 4244 )
62 /* disable warning 'unreachable code' in release build: */
63 /* this warning occurs due to a wrong code evaluation of the compiler *
    [all...]
  /development/host/windows/usb/api/
stdafx.h 58 // turns off ATL's hiding of some common and often safely ignored warning messages
64 #pragma warning(disable: 4702)
65 #pragma warning(disable: 4201)
72 #pragma warning(default: 4201)
73 #pragma warning(disable: 4200)
  /development/host/windows/usb/winusb/
stdafx.h 58 // turns off ATL's hiding of some common and often safely ignored warning messages
64 #pragma warning(disable: 4702)
65 #pragma warning(disable: 4201)
72 #pragma warning(default: 4201)
73 #pragma warning(disable: 4200)
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
ILayoutLog.java 26 * Displays a warning message.
29 void warning(String message); method in interface:ILayoutLog
  /external/nist-sip/java/gov/nist/javax/sip/parser/
WarningParser.java 34 * Parser for Warning header.
50 * @param warning -
51 * Warning header to parse
53 public WarningParser(String warning) {
54 super(warning);
80 headerName(TokenTypes.WARNING);
83 Warning warning = new Warning(); local
84 warning.setHeaderName(SIPHeaderNames.WARNING)
    [all...]
  /device/samsung/crespo/alsa-lib/include/
sys.h 0 #warning This header is deprecated, use <alsa/asoundlib.h> instead.

Completed in 607 milliseconds

1 2 3 4 5 6 7 8 91011>>