Home
last modified time | relevance | path

Searched defs:ProfileTest (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp1076 class ProfileTest : public DexoptTest { class
1260 TEST_F(ProfileTest, ProfileSnapshotOk) { in TEST_F() argument
1269 TEST_F(ProfileTest, ProfileSnapshotOkNoReference) { in TEST_F() argument
1276 TEST_F(ProfileTest, ProfileSnapshotFailWrongPackage) { in TEST_F() argument
1283 TEST_F(ProfileTest, ProfileSnapshotDestroySnapshot) { in TEST_F() argument
1295 TEST_F(ProfileTest, ProfileMergeOk) { in TEST_F() argument
1304 TEST_F(ProfileTest, ProfileMergeOkNoReference) { in TEST_F() argument
1311 TEST_F(ProfileTest, ProfileMergeFailWrongPackage) { in TEST_F() argument
1319 TEST_F(ProfileTest, ProfileDirOk) { in TEST_F() argument
1334 TEST_F(ProfileTest, ProfileDirOkAfterFixup) { in TEST_F() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/
Dconformance_testing_test.cc117 class ProfileTest : public ::testing::Test {}; class
121 TYPED_TEST_P(ProfileTest, HasAppropriateConstructionProperties) { in TYPED_TEST_P() argument
379 TYPED_TEST_P(ProfileTest, HasAppropriateAssignmentProperties) { in TYPED_TEST_P() argument
470 TYPED_TEST_P(ProfileTest, HasAppropriateComparisonProperties) { in TYPED_TEST_P() argument
635 TYPED_TEST_P(ProfileTest, HasAppropriateAuxilliaryProperties) { in TYPED_TEST_P() argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/internal/
H A Dconformance_testing_test.cc117 class ProfileTest : public ::testing::Test {}; class
121 TYPED_TEST_P(ProfileTest, HasAppropriateConstructionProperties) { in TYPED_TEST_P() argument
379 TYPED_TEST_P(ProfileTest, HasAppropriateAssignmentProperties) { in TYPED_TEST_P() argument
470 TYPED_TEST_P(ProfileTest, HasAppropriateComparisonProperties) { in TYPED_TEST_P() argument
635 TYPED_TEST_P(ProfileTest, HasAppropriateAuxilliaryProperties) { in TYPED_TEST_P() argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/internal/
H A Dconformance_testing_test.cc117 class ProfileTest : public ::testing::Test {}; class
121 TYPED_TEST_P(ProfileTest, HasAppropriateConstructionProperties) { in TYPED_TEST_P() argument
379 TYPED_TEST_P(ProfileTest, HasAppropriateAssignmentProperties) { in TYPED_TEST_P() argument
470 TYPED_TEST_P(ProfileTest, HasAppropriateComparisonProperties) { in TYPED_TEST_P() argument
635 TYPED_TEST_P(ProfileTest, HasAppropriateAuxilliaryProperties) { in TYPED_TEST_P() argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/types/internal/
H A Dconformance_testing_test.cc117 class ProfileTest : public ::testing::Test {}; class
121 TYPED_TEST_P(ProfileTest, HasAppropriateConstructionProperties) { in TYPED_TEST_P() argument
379 TYPED_TEST_P(ProfileTest, HasAppropriateAssignmentProperties) { in TYPED_TEST_P() argument
470 TYPED_TEST_P(ProfileTest, HasAppropriateComparisonProperties) { in TYPED_TEST_P() argument
635 TYPED_TEST_P(ProfileTest, HasAppropriateAuxilliaryProperties) { in TYPED_TEST_P() argument
/aosp_15_r20/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
H A DProfileTest.java30 public class ProfileTest { class
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_profile.py13 class ProfileTest(unittest.TestCase): class
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_profile.py17 class ProfileTest(unittest.TestCase): class
/aosp_15_r20/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
H A DProfileTest.java46 public class ProfileTest { class