Home
last modified time | relevance | path

Searched defs:id_path (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/py-pudb/pudb-2020.1/pudb/
H A Dvar_view.py61 def get_inspect_info(self, id_path, read_only): argument
119 def __init__(self, parent, var_label, value_str, id_path=None, argument
350 def walk_value(self, parent, label, value, id_path=None, attr_prefix=None): argument
509 def add_item(self, parent, var_label, value_str, id_path=None, attr_prefix=None): argument
526 def add_item(self, parent, var_label, value_str, id_path=None, attr_prefix=None): argument
546 def add_item(self, parent, var_label, value_str, id_path=None, attr_prefix=None): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/binary_size/libsupersize/caspian/
H A Dcaspian_web.cc46 bool MatchesRegex(const GroupedPath& id_path, in MatchesRegex()
155 filters.push_back([&exclude_regex](const GroupedPath& id_path, in BuildTree()
156 const BaseSymbol& sym) -> bool { in BuildTree()
H A Dtree_builder_test.cc52 const std::string id_path = node["idPath"].asString(); in ShortName() local
70 std::string id_path = children[i]["idPath"].asString(); in CheckAllTreeNodesFindable() local
H A Dtree_builder.cc103 for (std::string_view id_path : id_paths) { in Find() local
250 bool TreeBuilder::ShouldIncludeSymbol(const GroupedPath& id_path, in ShouldIncludeSymbol()
H A Dmodel.h347 GroupedPath id_path; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/binary_size/libsupersize/caspian/
H A Dcaspian_web.cc46 bool MatchesRegex(const GroupedPath& id_path, in MatchesRegex()
160 filters.push_back([&exclude_regex](const GroupedPath& id_path, in BuildTree()
161 const BaseSymbol& sym) -> bool { in BuildTree()
H A Dtree_builder_test.cc59 const std::string id_path = node["idPath"].asString(); in ShortName() local
77 std::string id_path = children[i]["idPath"].asString(); in CheckAllTreeNodesFindable() local
H A Dtree_builder.cc103 for (std::string_view id_path : id_paths) { in Find() local
249 bool TreeBuilder::ShouldIncludeSymbol(const GroupedPath& id_path, in ShouldIncludeSymbol()
H A Dmodel.h367 GroupedPath id_path; member
/dports/devel/idutils/idutils-4.6/libidu/
H A Didfile.c48 char *id_path = 0; in locate_id_file_name() local
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/droplet/libdroplet/src/backend/cdmi/
H A Dbackend.c1266 char* id_path; in dpl_cdmi_get_id_path() local
1399 char* id_path = NULL; in dpl_cdmi_post_id() local
1446 char* id_path = NULL; in dpl_cdmi_put_id() local
1496 char* id_path = NULL; in dpl_cdmi_get_id() local
1543 char* id_path = NULL; in dpl_cdmi_head_id() local
1588 char* id_path = NULL; in dpl_cdmi_head_id_raw() local
1632 char* id_path = NULL; in dpl_cdmi_delete_id() local
1682 char* id_path = NULL; in dpl_cdmi_copy_id() local
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/droplet/libdroplet/src/backend/cdmi/
H A Dbackend.c1266 char* id_path; in dpl_cdmi_get_id_path() local
1399 char* id_path = NULL; in dpl_cdmi_post_id() local
1446 char* id_path = NULL; in dpl_cdmi_put_id() local
1496 char* id_path = NULL; in dpl_cdmi_get_id() local
1543 char* id_path = NULL; in dpl_cdmi_head_id() local
1588 char* id_path = NULL; in dpl_cdmi_head_id_raw() local
1632 char* id_path = NULL; in dpl_cdmi_delete_id() local
1682 char* id_path = NULL; in dpl_cdmi_copy_id() local
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/droplet/libdroplet/src/backend/cdmi/
H A Dbackend.c1266 char* id_path; in dpl_cdmi_get_id_path() local
1399 char* id_path = NULL; in dpl_cdmi_post_id() local
1446 char* id_path = NULL; in dpl_cdmi_put_id() local
1496 char* id_path = NULL; in dpl_cdmi_get_id() local
1543 char* id_path = NULL; in dpl_cdmi_head_id() local
1588 char* id_path = NULL; in dpl_cdmi_head_id_raw() local
1632 char* id_path = NULL; in dpl_cdmi_delete_id() local
1682 char* id_path = NULL; in dpl_cdmi_copy_id() local
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/droplet/libdroplet/src/backend/cdmi/
H A Dbackend.c1266 char* id_path; in dpl_cdmi_get_id_path() local
1399 char* id_path = NULL; in dpl_cdmi_post_id() local
1446 char* id_path = NULL; in dpl_cdmi_put_id() local
1496 char* id_path = NULL; in dpl_cdmi_get_id() local
1543 char* id_path = NULL; in dpl_cdmi_head_id() local
1588 char* id_path = NULL; in dpl_cdmi_head_id_raw() local
1632 char* id_path = NULL; in dpl_cdmi_delete_id() local
1682 char* id_path = NULL; in dpl_cdmi_copy_id() local
/dports/devel/pijul/pijul-1.0.0.a55/src/commands/
H A Dlog.rs80 let mut id_path = repo.path.join(libpijul::DOT_DIR); in try_from() localVariable
283 id_path: PathBuf, field
331 let mut id_path = self.id_path.clone(); in for_each() localVariable
/dports/devel/elfutils/elfutils-0.179/libdw/
H A Ddwarf_getalt.c125 char id_path[sizeof DEBUGINFO_PATH - 1 + sizeof "/.build-id/" - 1 in find_debug_altlink() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/renderer_host/pepper/
H A Ddevice_id_fetcher.cc184 base::FilePath id_path = GetLegacyDeviceIDPath(profile_path); in LegacyComputeAsync() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/renderer_host/pepper/
H A Ddevice_id_fetcher.cc185 base::FilePath id_path = GetLegacyDeviceIDPath(profile_path); in LegacyComputeAsync() local
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Devent_type.cpp89 std::string id_path = system_path + "/" + event_name + "/id"; in GetTracepointEventTypesFromTraceFs() local
/dports/net-mgmt/collectd5/collectd-5.12.0/src/utils/ovs/
H A Dovs.c393 const char *id_path[] = {"id", NULL}; in ovs_db_table_echo_cb() local
469 const char *id_path[] = {"id", NULL}; in ovs_db_table_update_cb() local
519 const char *id_path[] = {"id", NULL}; in ovs_db_result_cb() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/
H A Dcookies_tree_model_util.cc297 std::string id_path = GetTreeNodeId(parent); in GetChildNodeDetails() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/
H A Dcookies_tree_model_util.cc303 std::string id_path = GetTreeNodeId(parent); in GetChildNodeDetails() local
/dports/devel/kore/kore-4.1.0/src/
H A Djsonrpc.c158 static const char *id_path[] = { "id", NULL }; in parse_json_body() local
/dports/lang/ruby26/ruby-2.6.9/ext/psych/
H A Dpsych_parser.c7 static ID id_path; variable
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs_x/
H A Ddag_cache.c764 const char *id_path = NULL; in get_copy_inheritance() local

12