/system/core/libstats/expresslog/ |
D | Counter.cpp | 26 void Counter::logIncrement(const char* metricName, int64_t amount) { in logIncrement() argument 28 stats_write(EXPRESS_EVENT_REPORTED, metricIdHash, amount); in logIncrement() 31 void Counter::logIncrementWithUid(const char* metricName, int32_t uid, int64_t amount) { in logIncrementWithUid() argument 33 stats_write(EXPRESS_UID_EVENT_REPORTED, metricIdHash, amount, uid); in logIncrementWithUid()
|
/system/core/libstats/expresslog/include/ |
D | Counter.h | 26 static void logIncrement(const char* metricId, int64_t amount = 1); 28 static void logIncrementWithUid(const char* metricId, int32_t uid, int64_t amount = 1);
|
/system/core/libutils/ |
D | VectorImpl.cpp | 375 void* VectorImpl::_grow(size_t where, size_t amount) in _grow() argument 382 this, (int)where, (int)amount, (int)mCount); // caller already checked in _grow() 385 LOG_ALWAYS_FATAL_IF(__builtin_add_overflow(mCount, amount, &new_size), "new_size overflow"); in _grow() 429 void* dest = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow() 442 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow() 451 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink() argument 459 ALOG_ASSERT(where + amount <= mCount, in _shrink() 461 this, (int)where, (int)amount, (int)mCount); // caller already checked in _shrink() 464 LOG_ALWAYS_FATAL_IF(__builtin_sub_overflow(mCount, amount, &new_size)); in _shrink() 495 … const void* from = reinterpret_cast<const uint8_t *>(mStorage) + (where+amount)*mItemSize; in _shrink() [all …]
|
/system/vold/ |
D | MoveStorage.cpp | 32 #define CONSTRAIN(amount, low, high) \ argument 33 ((amount) < (low) ? (low) : ((amount) > (high) ? (high) : (amount)))
|
D | EncryptInplace.cpp | 36 static uint64_t round_up(uint64_t val, size_t amount) { in round_up() argument 37 if (val % amount) val += amount - (val % amount); in round_up()
|
/system/core/libutils/include/utils/ |
D | VectorImpl.h | 110 void* _grow(size_t where, size_t amount); 111 void _shrink(size_t where, size_t amount);
|
/system/extras/ioblame/ |
D | README | 4 files that running pids are doing IO to (with the aggregate amount of 19 IO on that file (it also gives the amount of IO each pid does and 20 the aggregate amount of IO done to the file by all pids). 87 the pathname of the file and the amount of data written out. 89 Finally, it reports the total amount of file data IO done by pids and 221 Allowing ioblame to track <pathname, amount of data written>
|
/system/chre/core/ |
D | chre_metrics.proto | 192 // The max allocation amount of this module in bytes. 195 // The current allocation amount of this module in bytes. 218 // The maximum amount of time it took for an event, from when it was received,
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | clatd.te | 26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | clatd.te | 26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | clatd.te | 26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | clatd.te | 26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
|
/system/netd/tests/benchmarks/ |
D | README.md | 34 the test to reach the minimum amount of time run. Most tests here define 'minimum time run'
|
/system/extras/simpleperf/ |
D | cmd_report_sample.proto | 66 // Simpleperf generates one sample whenever a specified amount of events happen
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 114 still remains, OverlayFS will not be used, yet that amount of
|
/system/chre/doc/ |
D | compatibility.md | 109 Since these NSL compatibility behaviors carry some amount of overhead (even if
|
D | porting_guide.md | 279 Some of them are listed below in increasing order of the amount of checks run by
|
/system/update_engine/ |
D | pylintrc | 223 # no amount of tweaking will make a perfect regex AFAICT. This one is a good
|
D | README.md | 205 it can consume a considerable amount of data.
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 139 /// 2. CHRE preallocates the required amount of memory, and loads app_binary,
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 1330 void PopBytes(size_t amount) { buf_.pop(amount); }
|
/system/core/fastboot/ |
D | README.md | 58 send the indicated amount of data. Short packets are always
|
/system/chre/pal/doc/ |
D | Doxyfile | 66 # option can be useful when feeding doxygen a huge amount of source files, where 1177 # a fully collapsed tree already exceeds this amount). So setting the number of 2210 # but if the number exceeds 15, the total amount of fields shown is limited to
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 66 # option can be useful when feeding doxygen a huge amount of source files, where 1177 # a fully collapsed tree already exceeds this amount). So setting the number of 2210 # but if the number exceeds 15, the total amount of fields shown is limited to
|
/system/media/audio_utils/ |
D | Doxyfile | 66 # option can be useful when feeding doxygen a huge amount of source files, where 1266 # a fully collapsed tree already exceeds this amount). So setting the number of 2313 # but if the number exceeds 15, the total amount of fields shown is limited to
|