Home
last modified time | relevance | path

Searched refs:Matches (Results 1 – 5 of 5) sorted by relevance

/system/core/logd/
DPruneList.cpp26 bool Prune::Matches(LogBufferElement* element) const { in Matches() function in Prune
187 if (rule.Matches(element)) { in IsHighPriority()
196 if (rule.Matches(element)) { in IsLowPriority()
DPruneList.h33 bool Matches(LogBufferElement* element) const;
/system/core/fastboot/
Dudp.cpp76 bool Matches(const uint8_t* response);
93 bool Header::Matches(const uint8_t* response) { in Matches() function in udp::Header
280 } while (!header->Matches(rx_packet_.data())); in SendSinglePacketHelper()
/system/apex/docs/
DREADME.md322 - `first`: Matches the primary ABI of the device. This is the default for
324 - `lib32`: Matches the 32-bit ABI of the device, if supported.
325 - `lib64`: Matches the 64-bit ABI of the device, it supported.
326 - `prefer32`: Matches the 32-bit ABI of the device, if supported. If the
328 - `both`: Matches both ABIs. This is the default for
/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator_test.cpp35 using ::testing::Matches;