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 199 unsigned thisState = *SI;
213 unsigned ResultingResourceState = thisState | (0x1 << j);
217 // We compute ResultingResourceState OR thisState.
218 // If the result of the OR is different than thisState, it implies
224 if ((ResultingResourceState != thisState) &&
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 280 PackageState thisState = getPackageStateLocked(otherProc.mPackage, uid);
281 if (!thisState.mProcesses.containsKey(otherProc.mName)) {
282 thisState.mProcesses.put(otherProc.mName, thisProc);
    [all...]

Completed in 106 milliseconds