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

  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutitem.cpp 69 CFX_SizeF sSize = pThis->m_sSize;
71 return CFX_RectF(sPos, sSize);
99 return CFX_RectF(sPos, sSize);
  /external/gptfdisk/
gptcl.cc 66 uint64_t low, high, startSector, endSector, sSize;
158 sSize = GetBlockSize();
295 startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, low);
296 endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, high);
  /external/icu/icu4c/source/test/intltest/
tscoll.cpp 99 int32_t sSize = pieceSize, tSize = pieceSize;
104 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
107 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
  /frameworks/base/services/core/java/com/android/server/notification/
ZenLog.java 65 private static int sSize;
217 if (sSize < SIZE) {
218 sSize++;
226 final int start = (sNext - sSize + SIZE) % SIZE;
227 for (int i = 0; i < sSize; i++) {
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 236 int32_t sSize = pieceSize, tSize = pieceSize;
247 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
250 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FDBigInteger.java 569 int sSize = S.size();
570 if (thSize < sSize) {
580 } else if (thSize > sSize) {
    [all...]
  /art/dexdump/
dexdump.cc     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 92 size_t sSize = WideCharToMultiByte(CP_UTF8, 0, t, -1, nullptr, 0, nullptr, nullptr);
93 s->resize(sSize);
94 WideCharToMultiByte(CP_UTF8, 0, t, -1, s->writable_str(), sSize, nullptr, nullptr);
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 1489 milliseconds