Home
last modified time | relevance | path

Searched refs:Combine (Results 1 – 14 of 14) sorted by relevance

/system/media/audio_utils/tests/
Dmel_processor_tests.cpp41 using ::testing::Combine;
203 Combine(Values(192000, 176400, 96000, 88200, 64000, 48000),
208 Combine(Values(44100, 32000),
213 Combine(Values(24000, 22050, 16000, 12000, 11025),
218 Combine(Values(8000),
Dformat_tests.cpp117 INSTANTIATE_TEST_CASE_P(FormatVariations, FormatTest, ::testing::Combine(
Dchannelmix_tests.cpp340 ::testing::Combine(
412 ::testing::Combine(
/system/sepolicy/tests/
Dcombine_maps.py35 def Combine(top, bottom): function
71 result = Combine(top_map_cil, bottom_map_cil)
/system/libvintf/test/
DVintfObjectRecoveryTest.cpp31 using testing::Combine;
305 Combine(ValuesIn(OptionalTypes()), ValuesIn(OptionalTypes()),
Dvintf_object_tests.cpp721 ::testing::Combine(::testing::Bool(), ::testing::Bool()));
2255 … ::testing::Combine(Bool(), Bool(), Bool(), Bool(), Bool(), Bool(), Bool()));
2488 INSTANTIATE_TEST_SUITE_P(OemFcmLevel, OemFcmLevelTest, Combine(Values(1, 2), Bool(), Bool()),
DLibVintfTest.cpp42 using ::testing::Combine;
6425 Combine(Range(FcmCombineKernelTest::kMinLevel, FcmCombineKernelTest::kMaxLevel + 1),
/system/security/keystore2/src/crypto/tests/
Dcertificate_utils_test.cpp144 testing::Combine(testing::ValuesIn(ec_curves), testing::ValuesIn(digests)),
235 testing::Combine(testing::ValuesIn(rsa_key_sizes),
/system/core/libsync/tests/
Dsync_test.cpp687 ::testing::Combine(::testing::Values(16,32), ::testing::Values(32, 1024, 1024*32)));
/system/media/tests/
Dsystemaudio_tests.cpp780 testing::Combine(
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp2786 INSTANTIATE_TEST_SUITE_P(Snapshot, FlashAfterUpdateTest, Combine(Values(0, 1), Bool()),
/system/core/debuggerd/
Ddebuggerd_test.cpp1839 testing::Combine(testing::ValuesIn(gwp_asan_tests),
/system/netd/tests/
Dbinder_test.cpp4491 testing::Combine(testing::Bool(),
4634 testing::Combine(testing::Values(SYSTEM_DEFAULT_NETID, APP_DEFAULT_NETID, NETID_UNSET),
/system/tools/aidl/
Daidl_unittest.cpp5890 testing::Combine(testing::Values(Options::Language::CPP, Options::Language::JAVA,