Home
last modified time | relevance | path

Searched refs:less (Results 1 – 25 of 39) sorted by relevance

12

/system/chre/util/tests/
Dheap_test.cc12 std::less<int> comp; in TEST()
18 std::less<int> comp; in TEST()
24 std::less<int> comp; in TEST()
55 std::less<int> comp; in TEST()
64 std::less<int> comp; in TEST()
/system/tools/hidl/
DScope.cpp138 auto less = [&](const Type* lhs, const Type* rhs) { in topologicalReorder() local
142 if (std::is_sorted(mTypes.begin(), mTypes.end(), less)) return; in topologicalReorder()
145 std::sort(mTypes.begin(), mTypes.end(), less); in topologicalReorder()
/system/security/keystore/
Dgrant_store.h77 std::unordered_map<uid_t, std::set<Grant, std::less<>>> grants_;
Dgrant_store.cpp49 std::set<Grant, std::less<>>& uid_grant_list = grants_[uid]; in put()
/system/chre/util/include/chre/util/
Dpriority_queue.h32 template<typename ElementType, typename CompareFunction = std::less<ElementType>>
/system/sepolicy/private/
Dbootstat.te33 # ... and refine ... for a ro propertly no less ... keep this _tight_
Dseapp_contexts55 # more specific user= string before less specific user= string.
58 # more specific name= string before less specific name= string.
60 # more specific name= string before less specific name= string.
Duntrusted_app_all.te36 # Allow handling of less common filesystem objects
/system/memory/libmemunreachable/
DAllocator.h200 template <class Key, class T, class Compare = std::less<Key>>
210 template <class Key, class Compare = std::less<Key>>
/system/sepolicy/prebuilts/api/28.0/public/
Dbootstat.te50 # ... and refine ... for a ro propertly no less ... keep this _tight_
/system/sepolicy/prebuilts/api/29.0/public/
Dbootstat.te53 # ... and refine ... for a ro propertly no less ... keep this _tight_
/system/sepolicy/prebuilts/api/30.0/public/
Dbootstat.te57 # ... and refine ... for a ro propertly no less ... keep this _tight_
/system/incremental_delivery/incfs/include/
DMountRegistry.h39 using BindMap = std::map<std::string, std::pair<std::string, int>, std::less<>>;
/system/libsysprop/srcs/android/sysprop/
DContactsProperties.sysprop50 # We can't spell it out because a property name must be less than 32 chars.
/system/sepolicy/prebuilts/api/29.0/private/
Dseapp_contexts55 # more specific user= string before less specific user= string.
58 # more specific name= string before less specific name= string.
60 # more specific name= string before less specific name= string.
/system/core/libutils/include/utils/
DRefBase.h408 COMPARE_WEAK_FUNCTIONAL(<, std::less)
445 return _wp_compare_<std::less>(m_refs, o.m_refs);
447 return _wp_compare_<std::less>(m_ptr, o.m_ptr);
DStrongPointer.h145 COMPARE_STRONG_FUNCTIONAL(<, std::less)
/system/libbase/
DREADME.md6 easier and less error-prone.
/system/core/fs_mgr/libsnapshot/update_engine/
Dupdate_metadata.proto21 // - The definition here has less fields. libsnapshot only uses fields declared
/system/sepolicy/prebuilts/api/30.0/private/
Dseapp_contexts55 # more specific user= string before less specific user= string.
58 # more specific name= string before less specific name= string.
60 # more specific name= string before less specific name= string.
Duntrusted_app_all.te36 # Allow handling of less common filesystem objects
/system/bt/doc/
Dstyle_guide.md4 are consistent with one another and spend less time debating style.
157 integer. It's more transparent and readable, and less error prone.
260 This form is used over traditional `#define`-based include guards as it is less
/system/core/init/
Dinit.cpp397 static const std::map<std::string, ControlMessageFunction, std::less<>>& GetControlMessageMap() { in GetControlMessageMap()
399 …static const std::map<std::string, ControlMessageFunction, std::less<>> control_message_functions … in GetControlMessageMap()
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto50 // This must be less than or equal to |device_size|.
/system/extras/partition_tools/
DREADME.md23 … can be a normal file or a sparse image, but the destination size must be less than or equal to th…

12