/third_party/skia/infra/bots/recipes/ |
H A D | infra.py | 13 'recipe_engine/path', 35 repo_root = api.path['start_dir'].join(repo_name) 52 git_init(api, api.path['start_dir'].join('skia'), env)
|
/third_party/skia/modules/pathkit/ |
H A D | helper.js | 25 // let path = PathKit.FromCmds(ptr, len); 66 var path = PathKit._FromCmds(ptrLen[0], ptrLen[1]); 69 return path;
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphPainterImpl.h | 28 void drawPath(const SkPath& path, const DecorationStyle& decorStyle) override; 30 void drawPath(const RSPath& path, const DecorationStyle& decorStyle) override {}
|
/third_party/rust/crates/rustix/tests/termios/ |
H A D | isatty.rs | 14 &std::fs::File::create(tmpdir.path().join("file")).unwrap() in std_file_is_not_terminal() 17 &std::fs::File::open(tmpdir.path().join("file")).unwrap() in std_file_is_not_terminal()
|
/third_party/skia/docs/examples/ |
H A D | ChromeMDRefreshTabs.cpp | 16 // Construct the interior path by intersecting paths representing the left in REG_FIDDLE() 17 // and right halves of the tab. Compared to computing the full path at once, in REG_FIDDLE() 78 SkPath path = GetInteriorPath(1.f, SkISize::Make(250, 36), 16); in REG_FIDDLE() local 79 canvas->drawPath(path, p); in REG_FIDDLE()
|
/third_party/spirv-tools/utils/ |
H A D | check_symbol_exports.py | 23 import os.path namespace 106 if not os.path.isfile(args.library):
|
/third_party/vk-gl-cts/scripts/egl/ |
H A D | gtf_wrapper.py | 101 writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwApi.inl"), src) 102 writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnumsC.inl"), indentLines(map(enumDefinitionC, defaultIface.enums)))
|
/third_party/vk-gl-cts/scripts/ |
H A D | launchcontrol_build.py | 100 buildDir = os.path.realpath(os.path.normpath(options.buildDir))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | wpas-dbus-new-wps.py | 68 path = wpas.GetInterface(ifname) 69 if_obj = bus.get_object(WPAS_DBUS_SERVICE, path)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | wpas-dbus-new-wps.py | 68 path = wpas.GetInterface(ifname) 69 if_obj = bus.get_object(WPAS_DBUS_SERVICE, path)
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | fix_node.c | 1018 * Returns: PATH_INCORRECT - path in the tree is not correct 1030 struct treepath *path = tb->tb_path; in get_far_parent() local 1035 path_offset = PATH_H_PATH_OFFSET(path, h); in get_far_parent() 1045 "PAP-8180: invalid path length"); in get_far_parent() 1049 * Check whether parent of the current buffer in the path in get_far_parent() 1053 (parent = PATH_OFFSET_PBUFFER(path, counter - 1))) in get_far_parent() 1058 PATH_OFFSET_POSITION(path, in get_far_parent() 1064 * Check whether parent at the path really points in get_far_parent() 1068 PATH_OFFSET_PBUFFER(path, counter)->b_blocknr) in get_far_parent() 1088 * Check whether first buffer in the path i in get_far_parent() 1174 struct treepath *path = tb->tb_path; get_parents() local 2093 struct treepath *path = tb->tb_path; get_direct_parent() local [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | fix_node.c | 1018 * Returns: PATH_INCORRECT - path in the tree is not correct 1030 struct treepath *path = tb->tb_path; in get_far_parent() local 1035 path_offset = PATH_H_PATH_OFFSET(path, h); in get_far_parent() 1045 "PAP-8180: invalid path length"); in get_far_parent() 1049 * Check whether parent of the current buffer in the path in get_far_parent() 1053 (parent = PATH_OFFSET_PBUFFER(path, counter - 1))) in get_far_parent() 1058 PATH_OFFSET_POSITION(path, in get_far_parent() 1064 * Check whether parent at the path really points in get_far_parent() 1068 PATH_OFFSET_PBUFFER(path, counter)->b_blocknr) in get_far_parent() 1088 * Check whether first buffer in the path i in get_far_parent() 1174 struct treepath *path = tb->tb_path; get_parents() local 2093 struct treepath *path = tb->tb_path; get_direct_parent() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 336 asmlinkage long sys_setxattr(const char __user *path, const char __user *name, 338 asmlinkage long sys_lsetxattr(const char __user *path, const char __user *name, 342 asmlinkage long sys_getxattr(const char __user *path, const char __user *name, 344 asmlinkage long sys_lgetxattr(const char __user *path, const char __user *name, 348 asmlinkage long sys_listxattr(const char __user *path, char __user *list, 350 asmlinkage long sys_llistxattr(const char __user *path, char __user *list, 353 asmlinkage long sys_removexattr(const char __user *path, 355 asmlinkage long sys_lremovexattr(const char __user *path, 381 asmlinkage long sys_inotify_add_watch(int fd, const char __user *path, 405 asmlinkage long sys_statfs(const char __user * path, [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | HashCalc.cpp | 185 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path)
in Final() argument 219 for (unsigned k = 0; k < path.Len(); k++)
in Final() 221 wchar_t c = path[k];
in Final() 378 UString path = path2;
in WriteLine() local 385 path.Replace(WCHAR_PATH_SEPARATOR, L'/');
in WriteLine() 386 // path.Replace((wchar_t)('\\' + 0xf000), L'\\'); // to debug WSL
in WriteLine() 390 ConvertUnicodeToUTF8(path, utf8);
in WriteLine() 437 const UString &path,
in WriteLine() 447 WriteLine(hashFileString, options, path, isDir, methodName, hashesString);
in WriteLine() 528 UString path;
in HashCalc() local 435 WriteLine(CDynLimBuf &hashFileString, const CHashOptionsLocal &options, const UString &path, bool isDir, const CHashBundle &hb) WriteLine() argument 1169 UString path; GetProperty() local 1526 UString path; Extract() local [all...] |
H A D | ArchiveExtractCallback.cpp | 493 // we don't want to call SetAttrib() for root drive path
in CreateComplexDirectory() 534 static void AddPathToMessage(UString &s, const FString &path)
in AddPathToMessage() argument 537 s += fs2us(path);
in AddPathToMessage() 540 HRESULT CArchiveExtractCallback::SendMessageError(const char *message, const FString &path)
in SendMessageError() argument 543 AddPathToMessage(s, path);
in SendMessageError() 547 HRESULT CArchiveExtractCallback::SendMessageError_with_LastError(const char *message, const FString &path)
in SendMessageError_with_LastError() argument 557 AddPathToMessage(s, path);
in SendMessageError_with_LastError() 617 void Parse(const UString &path);
620 void CLinkLevelsInfo::Parse(const UString &path)
in Parse() argument 622 IsAbsolute = NName::IsAbsolutePath(path);
in Parse() 657 IsSafePath(const UString &path) IsSafePath() argument 722 MakePath_from_2_Parts(const FString &prefix, const FString &path) MakePath_from_2_Parts() argument 1915 const FString path = _diskFilePath + k_ZoneId_StreamName; CloseFile() local [all...] |
/third_party/python/Lib/ |
H A D | doctest.py | 331 # the possibly dotted module path (if any) and the exception message (if 390 # [XX] Normalize with respect to os.path.pardir? 397 # Normalize the path. On Windows, replace "/" with "\". 398 test_path = os.path.join(*(test_path.split('/'))) 400 # Find the base directory for the path. 403 basedir = os.path.split(module.__file__)[0] 407 basedir = os.path.split(sys.argv[0])[0] 413 fullpath = os.path.join(directory, test_path) 414 if os.path.exists(fullpath): 422 # Combine the base directory and the test path [all...] |
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | sleepgraph.py | 317 (os.path.basename(sys.argv[0]), ' '.join(sys.argv[1:])) 325 if os.path.exists('/dev/rtc'): 328 if os.path.exists(rtc) and os.path.exists(rtc+'/date') and \ 329 os.path.exists(rtc+'/time') and os.path.exists(rtc+'/wakealarm'): 382 if not os.path.exists(file) or os.path.getsize(file) < 1: 403 for path in ['/sbin', '/bin', '/usr/sbin', '/usr/bin', 405 cmdfull = os.path [all...] |
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | cfm.c | 210 /* we can extend the requested path checking !!) */ in cfm() 249 * to the primary path. in cfm() 577 char *path ; in cem_build_path() local 583 path = smc->s.sas ? path_iso_s : path_iso ; in cem_build_path() 587 path = path_wrap_a ; in cem_build_path() 591 path = path_wrap_b ; in cem_build_path() 595 path = path_thru ; in cem_build_path() 599 path = path_wrap_s ; in cem_build_path() 603 memcpy(to,path,len) ; in cem_build_path()
|
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | qcom-geni-se.c | 751 se->icc_paths[i].path = devm_of_icc_get(se->dev, icc_names[i]); in geni_icc_get() 752 if (IS_ERR(se->icc_paths[i].path)) in geni_icc_get() 759 err = PTR_ERR(se->icc_paths[i].path); in geni_icc_get() 761 dev_err_ratelimited(se->dev, "Failed to get ICC path '%s': %d\n", in geni_icc_get() 773 ret = icc_set_bw(se->icc_paths[i].path, in geni_icc_set_bw() 776 dev_err_ratelimited(se->dev, "ICC BW voting failed on path '%s': %d\n", in geni_icc_set_bw() 791 icc_set_tag(se->icc_paths[i].path, tag); in geni_icc_set_tag() 801 ret = icc_enable(se->icc_paths[i].path); in geni_icc_enable() 803 dev_err_ratelimited(se->dev, "ICC enable failed on path '%s': %d\n", in geni_icc_enable() 818 ret = icc_disable(se->icc_paths[i].path); in geni_icc_disable() [all...] |
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
H A D | q6adm.c | 322 int port_id, int path, int topology, in q6adm_device_open() 347 open->mode_of_operation = path; in q6adm_device_open() 372 * @path: playback or capture path. 383 struct q6copp *q6adm_open(struct device *dev, int port_id, int path, int rate, in q6adm_open() argument 422 ret = q6adm_device_open(adm, copp, port_id, path, topology, in q6adm_open() 453 * @path: playback or capture path. 459 int q6adm_matrix_map(struct device *dev, int path, in q6adm_matrix_map() argument 492 switch (path) { in q6adm_matrix_map() 321 q6adm_device_open(struct q6adm *adm, struct q6copp *copp, int port_id, int path, int topology, int channel_mode, int bit_width, int rate) q6adm_device_open() argument [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs.c | 15 * @full_path: full path in UNC format. 26 char *path; in dfs_parse_target_referral() local 41 path = cifs_build_devname(ref->node_name, prepath); in dfs_parse_target_referral() 42 if (IS_ERR(path)) in dfs_parse_target_referral() 43 return PTR_ERR(path); in dfs_parse_target_referral() 45 rc = smb3_parse_devname(path, ctx); in dfs_parse_target_referral() 49 rc = dns_resolve_server_name_to_ip(path, (struct sockaddr *)&ctx->dstaddr, NULL); in dfs_parse_target_referral() 52 kfree(path); in dfs_parse_target_referral() 306 * Skip prefix path to provide support for DFS referrals from w2k8 servers which don't seem in dfs_mount_share() 330 /* Update dfs referral path o [all...] |
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | qcom-geni-se.c | 92 * @to_core: Core ICC path 815 se->icc_paths[i].path = devm_of_icc_get(se->dev, icc_names[i]); in geni_icc_get() 816 if (IS_ERR(se->icc_paths[i].path)) in geni_icc_get() 823 err = PTR_ERR(se->icc_paths[i].path); in geni_icc_get() 825 dev_err_ratelimited(se->dev, "Failed to get ICC path '%s': %d\n", in geni_icc_get() 837 ret = icc_set_bw(se->icc_paths[i].path, in geni_icc_set_bw() 840 dev_err_ratelimited(se->dev, "ICC BW voting failed on path '%s': %d\n", in geni_icc_set_bw() 855 icc_set_tag(se->icc_paths[i].path, tag); in geni_icc_set_tag() 865 ret = icc_enable(se->icc_paths[i].path); in geni_icc_enable() 867 dev_err_ratelimited(se->dev, "ICC enable failed on path ' in geni_icc_enable() [all...] |
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | cfm.c | 210 /* we can extend the requested path checking !!) */ in cfm() 249 * to the primary path. in cfm() 577 char *path ; in cem_build_path() local 583 path = smc->s.sas ? path_iso_s : path_iso ; in cem_build_path() 587 path = path_wrap_a ; in cem_build_path() 591 path = path_wrap_b ; in cem_build_path() 595 path = path_thru ; in cem_build_path() 599 path = path_wrap_s ; in cem_build_path() 603 memcpy(to,path,len) ; in cem_build_path()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf_counter.c | 317 char path[PATH_MAX]; in bperf_lock_attr_map() local 321 scnprintf(path, PATH_MAX, "%s", target->attr_map); in bperf_lock_attr_map() 323 scnprintf(path, PATH_MAX, "%s/fs/bpf/%s", sysfs__mountpoint(), in bperf_lock_attr_map() 327 if (access(path, F_OK)) { in bperf_lock_attr_map() 335 err = bpf_obj_pin(map_fd, path); in bperf_lock_attr_map() 339 map_fd = bpf_obj_get(path); in bperf_lock_attr_map() 344 map_fd = bpf_obj_get(path); in bperf_lock_attr_map()
|
/kernel/liteos_a/fs/proc/src/ |
H A D | proc_file.c | 92 * path: the file of fullpath 96 struct ProcDirEntry *ProcFindEntry(const char *path) in ProcFindEntry() argument 105 const char *name = path; in ProcFindEntry() 124 next = strchr(path, '/'); in ProcFindEntry() 127 if (strcmp(path, pn->name) == 0) { in ProcFindEntry() 138 len = next - path; in ProcFindEntry() 146 if (ProcMatch(len, path, pn)) { in ProcFindEntry() 148 path += len + 1; in ProcFindEntry()
|