HomeSort by relevance Sort by last modified time
    Searched refs:thisState (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 189 unsigned thisState = *SI;
203 unsigned ResultingResourceState = thisState | (0x1 << j);
207 // We compute ResultingResourceState OR thisState.
208 // If the result of the OR is different than thisState, it implies
214 if ((ResultingResourceState != thisState) &&
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 317 PackageState thisState = getPackageStateLocked(otherProc.mPackage, uid,
319 if (!thisState.mProcesses.containsKey(otherProc.mName)) {
320 thisState.mProcesses.put(otherProc.mName, thisProc);
    [all...]

Completed in 181 milliseconds