Home
last modified time | relevance | path

Searched refs:Contains (Results 1 – 25 of 40) sorted by relevance

12

/packages/modules/StatsD/lib/libkll/tests/
Dsampler_test.cpp34 using ::testing::Contains;
93 EXPECT_THAT(compactor, AnyOf(Contains(Eq(1)), Contains(Eq(2)))); in TEST_F()
123 EXPECT_THAT(compactor, AnyOf(Contains(Eq(1)), Contains(Eq(2)))); in TEST_F()
124 EXPECT_THAT(compactor, AnyOf(Contains(Eq(3)), Contains(Eq(4)))); in TEST_F()
141 EXPECT_THAT(compactor, AnyOf(Contains(Eq(1)), Contains(Eq(2)))); in TEST_F()
167 EXPECT_THAT(compactor, Contains(Eq(1))); in TEST_F()
179 EXPECT_THAT(compactor, Contains(Eq(3))); in TEST_F()
205 EXPECT_THAT(compactor, AnyOf(Contains(Eq(1)), Contains(Eq(2)), Contains(Eq(3)))); in TEST_F()
Dcompactor_stack_test.cpp33 using ::testing::Contains;
218 AnyOf(Contains(10), Contains(previous_sampled_item))); in TEST_P()
256 AnyOf(Contains(10.0), Contains(previous_sampled_item))); in TEST_P()
268 EXPECT_THAT(compactor_stack.compactors()[lowest_active_level + 2], Contains(10.0)); in TEST_P()
/packages/modules/Bluetooth/system/bta/groups/
Dgroups.cc49 bool Contains(const RawAddress& addr) const { in Contains() function in bluetooth::groups::DeviceGroup
87 if ((g.Contains(addr)) && (uuid == g.GetUuid())) return id; in GetGroupId()
122 if (group->Contains(addr)) { in AddDevice()
139 if (!g.Contains(addr)) { in RemoveDevice()
178 return id_group_pair.second.Contains(addr); in SerializeGroups()
192 if (g.Contains(addr)) { in SerializeGroups()
/packages/modules/Bluetooth/system/stack/mmc/test/
Dhfp_lc3_mmc_encoder_test.cc33 using ::testing::Contains;
168 EXPECT_THAT(kOutputBuf, Contains(Ne(0))); in TEST_F()
Dhfp_lc3_mmc_decoder_test.cc33 using ::testing::Contains;
177 EXPECT_THAT(kOutputBuf, Contains(Ne(0))); in TEST_F()
/packages/services/Car/cpp/computepipe/tests/runner/stream_manager/
DPixelStreamManagerTest.cpp37 using ::testing::Contains;
263 EXPECT_THAT(activeBufferIds, Not(Contains(memHandle->getBufferId()))); in TEST()
272 EXPECT_THAT(activeBufferIds, Not(Contains(memHandle->getBufferId()))); in TEST()
280 EXPECT_THAT(activeBufferIds, Contains(memHandle->getBufferId())); in TEST()
/packages/modules/AdServices/shared/
DREADME.md1 Contains artifacts that are shared between multiple AdServices-related projects
/packages/services/Telephony/utils/satellite/
DREADME.md14 - `src/main` Contains the tools for generating binary satellite s2 file, and tools
16 - `src/test` Contains the test code for the tools.
/packages/apps/Dialer/java/com/android/dialer/calldetails/proto/
Dcall_details_header_info.proto12 // Contains information for the header in CallDetailsActivity
/packages/services/Telephony/ecc/
DREADME.md18 - Contains format definitions and converting tools.
/packages/modules/Connectivity/remoteauth/
DREADME.md8 - Contains client side APIs and AIDL files.
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
Dhistory_item_bottom_sheet_header_info.proto12 // Contains information necessary to construct the header for a history item's
Dhistory_item_action_module_info.proto11 // Contains information needed to construct items (modules) in a bottom sheet.
/packages/apps/Dialer/java/com/android/dialer/blockreportspam/
Dblock_report_spam_dialog_info.proto12 // Contains information needed in dialogs that allow a user to block a number
/packages/apps/Dialer/java/com/android/dialer/glidephotomanager/
Dphoto_info.proto9 // Contains information associated with a number, which is used to create the
/packages/apps/Dialer/java/com/android/dialer/voicemail/model/
Dvoicemail_entry.proto12 // Contains contents of a voicemail entry from the AnnotatedCallLog.
/packages/apps/Dialer/java/com/android/dialer/calllog/model/
Dcoalesced_row.proto13 // Contains the contents of a row from the CoalescedAnnotatedCallLog.
/packages/services/Car/cpp/telemetry/proto/
DCarData.proto34 // Contains all the CarData messages to declare all the messages.
/packages/modules/NeuralNetworks/
DREADME.txt31 ./common: Contains files that can be useful for multiple components,
/packages/modules/Bluetooth/system/gd/packet/parser/
DREADME54 Inheritance vs Contains
/packages/modules/StatsD/statsd/tests/external/
DStatsCallbackPuller_test.cpp50 using testing::Contains;
DStatsPuller_test.cpp39 using testing::Contains;
/packages/modules/Connectivity/nearby/
DREADME.md10 - Contains client side APIs and AIDL files.
/packages/modules/AdServices/adservices/tests/unittest/service-core/
DAndroid.bp155 // Contains DB Util methods which used in MobileDataDownloadTest.java
374 // Contains DB Util methods which used in MobileDataDownloadTest.java
/packages/modules/StatsD/statsd/tests/storage/
DStorageManager_test.cpp38 using testing::Contains;

12