Home
last modified time | relevance | path

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

1234567891011

/aosp12/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DUtils.java34 int total = classes.length; in getTargetsFromLegacyJackConfig() local
35 assert requests.length == total; in getTargetsFromLegacyJackConfig() local
36 assert resets.length == total; in getTargetsFromLegacyJackConfig() local
/aosp12/frameworks/av/media/img_utils/include/img_utils/
H A 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
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DAudioPowerCalculator.java49 final PowerAndDuration total = new PowerAndDuration(); in calculate() local
69 private void calculateApp(UidBatteryConsumer.Builder app, PowerAndDuration total, in calculateApp()
H A DVideoPowerCalculator.java46 final PowerAndDuration total = new PowerAndDuration(); in calculate() local
66 private void calculateApp(UidBatteryConsumer.Builder app, PowerAndDuration total, in calculateApp()
H A DMobileRadioPowerCalculator.java90 PowerAndDuration total = new PowerAndDuration(); in calculate() local
124 double powerPerPacketMah, PowerAndDuration total, in calculateApp()
146 PowerAndDuration total = new PowerAndDuration(); in calculate() local
175 double powerPerPacketMah, PowerAndDuration total) { in calculateApp()
230 private void calculateRemaining(PowerAndDuration total, in calculateRemaining()
H A DBluetoothPowerCalculator.java58 final PowerAndDuration total = new PowerAndDuration(); in calculate() local
95 private void calculateApp(UidBatteryConsumer.Builder app, PowerAndDuration total, in calculateApp()
120 PowerAndDuration total = new PowerAndDuration(); in calculate() local
163 PowerAndDuration total) { in calculateApp()
/aosp12/frameworks/base/cmds/incident_helper/tests/
H A 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
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DHeapTable.java86 long total = 0; in render() local
97 vals.add(DocString.delta(elem.isPlaceHolder(), base.isPlaceHolder(), total, basetotal)); in render() local
126 long total = 0; in render() local
/aosp12/frameworks/base/core/java/android/net/
H A DTrafficStats.java509 long total = 0; in getMobileTxPackets() local
526 long total = 0; in getMobileRxPackets() local
543 long total = 0; in getMobileTxBytes() local
560 long total = 0; in getMobileRxBytes() local
570 long total = 0; in getMobileTcpRxPackets() local
586 long total = 0; in getMobileTcpTxPackets() local
/aosp12/art/test/004-NativeAllocations/src-art/
H A DMain.java56 long total = 0; in checkRegisterNativeAllocation() local
91 long total = 0; in triggerBlockingRegisterNativeAllocation() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DNetworkCycleChartDataLoader.java48 final long total = bucket == null ? 0L : bucket.getRxBytes() + bucket.getTxBytes(); in recordUsage() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSelectionManager.java157 int total = set.getMediaItemCount(); in expandMediaSet() local
186 int total = getTotalCount(); in getSelected() local
220 int total = getTotalCount(); in getSelected() local
/aosp12/system/gsid/aidl/android/gsi/
H A DIProgressCallback.aidl33 void onProgress(long current, long total); in onProgress()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVCardTest.java45 int total = composer.getCount(); in testCompose() local
/aosp12/frameworks/base/core/proto/android/os/
H A 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 …]
H A Dcpuinfo.proto36 optional int32 total = 1; // total number of cpu tasks field
47 optional int32 total = 1; field
/aosp12/system/update_engine/scripts/update_payload/
H A Dformat_utils.py22 def NumToPercent(num, total, min_precision=1, max_precision=5): argument
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaMemoryTracer.cpp157 size_t SkiaMemoryTracer::total() { in total() function in android::uirenderer::skiapipeline::SkiaMemoryTracer
166 TraceValue total = convertUnits(mTotalSize); in logTotals() local
/aosp12/frameworks/av/media/libnbaio/
H A 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()
/aosp12/system/core/libdiskconfig/
H A Ddiskutils.c42 uint64_t total = 0; in write_raw_image() local
/aosp12/packages/modules/ExtServices/native/pHash/
H A Dphash_fingerprinter.cpp43 double total = 0; in GenerateFingerprint() local
/aosp12/art/test/478-checker-inline-noreturn/src/
H A DMain.java50 int total = 0; in callerLoop() local
/aosp12/art/test/478-checker-inliner-nested-loop/src/
H A DMain.java44 int total = 0; in NestedLoop() local
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcontrast.cpp34 float total = 0; in Java_androidx_media_filterfw_samples_simplecamera_ContrastRatioFilter_contrastOperator() local
/aosp12/system/extras/taskstats/
H A Dtaskstats.c118 double average_ms(unsigned long long total, unsigned long long count) { in average_ms()
125 unsigned long long average_ns(unsigned long long total, in average_ns()

1234567891011