/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 78 CalendarFieldsSet toSet, Calendar toCalendar, boolean forward) { in testConvert() 134 CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(); in testConvert() local 174 …CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(), paramsSet = … in testOps() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | DataDrivenCalendarTest.java | 81 CalendarFieldsSet toSet, Calendar toCalendar, boolean forward) { in testConvert() 137 CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(); in testConvert() local 177 …CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(), paramsSet = … in testOps() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/ |
D | Collection.kt | 20 public suspend fun <T> Flow<T>.toSet(destination: MutableSet<T> = LinkedHashSet()): Set<T> = toColl… in <lambda>() method
|
/external/icu/icu4c/source/test/intltest/ |
D | dadrcal.cpp | 89 CalendarFieldsSet fromSet, toSet, paramsSet, diffSet; in testOps() local 291 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) { in testConvert() 384 CalendarFieldsSet fromSet, toSet, diffSet; in testConvert() local
|
D | transrt.cpp | 1625 const char* toSet,const char* exclusions){ in TestDebug()
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | FullCartesianExperimentSelector.java | 62 .toSet(); in instruments() method
|
/external/auto/common/src/main/java/com/google/auto/common/ |
D | AnnotationMirrors.java | 152 .toSet(); in getAnnotatedAnnotations() method
|
/external/icu/icu4c/source/common/unicode/ |
D | enumset.h | 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
|
/external/icu/libicu/cts_headers/unicode/ |
D | enumset.h | 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/openssl/ |
D | CertificateTrustBlock.java | 79 private Set<ASN1ObjectIdentifier> toSet(ASN1Sequence seq) in toSet() method in CertificateTrustBlock
|
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 523 std::set<T> toSet (const T (&arr)[N]) in toSet() function
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Channels.common.kt | 1268 public suspend fun <E> ReceiveChannel<E>.toSet(): Set<E> = in toMutableList() method
|