HomeSort by relevance Sort by last modified time
    Searched defs:thisVal (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 214 float thisVal = Float.parseFloat(indices[i]);
215 if (val < (lastVal + (thisVal-lastVal)*.5f)) {
218 lastVal = thisVal;
  /packages/apps/SpareParts/src/com/android/spare_parts/
SpareParts.java 208 float thisVal = Float.parseFloat(indices[i]);
209 if (val < (lastVal + (thisVal-lastVal)*.5f)) {
212 lastVal = thisVal;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 424 SVal thisVal = State->getSVal(svalBuilder.getCXXThis(decl, stackFrame));
437 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal);
439 FieldLoc = State->getLValue(BMI->getMember(), thisVal);
513 SVal ThisVal = Pred->getState()->getSVal(ThisPtr);
518 SVal BaseVal = getStoreManager().evalDerivedToBase(ThisVal, BaseTy,
532 Loc ThisVal = getSValBuilder().getCXXThis(CurDtor,
535 State->getLValue(Member, State->getSVal(ThisVal).castAs<Loc>());
    [all...]

Completed in 5279 milliseconds