Searched refs:kDescription (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_report.cpp | 176 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/ |
D | stats_table.cc | 42 SqliteTable::Column(Column::kDescription, "description", in Init() 110 case Column::kDescription: in Column()
|
D | stats_table.h | 35 enum Column { kName = 0, kIndex, kSeverity, kSource, kValue, kDescription }; enumerator
|
/external/libchrome/components/json_schema/ |
D | json_schema_constants.cc | 14 const char kDescription[] = "description"; variable
|
D | json_schema_constants.h | 16 extern const char kDescription[];
|
D | json_schema_validator.cc | 87 { schema::kDescription, base::Value::Type::STRING }, in IsValidSchema()
|
/external/skqp/tools/bookmaker/ |
D | bookmaker.h | 112 kDescription, enumerator
|
D | spellCheck.cpp | 183 case MarkType::kDescription: in check() 330 case MarkType::kDescription: in check()
|
D | bmhParser.cpp | 49 , { "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()
|
D | mdOut.cpp | 535 if (fLastDef && MarkType::kDescription == fLastDef->fMarkType) { in setLink() 1389 case MarkType::kDescription: in markTypeOut() 1876 case MarkType::kDescription: in markTypeOut()
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 361 kDescription, enumerator
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | name_table.h | 51 kDescription = 10, enumerator
|
/external/perfetto/src/trace_processor/ |
D | export_json_unittest.cc | 254 const char* kDescription = "description"; in TEST_F() local 265 context_.storage->InternString(base::StringView(kDescription)); in TEST_F() 326 kDescription); in TEST_F()
|