/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 40 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/clang/test/Index/ |
H A D | recursive-member-access.c | 2 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 …]
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Support/ |
D | CXADemangle.tcc | 34 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); 58 printf("{%s#%s}\n", s.first.c_str(), s.second.c_str()); in print_stack() 68 printf("{%s#%s}", s.first.c_str(), s.second.c_str()); in print_stack() [all …]
|
/aosp_15_r20/external/apache-xml/test/tests/conf-gold/numbering/ |
H A D | numbering01.out | 3 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 …]
|
H A D | numbering03.out | 3 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 …]
|
H A D | numbering10.out | 3 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 …]
|
H A D | numbering08.out | 5 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/ |
D | minmax_element.hpp | 20 * 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 …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/ |
D | bogo_config.json | 44 "KyberKeyShareIncludedSecond": "we always send the Kyber key share first", 45 "KyberKeyShareIncludedThird": "we always send the Kyber key share first", 55 "CheckLeafCurve": "TODO: first pass, this should be fixed", 56 "DisabledCurve-HelloRetryRequest-TLS13": "TODO: first pass, this should be fixed", 57 "UnsupportedCurve": "TODO: first pass, this should be fixed", 58 "SupportTicketsWithSessionID": "TODO: first pass, this should be fixed", 59 "NoNullCompression-TLS12": "TODO: first pass, this should be fixed", 60 "KeyUpdate-RequestACK": "TODO: first pass, this should be fixed", 61 "TLS13-HRR-InvalidCompressionMethod": "TODO: first pass, this should be fixed", 62 "InvalidCompressionMethod": "TODO: first pass, this should be fixed", [all …]
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | average-pooling-nhwc.cc | 39 .input_height(pooling_size.first + 3) in TEST() 41 .pooling_height(pooling_size.first) in TEST() 47 .input_width(pooling_size.first + 2) in TEST() 49 .pooling_width(pooling_size.first) in TEST() 66 .input_height(pooling_size.first + 3) in TEST() 68 .pooling_height(pooling_size.first) in TEST() 76 .input_width(pooling_size.first + 2) in TEST() 78 .pooling_width(pooling_size.first) in TEST() 96 .input_height(pooling_size.first + 3) in TEST() 100 .pooling_height(pooling_size.first) in TEST() [all …]
|
/aosp_15_r20/external/mesa3d/src/broadcom/ci/ |
H A D | broadcom-rpi3-fails.txt | 117 …nd(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: center bottom PV: FIRST,Fail 118 …nd(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: center middle PV: FIRST,Fail 119 …n/End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: center top PV: FIRST,Fail 120 …/End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: left bottom PV: FIRST,Fail 121 …/End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: left middle PV: FIRST,Fail 122 …gin/End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: left top PV: FIRST,Fail 123 …End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: right bottom PV: FIRST,Fail 124 …End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: right middle PV: FIRST,Fail 125 …in/End(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadrant: right top PV: FIRST,Fail 126 …nd(GL_POLYGON)- glFrontFace(GL_CCW)- glPolygonMode(GL_LINE)- quadrant: center bottom PV: FIRST,Fail [all …]
|
/aosp_15_r20/external/apache-xml/test/tests/conf/numbering/ |
H A D | numbering01.xml | 7 <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 …]
|
H A D | numbering10.xml | 7 <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 …]
|
H A D | numbering03.xml | 7 <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 …]
|
H A D | numbering08.xml | 6 <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 …]
|
/aosp_15_r20/external/apache-xml/test/tests/perf/xtestdata/ |
H A D | tree-document.xml | 6 <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 …]
|
/aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/ |
H A D | stringToDouble.vert.out | 9 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 …]
|
/aosp_15_r20/external/deqp-deps/glslang/Test/baseResults/ |
D | stringToDouble.vert.out | 9 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 …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/ |
H A D | robust_against_adl.compile.pass.cpp | 46 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 …]
|
H A D | robust_re_difference_type.compile.pass.cpp | 78 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 …]
|
/aosp_15_r20/external/arm-optimized-routines/string/arm/ |
H A D | asmdefs.h | 68 * - 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 …]
|
/aosp_15_r20/external/apache-xml/test/tests/conf/sort/ |
H A D | sort04.xml | 7 <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 D | sort07.xml | 6 <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 D | sort05.xml | 7 <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 D | sort06.xml | 7 <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 …]
|