Home
last modified time | relevance | path

Searched refs:less (Results 1 – 25 of 45) 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()
56 std::less<int> comp; in TEST()
65 std::less<int> comp; in TEST()
/system/logging/logd/
DREADME.compression.md6 * Log spam fills the buffers making them less useful in logcat/bugreports
48 * **50% less CPU usage**
49 * **50% less memory usage**
/system/tools/hidl/
DScope.cpp154 auto less = [&](const Type* lhs, const Type* rhs) { in topologicalReorder() local
158 if (std::is_sorted(mTypes.begin(), mTypes.end(), less)) return; in topologicalReorder()
161 std::sort(mTypes.begin(), mTypes.end(), less); in topologicalReorder()
/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.
/system/chre/util/include/chre/util/
Dpriority_queue.h33 typename CompareFunction = std::less<ElementType>>
/system/sepolicy/prebuilts/api/31.0/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.
/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/libsysprop/srcs/android/sysprop/
DContactsProperties.sysprop50 # We can't spell it out because a property name must be less than 32 chars.
/system/incremental_delivery/incfs/include/
DMountRegistry.h43 using BindMap = std::map<std::string, Bind, std::less<>>;
/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.h463 COMPARE_WEAK_FUNCTIONAL(<, std::less)
500 return _wp_compare_<std::less>(m_refs, o.m_refs);
502 return _wp_compare_<std::less>(m_ptr, o.m_ptr);
/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/chre/apps/test/common/proto/
Dchre_cross_validation_wifi.proto31 // the CHRE scan results size to be less than the AP scan results size.
/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.
/system/libhidl/vintfdata/
DREADME.md91 less than the specified level are omitted.
/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.cpp399 static const std::map<std::string, ControlMessageFunction, std::less<>>& GetControlMessageMap() { in GetControlMessageMap()
401 …static const std::map<std::string, ControlMessageFunction, std::less<>> control_message_functions … in GetControlMessageMap()
/system/iorap/src/compiler/
Dcompiler.cc648 using std::less; // ADL in multiless_one()
649 return less<std::decay_t<T>>{}(std::forward<T>(a), std::forward<T>(b)); in multiless_one()
/system/chre/doc/
Dframework_overview.md177 platform-specific code is less restricted, and can refer to common code, as well
204 less effort (potentially using those libraries if they are known to be

12