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

  /external/gptfdisk/
gptcl.cc 66 uint64_t low, high, startSector, endSector, sSize;
157 sSize = GetBlockSize();
291 startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, low);
292 endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, high);
  /external/icu/icu4c/source/test/intltest/
tscoll.cpp 97 int32_t sSize = pieceSize, tSize = pieceSize;
102 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
105 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
  /frameworks/base/services/core/java/com/android/server/notification/
ZenLog.java 64 private static int sSize;
202 if (sSize < SIZE) {
203 sSize++;
211 final int start = (sNext - sSize + SIZE) % SIZE;
212 for (int i = 0; i < sSize; i++) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 342 Point sSize;
343 sSize = m_spinner.computeSize(SWT.DEFAULT, SWT.DEFAULT, flushCache);
344 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height));
345 sSize.x = Math.min(sSize.x, cRect.width);
350 cRect.x + cRect.width - sSize.x + 1,
352 sSize.x,
355 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
393 Point sSize;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 234 int32_t sSize = pieceSize, tSize = pieceSize;
245 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
    [all...]
  /hardware/ti/omap4-aah/security/tee_client_api/
schannel6_protocol.h 156 SCHANNEL6_ANSWER_PARAM_SIZE sSize;
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 156 SCHANNEL6_ANSWER_PARAM_SIZE sSize;
  /external/skia/src/ports/
SkFontHost_win.cpp 91 size_t sSize = WideCharToMultiByte(CP_UTF8, 0, t, -1, NULL, 0, NULL, NULL);
92 s->resize(sSize);
93 WideCharToMultiByte(CP_UTF8, 0, t, -1, s->writable_str(), sSize, NULL, NULL);
    [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 719 milliseconds