Home
last modified time | relevance | path

Searched defs:total (Results 1 – 25 of 95) sorted by relevance

1234

/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DUtils.java35 int total = classes.length; in getTargetsFromLegacyJackConfig() local
36 assert requests.length == total; in getTargetsFromLegacyJackConfig() local
37 assert resets.length == total; in getTargetsFromLegacyJackConfig() local
/frameworks/av/media/img_utils/include/img_utils/
DTiffEntryImpl.h97 uint32_t total = getActualSize(); in getSize() local
104 uint32_t total = sizeof(T) * mCount; in getActualSize() local
196 uint32_t total = 0; in getActualSize() local
/frameworks/base/cmds/incident_helper/tests/
DProcrankParser_test.cpp81 ProcrankProto::Process* total = expected.mutable_summary()->mutable_total(); in TEST_F() local
125 ProcrankProto::Process* total = expected.mutable_summary()->mutable_total(); in TEST_F() local
/frameworks/base/core/java/com/android/internal/os/
DAudioPowerCalculator.java54 final PowerAndDuration total = new PowerAndDuration(); in calculate() local
74 private void calculateApp(UidBatteryConsumer.Builder app, PowerAndDuration total, in calculateApp()
DVideoPowerCalculator.java51 final PowerAndDuration total = new PowerAndDuration(); in calculate() local
71 private void calculateApp(UidBatteryConsumer.Builder app, PowerAndDuration total, in calculateApp()
DMobileRadioPowerCalculator.java94 PowerAndDuration total = new PowerAndDuration(); in calculate() local
136 PowerAndDuration total, in calculateApp()
188 private void calculateRemaining(PowerAndDuration total, in calculateRemaining()
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateStats.h90 const auto total = std::as_const(totalTimes).get(string).value_or(std::cref(zero)); in getTotalTimes() local
123 const auto total = std::as_const(mFpsTotalTimes) in flushTime() local
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaMemoryTracer.cpp157 size_t SkiaMemoryTracer::total() { in total() function in android::uirenderer::skiapipeline::SkiaMemoryTracer
166 TraceValue total = convertUnits(mTotalSize); in logTotals() local
/frameworks/av/media/libnbaio/
DNBAIO.cpp64 ssize_t NBAIO_Sink::writeVia(writeVia_t via, size_t total, void *user, size_t block) in writeVia()
100 ssize_t NBAIO_Source::readVia(readVia_t via, size_t total, void *user, size_t block) in readVia()
DAudioBufferProviderSource.cpp82 ssize_t AudioBufferProviderSource::readVia(readVia_t via, size_t total, void *user, size_t block) in readVia()
/frameworks/base/core/proto/android/os/
Dbatterystats.proto220 optional TimerProto total = 3; field
274 optional TimerProto total = 2; field
331 optional TimerProto total = 2; field
389 optional TimerProto total = 2; field
405 optional TimerProto total = 2; field
416 optional TimerProto total = 2; field
439 optional TimerProto total = 2; field
457 optional TimerProto total = 2; field
480 optional TimerProto total = 2; field
631 optional TimerProto total = 2; field
[all …]
Dcpuinfo.proto36 optional int32 total = 1; // total number of cpu tasks field
47 optional int32 total = 1; field
Dprocrank.proto70 optional Process total = 1; field
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dcontrast.cpp34 float total = 0; in Java_androidx_media_filterfw_samples_simplecamera_ContrastRatioFilter_contrastOperator() local
/frameworks/libs/net/common/framework/com/android/net/module/util/
DCollectionUtils.java187 public static long total(@Nullable long[] array) { in total() method in CollectionUtils
188 long total = 0; in total() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DNetworkCycleChartDataLoader.java47 final long total = bucket == null ? 0L : bucket.getRxBytes() + bucket.getTxBytes(); in recordUsage() local
DNetworkCycleData.java57 public Builder setTotalUsage(long total) { in setTotalUsage()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DResult.java36 float total = 0.0f; in getTotalTime() local
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DColorfulnessFilter.java67 float total = 0; in onProcess() local
/frameworks/base/cmds/incident_helper/src/parsers/
DProcrankParser.cpp37 string zram, ram, total; in Parse() local
/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp74 uint64_t total = 0; in getTotalSize() local
84 uint64_t total = 0; in dump() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DAppItem.java33 public long total; field in AppItem
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DHeavyHitterSketchTest.java68 final int total = (int) (input.length / (1 - ratio)); in getTopHeavyHitters() local
/frameworks/base/media/java/android/media/
DExifInterfaceUtils.java40 int total = 0; in copy() local
/frameworks/av/media/img_utils/src/
DTiffIfd.cpp155 uint32_t total = calculateIfdSize(size); in getSize() local
356 uint32_t total = 0; in getStripSize() local

1234