Home
last modified time | relevance | path

Searched full:last (Results 1 – 25 of 30902) sorted by relevance

12345678910>>...1237

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/
Dminmax_element.hpp20 * minmax_element(first, last)
21 * Effect: std::make_pair( std::min_element(first, last),
22 * std::max_element(first, last) );
24 * minmax_element(first, last, comp)
25 * Effect: std::make_pair( std::min_element(first, last, comp),
26 * std::max_element(first, last, comp) );
58 basic_minmax_element(ForwardIter first, ForwardIter last, Compare comp) in basic_minmax_element() argument
60 if (first == last) in basic_minmax_element()
61 return std::make_pair(last,last); in basic_minmax_element()
68 if (second == last) in basic_minmax_element()
[all …]
/aosp_15_r20/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/
H A DREADME.md26 [2018/04/05 12:08:59:9139] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
27 [2018/04/05 12:08:59:9139] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
28 [2018/04/05 12:08:59:9139] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
29 [2018/04/05 12:08:59:9139] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
30 [2018/04/05 12:08:59:9139] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
31 [2018/04/05 12:08:59:9140] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
32 [2018/04/05 12:08:59:9140] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
33 [2018/04/05 12:08:59:9140] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
34 [2018/04/05 12:08:59:9140] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
35 [2018/04/05 12:08:59:9140] USER: LWS_CALLBACK_CLIENT_RECEIVE: 1024 (rpp 0, last 0)
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/
H A Drobust_against_adl.compile.pass.cpp48 Holder<Incomplete> **last = t.data+10; in all_the_algorithms() local
55 (void)std::adjacent_find(first, last); in all_the_algorithms()
56 (void)std::adjacent_find(first, last, std::equal_to<void*>()); in all_the_algorithms()
58 (void)std::all_of(first, last, UnaryTrue()); in all_the_algorithms()
59 (void)std::any_of(first, last, UnaryTrue()); in all_the_algorithms()
61 (void)std::binary_search(first, last, value); in all_the_algorithms()
62 (void)std::binary_search(first, last, value, std::less<void*>()); in all_the_algorithms()
67 (void)std::copy(first, last, first2); in all_the_algorithms()
68 (void)std::copy_backward(first, last, last2); in all_the_algorithms()
70 (void)std::count(first, last, value); in all_the_algorithms()
[all …]
H A Drobust_re_difference_type.compile.pass.cpp80 auto last = PickyIterator<void**, long>(a+10); in all_the_algorithms() local
87 (void)std::adjacent_find(first, last); in all_the_algorithms()
88 (void)std::adjacent_find(first, last, std::equal_to<void*>()); in all_the_algorithms()
90 (void)std::all_of(first, last, UnaryTrue()); in all_the_algorithms()
91 (void)std::any_of(first, last, UnaryTrue()); in all_the_algorithms()
93 (void)std::binary_search(first, last, value); in all_the_algorithms()
94 (void)std::binary_search(first, last, value, std::less<void*>()); in all_the_algorithms()
99 (void)std::copy(first, last, first2); in all_the_algorithms()
100 (void)std::copy_backward(first, last, last2); in all_the_algorithms()
102 (void)std::count(first, last, value); in all_the_algorithms()
[all …]
/aosp_15_r20/external/apache-xml/test/tests/conf/sort/
H A Dsort04.xml7 <name><first>Sharon</first><last>Adler</last></name>
12 <name><first>Steve</first><last>Zilles</last></name>
17 <name><first>Vincent</first><last>Quint</last></name>
22 <primary><name><first>Alex</first><last>Milowski</last></name></primary>
23 <alternate><name><first>Murray</first><last>Maloney</last></name></alternate>
29 <primary><name><first>Jeff</first><last>Caruso</last></name></primary>
30 <alternate><name><first>Andrew</first><last>Greene</last></name></alternate>
36 <primary><name><first>Boris</first><last>Moore</last></name></primary>
37 <alternate><name><first>Daniel</first><last>Rivers-Moore</last></name></alternate>
43 <primary><name><first>Chris</first><last>Maden</last></name></primary>
[all …]
H A Dsort07.xml6 <name><first>Sharon</first><last>Adler</last></name>
11 <name><first>Steve</first><last>Zilles</last></name>
16 <name><first>Vincent</first><last>Quint</last></name>
21 <primary><name><first>Alex</first><last>Milowski</last></name></primary>
22 <alternate><name><first>Murray</first><last>Maloney</last></name></alternate>
28 <primary><name><first>Jeff</first><last>Caruso</last></name></primary>
29 <alternate><name><first>Andrew</first><last>Greene</last></name></alternate>
35 <primary><name><first>Boris</first><last>Moore</last></name></primary>
36 <alternate><name><first>Daniel</first><last>Rivers-Moore</last></name></alternate>
42 <primary><name><first>Chris</first><last>Maden</last></name></primary>
[all …]
H A Dsort05.xml7 <name><first>Sharon</first><last>Adler</last></name>
12 <name><first>Steve</first><last>Zilles</last></name>
17 <name><first>Vincent</first><last>Quint</last></name>
22 <primary><name><first>Alex</first><last>Milowski</last></name></primary>
23 <alternate><name><first>Murray</first><last>Maloney</last></name></alternate>
29 <primary><name><first>Jeff</first><last>Caruso</last></name></primary>
30 <alternate><name><first>Andrew</first><last>Greene</last></name></alternate>
36 <primary><name><first>Boris</first><last>Moore</last></name></primary>
37 <alternate><name><first>Daniel</first><last>Rivers-Moore</last></name></alternate>
43 <primary><name><first>Chris</first><last>Maden</last></name></primary>
[all …]
H A Dsort06.xml7 <name><first>Sharon</first><last>Adler</last></name>
12 <name><first>Steve</first><last>Zilles</last></name>
17 <name><first>Vincent</first><last>Quint</last></name>
22 <primary><name><first>Alex</first><last>Milowski</last></name></primary>
23 <alternate><name><first>Murray</first><last>Maloney</last></name></alternate>
29 <primary><name><first>Jeff</first><last>Caruso</last></name></primary>
30 <alternate><name><first>Andrew</first><last>Greene</last></name></alternate>
36 <primary><name><first>Boris</first><last>Moore</last></name></primary>
37 <alternate><name><first>Daniel</first><last>Rivers-Moore</last></name></alternate>
43 <primary><name><first>Chris</first><last>Maden</last></name></primary>
[all …]
H A Dsort03.xml7 <name><first>Sharon</first><last>Adler</last></name>
12 <name><first>Steve</first><last>Zilles</last></name>
17 <name><first>Vincent</first><last>Quint</last></name>
22 <primary><name><first>Alex</first><last>Milowski</last></name></primary>
23 <alternate><name><first>Murray</first><last>Maloney</last></name></alternate>
29 <primary><name><first>Jeff</first><last>Caruso</last></name></primary>
30 <alternate><name><first>Andrew</first><last>Greene</last></name></alternate>
36 <primary><name><first>Boris</first><last>Moore</last></name></primary>
37 <alternate><name><first>Daniel</first><last>Rivers-Moore</last></name></alternate>
43 <primary><name><first>Chris</first><last>Maden</last></name></primary>
[all …]
H A Dsort26.xml6 <name><first>Sharon</first><last>Adler</last></name>
11 <name><first>Steve</first><last>Zilles</last></name>
16 <name><first>Vincent</first><last>Quint</last></name>
21 <primary><name><first>Alex</first><last>Milowski</last></name></primary>
22 <alternate><name><first>Murray</first><last>Maloney</last></name></alternate>
28 <primary><name><first>Jeff</first><last>Caruso</last></name></primary>
29 <alternate><name><first>Andrew</first><last>Greene</last></name></alternate>
35 <primary><name><first>Boris</first><last>Moore</last></name></primary>
36 <alternate><name><first>Daniel</first><last>Rivers-Moore</last></name></alternate>
42 <primary><name><first>Chris</first><last>Maden</last></name></primary>
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_syntax.py7 Traceback (most recent call last):
31 Traceback (most recent call last):
35 Traceback (most recent call last):
39 Traceback (most recent call last):
43 Traceback (most recent call last):
47 Traceback (most recent call last):
51 Traceback (most recent call last):
55 Traceback (most recent call last):
59 Traceback (most recent call last):
63 Traceback (most recent call last):
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp40 static const char *parse_type(const char *first, const char *last, C &db);
42 static const char *parse_encoding(const char *first, const char *last, C &db);
44 static const char *parse_name(const char *first, const char *last, C &db,
47 static const char *parse_expression(const char *first, const char *last, C &db);
49 static const char *parse_template_args(const char *first, const char *last,
52 static const char *parse_operator_name(const char *first, const char *last,
55 static const char *parse_unqualified_name(const char *first, const char *last,
58 static const char *parse_decltype(const char *first, const char *last, C &db);
62 static const char *parse_number(const char *first, const char *last) { in parse_number() argument
63 if (first != last) { in parse_number()
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java65 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"}, in TestRelativeDateWithQuantity()
66 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"}, in TestRelativeDateWithQuantity()
67 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"}, in TestRelativeDateWithQuantity()
68 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"}, in TestRelativeDateWithQuantity()
69 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"}, in TestRelativeDateWithQuantity()
70 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"}, in TestRelativeDateWithQuantity()
71 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"}, in TestRelativeDateWithQuantity()
72 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"}, in TestRelativeDateWithQuantity()
73 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"}, in TestRelativeDateWithQuantity()
74 {0.5, Direction.LAST, RelativeUnit.HOURS, "0.5 hours ago"}, in TestRelativeDateWithQuantity()
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java68 {0.0, Direction.LAST, RelativeUnit.SECONDS, "0 seconds ago"}, in TestRelativeDateWithQuantity()
69 {0.5, Direction.LAST, RelativeUnit.SECONDS, "0.5 seconds ago"}, in TestRelativeDateWithQuantity()
70 {1.0, Direction.LAST, RelativeUnit.SECONDS, "1 second ago"}, in TestRelativeDateWithQuantity()
71 {2.0, Direction.LAST, RelativeUnit.SECONDS, "2 seconds ago"}, in TestRelativeDateWithQuantity()
72 {0.0, Direction.LAST, RelativeUnit.MINUTES, "0 minutes ago"}, in TestRelativeDateWithQuantity()
73 {0.5, Direction.LAST, RelativeUnit.MINUTES, "0.5 minutes ago"}, in TestRelativeDateWithQuantity()
74 {1.0, Direction.LAST, RelativeUnit.MINUTES, "1 minute ago"}, in TestRelativeDateWithQuantity()
75 {2.0, Direction.LAST, RelativeUnit.MINUTES, "2 minutes ago"}, in TestRelativeDateWithQuantity()
76 {0.0, Direction.LAST, RelativeUnit.HOURS, "0 hours ago"}, in TestRelativeDateWithQuantity()
77 {0.5, Direction.LAST, RelativeUnit.HOURS, "0.5 hours ago"}, in TestRelativeDateWithQuantity()
[all …]
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc34 const char* parse_type(const char* first, const char* last, C& db);
36 const char* parse_encoding(const char* first, const char* last, C& db);
38 const char* parse_name(const char* first, const char* last, C& db,
41 const char* parse_expression(const char* first, const char* last, C& db);
43 const char* parse_template_args(const char* first, const char* last, C& db);
45 const char* parse_operator_name(const char* first, const char* last, C& db);
47 const char* parse_unqualified_name(const char* first, const char* last, C& db);
49 const char* parse_decltype(const char* first, const char* last, C& db);
94 print_state(const char* msg, const char* first, const char* last, const C& db) in print_state() argument
97 for (; first != last; ++first) in print_state()
[all …]
/aosp_15_r20/external/arm-optimized-routines/string/arm/
H A Dasmdefs.h68 * - first - If `last' specified, this serves as start of general-purpose
72 * - last - If given, specifies inclusive upper-bound of GPR range.
101 .macro cfirestorelist first, last
102 .cfi_restore \last
103 .if \last-\first
104 cfirestorelist \first, \last-1
109 .macro cfisavelist first, last, index=1
110 .cfi_offset \last, -4*(\index)
111 .if \last-\first
112 cfisavelist \first, \last-1, \index+1
[all …]
/aosp_15_r20/external/mesa3d/src/etnaviv/ci/
H A Detnaviv-gc2000-fails.txt487 …End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: center bottom PV: LAST,Fail
489 …End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: center middle PV: LAST,Fail
491 …in/End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: center top PV: LAST,Fail
493 …n/End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: left bottom PV: LAST,Fail
495 …n/End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: left middle PV: LAST,Fail
497 …egin/End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: left top PV: LAST,Fail
499 …/End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: right bottom PV: LAST,Fail
501 …/End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: right middle PV: LAST,Fail
503 …gin/End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: right top PV: LAST,Fail
505 …End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_LINE)- quadrant: center bottom PV: LAST,Fail
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.cal/time.cal.mdlast/
H A Dostream.pass.cpp72 SV("0 is not a valid month/last")); in test()
73 …_EQUAL(stream_c_locale<CharT>(std::chrono::month_day_last{std::chrono::month{1}}), SV("Jan/last")); in test()
74 …_EQUAL(stream_c_locale<CharT>(std::chrono::month_day_last{std::chrono::month{2}}), SV("Feb/last")); in test()
75 …_EQUAL(stream_c_locale<CharT>(std::chrono::month_day_last{std::chrono::month{3}}), SV("Mar/last")); in test()
76 …_EQUAL(stream_c_locale<CharT>(std::chrono::month_day_last{std::chrono::month{4}}), SV("Apr/last")); in test()
77 …_EQUAL(stream_c_locale<CharT>(std::chrono::month_day_last{std::chrono::month{5}}), SV("May/last")); in test()
78 …_EQUAL(stream_c_locale<CharT>(std::chrono::month_day_last{std::chrono::month{6}}), SV("Jun/last")); in test()
79 …_EQUAL(stream_c_locale<CharT>(std::chrono::month_day_last{std::chrono::month{7}}), SV("Jul/last")); in test()
80 …_EQUAL(stream_c_locale<CharT>(std::chrono::month_day_last{std::chrono::month{8}}), SV("Aug/last")); in test()
81 …_EQUAL(stream_c_locale<CharT>(std::chrono::month_day_last{std::chrono::month{9}}), SV("Sep/last")); in test()
[all …]
/aosp_15_r20/external/libdivsufsort/lib/
H A Dtrsort.c79 tr_insertionsort(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { in tr_insertionsort() argument
83 for(a = first + 1; a < last; ++a) { in tr_insertionsort()
167 tr_pivot(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { in tr_pivot() argument
171 t = last - first; in tr_pivot()
176 return tr_median3(ISAd, first, middle, last - 1); in tr_pivot()
179 return tr_median5(ISAd, first, first + t, middle, last - 1 - t, last - 1); in tr_pivot()
185 last = tr_median3(ISAd, last - 1 - (t << 1), last - 1 - t, last - 1); in tr_pivot()
186 return tr_median3(ISAd, first, middle, last); in tr_pivot()
223 saidx_t *first, saidx_t *middle, saidx_t *last, in tr_partition() argument
229 for(b = middle - 1; (++b < last) && ((x = ISAd[*b]) == v);) { } in tr_partition()
[all …]
/aosp_15_r20/external/ltp/include/lapi/
H A Dmsgbuf.h32 long msg_stime; /* last msgsnd time */
33 long msg_rtime; /* last msgrcv time */
34 long msg_ctime; /* last change time */
38 __kernel_pid_t msg_lspid; /* pid of last msgsnd */
39 __kernel_pid_t msg_lrpid; /* last receive pid */
48 unsigned long msg_stime; /* last msgsnd time */
50 unsigned long msg_rtime; /* last msgrcv time */
52 unsigned long msg_ctime; /* last change time */
56 __kernel_pid_t msg_lspid; /* pid of last msgsnd */
57 __kernel_pid_t msg_lrpid; /* last receive pid */
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/minmax/test/
Dminmax_element_test.cpp28 void do_shuffle(RandomIt first, RandomIt last) in do_shuffle() argument
29 { std::shuffle(first, last, gen); } in do_shuffle()
32 void do_shuffle(RandomIt first, RandomIt last) in do_shuffle() argument
33 { std::random_shuffle(first, last); } in do_shuffle()
115 void test_minmax(CIterator first, CIterator last, int n) in test_minmax() argument
123 RCIterator rfirst(last), rlast(first), rmin, rmax; in test_minmax()
129 tie( boost::minmax_element(first, last), min, max ); in test_minmax()
131 CHECK_EQUAL_ITERATORS( min, std::min_element(first, last), first ); in test_minmax()
132 CHECK_EQUAL_ITERATORS( max, std::max_element(first, last), first ); in test_minmax()
136 tie( boost::minmax_element(first, last, lc), min, max ); in test_minmax()
[all …]
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/docs/html/
H A Dtabs.css1last-child>a,.sm-dox>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul,.sm-dox>li:last-child>ul>l…
/aosp_15_r20/external/tinyxml2/docs/
H A Dtabs.css1last-child>a,.sm-dox>li:last-child>*:not(ul) a,.sm-dox>li:last-child>ul,.sm-dox>li:last-child>ul>l…
/aosp_15_r20/external/zstd/lib/dictBuilder/
H A Ddivsufsort.c258 int *first, int *last, int depth) { in ss_insertionsort() argument
263 for(i = last - 2; first <= i; --i) { in ss_insertionsort()
265 do { *(j - 1) = *j; } while((++j < last) && (*j < 0)); in ss_insertionsort()
266 if(last <= j) { break; } in ss_insertionsort()
353 ss_pivot(const unsigned char *Td, const int *PA, int *first, int *last) { in ss_pivot() argument
357 t = last - first; in ss_pivot()
362 return ss_median3(Td, PA, first, middle, last - 1); in ss_pivot()
365 return ss_median5(Td, PA, first, first + t, middle, last - 1 - t, last - 1); in ss_pivot()
371 last = ss_median3(Td, PA, last - 1 - (t << 1), last - 1 - t, last - 1); in ss_pivot()
372 return ss_median3(Td, PA, first, middle, last); in ss_pivot()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.nonmembers/
H A Dostream.pass.cpp73 SV("0000/0 is not a valid month/last")); in test()
76 SV("-32768 is not a valid year/Jan/last")); in test()
79 SV("-32767/Feb/last")); in test()
82 SV("0000/Mar/last")); in test()
85 SV("1970/Apr/last")); in test()
88 SV("32767/May/last")); in test()
91 SV("0000/Jun/last")); in test()
94 SV("0000/Jul/last")); in test()
97 SV("0000/Aug/last")); in test()
100 SV("0000/Sep/last")); in test()
[all …]

12345678910>>...1237