Home
last modified time | relevance | path

Searched refs:hasSummary (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/ui/src/controller/
Dtrack_decider.ts305 let hasSummary = false;
314 hasSummary = hasSummary || isIonCounter;
315 hasSummary = hasSummary || isDmaHeapCounter;
318 if (ionTracks.length === 0 || !hasSummary) {
/external/llvm-project/mlir/include/mlir/TableGen/
DTypeDef.h45 bool hasSummary() const;
DOperator.h221 bool hasSummary() const;
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDocGen.cpp91 if (op.hasSummary()) in emitOpDoc()
190 if (td.hasSummary()) in emitTypeDefDoc()
/external/llvm-project/mlir/lib/TableGen/
DTypeDef.cpp43 bool TypeDef::hasSummary() const { in hasSummary() function in TypeDef
DOperator.cpp542 bool Operator::hasSummary() const { return def.getValue("summary") != nullptr; } in hasSummary() function in Operator
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java17067 boolean hasSummary(); in hasSummary() method
17615 public boolean hasSummary() { in hasSummary() method in Control.ScenarioResult
17904 result = result && (hasSummary() == other.hasSummary()); in equals()
17905 if (hasSummary()) { in equals()
17946 if (hasSummary()) { in hashCode()
18331 if (other.hasSummary()) { in mergeFrom()
19442 public boolean hasSummary() { in hasSummary() method in Control.ScenarioResult.Builder