/third_party/typescript/tests/baselines/reference/ |
D | typePredicateStructuralMatch.types | 5 >getResults1([]) : Results 6 >getResults1 : (value: Results | { data: Results; }) => Results 10 >getResults1({data: []}) : Results 11 >getResults1 : (value: Results | { data: Results; }) => Results 17 >getResults2([]) : Results 18 >getResults2 : (value: Results | { data: Results; }) => Results 22 >getResults2({data: []}) : Results 23 >getResults2 : (value: Results | { data: Results; }) => Results 32 type Results = Result[]; 33 >Results : Results [all …]
|
D | typePredicateStructuralMatch.symbols | 22 type Results = Result[]; 23 >Results : Symbol(Results, Decl(typePredicateStructuralMatch.ts, 8, 32)) 43 function getResults1(value: Results | { data: Results }): Results { 46 >Results : Symbol(Results, Decl(typePredicateStructuralMatch.ts, 8, 32)) 48 >Results : Symbol(Results, Decl(typePredicateStructuralMatch.ts, 8, 32)) 49 >Results : Symbol(Results, Decl(typePredicateStructuralMatch.ts, 8, 32)) 76 function getResults2(value: Results | { data: Results }): Results { 79 >Results : Symbol(Results, Decl(typePredicateStructuralMatch.ts, 8, 32)) 81 >Results : Symbol(Results, Decl(typePredicateStructuralMatch.ts, 8, 32)) 82 >Results : Symbol(Results, Decl(typePredicateStructuralMatch.ts, 8, 32))
|
D | typePredicateStructuralMatch.js | 11 type Results = Result[]; 17 function getResults1(value: Results | { data: Results }): Results { 25 function getResults2(value: Results | { data: Results }): Results {
|
/third_party/typescript/tests/cases/compiler/ |
D | typePredicateStructuralMatch.ts | 10 type Results = Result[]; alias 16 function getResults1(value: Results | { data: Results }): Results { 24 function getResults2(value: Results | { data: Results }): Results {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 82 MutableArrayRef<SDValue> Results); 88 bool LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results); 97 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results); 101 void ExpandFP_TO_UINT(SDNode *Node, SmallVectorImpl<SDValue> &Results); 105 void ExpandUINT_TO_FLOAT(SDNode *Node, SmallVectorImpl<SDValue> &Results); 140 void ExpandFSUB(SDNode *Node, SmallVectorImpl<SDValue> &Results); 141 void ExpandBITREVERSE(SDNode *Node, SmallVectorImpl<SDValue> &Results); 142 void ExpandUADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results); 143 void ExpandSADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results); 144 void ExpandMULO(SDNode *Node, SmallVectorImpl<SDValue> &Results); [all …]
|
D | LegalizeDAG.cpp | 146 SmallVectorImpl<SDValue> &Results); 157 SmallVectorImpl<SDValue> &Results); 158 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 159 void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 169 SmallVectorImpl<SDValue> &Results); 178 SmallVectorImpl<SDValue> &Results); 180 SmallVectorImpl<SDValue> &Results); 1585 SmallVectorImpl<SDValue> &Results) { in ExpandDYNAMIC_STACKALLOC() argument 1615 Results.push_back(Tmp1); in ExpandDYNAMIC_STACKALLOC() 1616 Results.push_back(Tmp2); in ExpandDYNAMIC_STACKALLOC() [all …]
|
D | LegalizeTypes.cpp | 883 SmallVector<SDValue, 8> Results; in CustomLowerNode() local 885 TLI.ReplaceNodeResults(N, Results, DAG); in CustomLowerNode() 887 TLI.LowerOperationWrapper(N, Results, DAG); in CustomLowerNode() 889 if (Results.empty()) in CustomLowerNode() 895 if (Results.size() == N->getNumValues() + 1 && LegalizeResult) { in CustomLowerNode() 898 SetExpandedInteger(SDValue(N, 0), Results[0], Results[1]); in CustomLowerNode() 900 ReplaceValueWith(SDValue(N, 1), Results[2]); in CustomLowerNode() 905 assert(Results.size() == N->getNumValues() && in CustomLowerNode() 907 for (unsigned i = 0, e = Results.size(); i != e; ++i) { in CustomLowerNode() 908 ReplaceValueWith(SDValue(N, i), Results[i]); in CustomLowerNode() [all …]
|
/third_party/boringssl/src/util/testresult/ |
D | testresult.go | 26 type Results struct { struct 35 func NewResults() *Results { 36 return &Results{ 45 func (t *Results) addResult(name, result, expected string) { argument 59 func (t *Results) AddResult(name, result string) { argument 64 func (t *Results) AddSkip(name string) { argument 68 func (t *Results) HasUnexpectedResults() bool { argument 77 func (t *Results) WriteToFile(name string) error { argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDAGISel.inc | 79 MVT::v4i32, 2/*#Ops*/, 1, 5, // Results = #6 96 MVT::v4i32, 2/*#Ops*/, 1, 5, // Results = #6 117 MVT::v4i32, 2/*#Ops*/, 1, 5, // Results = #6 134 MVT::v4i32, 2/*#Ops*/, 1, 5, // Results = #6 154 MVT::f64, 2/*#Ops*/, 1, 5, // Results = #6 164 MVT::f64, 2/*#Ops*/, 1, 5, // Results = #6 176 MVT::f64, 2/*#Ops*/, 1, 5, // Results = #6 188 MVT::v4i32, 3/*#Ops*/, 1, 1, 5, // Results = #6 191 MVT::f64, 2/*#Ops*/, 6, 7, // Results = #8 201 MVT::v4i32, 3/*#Ops*/, 1, 1, 5, // Results = #6 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 831 void materialize(const ResultStack &Results); 839 OpRef concat(OpRef Va, OpRef Vb, ResultStack &Results); 840 OpRef packs(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 842 OpRef packp(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 845 ResultStack &Results); 847 ResultStack &Results); 849 OpRef shuffs1(ShuffleMask SM, OpRef Va, ResultStack &Results); 850 OpRef shuffs2(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results); 851 OpRef shuffp1(ShuffleMask SM, OpRef Va, ResultStack &Results); 852 OpRef shuffp2(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMachineFunctionInfo.cpp | 48 SmallVectorImpl<MVT> &Results) { in computeSignatureVTs() argument 49 computeLegalValueVTs(F, TM, Ty->getReturnType(), Results); in computeSignatureVTs() 52 if (Results.size() > 1 && in computeSignatureVTs() 58 Results.clear(); in computeSignatureVTs() 75 llvm::signatureFromMVTs(const SmallVectorImpl<MVT> &Results, in signatureFromMVTs() argument 78 valTypesFromMVTs(Results, Sig->Returns); in signatureFromMVTs()
|
D | WebAssemblyMachineFunctionInfo.h | 36 std::vector<MVT> Results; variable 70 void addResult(MVT VT) { Results.push_back(VT); } in addResult() 71 const std::vector<MVT> &getResults() const { return Results; } in getResults() 75 Results.clear(); in clearParamsAndResults() 146 SmallVectorImpl<MVT> &Results); 152 signatureFromMVTs(const SmallVectorImpl<MVT> &Results,
|
/third_party/boost/boost/regex/v4/ |
D | regex_format.hpp | 97 template <class OutputIterator, class Results, class traits, class ForwardIter> 102 basic_regex_formatter(OutputIterator o, const Results& r, const traits& t) in basic_regex_formatter() 110 typedef typename Results::value_type sub_match_type; 130 …inline typename Results::value_type const& get_named_sub(ForwardIter i, ForwardIter j, const mpl::… in get_named_sub() 136 …inline typename Results::value_type const& get_named_sub(ForwardIter i, ForwardIter j, const mpl::… in get_named_sub() 140 inline typename Results::value_type const& get_named_sub(ForwardIter i, ForwardIter j) in get_named_sub() 198 const Results& m_results; // the match_results being used. 214 template <class OutputIterator, class Results, class traits, class ForwardIter> 215 OutputIterator basic_regex_formatter<OutputIterator, Results, traits, ForwardIter>::format(ForwardI… in format() 224 template <class OutputIterator, class Results, class traits, class ForwardIter> [all …]
|
/third_party/benchmark/test/ |
D | user_counters_test.cc | 50 void CheckSimple(Results const& e) { in CheckSimple() 99 void CheckBytesAndItemsPSec(Results const& e) { in CheckBytesAndItemsPSec() 143 void CheckRate(Results const& e) { in CheckRate() 183 void CheckInvert(Results const& e) { in CheckInvert() 226 void CheckInvertedRate(Results const& e) { in CheckInvertedRate() 266 void CheckThreads(Results const& e) { in CheckThreads() 305 void CheckAvgThreads(Results const& e) { in CheckAvgThreads() 347 void CheckAvgThreadsRate(Results const& e) { in CheckAvgThreadsRate() 386 void CheckIterationInvariant(Results const& e) { in CheckIterationInvariant() 432 void CheckIsIterationInvariantRate(Results const& e) { in CheckIsIterationInvariantRate() [all …]
|
D | output_test.h | 85 struct Results; 86 typedef std::function<void(Results const&)> ResultsCheckFn; 92 struct Results { struct 98 Results(const std::string& n) : name(n) {} in Results() argument 144 T Results::GetAs(const char* entry_name) const { in GetAs() argument
|
D | user_counters_tabular_test.cc | 94 void CheckTabular(Results const& e) { in CheckTabular() 147 void CheckTabularRate(Results const& e) { in CheckTabularRate() 194 void CheckSet0(Results const& e) { in CheckSet0() 232 void CheckSet1(Results const& e) { in CheckSet1() 274 void CheckSet2(Results const& e) { in CheckSet2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeParser.h | 514 bool Results; in ParseThisBlock() local 518 Results = ParseThisBlockInternal(); in ParseThisBlock() 521 Results = ParseThisBlockInternal(); in ParseThisBlock() 523 return Results; in ParseThisBlock() 585 bool Results; in ParseThisBlockInternal() local 587 Results = ParseBlockInfoInternal(); in ParseThisBlockInternal() 589 Results = ParseBlockInternal(); in ParseThisBlockInternal() 592 return Results; in ParseThisBlockInternal()
|
/third_party/flutter/flutter/dev/benchmarks/macrobenchmarks/ |
D | README.md | 13 Results should be in the file `build/cull_opacity_perf.timeline_summary.json`. 25 Results should be in the file `build/cubic_bezier_perf.timeline_summary.json`. 37 Results should be in the file `build/backdrop_filter_perf.timeline_summary.json`.
|
/third_party/skia/tests/ |
D | BlendTest.cpp | 27 struct Results { int diffs, diffs_0x00, diffs_0xff, diffs_by_1; }; argument 29 static bool acceptable(const Results& r) { in acceptable() 40 static Results test(Fn&& multiply) { in test() 41 Results r = { 0,0,0,0 }; in test()
|
/third_party/flutter/flutter/dev/benchmarks/complex_layout/ |
D | README.md | 11 Results should be in the file `build/complex_layout_scroll_perf.timeline_summary.json`. 24 Results should be in the logs.
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
D | deqp.go | 76 type Results struct { struct 101 func LoadResults(path string) (*Results, error) { 108 var out Results 119 func (r *Results) Save(path string) error { argument 140 func (c *Config) Run() (*Results, error) { 225 out := Results{
|
/third_party/flutter/skia/tests/ |
D | BlendTest.cpp | 33 struct Results { int diffs, diffs_0x00, diffs_0xff, diffs_by_1; }; argument 35 static bool acceptable(const Results& r) { in acceptable() 46 static Results test(Fn&& multiply) { in test() 47 Results r = { 0,0,0,0 }; in test()
|
/third_party/boost/libs/parameter/test/ |
D | timings.txt | 90 Results: 103 Results: 119 Results:
|
/third_party/boost/libs/multi_index/ |
D | README.md | 5 …ue)](https://ci.appveyor.com/project/joaquintides/multi-index) | [](https://ci.appveyor.com/project/joaquintides/multi-index) | [![Test Results](./test_results.s…
|
/third_party/skia/site/ |
D | search.md | 2 title: Search Results
|