Home
last modified time | relevance | path

Searched refs:WARNING (Results 1 – 25 of 1833) sorted by relevance

12345678910>>...74

/external/doclava/src/com/google/doclava/
DErrors.java57 case WARNING: res.append("\033[33mwarning: "); break; in toString()
69 case WARNING: res.append("warning "); break; in toString()
113 if (resolvedLevel == WARNING && warningsAreErrors) { in error()
161 public static final int WARNING = 2; field in Errors
255 public static final Error ADDED_PACKAGE = new Error(2, WARNING);
256 public static final Error ADDED_CLASS = new Error(3, WARNING);
257 public static final Error ADDED_METHOD = new Error(4, WARNING);
258 public static final Error ADDED_FIELD = new Error(5, WARNING);
259 public static final Error ADDED_INTERFACE = new Error(6, WARNING);
260 public static final Error REMOVED_PACKAGE = new Error(7, WARNING);
[all …]
/external/llvm/test/MC/Mips/
Dmips64-register-names-n32-n64.s3 # RUN: FileCheck -check-prefix=WARNING %s < %t0
7 # RUN: FileCheck -check-prefix=WARNING %s < %t1
30 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only …
31 # WARNING-NEXT: daddiu $t4, $zero, 0 # {{CHECK}}: encoding: [0x64,0x0c,0x00,0x00]
32 # WARNING-NEXT: ^~
33 # WARNING-NEXT: Did you mean $t0?
35 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only …
36 # WARNING-NEXT: daddiu $t5, $zero, 0 # {{CHECK}}: encoding: [0x64,0x0d,0x00,0x00]
37 # WARNING-NEXT: ^~
38 # WARNING-NEXT: Did you mean $t1?
[all …]
/external/llvm-project/llvm/test/MC/Mips/
Dmips64-register-names-n32-n64.s3 # RUN: FileCheck -check-prefix=WARNING %s < %t0
7 # RUN: FileCheck -check-prefix=WARNING %s < %t1
31 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only …
32 # WARNING-NEXT: daddiu $t4, $zero, 0 # {{CHECK}}: encoding: [0x64,0x0c,0x00,0x00]
33 # WARNING-NEXT: ^~
34 # WARNING-NEXT: Did you mean $t0?
36 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only …
37 # WARNING-NEXT: daddiu $t5, $zero, 0 # {{CHECK}}: encoding: [0x64,0x0d,0x00,0x00]
38 # WARNING-NEXT: ^~
39 # WARNING-NEXT: Did you mean $t1?
[all …]
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_tools_data.cc51 LOG(WARNING) << "Trace events tool expects only 1 XSpace path but gets " in ConvertXSpaceToTraceEvents()
59 LOG(WARNING) << "Could not read XSpace for trace events: " in ConvertXSpaceToTraceEvents()
78 LOG(WARNING) << "Could not generate OpStats for overview page. Error: " in ConvertMultiXSpacesToOverviewPage()
97 LOG(WARNING) << "Could not generate OpStats for input pipeline. Error: " in ConvertMultiXSpacesToInputPipeline()
115 LOG(WARNING) << "Could not generate OpStats for tensorflow stats. Error: " in ConvertMultiXSpacesToTfStats()
131 LOG(WARNING) << "Could not generate OpStats for kernel stats. Error: " in ConvertMultiXSpacesToKernelStats()
142 LOG(WARNING) << "Memory profile tool expects only 1 XSpace path but gets " in ConvertXSpaceToMemoryProfile()
149 LOG(WARNING) << "Could not read XSpace for memory profile: " in ConvertXSpaceToMemoryProfile()
156 LOG(WARNING) << "Could not generate memory profile. Error: " in ConvertXSpaceToMemoryProfile()
172 LOG(WARNING) << "Could not generate OpStats for pod_viewer. Error: " in ConvertMultiXSpacesToPodViewer()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Dpropagator_debug_utils.cc60 LOG(WARNING) << " Pending Node: " << node_item.DebugString(); in DumpPendingNodeState()
65 LOG(WARNING) << " Input " << i << ": " in DumpPendingNodeState()
70 LOG(WARNING) << " Input " << i << ": not present"; in DumpPendingNodeState()
76 LOG(WARNING) << " Active Node: " << node_item.DebugString(); in DumpActiveNodeState()
82 LOG(WARNING) << " Input " << i << ": " in DumpActiveNodeState()
87 LOG(WARNING) << " Input " << i << ": not present"; in DumpActiveNodeState()
/external/libbrillo/brillo/
Dfile_utils.cc93 PLOG(WARNING) << "Failed to delete entity at \"" << path.value() << '"'; in RegularFileOrDelete()
123 PLOG(WARNING) << "Failed to create directory for \"" << path.value() << '"'; in TouchFileInternal()
132 PLOG(WARNING) << "Failed to create file \"" << path.value() << '"'; in TouchFileInternal()
185 PLOG(WARNING) << "Failed to open " << file << " safely."; in OpenPathComponentInternal()
187 PLOG(WARNING) << "Failed to open " << file << "."; in OpenPathComponentInternal()
242 LOG(WARNING) << "Illegal permissions: " << new_file_permissions; in TouchFile()
254 PLOG(WARNING) << "Failed to set permissions for \"" << path.value() << '"'; in TouchFile()
424 PLOG(WARNING) << "Could not open " << path.value() << " for syncing"; in SyncFileOrDirectory()
432 PLOG(WARNING) << "Failed to sync " << path.value(); in SyncFileOrDirectory()
439 PLOG(WARNING) << "Failed to close after sync " << path.value(); in SyncFileOrDirectory()
[all …]
/external/tensorflow/tensorflow/tools/compatibility/
Dmodule_deprecations_v2.py37 ast_edits.WARNING,
45 ast_edits.WARNING,
52 ast_edits.WARNING,
57 ast_edits.WARNING,
Dtf_upgrade_v2.py728 ast_edits.WARNING,
738 ast_edits.WARNING,
767 ast_edits.WARNING,
799 ast_edits.WARNING,
807 ast_edits.WARNING,
814 ast_edits.WARNING,
847 ast_edits.WARNING,
873 ast_edits.WARNING,
907 ast_edits.WARNING,
1060 (ast_edits.WARNING,
[all …]
/external/llvm-project/lldb/test/Shell/Reproducer/
DTestDriverOptions.test11 …%t.repro -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix NO-WARNING --check-prefix ST…
12 # RUN: %lldb --capture -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix NO-WARNING --ch…
13 …th %t.repro -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix WARNING --check-prefix ST…
16 # NO-WARNING-NOT: warning: -capture-path specified without -capture
17 # WARNING: warning: -capture-path specified without -capture
24 …ate-on-exit -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix NO-WARNING --check-prefix AU…
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_generator.cc144 GOOGLE_LOG(WARNING) << "optimization()=" << params.optimization(); in Generate()
145 GOOGLE_LOG(WARNING) << "java_multiple_files()=" << params.java_multiple_files(); in Generate()
146 GOOGLE_LOG(WARNING) << "java_use_vector()=" << params.java_use_vector(); in Generate()
148 GOOGLE_LOG(WARNING) << "----------"; in Generate()
152 GOOGLE_LOG(WARNING) << "cn.filename=" << it->first << " package=" << it->second; in Generate()
157 GOOGLE_LOG(WARNING) << "cn.filename=" << it->first << " classname=" << it->second; in Generate()
159 GOOGLE_LOG(WARNING) << "=========="; in Generate()
/external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
DJDK14LoggerAdapter.java365 return logger.isLoggable(Level.WARNING); in isWarnEnabled()
375 if (logger.isLoggable(Level.WARNING)) { in warn()
376 log(SELF, Level.WARNING, msg, null); in warn()
395 if (logger.isLoggable(Level.WARNING)) { in warn()
397 log(SELF, Level.WARNING, ft.getMessage(), ft.getThrowable()); in warn()
418 if (logger.isLoggable(Level.WARNING)) { in warn()
420 log(SELF, Level.WARNING, ft.getMessage(), ft.getThrowable()); in warn()
439 if (logger.isLoggable(Level.WARNING)) { in warn()
441 log(SELF, Level.WARNING, ft.getMessage(), ft.getThrowable()); in warn()
455 if (logger.isLoggable(Level.WARNING)) { in warn()
[all …]
/external/tensorflow/tensorflow/python/util/
Dkernel_registry.cc31 LOG(WARNING) << "Error parsing node_def"; in TryFindKernelClass()
39 LOG(WARNING) << "Op " << node_def.op() << " not found: " << status; in TryFindKernelClass()
47 LOG(WARNING) << "Failed to parse device from node_def: " in TryFindKernelClass()
56 LOG(WARNING) << "Op [" << node_def.op() << "]: " << status; in TryFindKernelClass()
/external/python/cpython2/Misc/
DREADME.OpenBSD8 configure: WARNING: curses.h: present but cannot be compiled
9 configure: WARNING: curses.h: check for missing prerequisite headers?
10 configure: WARNING: curses.h: see the Autoconf documentation
11 configure: WARNING: curses.h: section "Present But Cannot Be Compiled"
12 configure: WARNING: curses.h: proceeding with the preprocessor's result
13 configure: WARNING: curses.h: in the future, the compiler will take precedence
/external/tensorflow/tensorflow/core/platform/profile_utils/
Dandroid_armv7a_cpu_utils_helper.cc65 LOG(WARNING) << "You enabled clock cycle profile but frequency may " in EnableClockCycleProfiling()
98 LOG(WARNING) << "Error opening perf event"; in InitializeInternal()
125 LOG(WARNING) << "Failed to \"" << file_path << "\""; in ReadCpuFrequencyFile()
127 LOG(WARNING) << "fclose() failed: " << strerror(errno); in ReadCpuFrequencyFile()
132 LOG(WARNING) << "fclose() failed: " << strerror(errno); in ReadCpuFrequencyFile()
/external/llvm-project/llvm/test/DebugInfo/
Ddebugify.ll91 ; CHECK-WARN: WARNING: Instruction with empty DebugLoc in function foo -- ret void
92 ; CHECK-WARN: WARNING: Instruction with empty DebugLoc in function bar -- call void @foo()
93 ; CHECK-WARN: WARNING: Instruction with empty DebugLoc in function bar -- {{.*}} add i32 0, 1
94 ; CHECK-WARN: WARNING: Instruction with empty DebugLoc in function bar -- ret i32 0
95 ; CHECK-WARN: WARNING: Missing line 1
96 ; CHECK-WARN: WARNING: Missing line 2
97 ; CHECK-WARN: WARNING: Missing line 3
98 ; CHECK-WARN: WARNING: Missing line 4
99 ; CHECK-WARN: WARNING: Missing variable 1
/external/webrtc/modules/rtp_rtcp/source/
Dvideo_rtp_depacketizer_av1.cc194 RTC_DLOG(WARNING) << "Failed to find aggregation header in the packet."; in ParseObus()
201 RTC_DLOG(WARNING) << "Unexpected Z-bit " << continues_obu; in ParseObus()
209 RTC_DLOG(WARNING) << "Invalid packet with just an aggregation header."; in ParseObus()
231 RTC_DLOG(WARNING) << "Failed to read fragment size for obu #" in ParseObus()
237 RTC_DLOG(WARNING) << "Malformed fragment size " << fragment_size in ParseObus()
257 RTC_DLOG(WARNING) << "Last packet shouldn't have last obu fragmented."; in ParseObus()
281 RTC_DLOG(WARNING) << "Invalid bitstream: empty obu provided."; in CalculateObuSizes()
308 RTC_DLOG(WARNING) in CalculateObuSizes()
324 RTC_DLOG(WARNING) << "Mismatch in obu_size. signaled: " << obu_size_bytes in CalculateObuSizes()
/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc63 LOG(WARNING) << "Failed to find the end of the XMP meta content."; in GetXmpContentEnd()
104 LOG(WARNING) << "Failed to parse standard section."; in ParseFirstValidXMPSection()
169 LOG(WARNING) << "Extended sections too large, size: " in ParseExtendedXmpSections()
177 LOG(WARNING) << "Failed to parse extended sections."; in ParseExtendedXmpSections()
198 LOG(WARNING) << "No sections found."; in ExtractXmpMeta()
203 LOG(WARNING) << "Could not parse first section."; in ExtractXmpMeta()
218 LOG(WARNING) << "Extended sections present, but could not be parsed."; in ExtractXmpMeta()
311 LOG(WARNING) << "XMP parse: only JPEG file is supported"; in ReadXmpHeader()
317 LOG(WARNING) << " Could not read file: " << filename; in ReadXmpHeader()
Djpeg_io.cc93 LOG(WARNING) << "File's first two bytes does not match the sequence \xff" in Parse()
101 LOG(WARNING) << "Read non-padding byte: " << chr; in Parse()
108 LOG(WARNING) << "No more bytes in file available to be read."; in Parse()
135 LOG(WARNING) << "No sections to read; section length is " << length; in Parse()
141 LOG(WARNING) << "Invalid section length = " << length in Parse()
153 LOG(WARNING) << "Discrepancy in section data size " in Parse()
/external/libchrome/ipc/
Dipc_message_attachment_set.cc49 LOG(WARNING) << "MessageAttachmentSet destroyed with unconsumed attachments: " in ~MessageAttachmentSet()
68 DLOG(WARNING) << "Cannot add file descriptor. MessageAttachmentSet full."; in AddAttachment()
95 DLOG(WARNING) << "Accessing out of bound index:" << index << "/" << size(); in GetAttachmentAt()
115 DLOG(WARNING) << "Attempted to double-read a message attachment, " in GetAttachmentAt()
/external/deqp-deps/glslang/Test/baseResults/
Dspv.controlFlowAttributes.frag.out2 WARNING: 0:27: 'unroll' : expected no arguments
3 WARNING: 0:28: 'dont_unroll' : expected no arguments
4 WARNING: 0:29: 'dependency_infinite' : expected no arguments
5 WARNING: 0:30: 'dependency_length' : expected a single integer argument
6 WARNING: 0:31: '' : attribute with arguments not recognized, skipping
7 WARNING: 0:32: '' : attribute with arguments not recognized, skipping
8 WARNING: 0:33: '' : attribute with arguments not recognized, skipping
/external/dagger2/java/dagger/internal/codegen/compileroption/
DValidationType.java28 WARNING, enumConstant
35 case WARNING: in diagnosticKind()
36 return Optional.of(Diagnostic.Kind.WARNING); in diagnosticKind()
/external/libiio/src/
Dxml.c38 WARNING("Unknown field \'%s\' in channel %s\n", in add_attr_to_channel()
81 WARNING("Unknown field \'%s\' in device %s\n", in add_attr_to_device()
166 WARNING("Unknown attribute \'%s\' in <scan-element>\n", in setup_scan_element()
195 WARNING("Unknown channel type %s\n", content); in create_channel()
197 WARNING("Unknown attribute \'%s\' in <channel>\n", in create_channel()
215 WARNING("Unknown children \'%s\' in <channel>\n", in create_channel()
246 WARNING("Unknown attribute \'%s\' in <device>\n", in create_device()
285 WARNING("Unknown children \'%s\' in <device>\n", in create_device()
360 WARNING("Unknown parameter \'%s\' in <context>\n", in iio_create_xml_context_helper()
375 WARNING("Unknown children \'%s\' in " in iio_create_xml_context_helper()
/external/dynamic_depth/internal/dynamic_depth/
Dcamera.cc209 LOG(WARNING) << "Could not serialize Image"; in Serialize()
218 LOG(WARNING) << "Could not serializer Depth Map"; in Serialize()
228 LOG(WARNING) << "Could not serialize LightEstimate"; in Serialize()
236 LOG(WARNING) << "Could not serialize Pose"; in Serialize()
246 LOG(WARNING) << "Could not serialize ImagingModel"; in Serialize()
255 LOG(WARNING) << "Could not serialize PointCloud"; in Serialize()
264 LOG(WARNING) << "Could not serialize VendorInfo"; in Serialize()
273 LOG(WARNING) << "Could not serialize AppInfo"; in Serialize()
/external/dtc/
Dchecks.c54 #define WARNING(nm_, fn_, d_, ...) \ macro
212 WARNING(nm, check_is_string, (propname))
241 WARNING(nm, check_is_string_list, (propname))
259 WARNING(nm, check_is_cell, (propname))
358 WARNING(unit_address_vs_reg, check_unit_address_vs_reg, NULL);
683 WARNING(names_is_string_list, check_names_is_string_list, NULL);
708 WARNING(alias_paths, check_alias_paths, NULL);
726 WARNING(addr_size_cells, fixup_addr_size_cells, NULL,
761 WARNING(reg_format, check_reg_format, NULL, &addr_size_cells);
804 WARNING(ranges_format, check_ranges_format, "ranges", &addr_size_cells);
[all …]
/external/llvm-project/lld/test/COFF/
Dpdb-unknown-subsection.s6 … -nodefaultlib -entry:foo -out:%t.exe -pdb:%t.pdb %t.obj 2>&1 | FileCheck %s --check-prefix=WARNING
9 # WARNING-NOT: ignoring unknown
10 # WARNING: ignoring unknown debug$S subsection kind 0xFF
11 # WARNING-NOT: ignoring unknown

12345678910>>...74