Home
last modified time | relevance | path

Searched defs:adjustScore (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/inline/inlheur/
Dscoring.go311 func adjustScore(typ scoreAdjustTyp, score int, mask scoreAdjustTyp) (int, scoreAdjustTyp) { func
/aosp_15_r20/packages/modules/Connectivity/tests/integration/util/com/android/server/
DNetworkAgentWrapper.java288 public void adjustScore(int change) { in adjustScore() method in NetworkAgentWrapper