/external/doclava/src/com/google/doclava/ |
D | Errors.java | 57 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/ |
D | mips64-register-names-n32-n64.s | 3 # 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/ |
D | mips64-register-names-n32-n64.s | 3 # 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/ |
D | xplane_to_tools_data.cc | 51 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/ |
D | propagator_debug_utils.cc | 60 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/ |
D | file_utils.cc | 93 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/ |
D | module_deprecations_v2.py | 37 ast_edits.WARNING, 45 ast_edits.WARNING, 52 ast_edits.WARNING, 57 ast_edits.WARNING,
|
/external/llvm-project/lldb/test/Shell/Reproducer/ |
D | TestDriverOptions.test | 11 …%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/ |
D | javamicro_generator.cc | 144 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/ |
D | JDK14LoggerAdapter.java | 365 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/ |
D | kernel_registry.cc | 31 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/tensorflow/tensorflow/core/platform/profile_utils/ |
D | android_armv7a_cpu_utils_helper.cc | 65 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/python/cpython2/Misc/ |
D | README.OpenBSD | 8 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/llvm-project/llvm/test/DebugInfo/ |
D | debugify.ll | 91 ; 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/dynamic_depth/internal/xmpmeta/ |
D | jpeg_io.cc | 93 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()
|
D | xmp_parser.cc | 63 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()
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | video_rtp_depacketizer_av1.cc | 194 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/dagger2/java/dagger/internal/codegen/compileroption/ |
D | ValidationType.java | 28 WARNING, enumConstant 35 case WARNING: in diagnosticKind() 36 return Optional.of(Diagnostic.Kind.WARNING); in diagnosticKind()
|
/external/libchrome/ipc/ |
D | ipc_message_attachment_set.cc | 49 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/ |
D | spv.controlFlowAttributes.frag.out | 2 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/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.controlFlowAttributes.frag.out | 2 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/llvm-project/llvm/cmake/modules/ |
D | HandleLLVMStdlib.cmake | 28 message(WARNING "Can't specify libc++ with '-stdlib='") 31 message(WARNING "Not sure how to specify libc++ for this compiler") 46 message(WARNING 50 message(WARNING "Not sure how to specify static linking of C++ standard "
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-unknown-subsection.s | 6 … -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
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | camera.cc | 209 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/libiio/src/ |
D | xml.c | 38 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()
|