Home
last modified time | relevance | path

Searched full:past (Results 1 – 25 of 10280) sorted by relevance

12345678910>>...412

/aosp_15_r20/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
H A DTestHidDescriptor.cpp258 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
292 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
299 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
306 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
313 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
320 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
327 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
411 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
418 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
425 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/data/locales/
H A Dnn.txt285 past{
293 past{
305 past{
322 past{
335 past{
348 past{
360 past{
368 past{
376 past{
388 past{
[all …]
H A Dmi.txt377 past{
388 past{
396 past{
438 past{
453 past{
468 past{
482 past{
493 past{
504 past{
518 past{
[all …]
H A Dhi_Latn.txt396 past{
414 past{
432 past{
461 past{
478 past{
495 past{
511 past{
523 past{
535 past{
550 past{
[all …]
H A Dwo.txt250 past{
277 past{
292 past{
307 past{
321 past{
332 past{
346 past{
357 past{
372 past{
387 past{
[all …]
H A Dse_FI.txt472 past{
509 past{
523 past{
542 past{
559 past{
574 past{
591 past{
606 past{
625 past{
634 past{
[all …]
H A Dsr_Latn_BA.txt85 past{
94 past{
114 past{
130 past{
139 past{
148 past{
157 past{
176 past{
212 past{
226 past{
[all …]
H A Dsr_Cyrl_BA.txt85 past{
94 past{
114 past{
130 past{
139 past{
148 past{
157 past{
176 past{
212 past{
226 past{
[all …]
/aosp_15_r20/external/icu/icu4c/source/data/locales/
H A Dnn.txt285 past{
293 past{
305 past{
322 past{
335 past{
348 past{
360 past{
368 past{
376 past{
388 past{
[all …]
H A Dmi.txt377 past{
388 past{
396 past{
438 past{
453 past{
468 past{
482 past{
493 past{
504 past{
518 past{
[all …]
H A Dhi_Latn.txt396 past{
414 past{
432 past{
461 past{
478 past{
495 past{
511 past{
523 past{
535 past{
550 past{
[all …]
H A Dwo.txt250 past{
277 past{
292 past{
307 past{
321 past{
332 past{
346 past{
357 past{
372 past{
387 past{
[all …]
H A Dse_FI.txt472 past{
509 past{
523 past{
542 past{
559 past{
574 past{
591 past{
606 past{
625 past{
634 past{
[all …]
H A Dsr_Cyrl_BA.txt85 past{
94 past{
114 past{
130 past{
139 past{
148 past{
157 past{
176 past{
212 past{
226 past{
[all …]
H A Dsr_Latn_BA.txt85 past{
94 past{
114 past{
130 past{
139 past{
148 past{
157 past{
176 past{
212 past{
226 past{
[all …]
H A Dfo.txt842 past{
855 past{
868 past{
897 past{
914 past{
931 past{
947 past{
960 past{
976 past{
989 past{
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Darray-bounds.cpp11 …y[2] = 2; // expected-warning {{array index 2 is past the end of the array (which contains 2 eleme… in foo()
12 …z[1] = 'x'; // expected-warning {{array index 1 is past the end of the array (which contains 1 ele… in foo()
13 …w[0][2] = 0; // expected-warning {{array index 2 is past the end of the array (which contains 1 el… in foo()
14 …v[0][0][2] = 0; // expected-warning {{array index 2 is past the end of the array (which contains 1… in foo()
15 …return x[2] + // expected-warning {{array index 2 is past the end of the array (which contains 2 … in foo()
17 …x[sizeof(x)] + // expected-warning {{array index 8 is past the end of the array (which contains 2… in foo()
18 …x[sizeof(x) / sizeof(x[0])] + // expected-warning {{array index 2 is past the end of the array (w… in foo()
20 …x[sizeof(x[2])]; // expected-warning {{array index 4 is past the end of the array (which contains … in foo()
34 …int val = a[3]; // expected-warning {{array index 3 is past the end of the array (which contains … in f2()
47 …u.a[3] = 1; // expected-warning {{array index 3 is past the end of the array (which contains 2 ele… in test()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/strings/string.view/string.view.iterators/
H A Dassert.iterator-indexing.pass.cpp27 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
34 reverse ? "__bounded_iter::operator+=: Attempt to rewind an iterator past the start" in test_iterator()
39 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
44 // Incrementing an iterator past the end. in test_iterator()
47 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
48 : "__bounded_iter::operator++: Attempt to advance an iterator past the end"; in test_iterator()
55 // Decrementing an iterator past the start. in test_iterator()
58 reverse ? "__bounded_iter::operator++: Attempt to advance an iterator past the end" in test_iterator()
59 : "__bounded_iter::operator--: Attempt to rewind an iterator past the start"; in test_iterator()
66 // Advancing past the end with operator+= and operator+. in test_iterator()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/views/views.span/
H A Dassert.iterator-indexing.pass.cpp31 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
38 reverse ? "__bounded_iter::operator+=: Attempt to rewind an iterator past the start" in test_iterator()
43 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
48 // Incrementing an iterator past the end. in test_iterator()
51 reverse ? "__bounded_iter::operator--: Attempt to rewind an iterator past the start" in test_iterator()
52 : "__bounded_iter::operator++: Attempt to advance an iterator past the end"; in test_iterator()
58 // Decrementing an iterator past the start. in test_iterator()
61 reverse ? "__bounded_iter::operator++: Attempt to advance an iterator past the end" in test_iterator()
62 : "__bounded_iter::operator--: Attempt to rewind an iterator past the start"; in test_iterator()
68 // Advancing past the end with operator+= and operator+. in test_iterator()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DDateTimeView.java234 // localTime is the local time for mTimeMillis but at zero seconds past the minute. in update()
239 // now is current local time but at zero seconds past the minute. in update()
291 // If the time is in the past, don't schedule an update in update()
307 boolean past = (now >= mTimeMillis);
315 result = getContext().getResources().getString(getMinutesStringId(past), count);
319 result = getContext().getResources().getString(getHoursStringId(past), count);
328 result = getContext().getResources().getString(getDaysStringId(past), count);
329 if (past || count != 1) {
338 result = getContext().getResources().getString(getYearsStringId(past), count);
342 if (past) {
[all …]
/aosp_15_r20/external/cldr/common/main/
H A Drhg.xml128 <relativeTime type="past">
140 <relativeTime type="past">
152 <relativeTime type="past">
164 <relativeTime type="past">
173 <relativeTime type="past">
182 <relativeTime type="past">
194 <relativeTime type="past">
206 <relativeTime type="past">
218 <relativeTime type="past">
230 <relativeTime type="past">
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
H A DPlaceholders.txt91 ^//ldml/dates/fields/field\[@type="day"]/relativeTime\[@type="(future|past)"]/relativeTimePattern\[…
92 ^//ldml/dates/fields/field\[@type="day-short"]/relativeTime\[@type="(future|past)"]/relativeTimePat…
93 ^//ldml/dates/fields/field\[@type="day-narrow"]/relativeTime\[@type="(future|past)"]/relativeTimePa…
94 ^//ldml/dates/fields/field\[@type="fri"]/relativeTime\[@type="(future|past)"]/relativeTimePattern\[…
95 ^//ldml/dates/fields/field\[@type="fri-short"]/relativeTime\[@type="(future|past)"]/relativeTimePat…
96 ^//ldml/dates/fields/field\[@type="fri-narrow"]/relativeTime\[@type="(future|past)"]/relativeTimePa…
97 ^//ldml/dates/fields/field\[@type="hour"]/relativeTime\[@type="(future|past)"]/relativeTimePattern\…
98 ^//ldml/dates/fields/field\[@type="hour-short"]/relativeTime\[@type="(future|past)"]/relativeTimePa…
99 ^//ldml/dates/fields/field\[@type="hour-narrow"]/relativeTime\[@type="(future|past)"]/relativeTimeP…
100 ^//ldml/dates/fields/field\[@type="minute"]/relativeTime\[@type="(future|past)"]/relativeTimePatter…
[all …]
/aosp_15_r20/external/llvm/test/Object/
H A Dmacho-invalid.test10 INCOMPLETE-LOADC: truncated or malformed object (load command 0 extends past the end all load comma…
14 INCOMPLETE-LOADC-1: truncated or malformed object (load command 1 extends past the end all load com…
20 SMALL-LOADC-SIZE: truncated or malformed object (load commands extend past the end of the file)
47 …rmed object (ilocalsym plus nlocalsym in LC_DYSYMTAB load command extends past the end of the symb…
52 RUN: not llvm-objdump -t %p/Inputs/macho-invalid-symbol-name-past-eof 2>&1 \
53 RUN: | FileCheck -check-prefix NAME-PAST-EOF %s
54 NAME-PAST-EOF: truncated or malformed object (bad string index: 4261412866 for symbol at index 0)
55 RUN: llvm-nm -pa %p/Inputs/macho-invalid-symbol-name-past-eof 2>&1 \
56 RUN: | FileCheck -check-prefix NAME-PAST-EOF-nm-pa %s
57 NAME-PAST-EOF-nm-pa: 0000000000000000 - 00 0000 SO bad string index
[all …]
/aosp_15_r20/external/replicaisland/res/xml/
H A Dlevel_tree.xml14 …e="@raw/level_0_2_lab" title = "@string/level_0_2_lab" time = "@string/level_0_2_time" past="true">
32 …e="@raw/level_0_3_lab" title = "@string/level_0_3_lab" time = "@string/level_0_3_time" past="true">
46 …w/level_1_1_island" title = "@string/level_1_1_island" time = "@string/level_1_1_time" past="true">
55 …/level_1_2_island" title = "@string/level_1_2_island" time = "@string/level_1_2_time" past="true"/>
56 …w/level_1_3_island" title = "@string/level_1_3_island" time = "@string/level_1_3_time" past="true">
73 …raw/level_2_1_grass" title = "@string/level_2_1_grass" time = "@string/level_2_1_time" past="true">
79 …<!-- <level resource="@raw/level_1_4_island" title = "@string/level_1_4_island" past="true" time =…
91 …<level resource="@raw/level_1_5_island" title = "@string/level_1_5_island" past="true" time = "@st…
97 …<level resource="@raw/level_2_2_grass" title = "@string/level_2_2_grass" past="true" time = "@stri…
98 …<level resource="@raw/level_2_3_grass" title = "@string/level_2_3_grass" past="true" time = "@stri…
[all …]
/aosp_15_r20/out/soong/.intermediates/art/runtime/libart_mterp.x86_64ng/gen/
Dmterp_x86_64ng.S1839 // Advance to the end of this handler. Causes error if we are past that point.
1861 // Advance to the end of this handler. Causes error if we are past that point.
1881 // Advance to the end of this handler. Causes error if we are past that point.
1902 // Advance to the end of this handler. Causes error if we are past that point.
1920 // Advance to the end of this handler. Causes error if we are past that point.
1936 // Advance to the end of this handler. Causes error if we are past that point.
1953 // Advance to the end of this handler. Causes error if we are past that point.
1975 // Advance to the end of this handler. Causes error if we are past that point.
1995 // Advance to the end of this handler. Causes error if we are past that point.
2016 // Advance to the end of this handler. Causes error if we are past that point.
[all …]

12345678910>>...412