Searched refs:Combine (Results 1 – 14 of 14) sorted by relevance
/system/media/audio_utils/tests/ |
D | mel_processor_tests.cpp | 41 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),
|
D | format_tests.cpp | 117 INSTANTIATE_TEST_CASE_P(FormatVariations, FormatTest, ::testing::Combine(
|
D | channelmix_tests.cpp | 340 ::testing::Combine( 412 ::testing::Combine(
|
/system/sepolicy/tests/ |
D | combine_maps.py | 35 def Combine(top, bottom): function 71 result = Combine(top_map_cil, bottom_map_cil)
|
/system/libvintf/test/ |
D | VintfObjectRecoveryTest.cpp | 31 using testing::Combine; 305 Combine(ValuesIn(OptionalTypes()), ValuesIn(OptionalTypes()),
|
D | vintf_object_tests.cpp | 721 ::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()),
|
D | LibVintfTest.cpp | 42 using ::testing::Combine; 6425 Combine(Range(FcmCombineKernelTest::kMinLevel, FcmCombineKernelTest::kMaxLevel + 1),
|
/system/security/keystore2/src/crypto/tests/ |
D | certificate_utils_test.cpp | 144 testing::Combine(testing::ValuesIn(ec_curves), testing::ValuesIn(digests)), 235 testing::Combine(testing::ValuesIn(rsa_key_sizes),
|
/system/core/libsync/tests/ |
D | sync_test.cpp | 687 ::testing::Combine(::testing::Values(16,32), ::testing::Values(32, 1024, 1024*32)));
|
/system/media/tests/ |
D | systemaudio_tests.cpp | 780 testing::Combine(
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_test.cpp | 2786 INSTANTIATE_TEST_SUITE_P(Snapshot, FlashAfterUpdateTest, Combine(Values(0, 1), Bool()),
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 1839 testing::Combine(testing::ValuesIn(gwp_asan_tests),
|
/system/netd/tests/ |
D | binder_test.cpp | 4491 testing::Combine(testing::Bool(), 4634 testing::Combine(testing::Values(SYSTEM_DEFAULT_NETID, APP_DEFAULT_NETID, NETID_UNSET),
|
/system/tools/aidl/ |
D | aidl_unittest.cpp | 5890 testing::Combine(testing::Values(Options::Language::CPP, Options::Language::JAVA,
|