OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:warning
(Results
1 - 25
of
536
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/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"
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
list.h
15
#
warning
"don't include kernel headers in userspace"
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
list.h
15
#
warning
"don't include kernel headers in userspace"
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
list.h
15
#
warning
"don't include kernel headers in userspace"
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
list.h
15
#
warning
"don't include kernel headers in userspace"
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/
list.h
15
#
warning
"don't include kernel headers in userspace"
/ndk/build/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 */
/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
/dalvik/libcore/xml/src/main/java/javax/xml/transform/
ErrorListener.java
50
* Receive notification of a
warning
.
60
* @param exception The
warning
information encapsulated in a
68
public abstract void
warning
(TransformerException exception)
method in interface:ErrorListener
/dalvik/libcore/xml/src/main/java/org/xml/sax/
ErrorHandler.java
26
* <p><strong>
WARNING
:</strong> If an application does <em>not</em>
53
* Receive notification of a
warning
.
67
* @param exception The
warning
information encapsulated in a
73
public abstract void
warning
(SAXParseException exception)
method in interface:ErrorHandler
/external/e2fsprogs/util/
gcc-wall-cleanup
19
/
warning
: missing initializer/d
20
/
warning
: (near initialization for/d
/external/webkit/WebKit/mac/Misc/
WebAssertions.h
30
#
warning
<WebKit/WebAssertions.h> is deprecated. Please move away from this SPI as soon as is possible.
/frameworks/base/awt/javax/imageio/event/
IIOReadWarningListener.java
34
*
warning
messages generated by image and thumbnail reading methods.
41
* Notifies this listener about a
warning
(non-fatal error) during decoding.
45
* @param
warning
46
* the string describing the
warning
.
48
public void warningOccurred(ImageReader source, String
warning
);
IIOWriteWarningListener.java
36
* Notifies this listener about a
warning
(non-fatal error) during encoding.
41
* the index of the image generating the
warning
.
42
* @param
warning
43
* the string describing the
warning
.
45
void warningOccurred(ImageWriter source, int imageIndex, String
warning
);
/development/host/windows/usb/adb_winapi_test/
stdafx.h
55
#pragma
warning
(disable: 4200)
60
#pragma
warning
(default: 4200)
Completed in 1422 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>