Searched defs:adj (Results 1 – 8 of 8) sorted by relevance
648 int adj; field in OomAdjuster.ComputeOomAdjWindowCallback656 void initialize(ProcessRecord app, int adj, boolean foregroundActivities, in initialize()854 int adj; in computeOomAdjLocked() local1642 int procState, int adj, boolean cycleReEval) { in shouldSkipDueToCycle()
715 int modifyRawOomAdj(int adj) { in modifyRawOomAdj()
3140 int adj = app.curAdj; in fillInProcMemInfoLocked() local
8733 int adj = proc.setAdj; in killPids() local8781 final int adj = proc.setAdj; in killProcessesBelowAdj() local11262 void printOomLevel(PrintWriter pw, String name, int adj) { in printOomLevel()
190 float adj = 0.25f; in findAlmostThereFraction() 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
892 auto adj = var->children; in annotateBridgeHelper() local
445 public static final String adjustToString(int adj) { in adjustToString()