/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | ElfCacheTest.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 23 #include <android-base/file.h> 48 new BufferMaps("1000-2000 r-xs 00000000 00:00 0 elf_one.so\n" in SetUp() 49 "2000-3000 r-xs 00000000 00:00 0 elf_two.so\n" in SetUp() 50 "3000-4000 ---s 00000000 00:00 0\n" in SetUp() 51 "4000-5000 r--s 00000000 00:00 0 elf_three.so\n" in SetUp() 52 "5000-6000 r-xs 00001000 00:00 0 elf_three.so\n" in SetUp() 53 "6000-7000 ---s 00000000 00:00 0\n" in SetUp() 54 "7000-8000 r--s 00001000 00:00 0 app_one.apk\n" in SetUp() 55 "8000-9000 r-xs 00005000 00:00 0 app_one.apk\n" in SetUp() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | AbstractTypeReader.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 139 QualType originalType = R.find("originalType").readQualType(); 140 QualType adjustedType = R.find("adjustedType").readQualType(); 146 QualType originalType = R.find("originalType").readQualType(); 152 llvm::APInt sizeValue = R.find("sizeValue").readAPInt(); 153 Expr* size = R.find("size").readExprRef(); 154 QualType elementType = R.find("elementType").readQualType(); 155 ArraySizeModifier sizeModifier = R.find("sizeModifier").readArraySizeModifier(); 156 Qualifiers indexQualifiers = R.find("indexQualifiers").readQualifiers(); [all …]
|
D | AbstractTypeWriter.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 18 switch (node->getTypeClass()) { 138 QualType originalType = ( node->getOriginalType() ); 139 W.find("originalType").writeQualType(originalType); 140 QualType adjustedType = ( node->getAdjustedType() ); 141 W.find("adjustedType").writeQualType(adjustedType); 145 QualType originalType = ( node->getOriginalType() ); 146 W.find("originalType").writeQualType(originalType); 150 llvm::APInt sizeValue = ( node->getSize() ); [all …]
|
D | AbstractBasicReader.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 525 return value ? std::optional<uint32_t>(value - 1) : std::nullopt; 531 return value ? std::optional<uint64_t>(value - 1) : std::nullopt; 558 APValue::ValueKind kind = subR.find("kind").readAPValueKind(); 569 llvm::APSInt value = subR.find("value").readAPSInt(); 574 uint32_t semantics = subR.find("semantics").readUInt32(); 575 llvm::APInt value = subR.find("value").readAPInt(); 584 llvm::FixedPointSemantics semantics = subR.find("semantics").readFixedPointSemantics(); 585 llvm::APSInt value = subR.find("value").readAPSInt(); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | AbstractTypeReader.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 133 QualType originalType = R.find("originalType").readQualType(); 134 QualType adjustedType = R.find("adjustedType").readQualType(); 140 QualType originalType = R.find("originalType").readQualType(); 146 llvm::APInt sizeValue = R.find("sizeValue").readAPInt(); 147 Expr* size = R.find("size").readExprRef(); 148 QualType elementType = R.find("elementType").readQualType(); 149 ArraySizeModifier sizeModifier = R.find("sizeModifier").readArraySizeModifier(); 150 Qualifiers indexQualifiers = R.find("indexQualifiers").readQualifiers(); [all …]
|
D | AbstractTypeWriter.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 18 switch (node->getTypeClass()) { 132 QualType originalType = ( node->getOriginalType() ); 133 W.find("originalType").writeQualType(originalType); 134 QualType adjustedType = ( node->getAdjustedType() ); 135 W.find("adjustedType").writeQualType(adjustedType); 139 QualType originalType = ( node->getOriginalType() ); 140 W.find("originalType").writeQualType(originalType); 144 llvm::APInt sizeValue = ( node->getSize() ); [all …]
|
D | AbstractBasicReader.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 518 return value ? std::optional<uint32_t>(value - 1) : std::nullopt; 524 return value ? std::optional<uint64_t>(value - 1) : std::nullopt; 551 APValue::ValueKind kind = subR.find("kind").readAPValueKind(); 562 llvm::APSInt value = subR.find("value").readAPSInt(); 567 uint32_t semantics = subR.find("semantics").readUInt32(); 568 llvm::APInt value = subR.find("value").readAPInt(); 577 llvm::FixedPointSemantics semantics = subR.find("semantics").readFixedPointSemantics(); 578 llvm::APSInt value = subR.find("value").readAPSInt(); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | AbstractTypeReader.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 135 QualType originalType = R.find("originalType").readQualType(); 136 QualType adjustedType = R.find("adjustedType").readQualType(); 142 QualType originalType = R.find("originalType").readQualType(); 148 llvm::APInt sizeValue = R.find("sizeValue").readAPInt(); 149 Expr* size = R.find("size").readExprRef(); 150 QualType elementType = R.find("elementType").readQualType(); 151 ArraySizeModifier sizeModifier = R.find("sizeModifier").readArraySizeModifier(); 152 Qualifiers indexQualifiers = R.find("indexQualifiers").readQualifiers(); [all …]
|
D | AbstractTypeWriter.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 18 switch (node->getTypeClass()) { 134 QualType originalType = ( node->getOriginalType() ); 135 W.find("originalType").writeQualType(originalType); 136 QualType adjustedType = ( node->getAdjustedType() ); 137 W.find("adjustedType").writeQualType(adjustedType); 141 QualType originalType = ( node->getOriginalType() ); 142 W.find("originalType").writeQualType(originalType); 146 llvm::APInt sizeValue = ( node->getSize() ); [all …]
|
D | AbstractBasicReader.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 518 return value ? std::optional<uint32_t>(value - 1) : std::nullopt; 524 return value ? std::optional<uint64_t>(value - 1) : std::nullopt; 551 APValue::ValueKind kind = subR.find("kind").readAPValueKind(); 562 llvm::APSInt value = subR.find("value").readAPSInt(); 567 uint32_t semantics = subR.find("semantics").readUInt32(); 568 llvm::APInt value = subR.find("value").readAPInt(); 577 llvm::FixedPointSemantics semantics = subR.find("semantics").readFixedPointSemantics(); 578 llvm::APSInt value = subR.find("value").readAPSInt(); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | AbstractTypeReader.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 135 QualType originalType = R.find("originalType").readQualType(); 136 QualType adjustedType = R.find("adjustedType").readQualType(); 142 QualType originalType = R.find("originalType").readQualType(); 148 llvm::APInt sizeValue = R.find("sizeValue").readAPInt(); 149 Expr* size = R.find("size").readExprRef(); 150 QualType elementType = R.find("elementType").readQualType(); 151 ArraySizeModifier sizeModifier = R.find("sizeModifier").readArraySizeModifier(); 152 Qualifiers indexQualifiers = R.find("indexQualifiers").readQualifiers(); [all …]
|
D | AbstractTypeWriter.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 18 switch (node->getTypeClass()) { 134 QualType originalType = ( node->getOriginalType() ); 135 W.find("originalType").writeQualType(originalType); 136 QualType adjustedType = ( node->getAdjustedType() ); 137 W.find("adjustedType").writeQualType(adjustedType); 141 QualType originalType = ( node->getOriginalType() ); 142 W.find("originalType").writeQualType(originalType); 146 llvm::APInt sizeValue = ( node->getSize() ); [all …]
|
D | AbstractBasicReader.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 518 return value ? std::optional<uint32_t>(value - 1) : std::nullopt; 524 return value ? std::optional<uint64_t>(value - 1) : std::nullopt; 551 APValue::ValueKind kind = subR.find("kind").readAPValueKind(); 562 llvm::APSInt value = subR.find("value").readAPSInt(); 567 uint32_t semantics = subR.find("semantics").readUInt32(); 568 llvm::APInt value = subR.find("value").readAPInt(); 577 llvm::FixedPointSemantics semantics = subR.find("semantics").readFixedPointSemantics(); 578 llvm::APSInt value = subR.find("value").readAPSInt(); [all …]
|
/aosp_15_r20/external/toybox/tests/ |
H A D | find.test | 3 [ -f testing.sh ] && . testing.sh 9 # fs timestamp granularity isn't always enough for -newer to tell, so wait 11 ln -s fifo link 16 touch perm/all-read-only 17 chmod a=r perm/all-read-only 23 testing "-type l -a -type d -o -type p" \ 24 "find dir -type l -a -type d -o -type p" "dir/fifo\n" "" "" 25 testing "-type l -type d -o -type p" "find dir -type l -type d -o -type p" \ 27 testing "-type l -o -type d -a -type p" \ 28 "find dir -type l -o -type d -a -type p" "dir/link\n" "" "" [all …]
|
/aosp_15_r20/frameworks/av/media/module/foundation/tests/ |
H A D | AData_test.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 57 EXPECT_EQ(4, u.get<int>()); // verify that del<> is a no-op for trivial types, such as int. in TEST_F() 176 EXPECT_TRUE(data.find(&i)); in TEST_F() 177 EXPECT_FALSE(data.find(&f)); in TEST_F() 181 EXPECT_FALSE(data.find(&i)); in TEST_F() 182 EXPECT_TRUE(data.find(&f)); in TEST_F() 190 EXPECT_TRUE(objdata.find(&buf2)); in TEST_F() 192 EXPECT_FALSE(objdata.find(&i)); in TEST_F() 193 EXPECT_TRUE(objdata.find(&obj)); in TEST_F() 198 EXPECT_FALSE(objdata.find(&buf2)); // not stored as ABuffer(!) in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multimap/ |
H A D | swap_member.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 85 assert(c1.find(10)->second == "ten"); in main() 86 assert(c1.find(20)->second == "twenty"); in main() 87 assert(c1.find(30)->second == "thirty"); in main() 88 assert(c1.find(40)->second == "forty"); in main() 89 assert(c1.find(50)->second == "fifty"); in main() 90 assert(c1.find(60)->second == "sixty"); in main() 91 assert(c1.find(70)->second == "seventy"); in main() [all …]
|
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.multimap/ |
H A D | swap_member.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 85 assert(c1.find(10)->second == "ten"); in main() 86 assert(c1.find(20)->second == "twenty"); in main() 87 assert(c1.find(30)->second == "thirty"); in main() 88 assert(c1.find(40)->second == "forty"); in main() 89 assert(c1.find(50)->second == "fifty"); in main() 90 assert(c1.find(60)->second == "sixty"); in main() 91 assert(c1.find(70)->second == "seventy"); in main() 92 assert(c1.find(80)->second == "eighty"); in main() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/map/map.ops/ |
H A D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // iterator find(const key_type& k); 14 // const_iterator find(const key_type& k) const; 43 R r = m.find(5); in main() 45 r = m.find(6); in main() 47 r = m.find(7); in main() 49 r = m.find(8); in main() 51 r = m.find(9); in main() [all …]
|
/aosp_15_r20/external/libcxx/test/std/containers/associative/map/map.ops/ |
H A D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 14 // iterator find(const key_type& k); 15 // const_iterator find(const key_type& k) const; 44 R r = m.find(5); in main() 46 r = m.find(6); in main() 48 r = m.find(7); in main() 50 r = m.find(8); in main() 52 r = m.find(9); in main() 54 r = m.find(10); in main() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/multiset/ |
H A D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // iterator find(const key_type& k); 14 // const_iterator find(const key_type& k) const; 42 R r = m.find(5); in main() 44 r = m.find(6); in main() 46 r = m.find(7); in main() 48 r = m.find(8); in main() 50 r = m.find(9); in main() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/set/ |
H A D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // iterator find(const key_type& k); 14 // const_iterator find(const key_type& k) const; 42 R r = m.find(5); in main() 44 r = m.find(6); in main() 46 r = m.find(7); in main() 48 r = m.find(8); in main() 50 r = m.find(9); in main() [all …]
|
/aosp_15_r20/external/libcxx/test/std/containers/associative/multiset/ |
H A D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 14 // iterator find(const key_type& k); 15 // const_iterator find(const key_type& k) const; 43 R r = m.find(5); in main() 45 r = m.find(6); in main() 47 r = m.find(7); in main() 49 r = m.find(8); in main() 51 r = m.find(9); in main() 53 r = m.find(10); in main() [all …]
|
/aosp_15_r20/external/libcxx/test/std/containers/associative/set/ |
H A D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 14 // iterator find(const key_type& k); 15 // const_iterator find(const key_type& k) const; 43 R r = m.find(5); in main() 45 r = m.find(6); in main() 47 r = m.find(7); in main() 49 r = m.find(8); in main() 51 r = m.find(9); in main() 53 r = m.find(10); in main() [all …]
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | cmd_report_sample_test.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 #include <android-base/file.h> 20 #include <android-base/strings.h> 29 return CreateCommandInstance("report-sample"); in ReportSampleCmd() 32 // @CddTest = 6.1/C-0-2 34 ASSERT_TRUE(ReportSampleCmd()->Run({"-i", GetTestData(PERF_DATA_WITH_SYMBOLS)})); in TEST() 37 // @CddTest = 6.1/C-0-2 41 ReportSampleCmd()->Run({"-i", GetTestData(PERF_DATA_WITH_SYMBOLS), "-o", tmpfile.path})); in TEST() 44 // @CddTest = 6.1/C-0-2 47 ASSERT_TRUE(ReportSampleCmd()->Run( in TEST() [all …]
|
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
H A D | swap_non_member.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 83 assert(c1.find(10)->second == "ten"); in main() 84 assert(c1.find(20)->second == "twenty"); in main() 85 assert(c1.find(30)->second == "thirty"); in main() 86 assert(c1.find(40)->second == "forty"); in main() 87 assert(c1.find(50)->second == "fifty"); in main() 88 assert(c1.find(60)->second == "sixty"); in main() 89 assert(c1.find(70)->second == "seventy"); in main() 90 assert(c1.find(80)->second == "eighty"); in main() [all …]
|