Home
last modified time | relevance | path

Searched refs:rowCache (Results 1 – 25 of 68) sorted by relevance

123

/dports/games/pioneer/pioneer-20210723/data/pigui/modules/info-view/
H A D04-missions.lua90 local rowCache = nil
93 rowCache = {
127 table.insert(rowCache, row)
138 if not rowCache then makeMissionRows() end
145 textTable.drawTable(6, nil, rowCache)
150 rowCache = nil
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/java/src/main/java/org/rocksdb/
H A DDBOptionsInterface.java1332 T setRowCache(final Cache rowCache); in setRowCache() argument
1341 Cache rowCache(); in rowCache() method
H A DDBOptions.java1021 public DBOptions setRowCache(final Cache rowCache) { in setRowCache() argument
1023 setRowCache(nativeHandle_, rowCache.nativeHandle_); in setRowCache()
1024 this.rowCache_ = rowCache; in setRowCache()
1029 public Cache rowCache() { in rowCache() method in DBOptions
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDBOptionsInterface.java1332 T setRowCache(final Cache rowCache); in setRowCache() argument
1341 Cache rowCache(); in rowCache() method
H A DDBOptions.java1021 public DBOptions setRowCache(final Cache rowCache) { in setRowCache() argument
1023 setRowCache(nativeHandle_, rowCache.nativeHandle_); in setRowCache()
1024 this.rowCache_ = rowCache; in setRowCache()
1029 public Cache rowCache() { in rowCache() method in DBOptions
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDBOptionsInterface.java1332 T setRowCache(final Cache rowCache); in setRowCache() argument
1341 Cache rowCache(); in rowCache() method
H A DDBOptions.java1021 public DBOptions setRowCache(final Cache rowCache) { in setRowCache() argument
1023 setRowCache(nativeHandle_, rowCache.nativeHandle_); in setRowCache()
1024 this.rowCache_ = rowCache; in setRowCache()
1029 public Cache rowCache() { in rowCache() method in DBOptions
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDBOptionsInterface.java1332 T setRowCache(final Cache rowCache); in setRowCache() argument
1341 Cache rowCache(); in rowCache() method
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDBOptionsInterface.java1332 T setRowCache(final Cache rowCache);
1341 Cache rowCache();
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDBOptionsInterface.java1332 T setRowCache(final Cache rowCache); in setRowCache() argument
1341 Cache rowCache(); in rowCache() method
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDBOptionsInterface.java1332 T setRowCache(final Cache rowCache); in setRowCache() argument
1341 Cache rowCache(); in rowCache() method
/dports/databases/rocksdb/rocksdb-6.26.1/java/src/main/java/org/rocksdb/
H A DDBOptionsInterface.java1392 T setRowCache(final Cache rowCache); in setRowCache() argument
1401 Cache rowCache(); in rowCache() method
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDBOptionsInterface.java1392 T setRowCache(final Cache rowCache); in setRowCache() argument
1401 Cache rowCache(); in rowCache() method
/dports/databases/rocksdb-lite/rocksdb-6.26.1/java/src/main/java/org/rocksdb/
H A DDBOptionsInterface.java1392 T setRowCache(final Cache rowCache); in setRowCache() argument
1401 Cache rowCache(); in rowCache() method
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDBOptionsInterface.java1392 T setRowCache(final Cache rowCache); in setRowCache() argument
1401 Cache rowCache(); in rowCache() method
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/main/java/org/rocksdb/
H A DDBOptionsInterface.java1392 T setRowCache(final Cache rowCache); in setRowCache() argument
1401 Cache rowCache(); in rowCache() method
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/html/
H A Dhtml.cpp1054 CHTML_tr_Cache& rowCache = GetRowCache(row); in InitRow() local
1073 while ( rowCache.GetCellCache(col).IsUsed() ) { in InitRow()
1082 rowCache.SetUsedCells(cellNode, col, col + colSpan); in InitRow()
1135 CHTML_tr_Cache& rowCache = GetRowCache(row); in GetCellNode() local
1136 if ( col < rowCache.GetCellCount() ) { in GetCellNode()
1137 CHTML_tc_Cache& cellCache = rowCache.GetCellCache(col); in GetCellNode()
1166 rowCache.AppendCell(GetRowNode(row), col, cell, 1); in GetCellNode()
1174 CHTML_tr_Cache& rowCache = GetRowCache(row); in GetCellNode() local
1175 if ( col < rowCache.GetCellCount() ) { in GetCellNode()
1176 CHTML_tc_Cache& cellCache = rowCache.GetCellCache(col); in GetCellNode()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/html/
H A Dhtml.cpp1054 CHTML_tr_Cache& rowCache = GetRowCache(row); in InitRow() local
1073 while ( rowCache.GetCellCache(col).IsUsed() ) { in InitRow()
1082 rowCache.SetUsedCells(cellNode, col, col + colSpan); in InitRow()
1135 CHTML_tr_Cache& rowCache = GetRowCache(row); in GetCellNode() local
1136 if ( col < rowCache.GetCellCount() ) { in GetCellNode()
1137 CHTML_tc_Cache& cellCache = rowCache.GetCellCache(col); in GetCellNode()
1166 rowCache.AppendCell(GetRowNode(row), col, cell, 1); in GetCellNode()
1174 CHTML_tr_Cache& rowCache = GetRowCache(row); in GetCellNode() local
1175 if ( col < rowCache.GetCellCount() ) { in GetCellNode()
1176 CHTML_tc_Cache& cellCache = rowCache.GetCellCache(col); in GetCellNode()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java650 public void rowCache() { in rowCache() method in DBOptionsTest
652 assertThat(opt.rowCache()).isNull(); in rowCache()
656 assertThat(opt.rowCache()).isEqualTo(lruCache); in rowCache()
661 assertThat(opt.rowCache()).isEqualTo(clockCache); in rowCache()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java650 public void rowCache() { in rowCache() method in DBOptionsTest
652 assertThat(opt.rowCache()).isNull(); in rowCache()
656 assertThat(opt.rowCache()).isEqualTo(lruCache); in rowCache()
661 assertThat(opt.rowCache()).isEqualTo(clockCache); in rowCache()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java650 public void rowCache() { in rowCache() method in DBOptionsTest
652 assertThat(opt.rowCache()).isNull(); in rowCache()
656 assertThat(opt.rowCache()).isEqualTo(lruCache); in rowCache()
661 assertThat(opt.rowCache()).isEqualTo(clockCache); in rowCache()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java650 public void rowCache() { in rowCache() method in DBOptionsTest
652 assertThat(opt.rowCache()).isNull(); in rowCache()
656 assertThat(opt.rowCache()).isEqualTo(lruCache); in rowCache()
661 assertThat(opt.rowCache()).isEqualTo(clockCache); in rowCache()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java650 public void rowCache() { in rowCache() method in DBOptionsTest
652 assertThat(opt.rowCache()).isNull(); in rowCache()
656 assertThat(opt.rowCache()).isEqualTo(lruCache); in rowCache()
661 assertThat(opt.rowCache()).isEqualTo(clockCache); in rowCache()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java650 public void rowCache() { in rowCache() method in DBOptionsTest
652 assertThat(opt.rowCache()).isNull(); in rowCache()
656 assertThat(opt.rowCache()).isEqualTo(lruCache); in rowCache()
661 assertThat(opt.rowCache()).isEqualTo(clockCache); in rowCache()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java650 public void rowCache() { in rowCache() method in DBOptionsTest
652 assertThat(opt.rowCache()).isNull(); in rowCache()
656 assertThat(opt.rowCache()).isEqualTo(lruCache); in rowCache()
661 assertThat(opt.rowCache()).isEqualTo(clockCache); in rowCache()

123