Home
last modified time | relevance | path

Searched refs:FULL (Results 1 - 25 of 78) sorted by relevance

1234

/third_party/backends/backend/genesys/
H A Dtables_motor.cpp38 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::FULL, 0}); in genesys_init_motor_tables()
46 motor.profiles.push_back({MotorSlope::create_from_steps(2000, 1375, 128), StepType::FULL, 0}); in genesys_init_motor_tables()
54 motor.profiles.push_back({MotorSlope::create_from_steps(2289, 2100, 128), StepType::FULL, 0}); in genesys_init_motor_tables()
62 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::FULL, 0}); in genesys_init_motor_tables()
70 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::FULL, 0}); in genesys_init_motor_tables()
78 motor.profiles.push_back({MotorSlope::create_from_steps(3200, 1200, 128), StepType::FULL, 0}); in genesys_init_motor_tables()
95 profile = MotorProfile{MotorSlope::create_from_steps(3500, 1400, 150), StepType::FULL, 0}; in genesys_init_motor_tables()
99 profile = MotorProfile{MotorSlope::create_from_steps(6000, 3000, 100), StepType::FULL, 0}; in genesys_init_motor_tables()
113 profile = MotorProfile{MotorSlope::create_from_steps(3500, 1400, 150), StepType::FULL, 0}; in genesys_init_motor_tables()
117 profile = MotorProfile{MotorSlope::create_from_steps(6000, 3000, 100), StepType::FULL, in genesys_init_motor_tables()
[all...]
H A Dmotor.h135 StepType step_type = StepType::FULL;
184 StepType step_type = StepType::FULL; in max_step_type()
/third_party/backends/testsuite/backend/genesys/
H A Dtests_motor.cpp42 auto table = create_slope_table_for_speed(slope, 5000, StepType::FULL, 4, 8, max_table_size); in test_create_slope_table_small_full_step()
52 table = create_slope_table_for_speed(slope, 3000, StepType::FULL, 4, 8, max_table_size); in test_create_slope_table_small_full_step()
72 auto table = create_slope_table_for_speed(slope, 2000, StepType::FULL, 4, 8, max_table_size); in test_create_slope_table_small_full_step_target_speed_too_high()
145 auto table = create_slope_table_for_speed(slope, 3000, StepType::FULL, 4, 8, max_table_size); in test_create_slope_table_large_full_step()
160 table = create_slope_table_for_speed(slope, 1500, StepType::FULL, 4, 8, max_table_size); in test_create_slope_table_large_full_step()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRoundTripTest.java89 case DateFormat.FULL : in styleName()
90 return "FULL"; in styleName()
120 for (style = DateFormat.FULL; style <= DateFormat.SHORT; ++style) { in _test()
128 for (style = DateFormat.FULL; style <= DateFormat.SHORT; ++style) { in _test()
136 for (int dstyle = DateFormat.FULL; dstyle <= DateFormat.SHORT; ++dstyle) { in _test()
137 for (int tstyle = DateFormat.FULL; tstyle <= DateFormat.SHORT; ++tstyle) { in _test()
H A DDateFormatRegressionTest.java259 DateFormat fmt = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.LONG); in Test4060212()
468 Format format = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, locales[i]); in Test4100302()
686 DateFormat.getDateInstance(DateFormat.FULL).format(new in Test4108407()
1085 DateFormat dfAlias = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, aliasLocales[i]); in TestT5683()
1086 DateFormat dfCanonical = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, canonicalLocales[i]); in TestT5683()
1139 .getDateTimeFormat(com.ibm.icu.text.DateFormat.FULL, -1, locale); in Test5006GetShortMonths()
1151 .getDateTimeFormat(com.ibm.icu.text.DateFormat.FULL, in Test5006GetShortMonths()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatRoundTripTest.java92 case DateFormat.FULL : in styleName()
93 return "FULL"; in styleName()
123 for (style = DateFormat.FULL; style <= DateFormat.SHORT; ++style) { in _test()
131 for (style = DateFormat.FULL; style <= DateFormat.SHORT; ++style) { in _test()
139 for (int dstyle = DateFormat.FULL; dstyle <= DateFormat.SHORT; ++dstyle) { in _test()
140 for (int tstyle = DateFormat.FULL; tstyle <= DateFormat.SHORT; ++tstyle) { in _test()
H A DDateTimeGeneratorTest.java172 format = (SimpleDateFormat)DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, locale); in TestSimple()
188 SimpleDateFormat enFormat = (SimpleDateFormat)DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, ULocale.ENGLISH); in TestSimple()
626 for (int style1 = DateFormat.FULL; style1 <= DateFormat.SHORT; ++style1) { in TestOrdering()
627 for (int style2 = DateFormat.FULL; style2 < style1; ++style2) { in TestOrdering()
661 for (int style1 = DateFormat.FULL; style1 <= DateFormat.SHORT; ++style1) { in TestReplacingZoneString()
707 "FULL", "LONG", "MEDIUM", "SHORT"
835 * DateFormat.FULL to get the format with String form month (like "January")
841 * DateFormat.FULL
[all...]
H A DDateFormatRegressionTest.java262 DateFormat fmt = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.LONG); in Test4060212()
471 Format format = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, locales[i]); in Test4100302()
689 DateFormat.getDateInstance(DateFormat.FULL).format(new in Test4108407()
1088 DateFormat dfAlias = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, aliasLocales[i]); in TestT5683()
1089 DateFormat dfCanonical = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, canonicalLocales[i]); in TestT5683()
1142 .getDateTimeFormat(ohos.global.icu.text.DateFormat.FULL, -1, locale); in Test5006GetShortMonths()
1154 .getDateTimeFormat(ohos.global.icu.text.DateFormat.FULL, in Test5006GetShortMonths()
[all...]
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DDateFormatTest.java37 checkGetInstance(DateFormat.FULL, DateFormat.LONG, loc); in TestGetInstance()
182 DateFormat dfmt = DateFormat.getDateInstance(DateFormat.FULL, thTHTH); in TestThaiDigit()
183 DateFormat dfmtIcu = DateFormat.getDateInstance(DateFormat.FULL, TestUtil.toICUExtendedLocale(thTHTH)); in TestThaiDigit()
202 DateFormat jdkDfmt = DateFormat.getDateInstance(DateFormat.FULL, loc); in TestCalendarKeyword()
/third_party/libphonenumber/tools/java/cpp-build/test/com/google/i18n/phonenumbers/
H A DBuildMetadataCppFromXmlTest.java52 assertEquals(Variant.FULL, Variant.parse(null)); in parseVariant()
53 assertEquals(Variant.FULL, Variant.parse("")); in parseVariant()
86 INPUT_PATH_XML, false, OUTPUT_DIR, Type.METADATA, Variant.FULL); in generateMetadata()
124 INPUT_PATH_XML, false, OUTPUT_DIR, Type.ALTERNATE_FORMAT, Variant.FULL); in generateAlternateFormat()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DJapaneseTest.java115 DateFormat fmt = cal.getDateTimeFormat(DateFormat.FULL, DateFormat.FULL, Locale.ENGLISH); in TestCoverage()
147 DateFormat format = DateFormat.getDateTimeInstance(cal, DateFormat.FULL, DateFormat.FULL, formatLocale); in TestCoverage()
163 DateFormat enjformat = cal.getDateTimeFormat(DateFormat.FULL,DateFormat.FULL,new ULocale("en_JP@calendar=japanese")); in Test3860()
H A DIndianTest.java215 DateFormat format = DateFormat.getDateTimeInstance(cal, DateFormat.FULL, DateFormat.FULL, formatLocale); in TestCoverage()
229 DateFormat gDF = DateFormat.getDateInstance(gCal,DateFormat.FULL); in TestYear()
238 DateFormat iDF = DateFormat.getDateInstance(iCal,DateFormat.FULL); in TestYear()
H A DCopticTest.java341 DateFormat format = DateFormat.getDateTimeInstance(cal, DateFormat.FULL, DateFormat.FULL, formatLocale); in TestCoverage()
355 DateFormat gDF = DateFormat.getDateInstance(gCal,DateFormat.FULL); in TestYear()
364 DateFormat cDF = DateFormat.getDateInstance(cCal,DateFormat.FULL); in TestYear()
374 DateFormat eDF = DateFormat.getDateInstance(eCal,DateFormat.FULL); in TestYear()
H A DHebrewTest.java469 DateFormat format = DateFormat.getDateTimeInstance(cal, DateFormat.FULL, DateFormat.FULL, formatLocale); in TestCoverage()
483 DateFormat df = hc.getDateTimeFormat(DateFormat.FULL, DateFormat.FULL, Locale.getDefault()); in Test1624()
H A DIBMCalendarTest.java308 DateFormat format = DateFormat.getDateTimeInstance(cal, DateFormat.FULL, DateFormat.FULL, formatLocale); in TestBuddhistCoverage()
459 DateFormat format = DateFormat.getDateTimeInstance(cal, DateFormat.FULL, DateFormat.FULL, formatLocale); in TestTaiwanCoverage()
1056 DateFormat df = DateFormat.getDateTimeInstance(DateFormat.FULL, in TestJB4541()
1057 DateFormat.FULL, in TestJB4541()
1064 DateFormat df2 = cal.getDateTimeFormat(DateFormat.FULL, DateFormat.FULL, ULocale.US); in TestJB4541()
1071 DateFormat df = DateFormat.getDateTimeInstance(DateFormat.FULL, in TestJB4541()
1072 DateFormat.FULL, in TestJB4541()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DJapaneseTest.java112 DateFormat fmt = cal.getDateTimeFormat(DateFormat.FULL, DateFormat.FULL, Locale.ENGLISH); in TestCoverage()
144 DateFormat format = DateFormat.getDateTimeInstance(cal, DateFormat.FULL, DateFormat.FULL, formatLocale); in TestCoverage()
160 DateFormat enjformat = cal.getDateTimeFormat(DateFormat.FULL,DateFormat.FULL,new ULocale("en_JP@calendar=japanese")); in Test3860()
H A DIndianTest.java212 DateFormat format = DateFormat.getDateTimeInstance(cal, DateFormat.FULL, DateFormat.FULL, formatLocale); in TestCoverage()
226 DateFormat gDF = DateFormat.getDateInstance(gCal,DateFormat.FULL); in TestYear()
235 DateFormat iDF = DateFormat.getDateInstance(iCal,DateFormat.FULL); in TestYear()
H A DCopticTest.java338 DateFormat format = DateFormat.getDateTimeInstance(cal, DateFormat.FULL, DateFormat.FULL, formatLocale); in TestCoverage()
352 DateFormat gDF = DateFormat.getDateInstance(gCal,DateFormat.FULL); in TestYear()
361 DateFormat cDF = DateFormat.getDateInstance(cCal,DateFormat.FULL); in TestYear()
371 DateFormat eDF = DateFormat.getDateInstance(eCal,DateFormat.FULL); in TestYear()
H A DHebrewTest.java466 DateFormat format = DateFormat.getDateTimeInstance(cal, DateFormat.FULL, DateFormat.FULL, formatLocale); in TestCoverage()
480 DateFormat df = hc.getDateTimeFormat(DateFormat.FULL, DateFormat.FULL, Locale.getDefault()); in Test1624()
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmtrtts.cpp200 case DateFormat::FULL: return "FULL"; in styleName()
237 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) { in test()
250 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) { in test()
263 for(int32_t dstyle = DateFormat::FULL; dstyle <= DateFormat::SHORT; ++dstyle) { in test()
264 for(int32_t tstyle = DateFormat::FULL; tstyle <= DateFormat::SHORT; ++tstyle) { in test()
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A DScanICU.java106 fmt = DateFormat.getTimeInstance(DateFormat.FULL, loc); in addFormatting()
108 fmt = DateFormat.getTimeInstance(DateFormat.FULL, loc.toLocale()); in addFormatting()
H A DScanJava.java55 DateFormat fmt = DateFormat.getTimeInstance(DateFormat.FULL, loc); in addCollation()
90 DateFormat fmt = DateFormat.getTimeInstance(DateFormat.FULL, loc); in addFormatting()
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataCppFromXml.java46 FULL("%s"), enum constant
65 * <p>Note that when the variant is {@link Variant#FULL} this method just returns the type name.
73 * {@link Variant#FULL}, otherwise we match against the variant name (either "test" or "lite").
81 return Variant.FULL; in parse()
/third_party/ninja/src/
H A Dline_printer.h32 FULL, enumerator
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleAliasTest.java120 DateFormat df1 = DateFormat.getDateInstance(DateFormat.FULL, oldLoc); in TestDateFormat()
121 DateFormat df2 = DateFormat.getDateInstance(DateFormat.FULL, newLoc); in TestDateFormat()

Completed in 17 milliseconds

1234