Home
last modified time | relevance | path

Searched refs:toSet (Results 1 – 25 of 50) sorted by relevance

12

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DDataDrivenCalendarTest.java78 CalendarFieldsSet toSet, Calendar toCalendar, boolean forward) { in testConvert() argument
116 if (!toSet.matches(toCalendar, diffSet)) { in testConvert()
117 String diffs = diffSet.diffFrom(toSet); in testConvert()
134 CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(); in testConvert() local
148 toSet.clear(); in testConvert()
153 toSet.parseFrom(to, fromSet); in testConvert()
159 testConvert(caseString, fromSet, fromCalendar, toSet, toCalendar, forward); in testConvert()
163 testConvert(caseString, toSet, toCalendar, fromSet, fromCalendar, forward); in testConvert()
174 …CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(), paramsSet = … in testOps() local
220 toSet.clear(); in testOps()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DDataDrivenCalendarTest.java81 CalendarFieldsSet toSet, Calendar toCalendar, boolean forward) { in testConvert() argument
119 if (!toSet.matches(toCalendar, diffSet)) { in testConvert()
120 String diffs = diffSet.diffFrom(toSet); in testConvert()
137 CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(); in testConvert() local
151 toSet.clear(); in testConvert()
156 toSet.parseFrom(to, fromSet); in testConvert()
162 testConvert(caseString, fromSet, fromCalendar, toSet, toCalendar, forward); in testConvert()
166 testConvert(caseString, toSet, toCalendar, fromSet, fromCalendar, forward); in testConvert()
177 …CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(), paramsSet = … in testOps() local
223 toSet.clear(); in testOps()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Ddadrcal.cpp89 CalendarFieldsSet fromSet, toSet, paramsSet, diffSet; in testOps() local
179 toSet.clear(); in testOps()
192 } else if(toSet.parseFrom(testSetting, &fromSet, status)<0 || U_FAILURE(status)){ in testOps()
272 } else if (!toSet.matches(toCalendar, diffSet, status)) { in testOps()
273 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testOps()
291 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) { in testConvert() argument
350 if (!toSet.matches(toCalendar, diffSet, status)) { in testConvert()
351 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testConvert()
384 CalendarFieldsSet fromSet, toSet, diffSet; in testConvert() local
411 toSet.clear(); in testConvert()
[all …]
Dtransrt.h46 const char* toSet,const char* exclusions);
Ddadrcal.h46 Calendar *fromCal, const CalendarFieldsSet &toSet, Calendar *toCal,
Dtransrt.cpp1625 const char* toSet,const char* exclusions){ in TestDebug() argument
1629 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); in TestDebug()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Denumset.h44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set() argument
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Denumset.h44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set() argument
/third_party/node/deps/icu-small/source/common/unicode/
Denumset.h44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set() argument
/third_party/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() argument
/third_party/skia/third_party/externals/icu/patches/
Disvalidenum.patch7 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); }
/third_party/flutter/skia/third_party/externals/icu/patches/
Disvalidenum.patch7 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); }
/third_party/flutter/flutter/packages/flutter/test/material/
Dcolors_test.dart57 expect(primaryKeys.map<Color>((int key) => color[key]).toSet().length, primaryKeys.length);
59 … expect(primaryKeys.map<Color>((int key) => Colors.grey[key]).toSet().length, primaryKeys.length);
62 expect(accentKeys.map<Color>((int key) => color[key]).toSet().length, accentKeys.length);
/third_party/vk-gl-cts/modules/egl/
DteglChooseConfigTests.cpp523 std::set<T> toSet (const T (&arr)[N]) in toSet() function
601 … ChooseConfigRandomCase(m_eglTestCtx, "color_sizes", "Random color size rules", toSet(rgbaSizes))); in init()
612 …color_depth_stencil_sizes", "Random color, depth and stencil size rules", toSet(colorDepthStencilS… in init()
622 …seConfigRandomCase(m_eglTestCtx, "buffer_sizes", "Various buffer size rules", toSet(bufferSizes))); in init()
629 …ew ChooseConfigRandomCase(m_eglTestCtx, "surface_type", "Surface type rules", toSet(surfaceType))); in init()
636 …ooseConfigRandomCase(m_eglTestCtx, "sample_buffers", "Sample buffer rules", toSet(sampleBuffers))); in init()
670 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "all", "All attributes", toSet(allA… in init()
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
DMigrationUtilsTest.java57 assertThat(noMatchesRange.collect(Collectors.toSet())).isEmpty(); in getCountryMigratableNumbers_expectNoMatches()
102 .collect(Collectors.toSet())) in getMigratableNumbers_validKey_expectNoExceptionAndNoMatches()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DConvertIcuDataTask.java269 filter.forcedAliases.stream().map(a -> a.source).collect(Collectors.toSet()); in addConfiguredDirectory()
279 filter.forcedAliases.stream().map(a -> a.target).collect(Collectors.toSet()); in addConfiguredDirectory()
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dmouse_tracking.dart221 final Set<int> deviceIds = trackedAnnotation.activeDevices.toSet();
251 …tions = hits.map<_TrackedAnnotation>((MouseTrackerAnnotation hit) => _findAnnotation(hit)).toSet();
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/
Dbuild_script.dart249 assetPath, contents, Runtime.builtIn.map((Runtime runtime) => runtime.name).toSet());
439 final Set<String> packageNames = inputSources.map((AssetId s) => s.package).toSet();
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dplatform_view.dart147 /// ].toSet(),
283 /// ].toSet(),
777 /// ].toSet(),
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dplatform_view.dart51 return factories.map<Type>((Factory<T> factory) => factory.type).toSet();
404 ).toSet();
470 ).toSet();
/third_party/flutter/flutter/packages/flutter_tools/test/src/
Dtestbed.dart579 Future<Set<Uint8List>> toSet() {
580 return _delegate.toSet();
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dfingerprint.dart197 .toSet();
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dmergeable_material.dart283 ).toSet();
286 ).toSet();
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsemantics_tester.dart64 tags = tags?.toSet() ?? <SemanticsTag>{};
95 tags = tags?.toSet() ?? <SemanticsTag>{};
134 tags = tags?.toSet() ?? <SemanticsTag>{};
/third_party/flutter/flutter/dev/bots/
Dunpublish_package.dart493 …<Channel> channels = channelOptions.map<Channel>((String value) => fromChannelName(value)).toSet();
503 revisions.toSet(),

12