Home
last modified time | relevance | path

Searched defs:kBatchSize (Results 1 – 25 of 118) sorted by relevance

12345

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/dataset/
H A Ddataset_test.cc37 constexpr int64_t kBatchSize = 1024; in TEST_F() local
53 constexpr int64_t kBatchSize = 1; in TEST_F() local
82 constexpr int64_t kBatchSize = 1024; in TEST_F() local
98 constexpr int64_t kBatchSize = 1; in TEST_F() local
137 constexpr int64_t kBatchSize = 1024; in TEST_F() local
173 constexpr int64_t kBatchSize = 1024; in TEST_F() local
248 constexpr int64_t kBatchSize = 1024; in TEST() local
261 constexpr int64_t kBatchSize = 1024; in TEST() local
281 static constexpr int64_t kBatchSize = 1024; in TEST() local
306 static constexpr int64_t kBatchSize = 1024; in TEST() local
H A Dscanner_test.cc35 static constexpr int64_t kBatchSize = 1024; member in arrow::dataset::TestScanner
62 constexpr int64_t TestScanner::kBatchSize; member in arrow::dataset::TestScanner
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/dataset/
H A Ddataset_test.cc39 constexpr int64_t kBatchSize = 1024; in TEST_F() local
55 constexpr int64_t kBatchSize = 1; in TEST_F() local
84 constexpr int64_t kBatchSize = 1024; in TEST_F() local
100 constexpr int64_t kBatchSize = 1; in TEST_F() local
139 constexpr int64_t kBatchSize = 1024; in TEST_F() local
175 constexpr int64_t kBatchSize = 1024; in TEST_F() local
247 constexpr int64_t kBatchSize = 1024; in TEST() local
260 constexpr int64_t kBatchSize = 1024; in TEST() local
277 static constexpr int64_t kBatchSize = 1024; in TEST() local
302 static constexpr int64_t kBatchSize = 1024; in TEST() local
H A Dscanner_test.cc34 static constexpr int64_t kBatchSize = 1024; member in arrow::dataset::TestScanner
61 constexpr int64_t TestScanner::kBatchSize; member in arrow::dataset::TestScanner
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/dataset/
H A Ddataset_test.cc37 constexpr int64_t kBatchSize = 1024; in TEST_F() local
54 constexpr int64_t kBatchSize = 1; in TEST_F() local
83 constexpr int64_t kBatchSize = 1024; in TEST_F() local
97 constexpr int64_t kBatchSize = 1024; in TEST_F() local
113 constexpr int64_t kBatchSize = 1; in TEST_F() local
152 constexpr int64_t kBatchSize = 1024; in TEST_F() local
188 constexpr int64_t kBatchSize = 1024; in TEST_F() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/blast_sra_input/unit_test/
H A Dblastsrainput_unit_test.cpp148 const int kBatchSize = 30000000; in BOOST_AUTO_TEST_CASE() local
169 const int kBatchSize = 30000000; in BOOST_AUTO_TEST_CASE() local
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/core/
H A Ddeletefiles.h39 static const int kBatchSize; variable
H A Ddeletefiles.cpp30 const int DeleteFiles::kBatchSize = 50; member in DeleteFiles
H A Dorganise.h56 static const int kBatchSize; variable
H A Dorganise.cpp40 const int Organise::kBatchSize = 10; member in Organise
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/image_annotation/
H A Dimage_annotation_service.cc21 constexpr base::FeatureParam<int> ImageAnnotationService::kBatchSize; member in image_annotation::ImageAnnotationService
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/image_annotation/
H A Dimage_annotation_service.cc24 constexpr base::FeatureParam<int> ImageAnnotationService::kBatchSize; member in image_annotation::ImageAnnotationService
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Ddeletefiles.h45 static const int kBatchSize; variable
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/engines/iuds/t/
H A Dupdate_year.test37 SELECT * FROM t2;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/content_capture/
H A Dcontent_capture_task.h52 static constexpr size_t kBatchSize = 5; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/geolocation/
H A Dposition_cache_impl_perftest.cc50 static constexpr size_t kBatchSize = 5000; member in device::PositionCacheImplPerfTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/geolocation/
H A Dposition_cache_impl_perftest.cc50 static constexpr size_t kBatchSize = 5000; member in device::PositionCacheImplPerfTest
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/proteinkmer/demo/
H A Dkblastp_app.cpp106 const int kBatchSize=10000; in Run() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/content_capture/
H A Dcontent_capture_task.h79 static constexpr size_t kBatchSize = 5; variable
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/arrow/
H A Dgenerate_fuzz_corpus.cc45 static constexpr int32_t kBatchSize = 1000; variable
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/internet/jamendo/
H A Djamendoservice.h74 static const int kBatchSize; variable
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/exec/
H A Dunion_node_test.cc35 static constexpr int kBatchSize = 10; member
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/arrow/
H A Dgenerate_fuzz_corpus.cc46 static constexpr int32_t kBatchSize = 1000; variable
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Daggregate_basic_internal.h164 constexpr int64_t kBatchSize = arrow::internal::BitBlockCounter::kWordBits; in ConsumeWithNulls() local
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/arrow/
H A Dgenerate_fuzz_corpus.cc46 static constexpr int32_t kBatchSize = 1000; variable

12345