Searched defs:adj (Results 1 – 9 of 9) sorted by relevance
258 float adj = 0.25f; in findInterpolationAdjustedTargetFraction() local
1352 int adj; field in OomAdjuster.ComputeOomAdjWindowCallback1362 void initialize(ProcessRecord app, int adj, boolean foregroundActivities, in initialize()1582 int adj; in computeOomAdjLSP() local
276 int modifyRawOomAdj(int adj) { in modifyRawOomAdj()
1102 int adj, boolean foregroundActivities, boolean hasVisibleActivities, int procState, in computeOomAdjFromActivitiesIfNecessary()
3718 int adj = state.getCurAdj(); in fillInProcMemInfoLOSP() local4423 private void printOomLevel(PrintWriter pw, String name, int adj) { in printOomLevel()
7737 int adj = proc.mState.getSetAdj(); in killPids() local7826 final int adj = proc.mState.getSetAdj(); in killProcessesBelowAdj() local
1274 float adj = 1.f + r + (r2 * 0.5f) + (r2*r * 0.166666f) + (r2*r2 * 0.0416666f); in native_exp2() local1289 float2 adj = 1.f + r + (r2 * 0.5f) + (r2*r * 0.166666f) + (r2*r2 * 0.0416666f); in native_exp2() local1304 float4 adj = 1.f + r + (r2 * 0.5f) + (r2*r * 0.166666f) + (r2*r2 * 0.0416666f); in native_exp2() local
2030 final int adj = add ? 1 : -1; in adjustPendingJobCount() local
489 public static final String adjustToString(int adj) { in adjustToString()