Home
last modified time | relevance | path

Searched refs:path_ref (Results 1 – 25 of 74) sorted by relevance

123

/dports/games/supertux2/SuperTux-v0.6.3-Source/src/gui/
H A Dmenu_paths.cpp27 auto on_select = [](std::string path, PathObject& target, std::string path_ref) { in __anon3ca6343c0102() argument
28 return [path, &target, path_ref] { in __anon3ca6343c0102()
30 dialog->add_default_button(_("Clone"), [path, path_ref] { in __anon3ca6343c0102()
32 auto* into = Editor::current()->get_sector()->get_object_by_name<PathGameObject>(path_ref); in __anon3ca6343c0102()
52 PathsMenu::PathsMenu(PathObject& target, const std::string& path_ref) in PathsMenu() argument
54 add_label(_("Path") + " " + path_ref); in PathsMenu()
61 add_entry(path.get_name(), on_select(path.get_name(), target, path_ref)); in PathsMenu()
H A Ditem_paths.cpp23 ItemPaths::ItemPaths(const std::string& text, PathObject& target, const std::string& path_ref, int … in ItemPaths() argument
26 m_path_ref(path_ref) in ItemPaths()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dpath_object.cpp45 std::string path_ref; in init_path() local
53 else if (mapping.get("path-ref", path_ref)) in init_path()
55 d_gameobject_manager->request_name_resolve(path_ref, [this, running](UID uid){ in init_path()
H A Dbicycle_platform.cpp108 std::string path_ref; in BicyclePlatform() local
109 if (reader.get("path-ref", path_ref)) in BicyclePlatform()
111 d_sector->request_name_resolve(path_ref, [this](UID uid){ in BicyclePlatform()
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/
H A Dpacket_pile.rs871 fn path_ref() { in path_ref() function
900 assert_eq!(pile.path_ref(&[ 0, 0 ]).unwrap().tag(), in path_ref()
911 let packet = pile.path_ref(&[ 0, 0, i ]).unwrap(); in path_ref()
926 assert!(pile.path_ref(&[ 0, 0, 4 ]).is_none()); in path_ref()
929 assert!(pile.path_ref(&[ 0, 0, 5 ]).is_none()); in path_ref()
932 assert!(pile.path_ref(&[ 0, 1 ]).is_none()); in path_ref()
935 assert!(pile.path_ref(&[ 0, 2 ]).is_none()); in path_ref()
938 assert!(pile.path_ref(&[ 1 ]).is_none()); in path_ref()
941 assert!(pile.path_ref(&[ 2 ]).is_none()); in path_ref()
944 assert!(pile.path_ref(&[ 0, 1, 0 ]).is_none()); in path_ref()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/
H A Dpacket_pile.rs871 fn path_ref() { in path_ref() function
900 assert_eq!(pile.path_ref(&[ 0, 0 ]).unwrap().tag(), in path_ref()
911 let packet = pile.path_ref(&[ 0, 0, i ]).unwrap(); in path_ref()
926 assert!(pile.path_ref(&[ 0, 0, 4 ]).is_none()); in path_ref()
929 assert!(pile.path_ref(&[ 0, 0, 5 ]).is_none()); in path_ref()
932 assert!(pile.path_ref(&[ 0, 1 ]).is_none()); in path_ref()
935 assert!(pile.path_ref(&[ 0, 2 ]).is_none()); in path_ref()
938 assert!(pile.path_ref(&[ 1 ]).is_none()); in path_ref()
941 assert!(pile.path_ref(&[ 2 ]).is_none()); in path_ref()
944 assert!(pile.path_ref(&[ 0, 1, 0 ]).is_none()); in path_ref()
[all …]
/dports/sysutils/fselect/fselect-0.7.7/src/util/dimensions/
H A Dmod.rs33 let path_ref = path.as_ref(); in get_dimensions() localVariable
34 let extension = path_ref.extension()?.to_str()?; in get_dimensions()
38 .and_then(|extractor| extractor.try_read_dimensions(path_ref).unwrap_or_default()) in get_dimensions()
/dports/devel/libsigrok/libsigrok-0.5.2/src/
H A Dserial_hid.c697 enum ser_hid_chip_t *chip_ref, char **path_ref, char **serno_ref) in ser_hid_parse_conn_spec() argument
706 if (path_ref) in ser_hid_parse_conn_spec()
707 *path_ref = NULL; in ser_hid_parse_conn_spec()
773 if (path_ref && path) in ser_hid_parse_conn_spec()
774 *path_ref = path; in ser_hid_parse_conn_spec()
857 char **path_ref, const char *serno) in ser_hid_chip_search() argument
873 if (!path_ref) in ser_hid_chip_search()
875 path = *path_ref; in ser_hid_chip_search()
1000 if (path_ref) in ser_hid_chip_search()
1001 *path_ref = path; in ser_hid_chip_search()
/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/tools/
H A Dvmaf.c136 FILE *file_ref = fopen(c.path_ref, "rb"); in main()
138 fprintf(stderr, "could not open file: %s\n", c.path_ref); in main()
156 fprintf(stderr, "problem with reference file: %s\n", c.path_ref); in main()
324 c.path_ref, c.path_dist); in main()
328 c.path_dist, c.path_ref); in main()
/dports/security/cloak/cloak-0.2.0/cargo-crates/open-1.2.2/src/
H A Dlib.rs52 let path_ref = path.as_ref(); in that() localVariable
55 match Command::new(program).arg(path_ref).spawn() { in that()
/dports/databases/p5-DBI/DBI-1.643/t/
H A D42prof_data.t69 my ($path_ref, $data_ref) = @_;
70 $path_ref->[0] =~ s/set dummy=\d/set dummy=N/;
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/tests/
H A Dcompare_res.pl3 my $path_ref = shift;
7 my %r=func($path_ref);
/dports/multimedia/mpv/mpv-0.34.1/test/
H A Dtests.c118 char *path_ref = mp_tprintf(4096, "%s/%s", ctx->ref_path, ref); in assert_text_files_equal_impl() local
123 .args = (char*[]){"diff", "-u", "--", path_ref, path_new, 0}, in assert_text_files_equal_impl()
/dports/sysutils/conman/conman-conman-0.3.0/
H A Dserver-unixsock.c57 int is_unixsock_dev(const char *dev, const char *cwd, char **path_ref) in is_unixsock_dev() argument
79 if (path_ref) { in is_unixsock_dev()
80 *path_ref = create_string(dev); in is_unixsock_dev()
H A Dserver-serial.c95 int is_serial_dev(const char *dev, const char *cwd, char **path_ref) in is_serial_dev() argument
116 if (path_ref) { in is_serial_dev()
117 *path_ref = create_string(dev); in is_serial_dev()
H A Dserver.h460 const char *exec_path, char **path_ref);
470 int is_serial_dev(const char *dev, const char *cwd, char **path_ref);
521 int is_unixsock_dev(const char *dev, const char *cwd, char **path_ref);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Target/
H A DPathMappingList.cpp189 llvm::StringRef path_ref(path); in ReverseRemapPath() local
191 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
194 fixed.AppendPathComponent(path_ref); in ReverseRemapPath()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp206 llvm::StringRef path_ref(path); in ReverseRemapPath() local
208 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
214 AppendPathComponents(fixed, path_ref, orig_style); in ReverseRemapPath()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Target/
H A DPathMappingList.cpp189 llvm::StringRef path_ref(path); in ReverseRemapPath() local
191 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
194 fixed.AppendPathComponent(path_ref); in ReverseRemapPath()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp189 llvm::StringRef path_ref(path); in ReverseRemapPath() local
191 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
194 fixed.AppendPathComponent(path_ref); in ReverseRemapPath()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp206 llvm::StringRef path_ref(path); in ReverseRemapPath() local
208 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
214 AppendPathComponents(fixed, path_ref, orig_style); in ReverseRemapPath()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Target/
H A DPathMappingList.cpp206 llvm::StringRef path_ref(path); in ReverseRemapPath() local
208 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
214 AppendPathComponents(fixed, path_ref, orig_style); in ReverseRemapPath()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp206 llvm::StringRef path_ref(path); in ReverseRemapPath() local
208 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
214 AppendPathComponents(fixed, path_ref, orig_style); in ReverseRemapPath()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp189 llvm::StringRef path_ref(path); in ReverseRemapPath() local
191 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
194 fixed.AppendPathComponent(path_ref); in ReverseRemapPath()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp189 llvm::StringRef path_ref(path); in ReverseRemapPath() local
191 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
194 fixed.AppendPathComponent(path_ref); in ReverseRemapPath()

123