Searched refs:hpath (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/util/perf/ |
D | u_trace.py | 322 def utrace_generate(cpath, hpath, ctx_param): argument 332 if hpath is not None: 333 hdr = os.path.basename(hpath) 334 with open(hpath, 'w') as f: 403 def utrace_generate_perfetto_utils(hpath): argument 404 if hpath is not None: 405 hdr = os.path.basename(hpath) 406 with open(hpath, 'wb') as f:
|
/third_party/glib/gio/ |
D | gregistrysettingsbackend.c | 114 HKEY hpath; member 776 registry_read (HKEY hpath, in registry_read() argument 793 result = RegQueryValueExW (hpath, value_namew, 0, &p_value->type, NULL, &value_data_size); in registry_read() 814 result = RegQueryValueExW (hpath, value_namew, 0, NULL, (LPBYTE)buffer, &value_data_size); in registry_read() 937 HKEY hpath; in g_registry_backend_write_one() local 1027 result = RegCreateKeyExW (hroot, path_namew, 0, NULL, 0, KEY_WRITE, NULL, &hpath, NULL); in g_registry_backend_write_one() 1062 result = RegSetValueExW (hpath, value_namew, 0, value.type, value_data, value_data_size); in g_registry_backend_write_one() 1073 RegCloseKey (hpath); in g_registry_backend_write_one() 1155 HKEY hpath; in g_registry_backend_reset() local 1168 result = RegOpenKeyExW (HKEY_CURRENT_USER, path_namew, 0, KEY_SET_VALUE, &hpath); in g_registry_backend_reset() [all …]
|
/third_party/curl/tests/ |
D | sshhelp.pm | 355 my @hpath; 356 push(@hpath, File::Spec->path()); 357 push(@hpath, @httptlssrvpath); 358 return find_exe_file($filename, @hpath);
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_tracepoints.py | 157 utrace_generate(cpath=args.utrace_src, hpath=args.utrace_hdr, ctx_param='struct tu_device *dev') 158 utrace_generate_perfetto_utils(hpath=args.perfetto_hdr)
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_tracepoints.py | 94 utrace_generate(cpath=args.src, hpath=args.hdr, ctx_param='struct pipe_context *pctx')
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_tracepoints.py | 145 utrace_generate(cpath=args.src, hpath=args.hdr, ctx_param='struct pipe_context *pctx')
|