/external/protobuf/src/google/protobuf/io/ |
D | printer.cc | 77 GOOGLE_LOG(DFATAL) << " Undefined variable in annotation: " << varname; in GetSubstitutionRange() 81 GOOGLE_LOG(DFATAL) << " Variable used for annotation used multiple times: " in GetSubstitutionRange() 101 GOOGLE_LOG(DFATAL) << " Annotation has negative length from " << begin_varname in Annotate() 135 GOOGLE_LOG(DFATAL) << " Unclosed variable name."; in Print() 148 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname; in Print() 297 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; in Outdent()
|
D | tokenizer.cc | 919 GOOGLE_LOG_IF(DFATAL, end - start != text.size() || *start == '-') in ParseFloat() 1044 GOOGLE_LOG(DFATAL) in ParseStringAppend()
|
D | gzip_stream.cc | 293 GOOGLE_LOG(DFATAL) << "Deflate left bytes unconsumed"; in Next()
|
D | zero_copy_stream_impl.cc | 378 GOOGLE_LOG(DFATAL) << "Can't BackUp() after failed Next()."; in BackUp()
|
/external/libtextclassifier/lang_id/common/fel/ |
D | feature-extractor.cc | 88 SAFTM_LOG(DFATAL) << "Unable to parse '" << value_str in GetIntParameter() 101 SAFTM_LOG(DFATAL) << "Illegal value '" << value << "' for bool parameter " in GetBoolParameter()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | substitute.cc | 84 GOOGLE_LOG(DFATAL) in SubstituteAndAppend() 97 GOOGLE_LOG(DFATAL) in SubstituteAndAppend()
|
D | bytestream.cc | 44 GOOGLE_LOG(DFATAL) << "ByteSource::CopyTo() overran input."; in CopyTo()
|
/external/libbrillo/brillo/glib/ |
D | dbus.cc | 303 LOG(DFATAL) << "Got error while adding D-Bus match rule: " << error.name in StartMonitoring() 311 LOG(DFATAL) << "Unable to add D-Bus filter"; in StartMonitoring() 331 LOG(DFATAL) << "Got error while removing D-Bus match rule: " << error.name in ~SignalWatcher()
|
/external/libtextclassifier/lang_id/common/lite_base/ |
D | compact-logging-levels.h | 43 DFATAL, enumerator
|
D | compact-logging.cc | 69 if (level == DFATAL) { in ~LogMessage()
|
/external/protobuf/src/google/protobuf/ |
D | message.cc | 348 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name(); in RegisterType() 368 GOOGLE_LOG(DFATAL) << "File appears to be in generated pool but wasn't " in GetPrototype() 385 GOOGLE_LOG(DFATAL) << "Type appears to be in generated pool but wasn't " in GetPrototype()
|
D | dynamic_message.cc | 162 GOOGLE_LOG(DFATAL) << "Can't get here."; in FieldSpaceUsed() 192 GOOGLE_LOG(DFATAL) << "Can't get here."; in OneofFieldSpaceUsed()
|
D | text_format.cc | 167 GOOGLE_LOG(DFATAL) << "Index must be in range of repeated field values. " in CheckFieldIndex() 170 GOOGLE_LOG(DFATAL) << "Index must be -1 for singular fields." in CheckFieldIndex() 1143 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; in Outdent() 1635 GOOGLE_LOG(DFATAL) << "Invalid key for map field."; in operator ()()
|
D | generated_message_reflection.cc | 1329 GOOGLE_LOG(DFATAL) << "SetEnumValue accepts only valid integer values: value " in SetEnumValue() 1390 GOOGLE_LOG(DFATAL) << "SetRepeatedEnumValue accepts only valid integer values: " in SetRepeatedEnumValue() 1431 GOOGLE_LOG(DFATAL) << "AddEnumValue accepts only valid integer values: value " in AddEnumValue()
|
D | extension_set.cc | 230 GOOGLE_LOG(DFATAL) << "Don't lookup extension types if they aren't present (1). "; in ExtensionType() 234 GOOGLE_LOG(DFATAL) << "Don't lookup extension types if they aren't present (2). "; in ExtensionType()
|
D | descriptor.cc | 1720 GOOGLE_LOG(DFATAL) << "Messages can't have default values!"; in DefaultValueAsString() 3593 GOOGLE_LOG(DFATAL) << "\"" << full_name << "\" not previously defined in " in AddSymbol()
|
/external/libchrome/base/ |
D | logging_unittest.cc | 141 EXPECT_TRUE(LOG_IS_ON(DFATAL)); in TEST_F() 148 EXPECT_TRUE(LOG_IS_ON(DFATAL)); in TEST_F() 155 EXPECT_TRUE(LOG_IS_ON(DFATAL)); in TEST_F() 163 EXPECT_EQ(kDfatalIsFatal, LOG_IS_ON(DFATAL)); in TEST_F()
|
/external/libchrome/components/timers/ |
D | alarm_timer_chromeos.cc | 113 PLOG(DFATAL) << "Unable to read from timer file descriptor."; in OnAlarmFdReadableWithoutBlocking()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.h | 111 GOOGLE_LOG_IF(DFATAL, type_ != TYPE_STRING) << "Not a string type."; in str()
|
D | protostream_objectwriter.cc | 263 GOOGLE_LOG(DFATAL) << "Mismatched EndList found, should not be possible"; in EndList() 1003 GOOGLE_LOG(DFATAL) << "Map does not have a value field."; in RenderDataPiece()
|
D | protostream_objectsource.cc | 125 GOOGLE_LOG_IF(DFATAL, stream == NULL) << "Input stream is NULL."; in ProtoStreamObjectSource() 138 GOOGLE_LOG_IF(DFATAL, stream == NULL) << "Input stream is NULL."; in ProtoStreamObjectSource()
|
/external/libtextclassifier/lang_id/common/flatbuffers/ |
D | embedding-network-params-from-flatbuffer.h | 54 SAFTM_LOG(DFATAL) << "Not supported"; in UpdateTaskContextParameters()
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 240 GOOGLE_LOG(DFATAL) << "Messages can't have default values!"; in DefaultValueAsString()
|
D | message_differencer.cc | 417 GOOGLE_LOG(DFATAL) << "Comparison between two messages with different " in CompareWithFields() 458 GOOGLE_LOG(DFATAL) << "Comparison between two messages with different " in Compare()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_message.cc | 492 GOOGLE_LOG(DFATAL)<< "Could not find ordinal for field " << descriptor->name(); in GetFieldOrdinal()
|