Home
last modified time | relevance | path

Searched refs:andFlags (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/testutils/src/test/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubjectTest.java277 .andFlags(Spanned.SPAN_INCLUSIVE_EXCLUSIVE); in alignmentSpan_success()
334 .andFlags(Spanned.SPAN_INCLUSIVE_EXCLUSIVE); in foregroundColorSpan_success()
393 .andFlags(Spanned.SPAN_INCLUSIVE_EXCLUSIVE); in backgroundColorSpan_success()
449 .andFlags(Spanned.SPAN_INCLUSIVE_EXCLUSIVE); in typefaceSpan_success()
502 .andFlags(Spanned.SPAN_INCLUSIVE_EXCLUSIVE); in absoluteSizeSpan_success()
559 .andFlags(Spanned.SPAN_INCLUSIVE_EXCLUSIVE); in relativeSizeSpan_success()
615 .andFlags(Spanned.SPAN_INCLUSIVE_EXCLUSIVE); in rubySpan_success()
742 ((AndSpanFlags) withOrAndFlags).andFlags(Spanned.SPAN_INCLUSIVE_EXCLUSIVE); in checkHasSpanFailsDueToFlagMismatch()
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java693 void andFlags(int flags); in andFlags() method
731 public void andFlags(int flags) { in andFlags() method in SpannedSubject.SpanFlagsSubject
737 andFlags(flags); in withFlags()
/external/llvm-project/lld/ELF/
DOutputSections.cpp145 uint64_t andFlags = (flags & isec->flags) & andMask; in commitSection() local
147 flags = andFlags | orFlags; in commitSection()