Home
last modified time | relevance | path

Searched defs:PlatformTest (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/base/
H A Dplatform_test.cc29 TEST(PlatformTest, ConcatPath) { in TEST() argument
38 TEST(PlatformTest, StripTrailingPathSeparator) { in TEST() argument
48 TEST(PlatformTest, ReadWriteString) { in TEST() argument
56 TEST(PlatformTest, ReadWriteCord) { in TEST() argument
67 TEST(PlatformTest, ReadStringFails) { in TEST() argument
71 TEST(PlatformTest, ReadCordFails) { in TEST() argument
75 TEST(PlatformTest, BaseName) { in TEST() argument
79 TEST(PlatformTest, FileExists) { in TEST() argument
85 TEST(PlatformTest, FileExistsNot) { ASSERT_FALSE(FileExists("foobarbaz")); } in TEST() argument
/aosp_15_r20/external/cronet/testing/
H A Dplatform_test_mac.mm24 PlatformTest::PlatformTest() : autorelease_pool_(objc_autoreleasePoolPush()) {} function
26 PlatformTest::~PlatformTest() { function
H A Dplatform_test.h28 using PlatformTest = testing::Test; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/testing/
Dplatform_test.h35 typedef testing::Test PlatformTest; typedef
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/testing/
Dplatform_test.h35 typedef testing::Test PlatformTest; typedef
/aosp_15_r20/external/libchrome/testing/
H A Dplatform_test.h32 typedef testing::Test PlatformTest; typedef
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/util/
H A DPlatformTest.java28 public class PlatformTest { class
/aosp_15_r20/external/bazelbuild-rules_python/tests/pypi/whl_installer/
H A Dplatform_test.py18 class PlatformTest(unittest.TestCase): class
/aosp_15_r20/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
H A DPlatformTest.java52 public class PlatformTest { class
/aosp_15_r20/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DPlatformTest.java46 public class PlatformTest { class
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_platform.py9 class PlatformTest(unittest.TestCase): class
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_platform.py71 class PlatformTest(unittest.TestCase): class
/aosp_15_r20/external/okhttp/android/src/test/java/com/squareup/okhttp/internal/
H A DPlatformTest.java50 public class PlatformTest { class