/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CSpinner.java | 342 Point sSize; in layout() local 343 sSize = m_spinner.computeSize(SWT.DEFAULT, SWT.DEFAULT, flushCache); in layout() 344 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height)); in layout() 345 sSize.x = Math.min(sSize.x, cRect.width); in layout() 350 cRect.x + cRect.width - sSize.x + 1, in layout() 352 sSize.x, in layout() 355 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y); in layout() 393 Point sSize; in layout() local 394 sSize = m_spinner.computeSize(SWT.DEFAULT, SWT.DEFAULT, flushCache); in layout() 395 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height)); in layout() [all …]
|
/external/gptfdisk/ |
D | support.cc | 100 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, in GetSectorNum() argument 110 response = IeeeToInt(line, sSize, low, high, def); in GetSectorNum() 132 uint64_t IeeeToInt(string inValue, uint64_t sSize, uint64_t low, uint64_t high, uint64_t def) { in IeeeToInt() argument 139 if (sSize == 0) { in IeeeToInt() 140 sSize = SECTOR_SIZE; in IeeeToInt() 172 mult = bytesPerUnit / sSize; in IeeeToInt() 173 divide = sSize / bytesPerUnit; in IeeeToInt()
|
D | support.h | 77 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, const std::string&… 78 uint64_t IeeeToInt(string IeeeValue, uint64_t sSize, uint64_t low, uint64_t high, uint64_t def = 0);
|
D | gptcl.cc | 66 uint64_t low, high, startSector, endSector, sSize; in DoOptions() local 157 sSize = GetBlockSize(); in DoOptions() 291 startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, low); in DoOptions() 292 endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, high); in DoOptions()
|
/external/icu/icu4c/source/io/ |
D | ufmt_cmn.c | 225 ufmt_defaultCPToUnicode(const char *s, int32_t sSize, in ufmt_defaultCPToUnicode() argument 235 if(sSize <= 0) { in ufmt_defaultCPToUnicode() 236 sSize = uprv_strlen(s) + 1; in ufmt_defaultCPToUnicode() 243 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1, in ufmt_defaultCPToUnicode()
|
D | ufmt_cmn.h | 154 ufmt_defaultCPToUnicode(const char *s, int32_t sSize,
|
/external/icu/icu4c/source/test/intltest/ |
D | tscoll.cpp | 97 int32_t sSize = pieceSize, tSize = pieceSize; in compareUsingPartials() local 102 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) { in compareUsingPartials() 105 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status); in compareUsingPartials()
|
/external/tpm2/ |
D | CpriHash_fp.h | 60 UINT32 sSize, // IN: size of the seed
|
D | CpriHash.c | 668 UINT32 sSize, // IN: size of the seed in _cpri__MGF1() argument 699 || (EVP_DigestUpdate(&hashContext, seed, sSize) != 1) in _cpri__MGF1()
|
D | part4.txt | 27207 495 UINT32 sSize, // IN: size of the seed 27243 531 || (EVP_DigestUpdate(&hashContext, seed, sSize) != 1)
|
/external/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 234 int32_t sSize = pieceSize, tSize = pieceSize; in compareUsingPartials() local 245 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) { in compareUsingPartials() 248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status); in compareUsingPartials()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 93 size_t sSize = WideCharToMultiByte(CP_UTF8, 0, t, -1, nullptr, 0, nullptr, nullptr); in tchar_to_skstring() local 94 s->resize(sSize); in tchar_to_skstring() 95 WideCharToMultiByte(CP_UTF8, 0, t, -1, s->writable_str(), sSize, nullptr, nullptr); in tchar_to_skstring()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_layout_itemlayout.cpp | 384 CFX_SizeF sSize = pThis->m_sSize; in GetRect() local 413 rtLayout.Set(sPos.x, sPos.y, sSize.x, sSize.y); in GetRect()
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |