Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 26) sorted by relevance

12

/system/core/libstats/expresslog/
DCounter.cpp26 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/
DCounter.h26 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/
DVectorImpl.cpp375 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/
DMoveStorage.cpp32 #define CONSTRAIN(amount, low, high) \ argument
33 ((amount) < (low) ? (low) : ((amount) > (high) ? (high) : (amount)))
DEncryptInplace.cpp36 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/
DVectorImpl.h110 void* _grow(size_t where, size_t amount);
111 void _shrink(size_t where, size_t amount);
/system/extras/ioblame/
DREADME4 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/
Dchre_metrics.proto192 // 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/
Dclatd.te26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/prebuilts/api/32.0/private/
Dclatd.te26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/prebuilts/api/29.0/public/
Dclatd.te26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/sepolicy/prebuilts/api/31.0/private/
Dclatd.te26 # capable(CAP_IPC_LOCK), and then checks to see the requested amount is
/system/netd/tests/benchmarks/
DREADME.md34 the test to reach the minimum amount of time run. Most tests here define 'minimum time run'
/system/extras/simpleperf/
Dcmd_report_sample.proto66 // Simpleperf generates one sample whenever a specified amount of events happen
/system/core/fs_mgr/
DREADME.overlayfs.md114 still remains, OverlayFS will not be used, yet that amount of
/system/chre/doc/
Dcompatibility.md109 Since these NSL compatibility behaviors carry some amount of overhead (even if
Dporting_guide.md279 Some of them are listed below in increasing order of the amount of checks run by
/system/update_engine/
Dpylintrc223 # no amount of tweaking will make a perfect regex AFAICT. This one is a good
DREADME.md205 it can consume a considerable amount of data.
/system/chre/platform/shared/idl/
Dhost_messages.fbs139 /// 2. CHRE preallocates the required amount of memory, and loads app_binary,
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1330 void PopBytes(size_t amount) { buf_.pop(amount); }
/system/core/fastboot/
DREADME.md58 send the indicated amount of data. Short packets are always
/system/chre/pal/doc/
DDoxyfile66 # 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/
DDoxyfile66 # 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/
DDoxyfile66 # 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

12