/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
H A 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
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/calendar/ |
H A 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
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A 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
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/analysis/ |
D | PolicySet.kt | 41 fun toSet(): Set<Policy> method
|
D | DefaultPolicySet.kt | 44 override fun toSet(): Set<Policy> { in <lambda>() method in com.android.libraries.pcc.chronicle.analysis.DefaultPolicySet
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
H A D | Lint.kt | 165 public suspend inline fun <T> SharedFlow<T>.toSet(): Set<T> = in toSet() method 173 public suspend inline fun <T> SharedFlow<T>.toSet(destination: MutableSet<T>): Nothing { in toSet() method
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/ |
D | DataTypeDescriptorSet.kt | 85 fun toSet(): Set<DataTypeDescriptor> method
|
/aosp_15_r20/external/aws-sdk-java-v2/services/dynamodb/src/test/java/utils/test/util/ |
H A D | DynamoDBTestBase.java | 133 protected static <T extends Object> Set<T> toSet(T... array) { in toSet() method in DynamoDBTestBase 141 protected static <T extends Object> Set<T> toSet(Collection<T> collection) { in toSet() method in DynamoDBTestBase
|
/aosp_15_r20/external/golang-protobuf/internal/set/ |
H A D | ints_test.go | 14 var toSet, toClear [maxLimit]bool var
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/ |
H A D | Collection.kt | 16 public suspend fun <T> Flow<T>.toSet(destination: MutableSet<T> = LinkedHashSet()): Set<T> = toColl… in <lambda>() method
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/kapt/gen/stubs/com/android/libraries/pcc/chronicle/analysis/ |
D | PolicySet.java | 39 public abstract java.util.Set<com.android.libraries.pcc.chronicle.api.policy.Policy> toSet(); in toSet() method
|
D | DefaultPolicySet.java | 45 public java.util.Set<com.android.libraries.pcc.chronicle.api.policy.Policy> toSet() { in toSet() method in DefaultPolicySet
|
/aosp_15_r20/packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/utils/ |
D | Utils.java | 34 public static Set<String> toSet(String st) { in toSet() method in Utils
|
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
H A D | FullCartesianExperimentSelector.java | 62 .toSet(); in instruments() method
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/ |
H A D | ImmutableConverter.java | 86 public Set<ImmutableItem> toSet(@Nullable final Iterable<? extends Item> iterable) { in toSet() method in ImmutableConverter
|
/aosp_15_r20/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ContentCaptureHelper.java | 121 public static <T> ArraySet<T> toSet(@Nullable List<T> list) { in toSet() method in ContentCaptureHelper
|
/aosp_15_r20/system/hwservicemanager/ |
H A D | Vintf.cpp | 78 std::set<std::string>* toSet) { in insertManifestInstances()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/ |
H A D | enumset.h | 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | enumset.h | 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/ |
H A D | enumset.h | 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/ |
H A D | enumset.h | 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/unicode/ |
H A D | enumset.h | 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/ |
H A D | enumset.h | 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
|
/aosp_15_r20/external/icu/icu4c/source/common/unicode/ |
H A D | enumset.h | 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
|