Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 25 of 29) sorted by relevance

12

/system/core/libmemunreachable/include/memunreachable/
Dmemunreachable.h72 bool GetUnreachableMemory(UnreachableMemoryInfo& info, size_t limit = 100);
74 std::string GetUnreachableMemoryString(bool log_contents = false, size_t limit = 100);
80 bool LogUnreachableMemory(bool log_contents, size_t limit);
/system/libhidl/base/
DTaskRunner.cpp27 void TaskRunner::start(size_t limit) { in start() argument
28 mQueue = std::make_shared<SynchronizedQueue<Task>>(limit); in start()
/system/libhidl/base/include/hidl/
DSynchronizedQueue.h32 SynchronizedQueue(size_t limit);
56 SynchronizedQueue<T>::SynchronizedQueue(size_t limit) : mQueueLimit(limit) { in SynchronizedQueue() argument
DTaskRunner.h49 void start(size_t limit);
/system/media/audio_utils/
Dmono_blend.cpp26 void mono_blend(void *buf, audio_format_t format, size_t channelCount, size_t frames, bool limit) { in mono_blend() argument
54 if (limit && channelCount == 2) { in mono_blend()
DDoxyfile2124 # for no limit. Note that the threshold may be exceeded by 50% before the limit
DDoxyfile.orig2124 # for no limit. Note that the threshold may be exceeded by 50% before the limit
/system/core/libmemunreachable/
DMemUnreachable.cpp54 bool GetUnreachableMemory(allocator::vector<Leak>& leaks, size_t limit,
124 size_t limit, size_t* num_leaks, size_t* leak_bytes) { in GetUnreachableMemory() argument
197 if (leaks.size() > limit) { in GetUnreachableMemory()
198 leaks.resize(limit); in GetUnreachableMemory()
266 bool GetUnreachableMemory(UnreachableMemoryInfo& info, size_t limit) { in GetUnreachableMemory() argument
338 bool ok = unreachable.GetUnreachableMemory(leaks, limit, &num_leaks, &leak_bytes); in GetUnreachableMemory()
504 std::string GetUnreachableMemoryString(bool log_contents, size_t limit) { in GetUnreachableMemoryString() argument
506 if (!GetUnreachableMemory(info, limit)) { in GetUnreachableMemoryString()
513 bool LogUnreachableMemory(bool log_contents, size_t limit) { in LogUnreachableMemory() argument
515 if (!GetUnreachableMemory(info, limit)) { in LogUnreachableMemory()
DREADME.md17 #### `bool LogUnreachableMemory(bool log_contents, size_t limit)` ####
18 …y to the log. A summary is always written, followed by details of up to `limit` leaks. If `log_c…
26 ####`bool GetUnreachableMemory(UnreachableMemoryInfo& info, size_t limit = 100)`####
27 …MemoryInfo` object with information on leaks, including details on up to `limit` leaks. Returns t…
29 #### `std::string GetUnreachableMemoryString(bool log_contents = false, size_t limit = 100)` ####
30 …eaked memory. A summary is always written, followed by details of up to `limit` leaks. If `log_c…
DHeapWalker.cpp119 bool HeapWalker::Leaked(allocator::vector<Range>& leaked, size_t limit, in Leaked() argument
135 if (n++ < limit) { in Leaked()
DHeapWalker.h71 bool Leaked(allocator::vector<Range>&, size_t limit, size_t* num_leaks,
/system/media/audio_utils/include/audio_utils/
Dmono_blend.h44 bool limit = false);
/system/core/fastboot/
Dfastboot.cpp759 uint64_t limit; in get_target_sparse_limit() local
760 if (!android::base::ParseUint(max_download_size, &limit)) { in get_target_sparse_limit()
764 if (limit > 0) { in get_target_sparse_limit()
765 fprintf(stderr, "target reported max download size of %" PRId64 " bytes\n", limit); in get_target_sparse_limit()
767 return limit; in get_target_sparse_limit()
771 int64_t limit; in get_sparse_limit() local
776 limit = sparse_limit; in get_sparse_limit()
782 limit = target_sparse_limit; in get_sparse_limit()
788 if (size > limit) { in get_sparse_limit()
789 return limit; in get_sparse_limit()
[all …]
/system/extras/iotop/
Diotop.cpp105 int limit = -1; in main() local
137 limit = atoi(optarg); in main()
240 int n = limit; in main()
/system/core/storaged/
DREADME.properties5 ro.storaged.uid_io.threshold # Per UID IO usage limit, in bytes
/system/sepolicy/vendor/
Dvndservicemanager.te8 # transfer binder objects to other processes (TODO b/35870313 limit this to vendor-only)
/system/core/init/
Dbuiltins.cpp564 struct rlimit limit; in do_setrlimit() local
567 android::base::ParseUint(args[2], &limit.rlim_cur) && in do_setrlimit()
568 android::base::ParseUint(args[3], &limit.rlim_max)) { in do_setrlimit()
569 return setrlimit(resource, &limit); in do_setrlimit()
/system/tpm/attestation/common/
Dattestation_ca.proto49 // id and reports the quota limit exceeded status when the number of reset
143 // A timestamp for a stateless server to limit the timeframe during which the
/system/sepolicy/private/
Disolated_app.te30 # TODO: consider removing write/append. We want to limit isolated_apps
/system/extras/simpleperf/
Dcmd_report_sample.cpp267 auto limit = coded_is.PushLimit(size); in DumpProtobufReport() local
273 coded_is.PopLimit(limit); in DumpProtobufReport()
/system/core/liblog/
DREADME10 * Please limit to 24 characters for runtime is loggable,
12 * alignment with limit of 7 characters.
/system/sepolicy/public/
Dshell.te174 # limit shell access to sensitive char drivers to
Ddomain.te744 -init # TODO: limit init to relabelfrom for files
/system/update_engine/
Dpylintrc219 # Regexp for a line that is allowed to be longer than the limit.
/system/core/rootdir/
Dinit.rc206 # qtaguid will limit access to specific data based on group memberships.

12