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

  /packages/apps/Calendar/src/com/android/calendar/
CalendarUtils.java 58 private static Formatter mF = new Formatter(mSB, Locale.getDefault());
181 date = DateUtils.formatDateRange(context, mF, startMillis, endMillis, flags,
  /external/fonttools/Lib/fontTools/misc/
sstruct.py 21 as "n.mF", where n is the number of bits before the point, and m
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 230 private static Formatter mF = new Formatter(mSB, Locale.getDefault());
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 127 Function *mF;
274 AMDGPUPeepholeOpt::runOnFunction(Function &MF)
277 mF = &MF;
280 MF.dump();
282 mCTX = &MF.getType()->getContext();
284 safeNestedForEach(MF.begin(), MF.end(), MF.begin()->begin(),
288 doAtomicConversionIfNeeded(MF);
    [all...]

Completed in 111 milliseconds