/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/ |
H A D | showmanyc.pass.cpp | 24 struct test struct 27 test() {} in test() argument
|
/aosp_15_r20/external/libcxx/test/std/numerics/complex.number/cmplx.over/ |
H A D | arg.pass.cpp | 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test() function 40 test() in test() function
|
H A D | imag.pass.cpp | 25 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 39 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test() function 53 test() in test() function
|
H A D | real.pass.cpp | 25 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 39 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test() function 53 test() in test() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/test/ |
D | evaluate_category_10.cpp | 22 namespace test { namespace 51 namespace test { namespace 75 namespace test { namespace
|
D | evaluate_category_16.cpp | 14 namespace test { namespace 38 namespace test { namespace 66 namespace test { namespace
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback/ |
H A D | pbackfail.pass.cpp | 23 struct test struct 26 test() {} in test() argument
|
/aosp_15_r20/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/ |
H A D | default.pass.cpp | 25 struct test struct 28 test() in test() argument
|
/aosp_15_r20/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
H A D | DexTestRunner.java | 173 Test test = null; in addTestClassByName() local 198 public void setTest(Test test) { in setTest() 212 public void addTest(Test test) { in addTest() 276 void onError(Test test, Throwable t) { in onError()
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | FeatureSpecificTestSuiteBuilder.java | 219 private boolean matches(Test test) { in matches() 264 private static Method extractMethod(Test test) { in extractMethod() 282 Object test = allTests.nextElement(); in makeSuiteForTesterClass() local 297 Test test = (Test) tests.nextElement(); in filterSuite() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/ |
D | stream_translator.hpp | 64 struct test struct 66 typedef boost::false_type type; 73 struct test struct 76 !std::numeric_limits<T>::is_exact> type;
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
H A D | FeatureSpecificTestSuiteBuilder.java | 219 private boolean matches(Test test) { in matches() 264 private static Method extractMethod(Test test) { in extractMethod() 282 Object test = allTests.nextElement(); in makeSuiteForTesterClass() local 297 Test test = (Test) tests.nextElement(); in filterSuite() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | codec_factory.h | 159 #define VP8_INSTANTIATE_TEST_SUITE(test, ...) \ argument 169 #define VP8_INSTANTIATE_TEST_SUITE(test, ...) static_assert(CONFIG_VP8 == 0, "") argument 256 #define VP9_INSTANTIATE_TEST_SUITE(test, ...) \ argument 266 #define VP9_INSTANTIATE_TEST_SUITE(test, ...) static_assert(CONFIG_VP9 == 0, "") argument
|
/aosp_15_r20/libcore/ojluni/src/test/java/net/SocketOptions/ |
H A D | OptionsTest.java | 99 TestClass test = socketTests[i]; in doSocketTests() local 121 TestClass test = dgSocketTests[i]; in doDgSocketTests() local 141 TestClass test = mcSocketTests[i]; in doMcSocketTests() local 161 TestClass test = serverSocketTests[i]; in doServerSocketTests() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | messageformat2test_custom.cpp | 43 TestCase test = testBuilder.setPattern("Hello {$name :person formality=formal}") in testPersonFormatter() local 139 TestCase test = testBuilder.setArgument(host, jane.getAlias()) in testCustomFunctionsComplexMessage() local 369 TestCase test = testBuilder.setArgument("owner", "Maria") in testGrammarCasesFormatter() local 521 TestCase test = testBuilder.setName("testListFormatter") in testListFormatter() local 679 TestCase test = testBuilder.setArgument("gcase", "whatever") in testMessageRefFormatter() local
|
/aosp_15_r20/frameworks/base/libs/androidfw/tests/ |
H A D | StringPool_test.cpp | 210 ResStringPool test; in TEST() local 224 ResStringPool test; in TEST() local 269 ResStringPool test; in TEST() local 320 ResStringPool test; in TEST() local 343 ResStringPool test; in TEST() local
|
/aosp_15_r20/external/webrtc/video/end_to_end_tests/ |
H A D | bandwidth_tests.cc | 80 } test; in TEST_F() local 179 BandwidthStatsTest test(true, task_queue()); in TEST_F() local 184 BandwidthStatsTest test(false, task_queue()); in TEST_F() local 308 } test(task_queue()); in TEST_F() local 403 } test(task_queue()); in TEST_F() local
|
/aosp_15_r20/external/angle/build/android/pylib/local/device/ |
H A D | local_device_instrumentation_test_run.py | 948 def _GetUniqueTestName(self, test): argument 952 def _RunTest(self, device, test): argument 1833 def _ShouldRetry(self, test, result): argument 1876 def _IsWPRRecordReplayTest(test): argument 1884 def _GetWPRArchivePath(test): argument 1890 def _GetWPRArchiveFileName(test): argument 1908 def _IsRenderTest(test): argument
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cShaderBitfieldOperationTests.cpp | 250 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseFrexp 332 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseLdexp 430 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCasePackUnorm 446 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCasePackSnorm 462 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseUnpackUnorm 499 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseUnpackSnorm 550 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseBitfieldExtractUint 629 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseBitfieldExtractInt 712 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseBitfieldInsertUint 799 virtual bool test(Data const *data) in test() function in glcts::ShaderBitfieldOperationCaseBitfieldInsertInt [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.tuple/ |
H A D | set_separator.pass.cpp | 32 constexpr void test() { in test() function 42 constexpr void test() { in test() function 49 constexpr bool test() { in test() function
|
H A D | set_brackets.pass.cpp | 32 constexpr void test() { in test() function 42 constexpr void test() { in test() function 49 constexpr bool test() { in test() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/ |
D | wmain.cpp | 41 void test(const wchar_t& c, const test_regex_replace_tag& tag) in test() function 45 void test(const wchar_t& c, const test_regex_search_tag& tag) in test() function 49 void test(const wchar_t& c, const test_invalid_regex_tag& tag) in test() function
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | FunctionsTest.java | 125 public void test() throws Throwable { in test() method in FunctionsTest.SomeException 158 public void test() throws Throwable { in test() method in FunctionsTest.Testable 162 public Object test(final Object input1, final Object input2) throws Throwable { in test() method in FunctionsTest.Testable 167 public void test(final Throwable throwable) throws Throwable { in test() method in FunctionsTest.Testable 864 public boolean test(final Object object1, final Object object2) throws Throwable { in testThrows_FailableBiPredicate_Object_Throwable() method 879 public boolean test(final String object1, final String object2) throws IOException { in testThrows_FailableBiPredicate_String_IOException() method 986 public boolean test(final Object object) throws Throwable { in testThrows_FailablePredicate_Object_Throwable() method 1001 public boolean test(final String object) throws IOException { in testThrows_FailablePredicate_String_IOException() method
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/complex.number/cmplx.over/ |
H A D | norm.pass.cpp | 25 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() function 34 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0) in test() function 43 test() in test() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/test/ |
D | is_aligned_test.cpp | 17 void test(char* p, A<N>) in test() function 23 void test(char* p, A<1>) in test() function 29 void test() in test() function
|