Searched refs:Compare (Results 1 - 8 of 8) sorted by last modified time

/system/tools/aidl/
H A Dgenerate_cpp_unittest.cpp682 void Compare(Document* doc, const char* expected) { function in class:android::aidl::cpp::ASTTest
716 Compare(doc.get(), kExpectedComplexTypeClientHeaderOutput);
723 Compare(doc.get(), kExpectedComplexTypeClientSourceOutput);
730 Compare(doc.get(), kExpectedComplexTypeServerHeaderOutput);
737 Compare(doc.get(), kExpectedComplexTypeServerSourceOutput);
744 Compare(doc.get(), kExpectedComplexTypeInterfaceHeaderOutput);
751 Compare(doc.get(), kExpectedComplexTypeInterfaceSourceOutput);
/system/extras/simpleperf/
H A Dcmd_report.cpp119 virtual int Compare(const SampleEntry& sample1, const SampleEntry& sample2) const = 0;
127 int Compare(const SampleEntry& sample1, const SampleEntry& sample2) const override {
141 int Compare(const SampleEntry& sample1, const SampleEntry& sample2) const override {
155 int Compare(const SampleEntry& sample1, const SampleEntry& sample2) const override {
169 int Compare(const SampleEntry& sample1, const SampleEntry& sample2) const override {
183 int Compare(const SampleEntry& sample1, const SampleEntry& sample2) const override {
197 int Compare(const SampleEntry& sample1, const SampleEntry& sample2) const override {
218 int Compare(const SampleEntry& sample1, const SampleEntry& sample2) const override {
655 int result = item->Compare(sample1, sample2);
/system/core/libmemunreachable/
H A DAllocator.h213 template<class Key, class T, class Compare = std::less<Key>>
214 using map = std::map<Key, T, Compare, Allocator<std::pair<const Key, T>>>;
222 template<class Key, class Compare = std::less<Key>>
223 using set = std::set<Key, Compare, Allocator<Key>>;
/system/connectivity/shill/
H A Dmanager.cc1936 Service::Compare(
2035 Service::Compare(
H A Dservice.cc1067 bool Service::Compare(Manager* manager, function in class:shill::Service
H A Dservice.h443 // Compare two services. Returns true if Service |a| should be displayed
450 static bool Compare(Manager* manager,
686 FRIEND_TEST(ServiceTest, Compare);
H A Dservice_sorter.h43 return Service::Compare(manager_, a, b, compare_connectivity_state_,
H A Dservice_unittest.cc2133 TEST_F(ServiceTest, Compare) {

Completed in 214 milliseconds