Home
last modified time | relevance | path

Searched defs:BasicTest (Results 1 – 25 of 224) sorted by relevance

123456789

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h253 struct BasicTest { struct
255 void runTest(ObjectT& object) { in runTest()
261 void runTest(MethodPtr ptr, ObjectT& object) { in runTest()
267 typedef void*& CallRet;
268 ObjectCaster object_cast;
269 ArgCaster arg_cast;
270 ArgType a0, a1, a2;
276 void runTestImp(Int<0>, MethodPtr ptr, ObjectT& object) { in runTestImp()
288 void runTestImp(Int<1>, MethodPtr ptr, ObjectT& object) { in runTestImp()
300 void runTestImp(Int<2>, MethodPtr ptr, ObjectT& object) { in runTestImp()
[all …]
/aosp_15_r20/external/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h254 struct BasicTest { struct
256 void runTest(ObjectT& object) { in runTest()
262 void runTest(MethodPtr ptr, ObjectT& object) { in runTest()
268 typedef void*& CallRet;
269 ObjectCaster object_cast;
270 ArgCaster arg_cast;
271 ArgType a0, a1, a2;
277 void runTestImp(Int<0>, MethodPtr ptr, ObjectT& object) { in runTestImp()
299 void runTestImp(Int<1>, MethodPtr ptr, ObjectT& object) { in runTestImp()
321 void runTestImp(Int<2>, MethodPtr ptr, ObjectT& object) { in runTestImp()
[all …]
/aosp_15_r20/external/swiftshader/tests/VulkanUnitTests/
H A DBasicTests.cpp24 class BasicTest : public testing::Test class
42 TEST_F(BasicTest, ICD_Check) in TEST_F() argument
62 TEST_F(BasicTest, Version) in TEST_F() argument
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dbasic.cpp368 TEST(BasicTest, BasicTestCPU) { in TEST() argument
374 TEST(BasicTest, BasicTestHalfCPU) { in TEST() argument
380 TEST(BasicTest, BasicTestCUDA) { in TEST() argument
388 TEST(BasicTest, FactoryMethodsTest) { in TEST() argument
474 TEST(BasicTest, BasicStdTestCPU) { in TEST() argument
/aosp_15_r20/cts/tests/tests/companion/core/src/android/companion/cts/core/
H A DBasicTest.kt32 class BasicTest : CoreTestBase() { class
/aosp_15_r20/external/clang/test/Rewriter/
H A Drewrite-foreach-1.m15 @interface MyList (BasicTest) category
20 @implementation MyList (BasicTest) category
H A Drewrite-foreach-3.m15 @interface MyList (BasicTest) category
20 @implementation MyList (BasicTest) category
H A Drewrite-foreach-4.m15 @interface MyList (BasicTest) category
20 @implementation MyList (BasicTest) category
H A Drewrite-foreach-2.m15 @interface MyList (BasicTest) category
22 @implementation MyList (BasicTest) category
H A Drewrite-foreach-5.m19 @interface MyList (BasicTest) category
24 @implementation MyList (BasicTest) category
/aosp_15_r20/external/clang/test/Parser/
H A Dobjc-forcollection-neg-2.m21 @interface MyList (BasicTest) category
25 @implementation MyList (BasicTest) category
H A Dobjc-forcollection-neg.m20 @interface MyList (BasicTest) category
24 @implementation MyList (BasicTest) category
H A Dobjc-forcollection-1.m21 @interface MyList (BasicTest) category
25 @implementation MyList (BasicTest) category
H A Dobjc-foreach-syntax.m14 @implementation MyList (BasicTest) category
/aosp_15_r20/external/dokka/runners/gradle-integration-tests/src/test/kotlin/org/jetbrains/dokka/gradle/
H A DBasicTest.kt7 class BasicTest : AbstractDokkaGradleTest() { class
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/basic/
H A DBasicTest.kt26 class BasicTest { class
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dragged_to_dense_util_test.cc77 TEST(GetRowPartitionTypesHelper, BasicTest) { in TEST() argument
89 TEST(RowPartitionTypeToString, BasicTest) { in TEST() argument
/aosp_15_r20/art/runtime/jit/
H A Djit_memory_region_test.cc57 void BasicTest() { in BasicTest() function in art::jit::TestZygoteMemory
553 TEST_F(TestZygoteMemory, BasicTest) { in TEST_F() argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc70 void BasicTest() { in BasicTest() function
110 TEST(BVGraph, BasicTest) { in TEST() argument
/aosp_15_r20/external/libtextclassifier/native/utils/base/
H A Darena_test.cc208 class BasicTest : public ::testing::TestWithParam<int> {}; class
215 TEST_P(BasicTest, DoTest) { in TEST_P() argument
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DBasicTest.java25 public class BasicTest extends TestCase { class
/aosp_15_r20/system/core/debuggerd/libdebuggerd/test/
H A Dopen_files_list_test.cpp30 TEST(OpenFilesListTest, BasicTest) { in TEST() argument
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
H A DBasicTest.java35 public class BasicTest { class
/aosp_15_r20/external/cronet/crypto/
H A Dec_signature_creator_unittest.cc20 TEST(ECSignatureCreatorTest, BasicTest) { in TEST() argument
/aosp_15_r20/system/core/libcutils/
H A Dashmem_base_test.cpp38 TEST(AshmemBaseTest, BasicTest) { in TEST() argument

123456789