Home
last modified time | relevance | path

Searched refs:MAX_ROW_COUNT (Results 1 – 12 of 12) sorted by relevance

/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A Dsearchbar.cpp28 static const int MAX_ROW_COUNT = 40; variable
99 combo_->setMaxCount (MAX_ROW_COUNT + 1); in SearchBar()
258 else if (combo_->count() == MAX_ROW_COUNT) in searchStarted()
259 combo_->removeItem (MAX_ROW_COUNT - 1); in searchStarted()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/SwingSet/src/
H A DTableDemoTest.java72 private final static int MAX_ROW_COUNT = 524; field in TableDemoTest
135 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkTableBasicProperties()
186 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkFilterTable()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/SwingSet/src/
H A DTableDemoTest.java72 private final static int MAX_ROW_COUNT = 524; field in TableDemoTest
135 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkTableBasicProperties()
186 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkFilterTable()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/SwingSet/src/
H A DTableDemoTest.java72 private final static int MAX_ROW_COUNT = 524; field in TableDemoTest
135 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkTableBasicProperties()
186 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkFilterTable()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/SwingSet/src/
H A DTableDemoTest.java72 private final static int MAX_ROW_COUNT = 524; field in TableDemoTest
135 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkTableBasicProperties()
186 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkFilterTable()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sanity/client/SwingSet/src/
H A DTableDemoTest.java72 private final static int MAX_ROW_COUNT = 524; field in TableDemoTest
135 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkTableBasicProperties()
186 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkFilterTable()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/SwingSet/src/
H A DTableDemoTest.java72 private final static int MAX_ROW_COUNT = 524; field in TableDemoTest
135 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkTableBasicProperties()
186 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkFilterTable()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/SwingSet/src/
H A DTableDemoTest.java72 private final static int MAX_ROW_COUNT = 524; field in TableDemoTest
135 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkTableBasicProperties()
186 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkFilterTable()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/SwingSet/src/
H A DTableDemoTest.java72 private final static int MAX_ROW_COUNT = 524; field in TableDemoTest
135 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkTableBasicProperties()
186 waitRowCount(tableOperator, MAX_ROW_COUNT); in checkFilterTable()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vdb/
H A Dwcolumn.c69 #define MAX_ROW_COUNT ( ROW_COUNT_CUTOFFS * 1024 ) macro
71 #define MAX_ROW_COUNT 0x40000000 macro
667 if ( ( self -> end_id - self -> start_id ) >= MAX_ROW_COUNT ) in WColumnCommitRow()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb/
H A Dwcolumn.c69 #define MAX_ROW_COUNT ( ROW_COUNT_CUTOFFS * 1024 ) macro
71 #define MAX_ROW_COUNT 0x40000000 macro
667 if ( ( self -> end_id - self -> start_id ) >= MAX_ROW_COUNT ) in WColumnCommitRow()
/dports/www/matomo/piwik/core/ReportRenderer/
H A DPdf.php37 const MAX_ROW_COUNT = 28; define in Piwik\\ReportRenderer\\Pdf
262 …olumnReportRowCount == 0 || $tableOnlyManyColumnReportRowCount + $rowCount >= self::MAX_ROW_COUNT))