/system/core/libmemunreachable/include/memunreachable/ |
D | memunreachable.h | 72 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/ |
D | TaskRunner.cpp | 27 void TaskRunner::start(size_t limit) { in start() argument 28 mQueue = std::make_shared<SynchronizedQueue<Task>>(limit); in start()
|
/system/libhidl/base/include/hidl/ |
D | SynchronizedQueue.h | 32 SynchronizedQueue(size_t limit); 56 SynchronizedQueue<T>::SynchronizedQueue(size_t limit) : mQueueLimit(limit) { in SynchronizedQueue() argument
|
D | TaskRunner.h | 49 void start(size_t limit);
|
/system/media/audio_utils/ |
D | mono_blend.cpp | 26 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()
|
D | Doxyfile | 2124 # for no limit. Note that the threshold may be exceeded by 50% before the limit
|
D | Doxyfile.orig | 2124 # for no limit. Note that the threshold may be exceeded by 50% before the limit
|
/system/core/libmemunreachable/ |
D | MemUnreachable.cpp | 54 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()
|
D | README.md | 17 #### `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…
|
D | HeapWalker.cpp | 119 bool HeapWalker::Leaked(allocator::vector<Range>& leaked, size_t limit, in Leaked() argument 135 if (n++ < limit) { in Leaked()
|
D | HeapWalker.h | 71 bool Leaked(allocator::vector<Range>&, size_t limit, size_t* num_leaks,
|
/system/media/audio_utils/include/audio_utils/ |
D | mono_blend.h | 44 bool limit = false);
|
/system/core/fastboot/ |
D | fastboot.cpp | 759 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/ |
D | iotop.cpp | 105 int limit = -1; in main() local 137 limit = atoi(optarg); in main() 240 int n = limit; in main()
|
/system/core/storaged/ |
D | README.properties | 5 ro.storaged.uid_io.threshold # Per UID IO usage limit, in bytes
|
/system/sepolicy/vendor/ |
D | vndservicemanager.te | 8 # transfer binder objects to other processes (TODO b/35870313 limit this to vendor-only)
|
/system/core/init/ |
D | builtins.cpp | 564 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/ |
D | attestation_ca.proto | 49 // 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/ |
D | isolated_app.te | 30 # TODO: consider removing write/append. We want to limit isolated_apps
|
/system/extras/simpleperf/ |
D | cmd_report_sample.cpp | 267 auto limit = coded_is.PushLimit(size); in DumpProtobufReport() local 273 coded_is.PopLimit(limit); in DumpProtobufReport()
|
/system/core/liblog/ |
D | README | 10 * Please limit to 24 characters for runtime is loggable, 12 * alignment with limit of 7 characters.
|
/system/sepolicy/public/ |
D | shell.te | 174 # limit shell access to sensitive char drivers to
|
D | domain.te | 744 -init # TODO: limit init to relabelfrom for files
|
/system/update_engine/ |
D | pylintrc | 219 # Regexp for a line that is allowed to be longer than the limit.
|
/system/core/rootdir/ |
D | init.rc | 206 # qtaguid will limit access to specific data based on group memberships.
|