Home
last modified time | relevance | path

Searched defs:testVersions (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ksp/integration-tests/src/test/kotlin/com/google/devtools/ksp/test/
H A DPlaygroundIT.kt166 fun testVersions() { in <lambda>() method in com.google.devtools.ksp.test.PlaygroundIT
/aosp_15_r20/external/python/apitools/apitools/gen/
Dutil_test.py32 def testVersions(self): member in NormalizeVersionTest
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLBackwardsCompatibleContextTest.cpp109 std::pair<EGLint, EGLint> testVersions[] = { in TEST_P() local
/aosp_15_r20/cts/tests/tests/content/src/android/content/res/cts/
H A DConfigTest.java1244 public void testVersions() { in testVersions() method in ConfigTest
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderRpcTestCommon.h103 static inline std::vector<uint32_t> testVersions() { in testVersions() function