/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | coverage_test.go | 33 span2 = cov.Span{cov.Location{5, 5}, cov.Location{5, 7}} var 79 tree.Add(cov.Path{"a", "b", "e"}, coverage(fileA, span0, span1, span2)) 89 checkSpans(t, tree.Spans(), span0, span1, span2) 104 checkSpans(t, tree.Spans(), span0, span1, span2, span3) 119 checkSpans(t, tree.Spans(), span0, span1, span2, span3) 133 checkSpans(t, tree.Spans(), span0, span1, span2, span3) 147 checkSpans(t, tree.Spans(), span0, span1, span2, span3) 161 checkSpans(t, tree.Spans(), span0, span1, span2, span3) 166 tree.Add(cov.Path{"a", "c", "f", "l", "v"}, coverage(fileA, span1, span2)) 177 checkSpans(t, tree.Spans(), span0, span1, span2, span3) [all …]
|
/third_party/rust/crates/proc-macro-error/test-crate/ |
D | lib.rs | 89 let span2 = spans.next().unwrap(); in abort_notes() localVariable 107 note = span2 => "spanned simple note"; in abort_notes() 108 note = span2 => "spanned format {}", "note"; in abort_notes() 109 note =? span2 => some_note; in abort_notes() 110 note =? span2 => none_note; in abort_notes() 119 let span2 = spans.next().unwrap(); in emit_notes() localVariable 137 note = span2 => "spanned simple note"; in emit_notes() 138 note = span2 => "spanned format {}", "note"; in emit_notes() 139 note =? span2 => some_note; in emit_notes() 140 note =? span2 => none_note; in emit_notes()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 1658 void findEnd(const SkTSpan* span1, const SkTSpan* span2, in findEnd() 1661 const SkTCurve& c2 = span2->part(); in findEnd() 1670 fC2Span = span2; in findEnd() 1673 fC2StartT = span2->startT(); in findEnd() 1674 fC2EndT = span2->endT(); in findEnd() 1731 bool find(const SkTSpan* span1, const SkTSpan* span2 in find() 1734 record->findEnd(span1, span2, 0, 0); in find() 1735 record->findEnd(span1, span2, 0, span2->part().pointLast()); in find() 1736 record->findEnd(span1, span2, span1->part().pointLast(), 0); in find() 1737 record->findEnd(span1, span2, span1->part().pointLast(), span2->part().pointLast()); in find() [all …]
|
/third_party/typescript/src/services/ |
D | outliningElementsCollector.ts | 7 return res.sort((span1, span2) => span1.textSpan.start - span2.textSpan.start);
|
/third_party/typescript/src/compiler/ |
D | utilitiesPublic.ts | 64 export function textSpanOverlap(span1: TextSpan, span2: TextSpan): TextSpan | undefined { 65 const overlap = textSpanIntersection(span1, span2); 87 export function textSpanIntersection(span1: TextSpan, span2: TextSpan): TextSpan | undefined { 88 const start = Math.max(span1.start, span2.start); 89 const end = Math.min(textSpanEnd(span1), textSpanEnd(span2));
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2543 const RepeatedField<int>& span2) { in CompareSpans() argument 2544 if (span1.size() != span2.size()) return false; in CompareSpans() 2546 if (span1.Get(i) != span2.Get(i)) return false; in CompareSpans()
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 4631 function textSpanOverlap(span1: TextSpan, span2: TextSpan): TextSpan | undefined; 4636 function textSpanIntersection(span1: TextSpan, span2: TextSpan): TextSpan | undefined;
|
D | typescriptServices.d.ts | 4631 function textSpanOverlap(span1: TextSpan, span2: TextSpan): TextSpan | undefined; 4636 function textSpanIntersection(span1: TextSpan, span2: TextSpan): TextSpan | undefined;
|
D | tsserverlibrary.d.ts | 4631 function textSpanOverlap(span1: TextSpan, span2: TextSpan): TextSpan | undefined; 4636 function textSpanIntersection(span1: TextSpan, span2: TextSpan): TextSpan | undefined;
|
D | tsc.js | 9458 function textSpanOverlap(span1, span2) { argument 9459 var overlap = textSpanIntersection(span1, span2); 9481 function textSpanIntersection(span1, span2) { argument 9482 var start = Math.max(span1.start, span2.start); 9483 var end = Math.min(textSpanEnd(span1), textSpanEnd(span2));
|
D | typingsInstaller.js | 12553 function textSpanOverlap(span1, span2) { argument 12554 var overlap = textSpanIntersection(span1, span2); 12576 function textSpanIntersection(span1, span2) { argument 12577 var start = Math.max(span1.start, span2.start); 12578 var end = Math.min(textSpanEnd(span1), textSpanEnd(span2));
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 4631 function textSpanOverlap(span1: TextSpan, span2: TextSpan): TextSpan | undefined; 4636 function textSpanIntersection(span1: TextSpan, span2: TextSpan): TextSpan | undefined;
|
D | tsserverlibrary.d.ts | 4631 function textSpanOverlap(span1: TextSpan, span2: TextSpan): TextSpan | undefined; 4636 function textSpanIntersection(span1: TextSpan, span2: TextSpan): TextSpan | undefined;
|