Home
last modified time | relevance | path

Searched refs:ctx_ (Results 1 – 25 of 2918) sorted by relevance

12345678910>>...117

/dports/x11/waybar/Waybar-0.9.12/src/modules/mpd/
H A Dstate.cpp31 ctx_->setState(std::make_unique<Playing>(ctx_)); in play()
37 ctx_->setState(std::make_unique<Paused>(ctx_)); in pause()
43 ctx_->setState(std::make_unique<Stopped>(ctx_)); in stop()
98 ctx_->setState(std::make_unique<Stopped>(ctx_)); in on_io()
101 ctx_->setState(std::make_unique<Playing>(ctx_)); in on_io()
104 ctx_->setState(std::make_unique<Paused>(ctx_)); in on_io()
108 ctx_->setState(std::make_unique<Idle>(ctx_)); in on_io()
167 ctx_->setState(std::make_unique<Stopped>(ctx_)); in stop()
177 ctx_->setState(std::make_unique<Paused>(ctx_)); in pause()
238 ctx_->setState(std::make_unique<Playing>(ctx_)); in play()
[all …]
/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-capi-incomplete.cc55 tiledb_ctx_t* ctx_; member
84 ctx_ = nullptr; in IncompleteFx()
89 tiledb_ctx_free(&ctx_); in ~IncompleteFx()
107 rc = tiledb_domain_alloc(ctx_, &domain); in create_dense_array()
318 rc = tiledb_query_submit(ctx_, query); in write_dense_full()
326 rc = tiledb_array_close(ctx_, array); in write_dense_full()
413 rc = tiledb_array_close(ctx_, array); in write_sparse_full()
488 rc = tiledb_array_close(ctx_, array); in check_dense_incomplete()
577 rc = tiledb_array_close(ctx_, array); in check_dense_incomplete_serialized()
663 rc = tiledb_array_close(ctx_, array); in check_dense_until_complete()
[all …]
H A Dunit-capi-incomplete-2.cc53 tiledb_ctx_t* ctx_; member
81 ctx_ = nullptr; in IncompleteFx2()
86 tiledb_ctx_free(&ctx_); in ~IncompleteFx2()
104 rc = tiledb_domain_alloc(ctx_, &domain); in create_dense_array()
315 rc = tiledb_query_submit(ctx_, query); in write_dense_full()
323 rc = tiledb_array_close(ctx_, array); in write_dense_full()
410 rc = tiledb_array_close(ctx_, array); in write_sparse_full()
485 rc = tiledb_array_close(ctx_, array); in check_dense_incomplete()
563 rc = tiledb_array_close(ctx_, array); in check_dense_until_complete()
641 rc = tiledb_array_close(ctx_, array); in check_dense_shrink_buffer_size()
[all …]
H A Dunit-duplicates.cc55 tiledb_ctx_t* ctx_ = nullptr; member
82 create_dir(temp_dir_, ctx_, vfs_); in CDuplicatesFx()
88 remove_dir(temp_dir_, ctx_, vfs_); in ~CDuplicatesFx()
89 tiledb_ctx_free(&ctx_); in ~CDuplicatesFx()
97 ctx_, in create_default_array_1d()
150 rc = tiledb_query_submit(ctx_, query);
154 rc = tiledb_array_close(ctx_, array);
190 rc = tiledb_query_submit(ctx_, query);
194 rc = tiledb_array_close(ctx_, array);
248 rc = tiledb_array_close(ctx_, array);
[all …]
H A Dunit-capi-array_schema.cc356 ctx_, in array_create_wrapper()
366 ctx_, in array_create_wrapper()
380 ctx_, in array_create_wrapper()
387 ctx_, in array_create_wrapper()
420 ctx_, in array_schema_load_wrapper()
430 ctx_, in array_schema_load_wrapper()
442 ctx_, in array_schema_load_wrapper()
449 ctx_, in array_schema_load_wrapper()
480 ctx_, in array_get_schema_wrapper()
490 ctx_, in array_get_schema_wrapper()
[all …]
H A Dunit-capi-query_2.cc50 tiledb_ctx_t* ctx_; member
100 ctx_ = nullptr; in Query2Fx()
105 tiledb_ctx_free(&ctx_); in ~Query2Fx()
106 CHECK(ctx_ == nullptr); in ~Query2Fx()
592 rc = tiledb_array_close(ctx_, array); in write_dense_array()
645 rc = tiledb_array_close(ctx_, array); in write_sparse_array()
788 rc = tiledb_array_close(ctx_, array);
853 rc = tiledb_array_close(ctx_, array);
900 rc = tiledb_array_close(ctx_, array);
2837 ctx_,
[all …]
H A Dunit-capi-metadata.cc59 tiledb_ctx_t* ctx_; member
99 create_dir(temp_dir_, ctx_, vfs_); in CMetadataFx()
108 remove_dir(temp_dir_, ctx_, vfs_); in ~CMetadataFx()
109 tiledb_ctx_free(&ctx_); in ~CMetadataFx()
125 ctx_, in create_default_array_1d()
147 ctx_, in create_default_array_1d_with_key()
194 rc = tiledb_array_close(ctx_, array);
214 rc = tiledb_array_close(ctx_, array);
265 rc = tiledb_array_close(ctx_, array);
334 rc = tiledb_array_close(ctx_, array);
[all …]
H A Dunit-capi-dense_neg.cc52 tiledb_ctx_t* ctx_; member
86 tiledb_ctx_free(&ctx_); in ~DenseNegFx()
239 rc = tiledb_query_submit(ctx_, query); in write_dense_vector()
245 rc = tiledb_array_close(ctx_, array); in write_dense_vector()
279 rc = tiledb_array_close(ctx_, array); in write_dense_array_global()
313 rc = tiledb_array_close(ctx_, array); in write_dense_array_row()
347 rc = tiledb_array_close(ctx_, array); in write_dense_array_col()
385 rc = tiledb_array_close(ctx_, array); in read_dense_vector()
423 rc = tiledb_array_close(ctx_, array); in read_dense_array_global()
461 rc = tiledb_array_close(ctx_, array); in read_dense_array_row()
[all …]
H A Dunit-capi-async.cc48 tiledb_ctx_t* ctx_; member
69 ctx_ = nullptr; in AsyncFx()
74 tiledb_ctx_free(&ctx_); in ~AsyncFx()
92 rc = tiledb_domain_alloc(ctx_, &domain); in create_dense_array()
175 rc = tiledb_domain_alloc(ctx_, &domain); in create_sparse_array()
327 rc = tiledb_array_close(ctx_, array); in write_dense_async()
421 rc = tiledb_array_close(ctx_, array); in write_sparse_async()
508 rc = tiledb_ctx_cancel_tasks(ctx_); in write_sparse_async_cancelled()
540 rc = tiledb_array_close(ctx_, array); in write_sparse_async_cancelled()
631 rc = tiledb_array_close(ctx_, array); in read_dense_async()
[all …]
H A Dunit-capi-sparse_real.cc52 tiledb_ctx_t* ctx_; member
82 tiledb_ctx_free(&ctx_); in ~SparseRealFx()
119 rc = tiledb_domain_alloc(ctx_, &domain); in create_sparse_array()
198 rc = tiledb_query_submit(ctx_, query); in write_sparse_array()
204 rc = tiledb_array_close(ctx_, array); in write_sparse_array()
239 rc = tiledb_query_submit(ctx_, query); in write_sparse_array_next_partition_bug()
245 rc = tiledb_array_close(ctx_, array); in write_sparse_array_next_partition_bug()
282 rc = tiledb_query_submit(ctx_, query); in read_sparse_array()
297 rc = tiledb_array_close(ctx_, array); in read_sparse_array()
346 rc = tiledb_array_close(ctx_, array); in read_sparse_array_next_partition_bug()
[all …]
H A Dunit-capi-dense_vector.cc58 tiledb_ctx_t* ctx_; member
88 tiledb_ctx_free(&ctx_); in ~DenseVectorFx()
175 ctx_, in create_dense_vector()
189 rc = tiledb_array_close(ctx_, array); in create_dense_vector()
233 rc = tiledb_array_close(ctx_, array); in check_read()
260 ctx_, in check_update()
276 rc = tiledb_array_close(ctx_, array); in check_update()
448 ctx_,
489 ctx_,
529 ctx_,
[all …]
H A Dunit-capi-query.cc56 tiledb_ctx_t* ctx_; member
78 REQUIRE(vfs_test_init(fs_vec_, &ctx_, &vfs_).ok()); in QueryFx()
83 REQUIRE(vfs_test_close(fs_vec_, ctx_, vfs_).ok()); in ~QueryFx()
85 tiledb_ctx_free(&ctx_); in ~QueryFx()
135 rc = tiledb_domain_alloc(ctx_, &domain); in create_array()
274 rc = tiledb_array_close(ctx_, array); in test_get_buffer_write()
373 rc = tiledb_array_close(ctx_, array); in test_get_buffer_write_decoupled()
485 rc = tiledb_array_close(ctx_, array); in test_get_buffer_read()
588 rc = tiledb_array_close(ctx_, array); in test_get_buffer_read_decoupled()
648 rc = tiledb_array_close(ctx_, array);
[all …]
H A Dunit-capi-sparse_neg_2.cc52 tiledb_ctx_t* ctx_; member
83 tiledb_ctx_free(&ctx_); in ~SparseNegFx2()
112 rc = tiledb_domain_alloc(ctx_, &domain); in create_sparse_vector()
240 rc = tiledb_query_submit(ctx_, query); in write_sparse_vector()
246 rc = tiledb_array_close(ctx_, array); in write_sparse_vector()
280 rc = tiledb_query_submit(ctx_, query); in write_sparse_array()
286 rc = tiledb_array_close(ctx_, array); in write_sparse_array()
321 rc = tiledb_query_submit(ctx_, query); in read_sparse_vector()
334 rc = tiledb_array_close(ctx_, array); in read_sparse_vector()
392 rc = tiledb_array_close(ctx_, array); in read_sparse_array_row()
[all …]
H A Dunit-capi-sparse_real_2.cc52 tiledb_ctx_t* ctx_; member
81 tiledb_ctx_free(&ctx_); in ~SparseRealFx2()
197 rc = tiledb_query_submit(ctx_, query); in write_sparse_array()
203 rc = tiledb_array_close(ctx_, array); in write_sparse_array()
238 rc = tiledb_query_submit(ctx_, query); in write_sparse_array_next_partition_bug()
244 rc = tiledb_array_close(ctx_, array); in write_sparse_array_next_partition_bug()
287 rc = tiledb_query_submit(ctx_, query); in read_sparse_array()
302 rc = tiledb_array_close(ctx_, array); in read_sparse_array()
355 rc = tiledb_array_close(ctx_, array); in read_sparse_array_next_partition_bug()
439 rc = tiledb_array_close(ctx_, array);
[all …]
H A Dunit-capi-vfs.cc69 tiledb_ctx_t* ctx_; member
94 ctx_ = nullptr; in VFSFx()
106 tiledb_ctx_free(&ctx_); in ~VFSFx()
123 if (ctx_ != nullptr) in set_num_vfs_threads()
124 tiledb_ctx_free(&ctx_); in set_num_vfs_threads()
616 rc = tiledb_vfs_sync(ctx_, fh); in check_write()
633 rc = tiledb_vfs_close(ctx_, fh); in check_write()
717 rc = tiledb_vfs_close(ctx_, fh); in check_write()
727 rc = tiledb_vfs_close(ctx_, fh); in check_write()
739 rc = tiledb_vfs_close(ctx_, fh); in check_write()
[all …]
H A Dunit-capi-sparse_neg.cc52 tiledb_ctx_t* ctx_; member
84 tiledb_ctx_free(&ctx_); in ~SparseNegFx()
113 rc = tiledb_domain_alloc(ctx_, &domain); in create_sparse_vector()
241 rc = tiledb_query_submit(ctx_, query); in write_sparse_vector()
247 rc = tiledb_array_close(ctx_, array); in write_sparse_vector()
281 rc = tiledb_query_submit(ctx_, query); in write_sparse_array()
287 rc = tiledb_array_close(ctx_, array); in write_sparse_array()
333 rc = tiledb_array_close(ctx_, array); in read_sparse_vector()
382 rc = tiledb_array_close(ctx_, array); in read_sparse_array_global()
431 rc = tiledb_array_close(ctx_, array); in read_sparse_array_row()
[all …]
H A Dunit-capi-rest-dense_array.cc77 tiledb_ctx_t* ctx_; member
232 tiledb_ctx_free(&ctx_); in ~DenseArrayRESTFx()
233 CHECK(ctx_ == nullptr); in ~DenseArrayRESTFx()
301 tiledb_ctx_free(&ctx_); in create_dense_array_2D()
421 rc = tiledb_query_submit(ctx_, query); in read_dense_array_2D()
436 rc = tiledb_array_close(ctx_, array); in read_dense_array_2D()
540 rc = tiledb_array_close(ctx_, array); in write_dense_array_by_tiles()
588 rc = tiledb_array_close(ctx_, array); in write_dense_subarray_2D()
721 rc = tiledb_array_close(ctx_, array); in check_sorted_reads()
1798 tiledb_ctx_free(&ctx_);
[all …]
H A Dunit-capi-array.cc63 tiledb_ctx_t* ctx_; member
102 tiledb_ctx_free(&ctx_); in ~ArrayFx()
145 rc = tiledb_domain_alloc(ctx_, &domain); in create_sparse_vector()
276 tiledb_ctx_free(&ctx_); in create_dense_vector()
391 rc = tiledb_array_close(ctx_, array);
899 rc = tiledb_array_close(ctx_, array);
948 rc = tiledb_array_close(ctx_, array);
955 ctx_,
1006 rc = tiledb_array_close(ctx_, array);
1064 rc = tiledb_array_close(ctx_, array);
[all …]
H A Dunit-capi-consolidation.cc56 tiledb_ctx_t* ctx_; member
149 ctx_ = nullptr; in ConsolidationFx()
156 tiledb_ctx_free(&ctx_); in ~ConsolidationFx()
200 tiledb_ctx_free(&ctx_); in create_dense_vector()
299 tiledb_ctx_free(&ctx_); in create_dense_array()
401 tiledb_ctx_free(&ctx_); in create_sparse_array()
505 tiledb_ctx_free(&ctx_); in create_sparse_heterogeneous_array()
607 tiledb_ctx_free(&ctx_); in create_sparse_string_array()
4150 ctx_, in get_array_meta_files_dense()
4165 ctx_, in get_array_meta_vac_files_dense()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/lib/
H A Dmrn_operations.cpp36 : ctx_(ctx) { in Operations()
44 table_ = grn_table_create(ctx_, in Operations()
81 GRN_OBJ_FIN(ctx_, &id_buffer_); in ~Operations()
177 ctx_->errbuf); in collect_processing_table_names()
207 if (ctx_->rc) { in repair()
250 ctx_->errbuf, in repair()
275 ctx_->errbuf, in repair()
298 ctx_->errbuf, in repair()
315 ctx_->errbuf, in repair()
354 if (ctx_->rc) { in clear()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/lib/
H A Dmrn_operations.cpp36 : ctx_(ctx) {
44 table_ = grn_table_create(ctx_,
81 GRN_OBJ_FIN(ctx_, &id_buffer_);
177 ctx_->errbuf);
207 if (ctx_->rc) {
250 ctx_->errbuf,
275 ctx_->errbuf,
298 ctx_->errbuf,
315 ctx_->errbuf,
354 if (ctx_->rc) {
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/lib/
H A Dmrn_operations.cpp36 : ctx_(ctx) { in Operations()
44 table_ = grn_table_create(ctx_, in Operations()
81 GRN_OBJ_FIN(ctx_, &id_buffer_); in ~Operations()
177 ctx_->errbuf); in collect_processing_table_names()
207 if (ctx_->rc) { in repair()
250 ctx_->errbuf, in repair()
275 ctx_->errbuf, in repair()
298 ctx_->errbuf, in repair()
315 ctx_->errbuf, in repair()
354 if (ctx_->rc) { in clear()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/lib/
H A Dmrn_operations.cpp36 : ctx_(ctx) { in Operations()
44 table_ = grn_table_create(ctx_, in Operations()
81 GRN_OBJ_FIN(ctx_, &id_buffer_); in ~Operations()
177 ctx_->errbuf); in collect_processing_table_names()
207 if (ctx_->rc) { in repair()
250 ctx_->errbuf, in repair()
275 ctx_->errbuf, in repair()
298 ctx_->errbuf, in repair()
315 ctx_->errbuf, in repair()
354 if (ctx_->rc) { in clear()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/lib/
H A Dmrn_operations.cpp36 : ctx_(ctx) { in Operations()
44 table_ = grn_table_create(ctx_, in Operations()
81 GRN_OBJ_FIN(ctx_, &id_buffer_); in ~Operations()
177 ctx_->errbuf); in collect_processing_table_names()
207 if (ctx_->rc) { in repair()
250 ctx_->errbuf, in repair()
275 ctx_->errbuf, in repair()
298 ctx_->errbuf, in repair()
315 ctx_->errbuf, in repair()
354 if (ctx_->rc) { in clear()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/lib/
H A Dmrn_operations.cpp36 : ctx_(ctx) { in Operations()
44 table_ = grn_table_create(ctx_, in Operations()
81 GRN_OBJ_FIN(ctx_, &id_buffer_); in ~Operations()
177 ctx_->errbuf); in collect_processing_table_names()
207 if (ctx_->rc) { in repair()
250 ctx_->errbuf, in repair()
275 ctx_->errbuf, in repair()
298 ctx_->errbuf, in repair()
315 ctx_->errbuf, in repair()
354 if (ctx_->rc) { in clear()
[all …]

12345678910>>...117