Home
last modified time | relevance | path

Searched defs:test (Results 1026 – 1050 of 16494) sorted by relevance

1...<<41424344454647484950>>...660

/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/
H A Dop_arrow_const.pass.cpp29 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/
Dstable_sort.cpp30 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
Dsort.cpp30 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 Dstring_view_size.pass.cpp20 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 Dstring_view_size.pass.cpp20 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 Dpointer_size.pass.cpp21 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 Dstring_view_size.pass.cpp20 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 Dcode_point_width_estimation.pass.cpp37 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 Dstring_view_size.pass.cpp20 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 DSkSLTernaryExpression.h34 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 Dstring_view_size.pass.cpp20 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 Dsize_size.pass.cpp24 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 Dtransform_reduce_iter_iter_iter_init.pass.cpp29 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 Dminmax_element.pass.cpp27 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 Dpolar.pass.cpp23 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 Dms-anonymous-struct.c17 struct test { struct
26 // CHECK: %var = alloca %struct.test, align 4 in foo() argument
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddelete-two-arg.cpp29 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 Dscreenshot.py27 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 Dstring_view.pass.cpp29 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 DModuleIntegrationTest.java54 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 DAndroidTestRunnerTest.java260 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 DerrorHelpers.cpp315 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/
Dmodules-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 Dminmax_element.pass.cpp27 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 Dchain-late-anonymous-namespace.cpp42 void test() { in test() function
50 void test() { in test() function
58 void test() { in test() function

1...<<41424344454647484950>>...660