Searched refs:less (Results 1 – 25 of 30) sorted by relevance
12
/system/chre/util/tests/ |
D | heap_test.cc | 12 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/ |
D | Scope.cpp | 135 auto less = [&](const Type* lhs, const Type* rhs) { in topologicalReorder() local 139 if (std::is_sorted(mTypes.begin(), mTypes.end(), less)) return; in topologicalReorder() 142 std::sort(mTypes.begin(), mTypes.end(), less); in topologicalReorder()
|
/system/security/keystore/ |
D | grant_store.h | 77 std::unordered_map<uid_t, std::set<Grant, std::less<>>> grants_;
|
D | grant_store.cpp | 49 std::set<Grant, std::less<>>& uid_grant_list = grants_[uid]; in put()
|
/system/chre/util/include/chre/util/ |
D | priority_queue.h | 32 template<typename ElementType, typename CompareFunction = std::less<ElementType>>
|
/system/core/libmemunreachable/ |
D | Allocator.h | 200 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/ |
D | bootstat.te | 50 # ... and refine ... for a ro propertly no less ... keep this _tight_
|
/system/sepolicy/public/ |
D | bootstat.te | 53 # ... and refine ... for a ro propertly no less ... keep this _tight_
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | bootstat.te | 53 # ... and refine ... for a ro propertly no less ... keep this _tight_
|
/system/libsysprop/srcs/android/sysprop/ |
D | ContactsProperties.sysprop | 50 # We can't spell it out because a property name must be less than 32 chars.
|
/system/core/libutils/include/utils/ |
D | RefBase.h | 408 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);
|
D | StrongPointer.h | 110 COMPARE_STRONG_FUNCTIONAL(<, std::less)
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | seapp_contexts | 55 # 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.
|
D | untrusted_app_all.te | 36 # Allow handling of less common filesystem objects
|
/system/sepolicy/private/ |
D | seapp_contexts | 55 # 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.
|
D | untrusted_app_all.te | 36 # Allow handling of less common filesystem objects
|
/system/libhidl/libhidlcache/ |
D | HidlCache.h | 27 template <class Key, class Value, class Compare = std::less<Key>>
|
/system/extras/perfprofd/ |
D | perfprofd_config.proto | 57 // that the duration of the recording is less than or equal to the value of
|
/system/extras/partition_tools/ |
D | README.md | 23 … can be a normal file or a sparse image, but the destination size must be less than or equal to th…
|
/system/bt/doc/ |
D | style_guide.md | 4 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/update_engine/payload_generator/ |
D | inplace_generator.cc | 266 SortCutsByTopoOrderLess less(table); in SortCutsByTopoOrder() local 267 sort(cuts->begin(), cuts->end(), less); in SortCutsByTopoOrder()
|
/system/chre/ |
D | README.md | 230 with less effort (potentially using those libraries if they are known to be
|
/system/core/fastboot/ |
D | README.md | 346 less. 349 complete, must always be 512 bytes or less.
|
/system/core/adb/ |
D | protocol.txt | 243 "embedded" version of it is less dynamic.
|
/system/update_engine/ |
D | pylintrc | 115 # Python expression which should return a note less than 10 (10 is the highest
|
12