Home
last modified time | relevance | path

Searched defs:toSet (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DDataDrivenCalendarTest.java78 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/
DDataDrivenCalendarTest.java81 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/
DCollection.kt20 public suspend fun <T> Flow<T>.toSet(destination: MutableSet<T> = LinkedHashSet()): Set<T> = toColl… in <lambda>() method
/external/icu/icu4c/source/test/intltest/
Ddadrcal.cpp89 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
Dtransrt.cpp1625 const char* toSet,const char* exclusions){ in TestDebug()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DFullCartesianExperimentSelector.java62 .toSet(); in instruments() method
/external/auto/common/src/main/java/com/google/auto/common/
DAnnotationMirrors.java152 .toSet(); in getAnnotatedAnnotations() method
/external/icu/icu4c/source/common/unicode/
Denumset.h44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
/external/icu/libicu/cts_headers/unicode/
Denumset.h44 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/
DCertificateTrustBlock.java79 private Set<ASN1ObjectIdentifier> toSet(ASN1Sequence seq) in toSet() method in CertificateTrustBlock
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp523 std::set<T> toSet (const T (&arr)[N]) in toSet() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt1268 public suspend fun <E> ReceiveChannel<E>.toSet(): Set<E> = in toMutableList() method