Home
last modified time | relevance | path

Searched refs:have_backup (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/eval/
H A Ddeg_eval_runtime_backup.cc36 : have_backup(false), in RuntimeBackup()
53 have_backup = true; in init_from_id()
89 if (!have_backup) { in restore_to_id()
H A Ddeg_eval_runtime_backup.h59 bool have_backup; variable
/dports/devel/grpc130/grpc-1.30.2/test/cpp/codegen/
H A Dproto_utils_test.cc34 bool have_backup() const { return writer_->have_backup_; } in have_backup() function in grpc::internal::ProtoBufferWriterPeer
82 EXPECT_FALSE(peer.have_backup()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/cpp/codegen/
H A Dproto_utils_test.cc34 bool have_backup() const { return writer_->have_backup_; } in have_backup() function in grpc::internal::ProtoBufferWriterPeer
82 EXPECT_FALSE(peer.have_backup()); in TEST_F()
/dports/devel/grpc/grpc-1.42.0/test/cpp/codegen/
H A Dproto_utils_test.cc37 bool have_backup() const { return writer_->have_backup_; } in have_backup() function in grpc::internal::ProtoBufferWriterPeer
85 EXPECT_FALSE(peer.have_backup()); in TEST_F()
/dports/devel/grpc134/grpc-1.34.1/test/cpp/codegen/
H A Dproto_utils_test.cc36 bool have_backup() const { return writer_->have_backup_; } in have_backup() function in grpc::internal::ProtoBufferWriterPeer
84 EXPECT_FALSE(peer.have_backup()); in TEST_F()
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dgroup.c2547 int have_backup; in slrn_write_newsrc() local
2592 have_backup = 1; in slrn_write_newsrc()
2595 have_backup = 0; in slrn_write_newsrc()
2602 if (have_backup) (void) rename (backup_file, file); in slrn_write_newsrc()
2715 if (have_backup) slrn_delete_file (backup_file); in slrn_write_newsrc()
2740 if (have_backup) (void) rename (backup_file, file); in slrn_write_newsrc()
/dports/news/slrn/slrn-1.0.3/src/
H A Dgroup.c2740 int have_backup = 0; in slrn_write_newsrc() local
2799 have_backup = (0 == slrn_create_backup (newsrc_filename)); in slrn_write_newsrc()
2805 if (have_backup) slrn_restore_backup (newsrc_filename); in slrn_write_newsrc()
2882 if (have_backup) slrn_delete_backup (newsrc_filename); in slrn_write_newsrc()
2903 if (have_backup) slrn_restore_backup (newsrc_filename); in slrn_write_newsrc()
H A Dslrnpull.c3360 int have_backup = 0; in write_headers_file() local
3372 have_backup = (0 == slrn_create_backup (head_file)); in write_headers_file()
3378 if (have_backup) slrn_restore_backup (head_file); in write_headers_file()
3385 if (have_backup) slrn_restore_backup (head_file); in write_headers_file()
3391 if (have_backup) slrn_delete_backup (head_file); in write_headers_file()
/dports/devel/covtool/covtool-2.1_10/html/coverage_html/usr/include/g++/
H A Dstreambuf.h339 - int have_backup() { return _IO_save_base != NULL; }
/dports/graphics/silgraphite/silgraphite-2.3.1/wrappers/pangographite/
H A Dtesttext.c1561 gboolean have_backup = FALSE; in save_buffer() local
1581 have_backup = TRUE; in save_buffer()
1616 if (!result && have_backup) in save_buffer()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtesttext.c2020 gboolean have_backup = FALSE; in save_buffer() local
2040 have_backup = TRUE; in save_buffer()
2075 if (!result && have_backup) in save_buffer()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dslurm_protocol_api.c4601 bool have_backup; in slurm_send_recv_controller_msg() local
4628 have_backup = conf->control_cnt > 1; in slurm_send_recv_controller_msg()
4648 && (have_backup) in slurm_send_recv_controller_msg()