/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/ |
H A D | op_arrow_const.pass.cpp | 29 constexpr int test() const {return 3;} in test() function 34 int test() const noexcept {return 2;} in test() function 40 constexpr int test() const {return 1;} in test() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/ |
D | stable_sort.cpp | 30 Container test(cont); in test_stable_sort_impl() local 48 Container test(cont); in test_stable_sort_impl() local 96 boost::unit_test::test_suite* test in init_unit_test_suite() local
|
D | sort.cpp | 30 Container test(cont); in test_sort_impl() local 48 Container test(cont); in test_sort_impl() local 98 boost::unit_test::test_suite* test in init_unit_test_suite() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_find.last.not.of/ |
H A D | string_view_size.pass.cpp | 20 TEST_CONSTEXPR_CXX20 void test(const S& s, SV sv, typename S::size_type pos, typename S::size_type … in test() function 28 TEST_CONSTEXPR_CXX20 void test(const S& s, SV sv, typename S::size_type x) { in test() function 148 TEST_CONSTEXPR_CXX20 bool test() { in test() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_find.first.of/ |
H A D | string_view_size.pass.cpp | 20 TEST_CONSTEXPR_CXX20 void test(const S& s, SV sv, typename S::size_type pos, typename S::size_type … in test() function 28 TEST_CONSTEXPR_CXX20 void test(const S& s, SV sv, typename S::size_type x) { in test() function 148 TEST_CONSTEXPR_CXX20 bool test() { in test() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_find/ |
H A D | pointer_size.pass.cpp | 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, typename S::size_typ… in test() function 31 TEST_CONSTEXPR_CXX20 void test(const S& s, const typename S::value_type* str, typename S::size_type… in test() function 150 TEST_CONSTEXPR_CXX20 bool test() { in test() function
|
H A D | string_view_size.pass.cpp | 20 TEST_CONSTEXPR_CXX20 void test(const S& s, SV sv, typename S::size_type pos, typename S::size_type … in test() function 28 TEST_CONSTEXPR_CXX20 void test(const S& s, SV sv, typename S::size_type x) { in test() function 147 TEST_CONSTEXPR_CXX20 bool test() { in test() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/format/format.string/format.string.std/ |
H A D | code_point_width_estimation.pass.cpp | 37 auto test = [](char32_t c) { assert(std::__width_estimation_table::__estimated_width(c) == 2); }; in test_hardcoded_values() local 47 auto test = [](char32_t c) { assert(std::__width_estimation_table::__estimated_width(c) == 1); }; in test_invalid_values() local 72 static constexpr bool test() { in test() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_find.last.of/ |
H A D | string_view_size.pass.cpp | 20 TEST_CONSTEXPR_CXX20 void test(const S& s, SV sv, typename S::size_type pos, typename S::size_type … in test() function 28 TEST_CONSTEXPR_CXX20 void test(const S& s, SV sv, typename S::size_type x) { in test() function 147 TEST_CONSTEXPR_CXX20 bool test() { in test() function
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLTernaryExpression.h | 34 TernaryExpression(Position pos, std::unique_ptr<Expression> test, in TernaryExpression() 58 std::unique_ptr<Expression>& test() { in test() function 62 const std::unique_ptr<Expression>& test() const { in test() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_find.first.not.of/ |
H A D | string_view_size.pass.cpp | 20 TEST_CONSTEXPR_CXX20 void test(const S& s, SV sv, typename S::size_type pos, typename S::size_type … in test() function 28 TEST_CONSTEXPR_CXX20 void test(const S& s, SV sv, typename S::size_type x) { in test() function 148 TEST_CONSTEXPR_CXX20 bool test() { in test() function
|
/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/ |
H A D | size_size.pass.cpp | 24 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test() function 54 test(S s, typename S::size_type pos, S expected) in test() function 84 test(S s, S expected) in test() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/numeric.ops/transform.reduce/ |
H A D | transform_reduce_iter_iter_iter_init.pass.cpp | 29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test() function 38 test() in test() function 74 test() in test() function
|
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
H A D | minmax_element.pass.cpp | 27 test(Iter first, Iter last) in test() function 47 test(int N) in test() function 59 test() in test() function
|
/aosp_15_r20/external/libcxx/test/std/numerics/complex.number/complex.value.ops/ |
H A D | polar.pass.cpp | 23 test(const T& rho, std::complex<T> x) in test() function 30 test(const T& rho, const T& theta, std::complex<T> x) in test() function 37 test() in test() function
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | ms-anonymous-struct.c | 17 struct test { struct 26 // CHECK: %var = alloca %struct.test, align 4 in foo() argument
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | delete-two-arg.cpp | 29 A *test() { in test() function 40 void test(A *p) { in test() function 65 void test() { in test() function
|
/aosp_15_r20/external/autotest/client/profilers/screenshot/ |
H A D | screenshot.py | 27 def start(self, test): argument 32 def stop(self, test): argument 39 def __init__(self, interval, test): argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
H A D | string_view.pass.cpp | 29 TEST_CONSTEXPR_CXX20 void test(std::basic_string_view<CharT> sv) { in test() function 54 TEST_CONSTEXPR_CXX20 void test(std::basic_string_view<CharT> sv, const Alloc& a) { in test() function 95 TEST_CONSTEXPR_CXX20 bool test() { in test() function
|
/aosp_15_r20/external/turbine/javatests/com/google/turbine/lower/ |
H A D | ModuleIntegrationTest.java | 54 final String test; field in ModuleIntegrationTest 56 public ModuleIntegrationTest(String test) { in ModuleIntegrationTest() 63 public void test() throws Exception { in test() method in ModuleIntegrationTest
|
/aosp_15_r20/frameworks/base/test-runner/tests/src/android/test/ |
H A D | AndroidTestRunnerTest.java | 260 public void addError(Test test, Throwable t) { in addError() 263 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 266 public void endTest(Test test) { in endTest() 269 public void startTest(Test test) { in startTest()
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | errorHelpers.cpp | 315 static float Ulp_Error_Half_Float(float test, double reference) in Ulp_Error_Half_Float() 372 float Ulp_Error_Half(cl_half test, float reference) in Ulp_Error_Half() 378 float Ulp_Error(float test, double reference) in Ulp_Error() 454 float Ulp_Error_Double(double test, long double reference) in Ulp_Error_Double()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/modules/utils/modules-utils-bytesmatcher/android_common_apex33/javac/ |
D | modules-utils-bytesmatcher.jar | ... java.lang.StringBuilder)
StringBuilder builder
public boolean test (byte[])
byte local
byte remote
int |
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.min.max/ |
H A D | minmax_element.pass.cpp | 27 test(Iter first, Iter last) in test() function 47 test(int N) in test() function 59 test() in test() function
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | chain-late-anonymous-namespace.cpp | 42 void test() { in test() function 50 void test() { in test() function 58 void test() { in test() function
|