Home
last modified time | relevance | path

Searched full:first (Results 1 – 25 of 18145) sorted by relevance

12345678910>>...726

/external/apache-xml/test/tests/conf-gold/numbering/
Dnumbering01.out3 1. First Chapter
4 1. First Section In first Chapter
5 1. First Subsection in first Section In first Chapter
6 1. Second Subsection in first Section In first Chapter
7 1. Third Subsection in first Section In first Chapter
8 1. Fourth Subsection in first Section In first Chapter
9 1. Fifth Subsection in first Section In first Chapter
10 1. Second Section In first Chapter
11 1. First Subsection in second Section In first Chapter
12 1. Second Subsection in second Section In first Chapter
[all …]
Dnumbering03.out3 1. First Chapter
4 1.1. First Section In first Chapter
5 1.1.1. First Subsection in first Section In first Chapter
6 1.1.2. Second Subsection in first Section In first Chapter
7 1.1.3. Third Subsection in first Section In first Chapter
8 1.1.4. Fourth Subsection in first Section In first Chapter
9 1.1.5. Fifth Subsection in first Section In first Chapter
10 1.2. Second Section In first Chapter
11 1.2.1. First Subsection in second Section In first Chapter
12 1.2.2. Second Subsection in second Section In first Chapter
[all …]
Dnumbering08.out5 01. First Chapter
7 01-001. First Section In first Chapter
8 01-001-001. First Subsection in first Section In first Chapter
9 01-001-002. Second Subsection in first Section In first Chapter
10 01-001-003. Third Subsection in first Section In first Chapter
11 01-001-004. Fourth Subsection in first Section In first Chapter
12 01-001-005. Fifth Subsection in first Section In first Chapter
15 01-002. Second Section In first Chapter
16 01-002-001. First Subsection in second Section In first Chapter
17 01-002-002. Second Subsection in second Section In first Chapter
[all …]
Dnumbering10.out3 I. First Chapter
4 I.A. First Section In first Chapter
5 I.A.1. First Subsection in first Section In first Chapter
6 I.A.2. Second Subsection in first Section In first Chapter
7 I.A.3. Third Subsection in first Section In first Chapter
8 I.A.4. Fourth Subsection in first Section In first Chapter
9 I.A.5. Fifth Subsection in first Section In first Chapter
10 I.B. Second Section In first Chapter
11 I.B.1. First Subsection in second Section In first Chapter
12 I.B.2. Second Subsection in second Section In first Chapter
[all …]
Dnumbering66.out2 <out>First Chapter
3 A. First Section In first Chapter
4 A.1. First Subsection in first Section In first Chapter
5 A. Second Subsection in first Section In first Chapter
6 A. Third Subsection in first Section In first Chapter
7 A. Fourth Subsection in first Section In first Chapter
8 A. Fifth Subsection in first Section In first Chapter
9 B. Second Section In first Chapter
10 B.1. First Subsection in second Section In first Chapter
11 B. Second Subsection in second Section In first Chapter
[all …]
/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()
63 ForwardIter min_result = first; in basic_minmax_element()
64 ForwardIter max_result = first; in basic_minmax_element()
[all …]
/external/clang/test/Index/
Drecursive-member-access.c2 struct rdar8650865 *first; member
7 return ((((((s->first)->first) in test_rdar8650865()
8 ->first) in test_rdar8650865()
9 ->first) in test_rdar8650865()
10 ->first) in test_rdar8650865()
11 ->first) in test_rdar8650865()
12 ->first in test_rdar8650865()
13 ->first in test_rdar8650865()
14 ->first in test_rdar8650865()
15 ->first in test_rdar8650865()
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
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 …]
/external/deqp/framework/common/
DtcuEither.hpp23 * \brief Template class that is either type of First or Second.
32 * \brief Object containing Either First or Second type of object
34 * \note Type First and Second are always aligned to same alignment as
36 * \note This type always uses at least sizeof(bool) + max(sizeof(First*),
39 template <typename First, typename Second>
43 Either(const First &first);
47 Either(const Either<First, Second> &other);
48 Either &operator=(const Either<First, Second> &other);
50 Either &operator=(const First &first);
56 const First &getFirst(void) const;
[all …]
/external/apache-xml/test/tests/conf/sort/
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
/external/cronet/third_party/libc++/src/test/std/algorithms/
Drobust_against_adl.compile.pass.cpp46 Holder<Incomplete> **first = t.data; 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()
69 (void)std::copy_n(first, count, first2); in all_the_algorithms()
[all …]
Drobust_re_difference_type.compile.pass.cpp78 auto first = PickyIterator<void**, long>(a); 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()
101 (void)std::copy_n(first, count, first2); in all_the_algorithms()
[all …]
/external/apache-xml/test/tests/conf/numbering/
Dnumbering08.xml6 <title>First Chapter</title>
8 <title>First Section In first Chapter</title>
9 <subsection><title>First Subsection in first Section In first Chapter</title></subsection>
10 <subsection><title>Second Subsection in first Section In first Chapter</title></subsection>
11 <subsection><title>Third Subsection in first Section In first Chapter</title></subsection>
12 <subsection><title>Fourth Subsection in first Section In first Chapter</title></subsection>
13 <subsection><title>Fifth Subsection in first Section In first Chapter</title></subsection>
16 <title>Second Section In first Chapter</title>
17 <subsection><title>First Subsection in second Section In first Chapter</title></subsection>
18 <subsection><title>Second Subsection in second Section In first Chapter</title></subsection>
[all …]
Dnumbering03.xml7 <title>First Chapter</title>
9 <title>First Section In first Chapter</title>
11 <title>First Subsection in first Section In first Chapter</title>
14 <title>Second Subsection in first Section In first Chapter</title>
17 <title>Third Subsection in first Section In first Chapter</title>
20 <title>Fourth Subsection in first Section In first Chapter</title>
23 <title>Fifth Subsection in first Section In first Chapter</title>
27 <title>Second Section In first Chapter</title>
29 <title>First Subsection in second Section In first Chapter</title>
32 <title>Second Subsection in second Section In first Chapter</title>
[all …]
Dnumbering01.xml7 <title>First Chapter</title>
9 <title>First Section In first Chapter</title>
11 <title>First Subsection in first Section In first Chapter</title>
14 <title>Second Subsection in first Section In first Chapter</title>
17 <title>Third Subsection in first Section In first Chapter</title>
20 <title>Fourth Subsection in first Section In first Chapter</title>
23 <title>Fifth Subsection in first Section In first Chapter</title>
27 <title>Second Section In first Chapter</title>
29 <title>First Subsection in second Section In first Chapter</title>
32 <title>Second Subsection in second Section In first Chapter</title>
[all …]
/external/arm-optimized-routines/string/arm/
Dasmdefs.h68 * - first - If `last' specified, this serves as start of general-purpose
101 .macro cfirestorelist first, last
103 .if \last-\first
104 cfirestorelist \first, \last-1
109 .macro cfisavelist first, last, index=1
111 .if \last-\first
112 cfisavelist \first, \last-1, \index+1
116 .macro _prologue first=-1, last=-1, push_ip=PAC_LEAF_PUSH_IP, push_lr=0
123 .if \first != -1
126 _prologue \first, \first, \push_ip, \push_lr
[all …]
/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()
76 void tie(std::pair<T1, T2> p, T3& first, T4& second) in tie() argument
78 first = T3(p.first); second = T4(p.second); in tie()
111 #define CHECK_EQUAL_ITERATORS( left, right, first ) \ argument
112 BOOST_CHECK_EQUAL( std::distance( first, left ), std::distance( first, right ) )
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()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
DstringToDouble.vert.out9 0:5 move second child to first child ( temp float)
14 0:6 move second child to first child ( temp float)
19 0:7 move second child to first child ( temp float)
24 0:8 move second child to first child ( temp float)
29 0:9 move second child to first child ( temp float)
34 0:10 move second child to first child ( temp double)
39 0:11 move second child to first child ( temp double)
44 0:12 move second child to first child ( temp double)
49 0:13 move second child to first child ( temp double)
54 0:14 move second child to first child ( temp double)
[all …]
/external/angle/third_party/glslang/src/Test/baseResults/
DstringToDouble.vert.out9 0:5 move second child to first child ( temp float)
14 0:6 move second child to first child ( temp float)
19 0:7 move second child to first child ( temp float)
24 0:8 move second child to first child ( temp float)
29 0:9 move second child to first child ( temp float)
34 0:10 move second child to first child ( temp double)
39 0:11 move second child to first child ( temp double)
44 0:12 move second child to first child ( temp double)
49 0:13 move second child to first child ( temp double)
54 0:14 move second child to first child ( temp double)
[all …]
/external/apache-xml/test/tests/perf/xtestdata/
Dtree-document.xml6 <title>First Chapter</title>
8 <title>First Section In first Chapter</title>
10 <title>First Subsection in first Section In first Chapter</title>
13 <title>Second Subsection in first Section In first Chapter</title>
16 <title>Third Subsection in first Section In first Chapter</title>
19 <title>Fourth Subsection in first Section In first Chapter</title>
22 <title>Fifth Subsection in first Section In first Chapter</title>
26 <title>Second Section In first Chapter</title>
28 <title>First Subsection in second Section In first Chapter</title>
31 <title>Second Subsection in second Section In first Chapter</title>
[all …]

12345678910>>...726