Home
last modified time | relevance | path

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

/aosp_15_r20/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/features/system/theme/oemtokenstoggle/
DOemTokensToggleReducer.kt51 for (rro in action.rroList) { in clone() method
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DConjugateGradient.java165 final RealVector rro = RealVector.unmodifiableRealVector(r); in solveInPlace() local