Home
last modified time | relevance | path

Searched defs:acc (Results 1 – 6 of 6) sorted by relevance

/system/teeui/libteeui/example/
Dexample_utils.cpp32 double acc = alfa * a + (1 - alfa) * b; in alfaCombineChannel() local
46 auto acc = buffer_[pos]; in drawPixel() local
/system/media/audio_utils/tests/
Dformat_tests.cpp160 uint32_t acc[SAMPLES]; in TEST_P() local
/system/update_engine/payload_consumer/
Dsnapshot_extent_writer_unittest.cc105 operations_.begin(), operations_.end(), 0, [](auto&& acc, auto&& op) { in GetCowSize()
/system/core/storaged/tests/
Dstoraged_test.cpp110 struct disk_stats base = {}, tmp = {}, curr, acc = {}, inc[5]; in TEST() local
/system/media/camera/docs/
Dmetadata_model.py734 def aggregate_by_name(acc, el): argument
/system/security/keystore2/src/
Dlegacy_blob.rs317 let mut acc = String::new(); in encode_alias() localVariable