/aosp_15_r20/external/perfetto/ui/src/base/ |
H A D | high_precision_time_span_unittest.ts | 28 const [base, fractions] = array; constant 46 const span = HPTimeSpan.fromTime(t(10n), t(20n)); constant 53 const span = HPTimeSpan.fromTime(t(10n), t(20n)); constant 59 const span = HPTimeSpan.fromTime(t(10n), t(20n)); constant 65 const span = HPTimeSpan.fromTime(t(10n), t(20n)); constant 72 const span = HPTimeSpan.fromTime(t(10n), t(20n)); constant 79 const span = HPTimeSpan.fromTime(t(10n), t(20n)); constant 87 const span = new HPTimeSpan(hptime('5'), 3); constant 107 const span = new HPTimeSpan(hptime('5'), 3); constant 126 const span = new HPTimeSpan(hptime('5'), 1); constant [all …]
|
/aosp_15_r20/external/pigweed/pw_spi_mcuxpresso/ |
H A D | responder.cc | 28 uint8_t* SpanData(ByteSpan& span) { in SpanData() 33 uint8_t* SpanDataDiscardConst(ConstByteSpan& span) { in SpanDataDiscardConst() 151 void SPI_EnableSSInterrupt(SPI_Type* base) { in SPI_EnableSSInterrupt() 157 void SPI_DisableSSInterrupt(SPI_Type* base) { in SPI_DisableSSInterrupt() 162 void SPI_EmptyFifos(SPI_Type* base) { in SPI_EmptyFifos() 166 bool SPI_RxFifoIsEmpty(SPI_Type* base) { in SPI_RxFifoIsEmpty() 173 bool SPI_RxError(SPI_Type* base) { in SPI_RxError() 177 bool SPI_TxError(SPI_Type* base) { in SPI_TxError() 190 uint32_t SPI_GetActiveInterrupts(SPI_Type* base) { in SPI_GetActiveInterrupts() 201 void SPI_ClearActiveInterrupts(SPI_Type* base, uint32_t irqs) { in SPI_ClearActiveInterrupts() [all …]
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsWinding.cpp | 123 void SkOpContour::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, in rayCheck() 138 void SkOpSegment::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, in rayCheck() 191 SkOpSpan* span = this->windingSpanAtT(t); in rayCheck() local 209 SkOpSpan* span = &fHead; in windingSpanAtT() local 295 SkOpSpan* span = hit->fSpan; in sortableTop() local 318 SkOpSpan* span = hit->fSpan; in sortableTop() local 391 SkOpSpan* span = &fHead; in findSortableTop() local
|
H A D | SkPathOpsDebug.cpp | 46 #define FAIL_WITH_NULL_IF(cond, span) \ argument 49 #define RETURN_FALSE_IF(cond, span) \ argument 68 const SkOpSpanBase* span) { in ChaseContains() 731 const SkOpSpanBase* span = &fHead; in debugAddT() local 761 const SkOpSpanBase* base = &fHead; in debugCheckAngleCoin() local 762 const SkOpSpan* span; in debugCheckAngleCoin() local 790 const SkOpSpan* span = &fHead; in debugClearAll() local 798 void SkOpSegment::debugClearOne(const SkOpSpan* span, SkPathOpsDebug::GlitchLog* glitches) const { in debugClearOne() argument 807 SkOpSpan* span = this->head(); in debugLastAngle() local 820 void SkOpSegment::DebugClearVisited(const SkOpSpanBase* span) { in DebugClearVisited() [all …]
|
H A D | SkOpSpan.cpp | 104 void SkOpPtT::init(SkOpSpanBase* span, double t, const SkPoint& pt, bool duplicate) { in init() 116 const SkOpSpanBase* span = this->span(); in onEnd() local 259 void SkOpSpanBase::merge(SkOpSpan* span) { in merge() 420 SkOpSpan* span; in insertCoincidence() local 421 SkOpSpanBase* base = next->span(); in insertCoincidence() local
|
H A D | SkPathOpsTSect.cpp | 64 void SkTSpan::addBounded(SkTSpan* span, SkArenaAlloc* heap) { in addBounded() 94 void SkTSect::addForPerp(SkTSpan* span, double t) { in addForPerp() 257 bool SkTSpan::linearsIntersect(SkTSpan* span) { in linearsIntersect() 343 const SkDPoint& base = (*fPart)[baseIndex]; in onlyEndPointsInCommon() local 998 int SkTSect::intersects(SkTSpan* span, in intersects() 1083 int SkTSect::linesIntersect(SkTSpan* span, in linesIntersect() 1242 bool SkTSect::markSpanGone(SkTSpan* span) { in markSpanGone() 1358 SkTSpan* span, SkTSect* opp) { in removeAllBut() 1401 bool SkTSect::removeCoincident(SkTSpan* span, bool isBetween) { in removeCoincident() 1415 void SkTSect::removedEndCheck(SkTSpan* span) { in removedEndCheck() [all …]
|
H A D | SkOpSegment.cpp | 272 SkOpSpan* span = this->insert(prev); in addT() local 305 SkOpSpan* span = spanBase->upCast(); in calcAngles() local 324 SkOpSpan* span = &fHead; in clearAll() local 332 void SkOpSegment::clearOne(SkOpSpan* span) { in clearOne() 339 const SkOpSpanBase* span = &fHead; in collapsed() local 504 void SkOpSegment::release(const SkOpSpan* span) { in release() 859 SkOpSpan* span = this->head(); in markAllDone() local 1014 void SkOpSegment::markDone(SkOpSpan* span) { in markDone() 1027 bool SkOpSegment::markWinding(SkOpSpan* span, int winding) { in markWinding() 1041 bool SkOpSegment::markWinding(SkOpSpan* span, int winding, int oppWinding) { in markWinding() [all …]
|
/aosp_15_r20/external/cronet/base/android/ |
H A D | jni_bytebuffer.cc | 9 namespace base::android { namespace 12 auto span = MaybeJavaByteBufferToSpan(env, buffer); in JavaByteBufferToSpan() local 18 auto span = MaybeJavaByteBufferToMutableSpan(env, buffer); in JavaByteBufferToMutableSpan() local 26 auto span = MaybeJavaByteBufferToMutableSpan(env, buffer); in MaybeJavaByteBufferToSpan() local
|
H A D | jni_bytebuffer_unittest.cc | 21 namespace base::android { namespace 31 base::span<const uint8_t> span = JavaByteBufferToSpan(env, jbuffer.obj()); in TEST() local 62 base::span<const uint8_t> span = JavaByteBufferToSpan(env, jbuffer.obj()); in TEST() local
|
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/ |
H A D | HTMLElement.java | 164 public HTMLElement span() throws IOException { in span() method in HTMLElement 177 public HTMLElement span(final String classattr) throws IOException { in span() method in HTMLElement 178 final HTMLElement span = span(); in span() local 194 public HTMLElement span(final String classattr, final String idattr) in span() method in HTMLElement 196 final HTMLElement span = span(classattr); in span() local 287 final ReportOutputFolder base) throws IOException { in a()
|
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
H A D | ReportPage.java | 129 protected void infoLinks(final HTMLElement span) throws IOException { in infoLinks() 134 final ReportOutputFolder base) throws IOException { in breadcrumb() 140 final HTMLElement div, final ReportOutputFolder base) in breadcrumbParent() 178 public final String getLink(final ReportOutputFolder base) { in getLink()
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | buffer_iterator_unittest.cc | 16 namespace base { namespace 101 span<TestStruct> span = iterator.MutableSpan<TestStruct>(3); in TEST() local 124 span<const TestStruct> span = iterator.Span<TestStruct>(4); in TEST() local 137 auto span = iterator.MutableSpan<TestStruct, 3u>(); in TEST() local
|
H A D | span_unittest.cc | 31 namespace base { namespace 717 constexpr span<const int, 3> span(array); in TEST() local 756 constexpr span<const int, 3> span(array); in TEST() local 795 constexpr span<const int, 3> span(array); in TEST() local 920 span<const int> span(array); in TEST() local 959 span<int> span(array); in TEST() local 998 span<int, 3> span(array); in TEST() local 1110 span<int> span(array); in TEST() local 1145 span<int> span(array); in TEST() local 1180 span<int> span(array); in TEST() local [all …]
|
/aosp_15_r20/external/libchrome/base/containers/ |
H A D | span_unittest.cc | 22 namespace base { namespace 284 constexpr span<const int, 3> span(array); in TEST() local 323 constexpr span<const int, 3> span(array); in TEST() local 362 constexpr span<const int, 3> span(array); in TEST() local 474 span<const int> span(array); in TEST() local 513 span<int> span(array); in TEST() local 552 span<int, 3> span(array); in TEST() local 664 span<int> span(array); in TEST() local 699 span<int> span(array); in TEST() local 734 span<int> span(array); in TEST() local [all …]
|
/aosp_15_r20/frameworks/base/tools/aapt2/compile/ |
H A D | PseudolocaleGenerator.cpp | 61 inline static UnifiedSpan SpanToUnifiedSpan(const android::StringPool::Span& span) { in SpanToUnifiedSpan() 151 UnifiedSpan* span = span_idx >= merged_spans.size() ? nullptr : &merged_spans[span_idx]; in PseudolocalizeStyledString() local 360 for (const android::StringPool::Span& span : string->value->spans) { in Visit() local 376 ConfigDescription ModifyConfigForPseudoLocale(const ConfigDescription& base, in ModifyConfigForPseudoLocale()
|
/aosp_15_r20/prebuilts/misc/common/jacoco/lib/ |
HD | org.jacoco.report-0.8.8.202204050719.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jacoco/
org/ ... |
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__iterator/ |
D | wrap_iter.h | 91 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 iterator_type base() const _NOEXCEPT { return … in base() function 103 friend class _LIBCPP_TEMPLATE_VIS span; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__iterator/ |
D | wrap_iter.h | 91 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 iterator_type base() const _NOEXCEPT { return … in base() function 105 friend class _LIBCPP_TEMPLATE_VIS span; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__iterator/ |
D | wrap_iter.h | 91 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 iterator_type base() const _NOEXCEPT { return … in base() function 105 friend class _LIBCPP_TEMPLATE_VIS span; variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__iterator/ |
H A D | wrap_iter.h | 91 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 iterator_type base() const _NOEXCEPT { return … in base() function 105 friend class _LIBCPP_TEMPLATE_VIS span; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__iterator/ |
D | wrap_iter.h | 91 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 iterator_type base() const _NOEXCEPT { return … in base() function 105 friend class _LIBCPP_TEMPLATE_VIS span; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__iterator/ |
D | wrap_iter.h | 94 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 iterator_type base() const _NOEXCEPT { return … in base() function 108 friend class _LIBCPP_TEMPLATE_VIS span; variable
|
/aosp_15_r20/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/span/ |
D | LinkSpanTest.java | 99 TestContext(Context base) { in TestContext() 104 public void onClick(LinkSpan span) { in onClick()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/ |
H A D | lit.rs | 233 pub fn span(&self) -> Span { in span() method 268 pub fn span(&self) -> Span { in span() method 303 pub fn span(&self) -> Span { in span() method 338 pub fn span(&self) -> Span { in span() method 417 pub fn span(&self) -> Span { in span() method 493 pub fn span(&self) -> Span { in span() method 538 pub fn span(&self) -> Span { in span() method 779 let mut span = neg.span(); in parse_negative_lit() localVariable 1035 pub fn span(&self) -> Span { in span() method 1396 let base = match (byte(s, 0), byte(s, 1)) { in parse_lit_int() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | lit.rs | 228 let span = self.span(); in parse_with() localVariable 245 pub fn span(&self) -> Span { in span() method 280 pub fn span(&self) -> Span { in span() method 315 pub fn span(&self) -> Span { in span() method 350 pub fn span(&self) -> Span { in span() method 425 pub fn span(&self) -> Span { in span() method 497 pub fn span(&self) -> Span { in span() method 542 pub fn span(&self) -> Span { in span() method 834 let mut span = neg.span(); in parse_negative_lit() localVariable 1104 pub fn span(&self) -> Span { in span() method [all …]
|