/aosp_15_r20/external/python/cpython3/Tools/unicode/python-mappings/ |
D | jisx0213-2004-std.txt | 9 ## 3-XXXX JIS X 0213:2000 plane 1 (GL encoding) 10 ## 4-XXXX JIS X 0213:2000 plane 2 (GL encoding) 13 ## [2000] JIS codepoint defined by JIS X 0213:2000 132 3-2230 U+FF02 # QUOTATION MARK [2000] Fullwidth: U+FF02 133 3-2231 U+FF0D # HYPHEN-MINUS [2000] Fullwidth: U+FF0D 134 3-2232 U+007E # TILDE [2000] Fullwidth: U+FF5E 135 3-2233 U+3033 # VERTICAL KANA REPEAT MARK UPPER HALF [2000] 136 3-2234 U+3034 # VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF [2000] 137 3-2235 U+3035 # VERTICAL KANA REPEAT MARK LOWER HALF [2000] 138 3-2236 U+303B # VERTICAL IDEOGRAPHIC ITERATION MARK [2000] [Unicode3.2] [all …]
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
H A D | DateDeserializationTZTest.java | 86 … verify( MAPPER, "2000-01-02T03:04:05.678+01:00", judate(2000, 1, 2, 3, 4, 5, 678, "GMT+1")); in testDateUtilISO8601_Timezone() 88 … verify( MAPPER, "2000-01-02T03:04:05.678+0100", judate(2000, 1, 2, 3, 4, 5, 678, "GMT+1")); in testDateUtilISO8601_Timezone() 90 … verify( MAPPER, "2000-01-02T03:04:05.678+01", judate(2000, 1, 2, 3, 4, 5, 678, "GMT+1")); in testDateUtilISO8601_Timezone() 93 verify( MAPPER, "2000-01-02T03:04:05.678Z", judate(2000, 1, 2, 3, 4, 5, 678, "UTC")); in testDateUtilISO8601_Timezone() 103 failure( MAPPER, "2000-01-02T03:04:05.678+"); in testDateUtilISO8601_Timezone() 104 failure( MAPPER, "2000-01-02T03:04:05.678+1"); in testDateUtilISO8601_Timezone() 106 failure( MAPPER, "2000-01-02T03:04:05.678+001"); in testDateUtilISO8601_Timezone() 107 failure( MAPPER, "2000-01-02T03:04:05.678+00:"); in testDateUtilISO8601_Timezone() 108 failure( MAPPER, "2000-01-02T03:04:05.678+00:001"); in testDateUtilISO8601_Timezone() 109 failure( MAPPER, "2000-01-02T03:04:05.678+001:001"); in testDateUtilISO8601_Timezone() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/test/gregorian/ |
D | testdate_iterator.cpp | 62 const date DayAnswers[] = {date(2000,Jan,20),date(2000,Jan,22),date(2000,Jan,24)}; in main() 63 boost::date_time::date_itr<dfg,date> ditr(date(2000,Jan,20),2); in main() 65 for (; ditr < date(2000,Jan,25); ++ditr) { in main() 74 for (; ditr > date(2000,Jan,19); --ditr) { in main() 84 const date WeekAnswers[] = {date(2000,Jan,20),date(2000,Jan,27),date(2000,Feb,3)}; in main() 85 boost::date_time::date_itr<wfg, date> ditr(date(2000,Jan,20)); in main() 87 for (; ditr < date(2000,Feb,6); ++ditr) { in main() 96 for (; ditr > date(2000,Jan,19); --ditr) { in main() 105 const date WeekAnswers[] = {date(2000,Jan,20),date(2000,Feb,3)}; in main() 106 boost::date_time::date_itr<wfg, date> ditr(date(2000,Jan,20),2); in main() [all …]
|
D | testperiod.cpp | 15 date d1(2000,Jan,1),d2(2000,Jan,4); in main() 27 date_period p3(date(2000,Jan,4),date(2000,Feb,1)); in main() 38 date_period p5(date(1999,Dec,1), date(2000,Dec,31)); in main() 41 date_period p6(date(2000,Jan,1),date(2000,Dec,31)); in main() 48 p1.shift(fourDays); //from 2000-Jan-01--2000-Jan-04 in main() 49 date_period shifted(date(2000,Jan,5),date(2000,Jan,8)); in main() 55 date_period p10(date(2000,Jan,5),date(2000,Jan,8)); in main() 56 p10.expand(days(2)); //from 2000-Jan-01--2000-Jan-04 in main() 57 check("expand", p10 == date_period(date(2000,Jan,3),date(2000,Jan,10))); in main() 60 date_period i1(date(2000,Jan,5), date(2000,Jan,10)); in main() [all …]
|
D | testgreg_cal.cpp | 17 check("Day of week 2000-09-24 == 0 (Sun)", in test_greg_calendar() 18 gregorian_calendar::day_of_week(gregorian_calendar::ymd_type(2000,9,24))==0); in test_greg_calendar() 19 check("Day of week 2000-09-25 == 1 (Mon)", in test_greg_calendar() 20 gregorian_calendar::day_of_week(gregorian_calendar::ymd_type(2000,9,25))==1); in test_greg_calendar() 21 check("Day of week 2000-09-26 == 2 (Tue)", in test_greg_calendar() 22 gregorian_calendar::day_of_week(gregorian_calendar::ymd_type(2000,9,26))==2); in test_greg_calendar() 23 check("Day of week 2000-09-27 == 3 (Wed)", in test_greg_calendar() 24 gregorian_calendar::day_of_week(gregorian_calendar::ymd_type(2000,9,27))==3); in test_greg_calendar() 25 check("Day of week 2000-09-28 == 4 (Thu)", in test_greg_calendar() 26 gregorian_calendar::day_of_week(gregorian_calendar::ymd_type(2000,9,28))==4); in test_greg_calendar() [all …]
|
D | testdate.cpp | 47 constexpr date d2 = date(2000,12,31); in main() 51 static_assert(d3.year() == 2000, "constexpr construct and copy year()"); in main() 58 date d2 = date(2000,1,1); in main() 61 date d4(2000,12,31); in main() 62 date d4a(2000,Dec,31); in main() 70 check_equal("2000-12-31 day is 31", d4.day(), 31); in main() 71 check_equal("2000-12-31 month is 12", d4.month(), 12); in main() 72 check_equal("2000-12-31 year is 2000", d4.year(), 2000); in main() 74 check("1900-01-01 is less than 2000-01-01", d1 < d2); in main() 75 check("2000-01-01 is NOT less than 2000-01-01", !(d1 < d1)); in main() [all …]
|
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/chrome/ |
H A D | scroll_flow_event.out | 4 2709,544960259403,2000,0,"Begin",544960452403,544959793403,544960408403,2709,"STEP_SEND_INPUT_EVENT… 7 2709,544965475611,2000,0,"STEP_DID_HANDLE_INPUT_AND_OVERSCROLL",544965507611,544966414611,544966414… 9 2709,544967888829,2000,0,"STEP_DRAW_AND_SWAP",544967890829,544977012829,544977012829,2709,"End" 12 2711,544967961403,2000,0,"Begin",544968036403,544967825403,544967991403,2711,"STEP_SEND_INPUT_EVENT… 15 2711,544976668611,2000,0,"STEP_DID_HANDLE_INPUT_AND_OVERSCROLL",544976702611,544977398611,544977398… 18 2711,544988619829,2000,0,"End",544988621829,"[NULL]",544983000403,2715,"AsyncBegin" 20 2715,544984265403,2000,0,"Begin",544984392403,544984070403,544984299403,2715,"STEP_SEND_INPUT_EVENT… 26 2715,545011097829,2000,0,"End",545011099829,"[NULL]",544991000403,2717,"AsyncBegin" 28 2717,544992612403,2000,0,"Begin",544992695403,544992452403,544992644403,2717,"STEP_SEND_INPUT_EVENT… 42 2719,545033749829,2000,0,"End",545033751829,"[NULL]",545007000403,2721,"AsyncBegin" [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/test/ |
D | testgregorian_calendar.cpp | 24 check("Day of week 2000-09-24 == 0 (Sun)", in main() 25 gregorian_calendar::day_of_week(gregorian_calendar::ymd_type(2000,9,24))==0); in main() 26 check("Day of week 2000-09-25 == 1 (Mon)", in main() 27 gregorian_calendar::day_of_week(gregorian_calendar::ymd_type(2000,9,25))==1); in main() 28 check("Day of week 2000-09-26 == 2 (Tue)", in main() 29 gregorian_calendar::day_of_week(gregorian_calendar::ymd_type(2000,9,26))==2); in main() 30 check("Day of week 2000-09-27 == 3 (Wed)", in main() 31 gregorian_calendar::day_of_week(gregorian_calendar::ymd_type(2000,9,27))==3); in main() 32 check("Day of week 2000-09-28 == 4 (Thu)", in main() 33 gregorian_calendar::day_of_week(gregorian_calendar::ymd_type(2000,9,28))==4); in main() [all …]
|
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/zone/ |
H A D | TestZoneRulesBuilder.java | 119 …b.addRuleToWindow(2000, Year.MAX_VALUE, MARCH, -1, SUNDAY, time(1, 0), false, WALL, PERIOD_1HOUR30… in test_combined_localFixedRules() 120 … b.addRuleToWindow(2000, Year.MAX_VALUE, OCTOBER, -1, SUNDAY, time(1, 0), false, WALL, PERIOD_0); in test_combined_localFixedRules() 128 assertOffsetInfo(test, dateTime(2000, 1, 1, 1, 0), OFFSET_1); in test_combined_localFixedRules() 138 b.addWindow(OFFSET_1, dateTime(2000, 7, 1, 1, 0), WALL); in test_combined_windowChangeDuringDST() 140 … b.addRuleToWindow(2000, Year.MAX_VALUE, MARCH, -1, SUNDAY, time(1, 0), false, WALL, PERIOD_1HOUR); in test_combined_windowChangeDuringDST() 141 … b.addRuleToWindow(2000, Year.MAX_VALUE, OCTOBER, -1, SUNDAY, time(2, 0), false, WALL, PERIOD_0); in test_combined_windowChangeDuringDST() 146 assertOffsetInfo(test, dateTime(2000, 1, 1, 0, 0), OFFSET_1); in test_combined_windowChangeDuringDST() 147 assertOffsetInfo(test, dateTime(2000, 7, 1, 0, 0), OFFSET_1); in test_combined_windowChangeDuringDST() 148 assertGap(test, 2000, 7, 1, 1, 20, OFFSET_1, OFFSET_2); in test_combined_windowChangeDuringDST() 149 assertOffsetInfo(test, dateTime(2000, 7, 1, 3, 0), OFFSET_2); in test_combined_windowChangeDuringDST() [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/SLPVectorizer/X86/ |
H A D | consecutive-access.ll | 5 @A = common global [2000 x double] zeroinitializer, align 16 6 @B = common global [2000 x double] zeroinitializer, align 16 7 @C = common global [2000 x float] zeroinitializer, align 16 8 @D = common global [2000 x float] zeroinitializer, align 16 23 %arrayidx = getelementptr inbounds [2000 x double], [2000 x double]* @A, i32 0, i64 %idxprom 25 %arrayidx4 = getelementptr inbounds [2000 x double], [2000 x double]* @B, i32 0, i64 %idxprom 31 %arrayidx13 = getelementptr inbounds [2000 x double], [2000 x double]* @A, i32 0, i64 %idxprom12 33 %arrayidx17 = getelementptr inbounds [2000 x double], [2000 x double]* @B, i32 0, i64 %idxprom12 39 %arrayidx26 = getelementptr inbounds [2000 x double], [2000 x double]* @A, i32 0, i64 %idxprom25 41 %arrayidx30 = getelementptr inbounds [2000 x double], [2000 x double]* @B, i32 0, i64 %idxprom25 [all …]
|
/aosp_15_r20/external/python/cpython3/Tools/unicode/python-mappings/diff/ |
D | jisx0213-2004-std.txt.diff | 1 --- jisx0213-2000-std.txt.orig Tue Apr 16 23:32:38 2002 4 -## JIS X 0213:2000 vs Unicode mapping table 129 -3-2230 U+0022 # QUOTATION MARK [2000] Fullwidth: U+FF02 130 -3-2231 U+002D # HYPHEN-MINUS [2000] Fullwidth: U+FF0D 132 +3-2230 U+FF02 # QUOTATION MARK [2000] Fullwidth: U+FF02 133 +3-2231 U+FF0D # HYPHEN-MINUS [2000] Fullwidth: U+FF0D 134 3-2232 U+007E # TILDE [2000] Fullwidth: U+FF5E 135 3-2233 U+3033 # VERTICAL KANA REPEAT MARK UPPER HALF [2000] 136 3-2234 U+3034 # VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF [2000] 138 3-232D U+21E9 # DOWNWARDS WHITE ARROW [2000] [all …]
|
/aosp_15_r20/packages/apps/CellBroadcastReceiver/res/values-mcc219/ |
D | config.xml | 20 …=true, override_dnd=true, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|5… 22 …=true, override_dnd=true, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|5… 26 …ue, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|5… 28 …ue, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|5… 32 …ue, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|5… 34 …ue, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|5… 38 …ue, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|5… 40 …ue, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|5… 48 …ue, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|5… 50 …ue, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|5… [all …]
|
/aosp_15_r20/out/soong/.intermediates/art/build/apex/com.android.art.debug/android_common_com.android.art.debug/ |
D | canned_fs_config | 59 /bin 0 2000 0755 60 /bin/art_boot 0 2000 0755 61 /bin/art_exec 0 2000 0755 62 /bin/artd 0 2000 0755 63 /bin/dalvikvm 0 2000 0755 64 /bin/dalvikvm64 0 2000 0755 65 /bin/dex2oat 0 2000 0755 66 /bin/dex2oat64 0 2000 0755 67 /bin/dex2oatd 0 2000 0755 68 /bin/dex2oatd64 0 2000 0755 [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/decimaltestdata/ |
D | extra.decTest | 99 extr1000 add 0E+1000 0E+2000 -> 0E+999 Clamped 249 bool0000 iscanonical 0E-2000 -> 1 250 bool0001 iscanonical -0E-2000 -> 1 297 bool0048 iscanonical 0E+2000 -> 1 298 bool0049 iscanonical -0E+2000 -> 1 299 bool0050 iscanonical 1E-2000 -> 1 300 bool0051 iscanonical -1E-2000 -> 1 347 bool0098 iscanonical 1E+2000 -> 1 348 bool0099 iscanonical -1E+2000 -> 1 349 bool0100 iscanonical 9E-2000 -> 1 [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/decimaltestdata/ |
D | extra.decTest | 99 extr1000 add 0E+1000 0E+2000 -> 0E+999 Clamped 249 bool0000 iscanonical 0E-2000 -> 1 250 bool0001 iscanonical -0E-2000 -> 1 297 bool0048 iscanonical 0E+2000 -> 1 298 bool0049 iscanonical -0E+2000 -> 1 299 bool0050 iscanonical 1E-2000 -> 1 300 bool0051 iscanonical -1E-2000 -> 1 347 bool0098 iscanonical 1E+2000 -> 1 348 bool0099 iscanonical -1E+2000 -> 1 349 bool0100 iscanonical 9E-2000 -> 1 [all …]
|
/aosp_15_r20/frameworks/minikin/tests/unittest/ |
H A D | LayoutUtilsTest.cpp | 67 ExpectNextWordBreakForCache(0, "'a' 'b' | U+2000 'c' 'd'"); in TEST() 68 ExpectNextWordBreakForCache(1, "'a' 'b' | U+2000 'c' 'd'"); in TEST() 69 ExpectNextWordBreakForCache(2, "'a' 'b' U+2000 | 'c' 'd'"); in TEST() 70 ExpectNextWordBreakForCache(3, "'a' 'b' U+2000 'c' 'd' |"); in TEST() 71 ExpectNextWordBreakForCache(4, "'a' 'b' U+2000 'c' 'd' |"); in TEST() 72 ExpectNextWordBreakForCache(5, "'a' 'b' U+2000 'c' 'd' |"); in TEST() 73 ExpectNextWordBreakForCache(1000, "'a' 'b' U+2000 'c' 'd' |"); in TEST() 75 ExpectNextWordBreakForCache(0, "'a' 'b' | U+2000 U+2000 'c' 'd'"); in TEST() 76 ExpectNextWordBreakForCache(1, "'a' 'b' | U+2000 U+2000 'c' 'd'"); in TEST() 77 ExpectNextWordBreakForCache(2, "'a' 'b' U+2000 | U+2000 'c' 'd'"); in TEST() [all …]
|
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/temporal/ |
H A D | TestIsoFields.java | 153 {LocalDate.of(2000, 1, 1), LocalDate.of(2000, 1, 1), 0}, in data_quartersBetween() 154 {LocalDate.of(2000, 1, 1), LocalDate.of(2000, 1, 2), 0}, in data_quartersBetween() 155 {LocalDate.of(2000, 1, 1), LocalDate.of(2000, 2, 1), 0}, in data_quartersBetween() 156 {LocalDate.of(2000, 1, 1), LocalDate.of(2000, 3, 1), 0}, in data_quartersBetween() 157 {LocalDate.of(2000, 1, 1), LocalDate.of(2000, 3, 31), 0}, in data_quartersBetween() 158 {LocalDate.of(2000, 1, 1), LocalDate.of(2000, 4, 1), 1}, in data_quartersBetween() 159 {LocalDate.of(2000, 1, 1), LocalDate.of(2000, 4, 2), 1}, in data_quartersBetween() 160 {LocalDate.of(2000, 1, 1), LocalDate.of(2000, 6, 30), 1}, in data_quartersBetween() 161 {LocalDate.of(2000, 1, 1), LocalDate.of(2000, 7, 1), 2}, in data_quartersBetween() 162 {LocalDate.of(2000, 1, 1), LocalDate.of(2000, 10, 1), 3}, in data_quartersBetween() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | BluetoothCodecStatusTest.java | 44 2000, 56 2000, 68 2000, 82 2000, 95 2000, 107 2000, 120 2000, 133 2000, 145 2000, 158 2000, [all …]
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | ImsStatsTest.java | 69 private static final long START_TIME_MILLIS = 2000L; 181 mImsStats.incTimeMillis(2000L); in conclude_registered() 192 assertEquals(2000L, stats.registeredMillis); in conclude_registered() 193 assertEquals(2000L, stats.voiceCapableMillis); in conclude_registered() 194 assertEquals(2000L, stats.voiceAvailableMillis); in conclude_registered() 195 assertEquals(2000L, stats.videoCapableMillis); in conclude_registered() 196 assertEquals(2000L, stats.videoAvailableMillis); in conclude_registered() 197 assertEquals(2000L, stats.utCapableMillis); in conclude_registered() 198 assertEquals(2000L, stats.utAvailableMillis); in conclude_registered() 199 assertEquals(2000L, stats.smsCapableMillis); in conclude_registered() [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/ |
H A D | TCKYearMonth.java | 299 {"2000-01", YearMonth.of(2000, 1)}, in provider_goodParseData() 300 {"2000-02", YearMonth.of(2000, 2)}, in provider_goodParseData() 301 {"2000-03", YearMonth.of(2000, 3)}, in provider_goodParseData() 302 {"2000-04", YearMonth.of(2000, 4)}, in provider_goodParseData() 303 {"2000-05", YearMonth.of(2000, 5)}, in provider_goodParseData() 304 {"2000-06", YearMonth.of(2000, 6)}, in provider_goodParseData() 305 {"2000-07", YearMonth.of(2000, 7)}, in provider_goodParseData() 306 {"2000-08", YearMonth.of(2000, 8)}, in provider_goodParseData() 307 {"2000-09", YearMonth.of(2000, 9)}, in provider_goodParseData() 308 {"2000-10", YearMonth.of(2000, 10)}, in provider_goodParseData() [all …]
|
H A D | TCKLocalDateTime.java | 2758 {dtNoon(2000, 1, 1), dtNoon(2000, 1, 1), DAYS, 0}, 2759 {dtNoon(2000, 1, 1), dtNoon(2000, 1, 1), WEEKS, 0}, 2760 {dtNoon(2000, 1, 1), dtNoon(2000, 1, 1), MONTHS, 0}, 2761 {dtNoon(2000, 1, 1), dtNoon(2000, 1, 1), YEARS, 0}, 2762 {dtNoon(2000, 1, 1), dtNoon(2000, 1, 1), DECADES, 0}, 2763 {dtNoon(2000, 1, 1), dtNoon(2000, 1, 1), CENTURIES, 0}, 2764 {dtNoon(2000, 1, 1), dtNoon(2000, 1, 1), MILLENNIA, 0}, 2766 {dtNoon(2000, 1, 15), dtNoon(2000, 2, 14), DAYS, 30}, 2767 {dtNoon(2000, 1, 15), dtNoon(2000, 2, 15), DAYS, 31}, 2768 {dtNoon(2000, 1, 15), dtNoon(2000, 2, 16), DAYS, 32}, [all …]
|
/aosp_15_r20/external/harfbuzz_ng/test/shape/data/in-house/tests/ |
H A D | use-marchen.tests | 3 …ts/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf;;U+11C8A,U+11CB5;[u11C8A=0+2000|u11CB5=0@-2000,0+0] 5 ../fonts/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf;;U+11C7E,U+11C8A;[u11C7E=0+2600|u11C8A=1+2000] 12 …s/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf;;U+11C8D,U+11C92,U+11CAA;[u11C8D.11C92.11CAA=0+2000] 13 …s/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf;;U+11C8D,U+11C94,U+11CAA;[u11C8D.11C94.11CAA=0+2000] 14 …s/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf;;U+11C8D,U+11C9D,U+11CAA;[u11C8D.11C9D.11CAA=0+2000] 17 …2552b654585b7a8d13dcc3e8fd9f7970a3.ttf;;U+11C80,U+11C72,U+11CAA;[u11C80=0+2400|u11C72.11CAA=1+2000] 18 …2552b654585b7a8d13dcc3e8fd9f7970a3.ttf;;U+11C8C,U+11CB1,U+11C8D;[u11C8C.11CB1=0+2793|u11C8D=2+2000] 20 …2552b654585b7a8d13dcc3e8fd9f7970a3.ttf;;U+11C7F,U+11CB2,U+11C7D;[u11C7F.11CB2=0+2400|u11C7D=2+2000] 21 ../fonts/85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf;;U+11C8D,U+11CB2,U+11C81;[u11C8D.11CB2=0+2000… 22 …2552b654585b7a8d13dcc3e8fd9f7970a3.ttf;;U+11C8C,U+11CB4,U+11C74;[u11C8C.11CB4=0+2800|u11C74=2+2000] [all …]
|
/aosp_15_r20/external/webrtc/rtc_base/experiments/ |
H A D | balanced_degradation_settings_unittest.cc | 122 "pixels:1000|2000|3000,fps:0|15|25/"); in TEST() 138 "pixels:1000|2000|3000,fps:5|4|25/"); in TEST() 146 "pixels:1000|2000|3000,fps:5|15|25,vp8_fps:7|8|9,vp9_fps:9|10|11," in TEST() 163 2000, in TEST() 189 "pixels:1000|2000|3000,fps:7|15|25,vp8_fps:0|15|25/"); in TEST() 197 "pixels:1000|2000|3000,fps:7|15|25,vp8_fps:10|15|2000/"); in TEST() 205 "pixels:1000|2000|3000,fps:4|5|25,vp8_fps:5|4|25/"); in TEST() 213 "pixels:1000|2000|3000,fps:5|15|25/"); in TEST() 218 EXPECT_EQ(15, settings.MinFps(kVideoCodecVP8, 2000)); in TEST() 228 "pixels:1000|2000|3000,fps:5|15|25,vp8_fps:7|10|12/"); in TEST() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/ |
H A D | mkl_matmul_op_benchmark.cc | 97 BM_Matmul(2000, 2000, 1, false, false); 98 BM_Matmul(2000, 2000, 1, true, false); 99 BM_Matmul(2000, 2000, 1, false, true); 100 BM_Matmul(2000, 2000, 1, true, true); 111 BM_Matmul(1, 2000, 2000, false, false); 112 BM_Matmul(1, 2000, 2000, true, false); 113 BM_Matmul(1, 2000, 2000, false, true); 114 BM_Matmul(1, 2000, 2000, true, true); 125 BM_Matmul(2000, 1, 2000, false, false); 126 BM_Matmul(2000, 1, 2000, true, false); [all …]
|
/aosp_15_r20/external/bazelbuild-rules_go/third_party/ |
H A D | org_golang_x_tools-gazelle.patch | 3 +++ c/benchmark/parse/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000 27 +++ c/blog/atom/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000 45 +++ c/blog/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000 73 +++ c/cmd/auth/authtest/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000 92 +++ c/cmd/auth/cookieauth/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000 110 +++ c/cmd/auth/gitauth/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000 129 +++ c/cmd/auth/netrcauth/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000 147 +++ c/cmd/benchcmp/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000 180 +++ c/cmd/bundle/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000 206 +++ c/cmd/bundle/testdata/src/domain.name/importdecl/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000 [all …]
|