Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 25 of 245) sorted by relevance

12345678910

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/
Dunpredictable-AExtI-arm.txt1 …: llvm-mc --disassemble %s -triple=armv7-linux-gnueabi 2>&1 | FileCheck %s -check-prefix=CHECK-WARN
4 # CHECK-WARN: potentially undefined
5 # CHECK-WARN: 0x74 0x03 0xaf 0x06
9 # CHECK-WARN: potentially undefined
10 # CHECK-WARN: 0x74 0x3f 0xbf 0x06
14 # CHECK-WARN: potentially undefined
15 # CHECK-WARN: 0x74 0x3f 0xa6 0x06
19 # CHECK-WARN: potentially undefined
20 # CHECK-WARN: 0x74 0x3f 0xb7 0x06
24 # CHECK-WARN: potentially undefined
[all …]
/external/llvm/test/MC/Disassembler/ARM/
Dunpredictable-AExtI-arm.txt1 …: llvm-mc --disassemble %s -triple=armv7-linux-gnueabi 2>&1 | FileCheck %s -check-prefix=CHECK-WARN
4 # CHECK-WARN: potentially undefined
5 # CHECK-WARN: 0x74 0x03 0xaf 0x06
9 # CHECK-WARN: potentially undefined
10 # CHECK-WARN: 0x74 0x3f 0xbf 0x06
14 # CHECK-WARN: potentially undefined
15 # CHECK-WARN: 0x74 0x3f 0xa6 0x06
19 # CHECK-WARN: potentially undefined
20 # CHECK-WARN: 0x74 0x3f 0xb7 0x06
24 # CHECK-WARN: potentially undefined
[all …]
/external/ltp/testcases/kernel/io/disktest/
Dparse.c62 pMsg(WARN, args, "Missing argument for perameter.\n"); in fill_cld_args()
68 pMsg(WARN, args, in fill_cld_args()
73 pMsg(WARN, args, in fill_cld_args()
91 pMsg(WARN, args, in fill_cld_args()
96 pMsg(WARN, args, in fill_cld_args()
104 pMsg(WARN, args, in fill_cld_args()
147 pMsg(WARN, args, in fill_cld_args()
152 pMsg(WARN, args, in fill_cld_args()
168 pMsg(WARN, args, "Unknown Seek pattern\n"); in fill_cld_args()
183 pMsg(WARN, args, in fill_cld_args()
[all …]
/external/u-boot/scripts/
Dcheckpatch.pl2094 sub WARN { subroutine
2138 WARN("USE_RELATIVE_PATH",
2445 WARN("PATCH_PREFIX",
2469 WARN("OBSOLETE",
2532 WARN("BAD_SIGN_OFF",
2536 if (WARN("BAD_SIGN_OFF",
2544 if (WARN("BAD_SIGN_OFF",
2553 if (WARN("BAD_SIGN_OFF",
2575 WARN("BAD_SIGN_OFF",
2585 WARN("BAD_SIGN_OFF",
[all …]
/external/llvm/test/Linker/
Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: WARNING
19 ; WARN-B: WARNING: Linking two modules of different target triples:
22 ; WARN-C-NOT: WARNING
/external/tensorflow/tensorflow/python/training/
Dtensorboard_logging.py40 WARN = 'WARN' variable
45 _verbosity = WARN
61 WARN: event_pb2.LogMessage.WARN,
70 WARN: logging.WARN,
159 log(WARN, message, *args)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/external/python/cpython3/Python/
Dstructmember.c94 #define WARN(msg) \ macro
147 WARN("Truncation of value to char"); in PyMember_SetOne()
156 WARN("Truncation of value to unsigned char"); in PyMember_SetOne()
165 WARN("Truncation of value to short"); in PyMember_SetOne()
174 WARN("Truncation of value to unsigned short"); in PyMember_SetOne()
183 WARN("Truncation of value to int"); in PyMember_SetOne()
197 WARN("Writing negative value into unsigned field"); in PyMember_SetOne()
201 WARN("Truncation of value to unsigned int"); in PyMember_SetOne()
221 WARN("Writing negative value into unsigned field"); in PyMember_SetOne()
/external/python/cpython2/Lib/distutils/
Dlog.py8 WARN = 3 variable
16 def __init__(self, threshold=WARN):
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
43 self._log(WARN, msg, args)
67 set_threshold(WARN)
/external/python/cpython3/Lib/distutils/
Dlog.py8 WARN = 3 variable
16 def __init__(self, threshold=WARN):
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
49 self._log(WARN, msg, args)
73 set_threshold(WARN)
/external/catch2/projects/SelfTest/UsageTests/
DMessage.tests.cpp14 WARN( "this is a " << "warning" ); // This should always output the message but then continue
48 WARN( "We should never see this");
53 WARN( "This message appears in the output");
131 WARN( "actual address of p: " << &p );
132 WARN( "toString(p): " << ::Catch::Detail::stringify( &p ) );
196 WARN("and warn may mix");
197 WARN("they are not cleared after warnings");
/external/catch2/examples/
D030-Asn-Require-Check.cpp28 WARN( "REQUIRE stops at first failure:" );
35 WARN( "CHECK continues after failure:" );
42 WARN( "REQUIRE_FALSE stops at first failure:" );
49 WARN( "CHECK_FALSE continues after failure:" );
/external/autotest/client/deps/fakegudev/src/
DMakefile12 WARN := -Werror -Wall macro
20 $(CC) -o $@ $(WARN) $(OPT) $(DEBUG) $(PKG_CFLAGS_FAKEGUDEV) \
24 $(CC) -fPIC -shared -o $@ $(WARN) $(OPT) $(DEBUG) \
28 $(CC) -o $@ $(WARN) $(OPT) $(DEBUG) $(PKG_CFLAGS_FAKESYSCALLS) \
32 $(CC) -fPIC -shared -o $@ $(WARN) $(OPT) $(DEBUG) \
/external/shflags/test_results/1.2.0/
DLinux-Ubuntu-14.04.3-LTS.txt36 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
78 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
109 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
151 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
182 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
224 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
255 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
297 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
328 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
370 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
[all …]
DLinux-Ubuntu-8.04.4-LTS.txt36 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
78 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
109 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
151 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
182 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
224 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
255 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
297 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
328 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
370 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
[all …]
DLinux-Ubuntu-10.04.4-LTS.txt36 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
78 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
109 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
151 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
182 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
224 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
255 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
297 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
328 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
370 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
[all …]
DLinux-Ubuntu-12.04.1-LTS.txt36 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
78 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
109 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
151 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
182 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
224 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
255 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
297 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
328 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
370 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
[all …]
DSolaris-10u10.txt36 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
59 test:WARN Shell built-ins not supported. Some tests will be skipped.
79 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
110 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
152 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
188 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
230 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
266 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
308 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
DSolaris-8u7.txt36 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
59 test:WARN Shell built-ins not supported. Some tests will be skipped.
79 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
110 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
152 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
188 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
230 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
266 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
308 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
DSolaris-9u8.txt36 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
59 test:WARN Shell built-ins not supported. Some tests will be skipped.
79 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
110 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
152 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
188 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
230 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
266 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
308 test:WARN Standard version of getopt found. Enhanced tests will be skipped.
/external/shflags/test_results/1.0.3/
DLinux-Ubuntu-8.04.txt36 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
71 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
102 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
137 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
168 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
203 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
234 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
269 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
300 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
335 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
[all …]
DLinux-Ubuntu-6.06.txt36 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
71 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
102 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
137 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
173 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
208 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
239 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
274 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
305 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
340 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
/external/shflags/test_results/1.0.2/
DLinux-Ubuntu-6.06.txt35 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
67 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
97 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
129 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
164 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
196 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
226 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
258 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
288 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
320 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
/external/python/cpython2/Python/
Dstructmember.c162 #define WARN(msg) \ macro
219 WARN("Truncation of value to char"); in PyMember_SetOne()
228 WARN("Truncation of value to unsigned char"); in PyMember_SetOne()
237 WARN("Truncation of value to short"); in PyMember_SetOne()
246 WARN("Truncation of value to unsigned short"); in PyMember_SetOne()
255 WARN("Truncation of value to int"); in PyMember_SetOne()
269 WARN("Writing negative value into unsigned field"); in PyMember_SetOne()
273 WARN("Truncation of value to unsigned int"); in PyMember_SetOne()
293 WARN("Writing negative value into unsigned field"); in PyMember_SetOne()
/external/vogar/src/vogar/
DConsole.java65 Color.WARN.setCode(warnColor); in setUseColor()
114 out.println(colorString("Warning: " + message, Color.WARN)); in warn()
116 out.println(colorString(indent + item, Color.WARN)); in warn()
182 out.println(colorString("SKIP (" + result + ")", Color.WARN)); in printResult()
213 color = Color.WARN; in summarizeOutcomes()
223 timestamp = colorString("unknown", Color.WARN); in summarizeOutcomes()
232 brokeThisMessage = colorString(" (you might have fixed this)", Color.WARN); in summarizeOutcomes()
234 brokeThisMessage = colorString(" (you might have broken this)", Color.WARN); in summarizeOutcomes()
237 brokeThisMessage = colorString(" (no test history available)", Color.WARN); in summarizeOutcomes()
310 return Color.WARN; in elapsedTimeWarningColor()
[all …]

12345678910