Home
last modified time | relevance | path

Searched defs:Results (Results 1 – 25 of 54) sorted by relevance

123

/third_party/benchmark/test/
Doutput_test.h92 struct Results { struct
98 Results(const std::string& n) : name(n) {} in Results() argument
104 typedef enum { kCpuTime, kRealTime } BenchmarkTime;
112 double DurationRealTime() const { in DurationRealTime()
116 double DurationCPUTime() const { return NumIterations() * GetTime(kCpuTime); } in DurationCPUTime()
142 T Results::GetAs(const char* entry_name) const { in GetAs() argument
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
Dmain.go295 type Results struct { struct
296 Tests int `json:"tests"`
297 Failures int `json:"failures"`
298 Disabled int `json:"disabled"`
299 Errors int `json:"errors"`
300 Timestamp string `json:"timestamp"`
301 Time string `json:"time"`
302 Name string `json:"name"`
303 Groups []TestsuiteGroup `json:"testsuites"`
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
Ddeqp.go76 type Results struct { struct
77 Version int
78 Error string
79 Tests map[string]TestResult
80 Coverage *cov.Tree
81 Duration time.Duration
119 func (r *Results) Save(path string) error {
/third_party/skia/third_party/externals/oboe/apps/OboeTester/docs/
DAutomatedTesting.md129 ### Latency Report
155 ### Glitch Report
/third_party/skia/tests/
DBlendTest.cpp27 struct Results { int diffs, diffs_0x00, diffs_0xff, diffs_by_1; }; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp233 MutableArrayRef<SDValue> Results) { in RecursivelyLegalizeResults()
527 SmallVectorImpl<SDValue> &Results) { in LowerOperationWrapper()
555 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote()
620 SmallVectorImpl<SDValue> &Results) { in PromoteINT_TO_FP()
661 SmallVectorImpl<SDValue> &Results) { in PromoteFP_TO_INT()
841 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand()
1200 SmallVectorImpl<SDValue> &Results) { in ExpandBITREVERSE()
1298 SmallVectorImpl<SDValue> &Results) { in ExpandFP_TO_UINT()
1318 SmallVectorImpl<SDValue> &Results) { in ExpandUINT_TO_FLOAT()
1420 SmallVectorImpl<SDValue> &Results) { in ExpandFSUB()
[all …]
DLegalizeDAG.cpp1585 SmallVectorImpl<SDValue> &Results) { in ExpandDYNAMIC_STACKALLOC()
2093 SmallVectorImpl<SDValue> &Results) { in ExpandFPLibCall()
2147 SmallVectorImpl<SDValue> &Results) { in ExpandArgFPLibCall()
2180 SmallVectorImpl<SDValue> &Results) { in ExpandDivRemLibCall()
2278 SmallVectorImpl<SDValue> &Results) { in ExpandSinCosLibCall()
2492 SDNode *N, const SDLoc &dl, SmallVectorImpl<SDValue> &Results) { in PromoteLegalINT_TO_FP()
2553 SmallVectorImpl<SDValue> &Results) { in PromoteLegalFP_TO_INT()
2717 SmallVector<SDValue, 8> Results; in ExpandNode() local
3867 SmallVector<SDValue, 8> Results; in ConvertNodeToLibcall() local
4220 SmallVector<SDValue, 8> Results; in PromoteNode() local
/third_party/flutter/skia/tests/
DBlendTest.cpp33 struct Results { int diffs, diffs_0x00, diffs_0xff, diffs_by_1; }; argument
/third_party/ffmpeg/libswscale/tests/
Dswscale.c73 struct Results { struct
86 struct Results *r) in doTest() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp48 SmallVectorImpl<MVT> &Results) { in computeSignatureVTs()
75 llvm::signatureFromMVTs(const SmallVectorImpl<MVT> &Results, in signatureFromMVTs()
DWebAssemblyMachineFunctionInfo.h36 std::vector<MVT> Results; variable
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/
Dparser.go770 type Results struct { struct
771 Lines []string
772 Tokens []*Token
773 Diagnostics []Diagnostic
774 Identifiers map[string]*Identifier // identifiers by name
775 Mappings map[*Token]interface{} // tokens to semantic map
/third_party/spirv-tools/utils/vscode/src/parser/
Dparser.go770 type Results struct { struct
771 Lines []string
772 Tokens []*Token
773 Diagnostics []Diagnostic
774 Identifiers map[string]*Identifier // identifiers by name
775 Mappings map[*Token]interface{} // tokens to semantic map
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go770 type Results struct { struct
771 Lines []string
772 Tokens []*Token
773 Diagnostics []Diagnostic
774 Identifiers map[string]*Identifier // identifiers by name
775 Mappings map[*Token]interface{} // tokens to semantic map
/third_party/typescript/tests/cases/compiler/
DtypePredicateStructuralMatch.ts10 type Results = Result[]; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp978 void HvxSelector::materialize(const ResultStack &Results) { in materialize()
1040 OpRef HvxSelector::concat(OpRef Lo, OpRef Hi, ResultStack &Results) { in concat()
1053 ResultStack &Results, MutableArrayRef<int> NewMask, in packs()
1150 ResultStack &Results, MutableArrayRef<int> NewMask) { in packp()
1199 ResultStack &Results) { in vmuxs()
1212 ResultStack &Results) { in vmuxp()
1220 OpRef HvxSelector::shuffs1(ShuffleMask SM, OpRef Va, ResultStack &Results) { in shuffs1()
1239 ResultStack &Results) { in shuffs2()
1270 OpRef HvxSelector::shuffp1(ShuffleMask SM, OpRef Va, ResultStack &Results) { in shuffp1()
1307 ResultStack &Results) { in shuffp2()
[all …]
/third_party/mbedtls/tests/scripts/
Danalyze_outcomes.py16 class Results: class
Dcheck_test_cases.py30 class Results: class
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h514 bool Results; in ParseThisBlock() local
585 bool Results; in ParseThisBlockInternal() local
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
Dperf_puppeteer_canvas.go172 Results map[string]map[string]perfResult `json:"results"` member
/third_party/flutter/skia/infra/wasm-common/perf/
Dwasm_perf_aggregator.go78 Results map[string]ingestcommon.BenchResults `json:"results"` member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp421 SmallVector<Register, 2> Results; in legalizeCustom() local
/third_party/skia/infra/wasm-common/perf/
Dwasm_perf_aggregator.go78 Results map[string]format.BenchResults `json:"results"` member
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
Dperf_puppeteer_skottie_frames.go232 Results map[string]map[string]perfResult `json:"results"` member
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
Dperf_puppeteer_render_skps.go231 Results map[string]map[string]perfResult `json:"results"` member

123