Home
last modified time | relevance | path

Searched refs:current_diff (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/apps/CtsVerifier/assets/scripts/
H A Dexecute_power_tests.py672 current_diff = avg - baseline_amps
675 if current_diff <= max_amperes_allowed:
680 current_diff * 1000.0, baseline_amps * 1000.0, avg * 1000.0,
686 current_diff * 1000.0, baseline_amps * 1000.0, avg * 1000.0,
690 ("PASS" if (current_diff <= max_amperes_allowed) else "FAIL"),
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc2409 uint32_t current_diff, in SimpleRelocateVisitor() argument
2415 DCHECK_EQ(base_diff, current_diff); in SimpleRelocateVisitor()
2448 uint32_t current_diff, in SplitRangeRelocateVisitor() argument
2453 current_diff_(current_diff), in SplitRangeRelocateVisitor()
2540 uint32_t current_diff = static_cast<uint32_t>(current_diff64); in DoRelocateSpaces() local
2546 SimpleRelocateVisitor simple_relocate_visitor(current_diff, image_begin, image_size); in DoRelocateSpaces()
2548 base_diff, current_diff, /*bound=*/ image_begin, source_begin, source_size); in DoRelocateSpaces()