Home
last modified time | relevance | path

Searched refs:kDescription (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_report.cpp176 static const char kDescription[] = "stack-overflow"; in ReportStackOverflowImpl() local
178 SanitizerToolName, kDescription, (void *)sig.addr, (void *)sig.pc, in ReportStackOverflowImpl()
186 ReportErrorSummary(kDescription, stack); in ReportStackOverflowImpl()
/external/perfetto/src/trace_processor/sqlite/
Dstats_table.cc42 SqliteTable::Column(Column::kDescription, "description", in Init()
110 case Column::kDescription: in Column()
Dstats_table.h35 enum Column { kName = 0, kIndex, kSeverity, kSource, kValue, kDescription }; enumerator
/external/libchrome/components/json_schema/
Djson_schema_constants.cc14 const char kDescription[] = "description"; variable
Djson_schema_constants.h16 extern const char kDescription[];
Djson_schema_validator.cc87 { schema::kDescription, base::Value::Type::STRING }, in IsValidSchema()
/external/skqp/tools/bookmaker/
Dbookmaker.h112 kDescription, enumerator
DspellCheck.cpp183 case MarkType::kDescription: in check()
330 case MarkType::kDescription: in check()
DbmhParser.cpp49 , { "Description", MarkType::kDescription, R_Y, E_N, M(Example) | M(NoExample) }
346 case MarkType::kDescription: in addDefinition()
996 case MarkType::kDescription: in exampleToScript()
2135 case MarkType::kDescription: in typeName()
DmdOut.cpp535 if (fLastDef && MarkType::kDescription == fLastDef->fMarkType) { in setLink()
1389 case MarkType::kDescription: in markTypeOut()
1876 case MarkType::kDescription: in markTypeOut()
/external/lzma/CPP/7zip/
DICoder.h361 kDescription, enumerator
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.h51 kDescription = 10, enumerator
/external/perfetto/src/trace_processor/
Dexport_json_unittest.cc254 const char* kDescription = "description"; in TEST_F() local
265 context_.storage->InternString(base::StringView(kDescription)); in TEST_F()
326 kDescription); in TEST_F()