Home
last modified time | relevance | path

Searched defs:save_path (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.trace/
H A Dsave-trace.exp91 proc gdb_save_tracepoints { save_path } { argument
100 proc gdb_load_tracepoints { save_path } { argument
144 proc do_save_load_test { save_path } { argument
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dsave_compatibility_test.c22 static size_t get_file_size(const char *save_path) in get_file_size()
37 static uint8_t *read_save(const char *save_path, size_t *length) in read_save()
70 static void test_save_compatibility(const char *save_path) in test_save_compatibility()
150 char save_path[4096 + sizeof(LOADED_SAVE_FILE)]; in main() local
/dports/misc/py-gluoncv/gluon-cv-0.9.0/scripts/action-recognition/
H A Dfeat_extract_pytorch.py15 def main(cfg, save_path): argument
66save_path = os.path.join(cfg.CONFIG.LOG.BASE_PATH, cfg.CONFIG.LOG.EXP_NAME, cfg.CONFIG.LOG.SAVE_DI… variable
/dports/databases/unixODBC/unixODBC-2.3.9/odbcinst/
H A D_odbcinst_SystemINI.c88 static char save_path[ ODBC_FILENAME_MAX + 1 ]; in odbcinst_system_file_name() local
111 static char save_path[ ODBC_FILENAME_MAX + 1 ]; in odbcinst_system_file_path() local
147 static char save_path[ ODBC_FILENAME_MAX + 1 ]; in odbcinst_user_file_path() local
/dports/graphics/opencv/opencv-4.5.3/samples/dnn/dnn_model_runner/dnn_conversion/paddlepaddle/
H A Dpaddle_resnet50.py27 def export_onnx_mobilenetv2(save_path): argument
45 save_path = './resnet50' variable
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/stable_baselines/
H A Denjoy.py64 save_path = f"{args.algo}_{env_id}.zip" variable
69 save_path = os.path.join(f"{args.algo}_{env_id}", "best_model.zip") variable
/dports/sysutils/burp/burp-2.4.0/src/server/protocol2/
H A Ddpth.c44 static struct dpth_lock *dpth_lock_alloc(const char *save_path) in dpth_lock_alloc()
56 struct lock *lock, const char *save_path) in add_lock_to_list()
71 static char save_path[32]; in dpth_protocol2_get_save_path() local
80 static char *save_path=NULL; in dpth_protocol2_mk() local
/dports/sysutils/burp-devel/burp-2.5.4/src/server/protocol2/
H A Ddpth.c44 static struct dpth_lock *dpth_lock_alloc(const char *save_path) in dpth_lock_alloc()
56 struct lock *lock, const char *save_path) in add_lock_to_list()
71 static char save_path[32]; in dpth_protocol2_get_save_path() local
80 static char *save_path=NULL; in dpth_protocol2_mk() local
/dports/www/phalcon/cphalcon-3.4.5/tests/_ci/
H A Dtravis.ini9 session.save_path = "/tmp" key
/dports/www/phalcon4/cphalcon-4.1.1/.ci/
H A Dtravis.ini2 session.save_path = "/tmp" key
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dstorage_utils.cpp205 , std::string const& save_path in move_storage()
405 void delete_files(file_storage const& fs, std::string const& save_path in delete_files()
467 , file_storage const& fs, std::string const& save_path, storage_error& ec) in get_filesize()
495 , std::string const& save_path in verify_resume_data()
631 , std::string const& save_path in has_any_file()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dstorage_utils.cpp205 , std::string const& save_path in move_storage()
405 void delete_files(file_storage const& fs, std::string const& save_path in delete_files()
467 , file_storage const& fs, std::string const& save_path, storage_error& ec) in get_filesize()
495 , std::string const& save_path in verify_resume_data()
631 , std::string const& save_path in has_any_file()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/gitaly_client/
H A Drepository_service.rb189 def create_bundle(save_path) argument
198 def backup_custom_hooks(save_path) argument
367 def gitaly_fetch_stream_to_file(save_path, rpc_name, request_class, timeout) argument
379 def write_stream_to_file(response, save_path) argument
/dports/graphics/blender/blender-2.91.0/release/scripts/templates_py/
H A Dbackground_job.py24 def example_function(text, save_path, render_path): argument
/dports/devel/godot2/godot-2.1.6-stable/drivers/windows/
H A Dfile_access_windows.h48 String save_path; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/windows/
H A Dfile_access_windows.h48 String save_path; variable
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/tools/
H A Dplot_bucketing_strategies.py54 def plot_seq(seq_info, x_begin, y_begin, x_end, y_end, save_path=None, title=None): argument
80 def plot_bucket_seq(seq_info, x_begin, y_begin, x_end, y_end, bucket_sizes, save_path=None, title=N… argument
172 def plot_batches(seq_info, all_batch_inds, x_begin, y_begin, x_end, y_end, save_path=None, argument
/dports/games/leela-zero/leela-zero-0.17/training/tf/
H A Dnet_to_model.py36 save_path = tfprocess.saver.save(tfprocess.session, path, global_step=0) variable
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/widgets/
H A Dpackage_dialog.h51 QString save_path; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/unix/
H A Dfile_access_unix.h51 String save_path; variable
/dports/devel/godot2/godot-2.1.6-stable/drivers/unix/
H A Dfile_access_unix.h51 String save_path; variable
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_stat_cache.cpp53 std::string save_path = "."; in TORRENT_TEST() local
/dports/devel/godot/godot-3.2.3-stable/drivers/windows/
H A Dfile_access_windows.h50 String save_path; variable
/dports/devel/godot/godot-3.2.3-stable/drivers/unix/
H A Dfile_access_unix.h49 String save_path; variable
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/unix/
H A Dfile_access_unix.h49 String save_path; variable

12345678910>>...16