OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DiagnosticRecord
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/diagtool/
DiagnosticNames.h
19
struct
DiagnosticRecord
{
28
bool operator<(const
DiagnosticRecord
&Other) const {
34
llvm::ArrayRef<
DiagnosticRecord
> getBuiltinDiagnosticsByName();
37
const
DiagnosticRecord
&getDiagnosticForID(short DiagID);
93
typedef group_iterator<
DiagnosticRecord
> diagnostics_iterator;
/packages/services/Car/service/src/com/android/car/
CarDiagnosticService.java
562
private static abstract class
DiagnosticRecord
{
566
DiagnosticRecord
(ReentrantLock lock) {
590
private static class LiveFrameRecord extends
DiagnosticRecord
{
619
private static class FreezeFrameRecord extends
DiagnosticRecord
{
Completed in 672 milliseconds