Home
last modified time | relevance | path

Searched refs:smallSize (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdeclarative/examples/quick/positioners/
H A Dpositioners-transitions.qml183 Rectangle { color: "#80c342"; width: page.smallSize; height: page.smallSize }
188 width: page.smallSize; height: page.smallSize
195 Rectangle { color: "#14aaff"; width: page.smallSize; height: page.smallSize }
200 width: page.smallSize; height:page. smallSize
207 Rectangle { color: "#6400aa"; width: page.smallSize; height: page.smallSize }
212 width: page.smallSize; height: page.smallSize
219 Rectangle { color: "#80c342"; width: page.smallSize; height: page.smallSize }
220 Rectangle { color: "#14aaff"; width: page.smallSize; height: page.smallSize }
221 Rectangle { color: "#6400aa"; width: page.smallSize; height: page.smallSize }
251 Rectangle { color: "#80c342"; width: page.smallSize; height: page.smallSize }
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/lancelot/scripts/
H A Dbeziers.qps33 path_moveTo smallSize 0 0
34 path_cubicTo smallSize 2 1 -1 1 1 0
36 path_moveTo smallSize 0 2
37 path_cubicTo smallSize 0 1 1 1 1 2
39 path_moveTo smallSize 0 2.5
40 path_cubicTo smallSize 0.5 2 0.5 2 1 2.5
41 drawPath smallSize
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/arthur/data/qps/
H A Dbeziers.qps30 path_moveTo smallSize 0 0
31 path_cubicTo smallSize 2 1 -1 1 1 0
33 path_moveTo smallSize 0 2
34 path_cubicTo smallSize 0 1 1 1 1 2
36 path_moveTo smallSize 0 2.5
37 path_cubicTo smallSize 0.5 2 0.5 2 1 2.5
38 drawPath smallSize
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/dictionary/
H A Dqdctnry.cpp75 int smallSize = 2032; in testDctnryInsertLarge() local
186 unsigned char sgnature_value_s[smallSize]; in testDctnryInsertLarge()
189 for (int i = 0; i < smallSize; i++) in testDctnryInsertLarge()
224 for (int i = 0; i < smallSize; i++) in testDctnryInsertLarge()
259 int smallSize = 1000; in testDctnryInsertDelete() local
350 for (int i = 0; i < smallSize; i++) in testDctnryInsertDelete()
446 unsigned char sgnature_value[smallSize]; in testDctnryInsertStress()
453 for (int i = 0; i < smallSize; i++) in testDctnryInsertStress()
714 unsigned char sgnature_value[smallSize]; in testDctnryInsertDeleteStore()
719 for (int i = 0; i < smallSize; i++) in testDctnryInsertDeleteStore()
[all …]
H A Dtdctnry.cpp77 int smallSize = 1000; in testDctnryInsertDelete() local
165 for (int i = 0; i < smallSize; i++) in testDctnryInsertDelete()
176 rc = m_Dctnry.insertDctnry(dFile, smallSize, in testDctnryInsertDelete()
342 int smallSize = 1000; in testDctnryInsertDeleteStore() local
358 unsigned char sgnature_value[smallSize]; in testDctnryInsertDeleteStore()
366 for (i = 0; i < smallSize; i++) in testDctnryInsertDeleteStore()
385 smallSize, token[k]); in testDctnryInsertDeleteStore()
399 for (i = 0; i < smallSize; i++) in testDctnryInsertDeleteStore()
418 smallSize, token2[k]); in testDctnryInsertDeleteStore()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/dictionary/
H A Dqdctnry.cpp75 int smallSize = 2032; in testDctnryInsertLarge() local
186 unsigned char sgnature_value_s[smallSize]; in testDctnryInsertLarge()
189 for (int i = 0; i < smallSize; i++) in testDctnryInsertLarge()
224 for (int i = 0; i < smallSize; i++) in testDctnryInsertLarge()
259 int smallSize = 1000; in testDctnryInsertDelete() local
350 for (int i = 0; i < smallSize; i++) in testDctnryInsertDelete()
446 unsigned char sgnature_value[smallSize]; in testDctnryInsertStress()
453 for (int i = 0; i < smallSize; i++) in testDctnryInsertStress()
714 unsigned char sgnature_value[smallSize]; in testDctnryInsertDeleteStore()
719 for (int i = 0; i < smallSize; i++) in testDctnryInsertDeleteStore()
[all …]
H A Dtdctnry.cpp77 int smallSize = 1000; in testDctnryInsertDelete() local
165 for (int i = 0; i < smallSize; i++) in testDctnryInsertDelete()
176 rc = m_Dctnry.insertDctnry(dFile, smallSize, in testDctnryInsertDelete()
342 int smallSize = 1000; in testDctnryInsertDeleteStore() local
358 unsigned char sgnature_value[smallSize]; in testDctnryInsertDeleteStore()
366 for (i = 0; i < smallSize; i++) in testDctnryInsertDeleteStore()
385 smallSize, token[k]); in testDctnryInsertDeleteStore()
399 for (i = 0; i < smallSize; i++) in testDctnryInsertDeleteStore()
418 smallSize, token2[k]); in testDctnryInsertDeleteStore()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/tests/Task/
H A DTaskContinueWhenAllTests.cs22 int smallSize = 2; in TestContinueWhenAll_bare()
153 int smallSize = 2; in TestContinueWhenAll_CancellationToken()
322 int smallSize = 2; in TestContinueWhenAll_TaskContinuationOptions()
463 int smallSize = 2; in TestCWAll_CancellationToken_TaskContinuation_TaskScheduler()
634 int smallSize = 2; in RunContinueWhenAllTests_Exceptions()
655 makeCWAllTaskArrays(smallSize, largeSize, out smallTaskArray, out largeTaskArray); in RunContinueWhenAllTests_Exceptions()
688 makeCWAllTaskArrays(smallSize, largeSize, out smallTaskArray, out largeTaskArray); in RunContinueWhenAllTests_Exceptions()
885 aSmall = new Task<int>[smallSize]; in makeCWAllFutureArrays()
887 for (int i = 0; i < smallSize; i++) aSmall[i] = aLarge[i]; in makeCWAllFutureArrays()
902 aSmall = new Task[smallSize]; in makeCWAllTaskArrays()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dshader_unittest.cc25 gfx::Size smallSize(512, 512); in TEST() local
35 smallSize)); in TEST()
49 smallSize)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dshader_unittest.cc25 gfx::Size smallSize(512, 512); in TEST() local
35 smallSize)); in TEST()
49 smallSize)); in TEST()
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dappglobals.cpp106 bool smallSize = true; in ReadToolbarSizeFromConfig() local
107 if (cfg->Read(_T("/environment/toolbar_size"), &smallSize)) in ReadToolbarSizeFromConfig()
108 size = (smallSize ? 16 : 24); in ReadToolbarSizeFromConfig()
/dports/graphics/jogamp-jogl/gluegen/src/junit/com/jogamp/common/util/
H A DIntIntHashMapTest.java133 final int smallSize = iterations / 4 ; in cloneTest() local
135 final IntIntHashMap intmap = new IntIntHashMap( smallSize + smallSize / 4, 0.75f); in cloneTest()
138 for (int i = 0; i < smallSize; i++) { in cloneTest()
141 assertEquals(intmap.size(), smallSize); in cloneTest() local
172 for (int i = 0; i < smallSize; i++) { in cloneTest()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/
H A DShrinkingTreeTest.java67 private void testRefresh(final int smallSize, final int largeSize) in testRefresh() argument
79 input.createChildren(smallSize); in testRefresh()
/dports/games/scorched3d/scorched/src/client/dialogs/
H A DStartDialog.cpp84 float smallSize = 14.0f; in draw() local
121 GLWColors::black, smallSize, in draw()
126 *color, smallSize, in draw()
/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DInputPane.java399 int smallSize = (fontSize <= 10) ? fontSize-1 : in setupFonts() local
402 smallFont = new Font(fontName, fontWeight, smallSize); in setupFonts()
403 smallItalicFont = new Font(fontName, fontWeight+Font.ITALIC, smallSize); in setupFonts()
404 int tinySize = (smallSize <= 10) ? smallSize-1 : in setupFonts()
405 (smallSize <= 14) ? smallSize-2 : in setupFonts()
406 ((7*smallSize+9)/10); in setupFonts()
/dports/biology/sra-tools/sra-tools-2.11.0/tools2/assemble-fragments/
H A Dreorder-ir.cpp190 …size_t const smallSize; // chunk size above which more work units may be produced, else the sort i… member
198 Context(IndexRow *Src, IndexRow *Out, size_t count, size_t smallSize) in Context()
205 , smallSize(smallSize) in Context()
227 if (unit.size() <= smallSize) { in run()
338 auto const smallSize = getSmallSize(workers); in sortIndex() local
339 auto context = Context(index, scratch, N, smallSize); in sortIndex()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/tools/file/
H A Dole.h96 unsigned const smallSize=m_header.m_sizeBats[SmallBat]; in getDataAddress() local
97 auto const numBigSmall=unsigned(bigSize/smallSize); in getDataAddress()
100 return long((m_smallBlockPos[bId]+1)*bigSize+smallSize*(block%numBigSmall)); in getDataAddress()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/menu/
H A DBackgroundMusicList.qml170 fontSize: smallSize
179 fontSize: smallSize
188 fontSize: smallSize
197 fontSize: smallSize
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/q3mainwindow/
H A Dtst_q3mainwindow.cpp250 const QSize smallSize = button->size(); in testSetUsesBigPixmaps() local
253 QVERIFY(button->width() > smallSize.width() && button->height() > smallSize.height()); in testSetUsesBigPixmaps()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/guesscount/
H A DAdmin.qml29 fontSize: smallSize
56 fontSize: smallSize
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/src/
H A DAlpsKnowledgeBrokerMPI.cpp263 const int smallSize = in masterMain() local
336 smallBuffer_ = new char [smallSize]; in masterMain()
968 const int smallSize = in hubMain() local
1038 smallBuffer_ = new char [smallSize]; in hubMain()
1475 const int smallSize = in workerMain() local
1515 smallBuffer_ = new char [smallSize]; in workerMain()
1980 int smallSize = in masterAskHubDonate() local
2005 int smallSize = model_->AlpsPar()->entry(AlpsParams::smallSize); in hubAskWorkerDonate() local
6767 const int smallSize = model_->AlpsPar()->entry(AlpsParams::smallSize); in spiralMaster() local
7256 const int smallSize = model_->AlpsPar()->entry(AlpsParams::smallSize); in spiralRecvProcessNode() local
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/cmdlist/
H A Dtest_cmdlist_fill.cpp222 size_t smallSize = 2ull / sizeof(uint8_t); in HWTEST2_F() local
223 uint8_t *smallPtr = new uint8_t[smallSize]; in HWTEST2_F()
224 … auto result = commandList->appendMemoryFill(smallPtr, pattern, 1, smallSize, nullptr, 0, nullptr); in HWTEST2_F()
226 EXPECT_EQ(commandList->groupSizeX[0], smallSize); in HWTEST2_F()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/renewable_energy/
H A DRenewableEnergy.qml194 fontSize: smallSize
286 fontSize: smallSize * 0.5
318 fontSize: smallSize * 0.5
401 fontSize: smallSize * 0.5
464 fontSize: smallSize * 0.5
531 fontSize: smallSize * 0.5
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dadaptive_manifold_filter_n.cpp141 Size smallSize; member in __anond983bcb40111::AdaptiveManifoldFilterN
197 CV_DbgAssert(dst.size() == smallSize); in downsample()
202 CV_DbgAssert(src.empty() || src.size() == smallSize); in upsample()
294 Psi_splat_small[i].create(smallSize, CV_32FC1); in initBuffers()
307 Psi_splat_0_small.create(smallSize, CV_32FC1); in initBuffers()
316 smallSize = getSmallSize(); in initSrcAndJoint()
427 CV_DbgAssert(etaSize == srcSize || etaSize == smallSize); in buildManifoldsAndPerformFiltering()
/dports/www/thirtybees/thirtybees-1.1.0/modules/blockbestsellers/views/templates/hook/
H A Dblockbestsellers.tpl43 height="{$smallSize.height}" width="{$smallSize.width}"

12345678910>>...14