Home
last modified time | relevance | path

Searched refs:path (Results 6226 - 6250 of 8591) sorted by relevance

1...<<241242243244245246247248249250>>...344

/third_party/python/Lib/test/
H A Dtest_poplib.py35 CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "keycert3.pem")
36 CAFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "pycacert.pem")
H A Dtest_optparse.py538 sys.argv[0] = os.path.join("foo", "bar", "baz.py")
955 sys.argv[0] = os.path.join(os.curdir, "foo", "bar")
1025 if os.path.isdir(os_helper.TESTFN):
1027 elif os.path.isfile(os_helper.TESTFN):
1032 if not os.path.exists(value):
1034 elif not os.path.isfile(value):
1509 sys.argv[0] = os.path.join("foo", "bar.py")
/third_party/skia/modules/skottie/src/
H A DSkottie.cpp451 sk_sp<Animation> Animation::Builder::makeFromFile(const char path[]) { in makeFromFile() argument
452 const auto data = SkData::MakeFromFileName(path); in makeFromFile()
534 sk_sp<Animation> Animation::MakeFromFile(const char path[]) { in MakeFromFile() argument
535 return Builder().makeFromFile(path); in MakeFromFile()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.cpp650 std::vector<ProgramInterfaceDefinition::VariablePathComponent> path; local
651 if (!findProgramVariablePathByPathName(path, this, m_xfbVaryings[ndx], VariableSearchFilter::createShaderTypeStorageFilter(getProgramTransformFeedbackStage(this), glu::STORAGE_OUT)))
653 if (!path.back().isVariableType())
657 if (path.back().getVariableType()->isStructType() && isOpenGLES)
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc748 // Returns the location denoted by the specified path through info,
753 const std::vector<int>& path, const SourceCodeInfo* info) const;
917 // Fast path: the Symbol is already cached. This is just a hash lookup. in FindByNameHelper()
1230 p->first->locations_by_path_[Join(loc->path(), ",")] = loc; in BuildLocationsByPath()
1235 const std::vector<int>& path, const SourceCodeInfo* info) const { in GetSourceLocation()
1240 return FindPtrOrNull(locations_by_path_, Join(path, ",")); in GetSourceLocation()
1483 // A faster path to reduce lock contention in finding extensions, assuming in FindExtensionByNumber()
2386 const std::vector<int>& path, in SourceLocationCommentPrinter()
2393 options.include_comments && file->GetSourceLocation(path, &source_loc_); in SourceLocationCommentPrinter()
2447 std::vector<int> path; in DebugStringWithOptions() local
1234 GetSourceLocation( const std::vector<int>& path, const SourceCodeInfo* info) const GetSourceLocation() argument
2385 SourceLocationCommentPrinter(const FileDescriptor* file, const std::vector<int>& path, const std::string& prefix, const DebugStringOptions& options) SourceLocationCommentPrinter() argument
2481 std::vector<int> path; DebugStringWithOptions() local
2967 GetSourceLocation(const std::vector<int>& path, SourceLocation* out_location) const GetSourceLocation() argument
2993 std::vector<int> path; // empty path for root FileDescriptor GetSourceLocation() local
3007 std::vector<int> path; GetSourceLocation() local
3013 std::vector<int> path; GetSourceLocation() local
3019 std::vector<int> path; GetSourceLocation() local
3025 std::vector<int> path; GetSourceLocation() local
3031 std::vector<int> path; GetSourceLocation() local
3037 std::vector<int> path; GetSourceLocation() local
3044 std::vector<int> path; GetSourceLocation() local
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2ops.c1078 const unsigned char *path, const unsigned char *ea_name, in smb2_query_eas()
1089 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_eas()
1134 const char *path, const char *ea_name, const void *ea_value, in smb2_set_ea()
1165 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
1175 rc = ses->server->ops->query_all_EAs(xid, tcon, path, in smb2_set_ea()
1511 __le16 *path, int is_dir, in smb2_ioctl_query_info()
1602 &rqst[0], &oplock, &oparms, path); in smb2_ioctl_query_info()
2182 unsigned char *path = NULL; in smb3_notify() local
2187 path = build_path_from_dentry(dentry); in smb3_notify()
2188 if (path in smb3_notify()
1077 smb2_query_eas(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *path, const unsigned char *ea_name, char *ea_data, size_t buf_size, struct cifs_sb_info *cifs_sb) smb2_query_eas() argument
1133 smb2_set_ea(const unsigned int xid, struct cifs_tcon *tcon, const char *path, const char *ea_name, const void *ea_value, const __u16 ea_value_len, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) smb2_set_ea() argument
1508 smb2_ioctl_query_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, __le16 *path, int is_dir, unsigned long p) smb2_ioctl_query_info() argument
2231 smb2_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon, const char *path, struct cifs_sb_info *cifs_sb, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) smb2_query_dir_first() argument
3243 get_smb2_acl_by_path(struct cifs_sb_info *cifs_sb, const char *path, u32 *pacllen) get_smb2_acl_by_path() argument
3301 set_smb2_acl(struct cifs_ntsd *pnntsd, __u32 acllen, struct inode *inode, const char *path, int aclflag) set_smb2_acl() argument
3357 get_smb2_acl(struct cifs_sb_info *cifs_sb, struct inode *inode, const char *path, u32 *pacllen) get_smb2_acl() argument
[all...]
H A Dsmb1ops.c571 oparms.path = full_path; in cifs_query_path_info()
701 return SMBLegacyOpen(xid, oparms->tcon, oparms->path, in cifs_open_file()
799 oparms.path = full_path; in smb_set_file_info()
837 const char *path, struct cifs_sb_info *cifs_sb, in cifs_query_dir_first()
843 rc = CIFSFindFirst(xid, tcon, path, cifs_sb, in cifs_query_dir_first()
951 cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path); in cifs_query_symlink()
977 oparms.path = full_path; in cifs_query_symlink()
995 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in cifs_query_symlink()
1100 oparms.path = full_path; in cifs_make_node()
836 cifs_query_dir_first(const unsigned int xid, struct cifs_tcon *tcon, const char *path, struct cifs_sb_info *cifs_sb, struct cifs_fid *fid, __u16 search_flags, struct cifs_search_info *srch_inf) cifs_query_dir_first() argument
/kernel/linux/linux-5.10/fs/ceph/
H A Dmds_client.c2381 * Build a dentry's path. Allocate on heap; caller must kfree. Based
2384 * If @stop_on_nosnap, generate path relative to the first non-snapped
2394 char *path; in ceph_mdsc_build_path() local
2402 path = __getname(); in ceph_mdsc_build_path()
2403 if (!path) in ceph_mdsc_build_path()
2407 path[pos] = '\0'; in ceph_mdsc_build_path()
2418 dout("build_path path+%d: %p SNAPDIR\n", in ceph_mdsc_build_path()
2431 memcpy(path + pos, temp->d_name.name, temp->d_name.len); in ceph_mdsc_build_path()
2444 path[pos] = '/'; in ceph_mdsc_build_path()
2457 pr_warn("build_path did not end path looku in ceph_mdsc_build_path()
2473 char *path; build_dentry_path() local
2499 char *path; build_inode_path() local
3736 char *path; reconnect_caps_cb() local
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dosf_sys.c507 SYSCALL_DEFINE4(osf_mount, unsigned long, typenr, const char __user *, path, in SYSCALL_DEFINE4()
514 retval = osf_ufs_mount(path, data, flag); in SYSCALL_DEFINE4()
517 retval = osf_cdfs_mount(path, data, flag); in SYSCALL_DEFINE4()
520 retval = osf_procfs_mount(path, data, flag); in SYSCALL_DEFINE4()
604 char __user *path; member
615 char __user *path; member
630 char __user *path; member
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dosf_sys.c508 SYSCALL_DEFINE4(osf_mount, unsigned long, typenr, const char __user *, path, in SYSCALL_DEFINE4()
515 retval = osf_ufs_mount(path, data, flag); in SYSCALL_DEFINE4()
518 retval = osf_cdfs_mount(path, data, flag); in SYSCALL_DEFINE4()
521 retval = osf_procfs_mount(path, data, flag); in SYSCALL_DEFINE4()
605 char __user *path; member
616 char __user *path; member
631 char __user *path; member
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_conexant.c372 struct nid_path *path; in olpc_xo_update_mic_pins() local
380 /* disable DC bias path and pin for port F */ in olpc_xo_update_mic_pins()
395 /* enable normal mic path */ in olpc_xo_update_mic_pins()
396 path = snd_hda_get_path_from_idx(codec, cur_input); in olpc_xo_update_mic_pins()
397 if (path) in olpc_xo_update_mic_pins()
398 snd_hda_activate_path(codec, path, true, false); in olpc_xo_update_mic_pins()
400 /* disable normal mic path */ in olpc_xo_update_mic_pins()
401 path = snd_hda_get_path_from_idx(codec, cur_input); in olpc_xo_update_mic_pins()
402 if (path) in olpc_xo_update_mic_pins()
403 snd_hda_activate_path(codec, path, fals in olpc_xo_update_mic_pins()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Ddata-convert-bt.c1502 static int ctf_writer__init(struct ctf_writer *cw, const char *path, in ctf_writer__init() argument
1512 writer = bt_ctf_writer_create(path); in ctf_writer__init()
1595 int bt_convert__perf2ctf(const char *input, const char *path, in bt_convert__perf2ctf() argument
1600 .path = input, in bt_convert__perf2ctf()
1642 if (ctf_writer__init(cw, path, session, opts->tod)) in bt_convert__perf2ctf()
1672 data.path, path); in bt_convert__perf2ctf()
H A Ddso.c19 #include "path.h"
344 * Parses kernel module specified in @path and updates
347 * @comp - true if @path contains supported compression suffix,
349 * @kmod - true if @path contains '.ko' suffix in right position,
353 * base name of @path
359 int __kmod_path__parse(struct kmod_path *m, const char *path, in __kmod_path__parse() argument
362 const char *name = strrchr(path, '/'); in __kmod_path__parse()
363 const char *ext = strrchr(path, '.'); in __kmod_path__parse()
367 name = name ? name + 1 : path; in __kmod_path__parse()
1355 char path[PATH_MA in dso__read_running_kernel_build_id() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddso.c22 #include "path.h"
387 * Parses kernel module specified in @path and updates
390 * @comp - true if @path contains supported compression suffix,
392 * @kmod - true if @path contains '.ko' suffix in right position,
396 * base name of @path
402 int __kmod_path__parse(struct kmod_path *m, const char *path, in __kmod_path__parse() argument
405 const char *name = strrchr(path, '/'); in __kmod_path__parse()
406 const char *ext = strrchr(path, '.'); in __kmod_path__parse()
410 name = name ? name + 1 : path; in __kmod_path__parse()
1428 char path[PATH_MA in dso__read_running_kernel_build_id() local
[all...]
H A Ddata-convert-bt.c1508 static int ctf_writer__init(struct ctf_writer *cw, const char *path, in ctf_writer__init() argument
1518 writer = bt_ctf_writer_create(path); in ctf_writer__init()
1601 int bt_convert__perf2ctf(const char *input, const char *path, in bt_convert__perf2ctf() argument
1606 .path = input, in bt_convert__perf2ctf()
1648 if (ctf_writer__init(cw, path, session, opts->tod)) in bt_convert__perf2ctf()
1678 data.path, path); in bt_convert__perf2ctf()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c72 static int write_file(const char *path, const char *newval) in write_file() argument
76 f = fopen(path, "r+"); in write_file()
80 log_err("writing to %s failed", path); in write_file()
129 char path[PATH_MAX]; in get_ifaddr() local
133 snprintf(path, PATH_MAX, "/sys/class/net/%s/address", name); in get_ifaddr()
134 f = fopen(path, "r"); in get_ifaddr()
135 if (!ASSERT_OK_PTR(f, path)) in get_ifaddr()
947 /* Test the kernel ip[6]_forward path instead in test_tc_redirect_dtime()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_conexant.c481 struct nid_path *path; in olpc_xo_update_mic_pins() local
489 /* disable DC bias path and pin for port F */ in olpc_xo_update_mic_pins()
504 /* enable normal mic path */ in olpc_xo_update_mic_pins()
505 path = snd_hda_get_path_from_idx(codec, cur_input); in olpc_xo_update_mic_pins()
506 if (path) in olpc_xo_update_mic_pins()
507 snd_hda_activate_path(codec, path, true, false); in olpc_xo_update_mic_pins()
509 /* disable normal mic path */ in olpc_xo_update_mic_pins()
510 path = snd_hda_get_path_from_idx(codec, cur_input); in olpc_xo_update_mic_pins()
511 if (path) in olpc_xo_update_mic_pins()
512 snd_hda_activate_path(codec, path, fals in olpc_xo_update_mic_pins()
[all...]
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak34 !MESSAGE ICU data make path is $(ICUMAKE)
62 !MESSAGE ICU root path is $(ICUP)
119 !MESSAGE ICU data DLL_OUTPUT path is $(DLL_OUTPUT)
143 !MESSAGE ICU tools path is $(ICUTOOLS)
171 # Thus ARM and ARM64 need to use another build of the other tools, so make sure to get an usable CFG path.
190 # The current ICU tools need to be in the path first.
195 # Use these path whether or not it's UWP build.
/third_party/node/src/
H A Dnode.h141 const char* path = nullptr);
146 const char* path = nullptr,
154 const char* path = nullptr) {
159 path);
166 const char* path = nullptr) {
171 path);
944 const char* path = nullptr);
/third_party/ninja/src/
H A Dbuild.cc109 referenced = ", needed by '" + dependent->path() + "',"; in AddSubTarget()
110 *err = "'" + node->path() + "'" + referenced + in AddSubTarget()
365 // Plan::NodeFinished would have without taking the dyndep code path). in DyndepsLoaded()
577 TimeStamp new_mtime = disk_interface_->Stat((*o)->path(), &err); in Cleanup()
581 disk_interface_->RemoveFile((*o)->path()); in Cleanup()
840 if (!disk_interface_->MakeDirs((*o)->path())) in StartEdge()
924 TimeStamp new_mtime = disk_interface_->Stat((*o)->path(), err); in FinishCommand()
964 TimeStamp deps_mtime = disk_interface_->Stat((*o)->path(), err); in FinishCommand()
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c164 {"path", OPT_PATH, 's', "Path to use in OCSP request"},
167 "[http[s]://]host[:port][/path] of HTTP(S) proxy to use; path is ignored"},
238 char *host = NULL, *port = NULL, *path = "/", *outfile = NULL; in ocsp_main() local
291 &path, NULL /* qry */, NULL /* frag */)) { in ocsp_main()
297 tpath = path; in ocsp_main()
306 path = opt_arg(); in ocsp_main()
733 resp = process_responder(req, host, port, path, opt_proxy, opt_no_proxy, in ocsp_main()
1232 const char *port, const char *path, in process_responder()
1249 app_http_post_asn1(host, port, path, prox in process_responder()
1231 process_responder(OCSP_REQUEST *req, const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) process_responder() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp189 // Returns the descriptors, or an error if we did not find a path or ran off
212 " because no path was found"); in parseV5EntryFormat()
649 // ignored for file names that represent full path names. in parse()
1043 return sys::path::is_absolute(Path, sys::path::Style::posix) || in isPathAbsoluteOnWindowsOrPosix()
1044 sys::path::is_absolute(Path, sys::path::Style::windows); in isPathAbsoluteOnWindowsOrPosix()
1049 std::string &Result, sys::path::Style Style) const { in getFileNameByIndex()
1076 // absolute path at this point would be if IncludeDir is absolute. in getFileNameByIndex()
1078 sys::path in getFileNameByIndex()
[all...]
/third_party/skia/tests/
H A DPictureTest.cpp380 SkPath path; in test_clip_bound_opt() local
381 path.addOval(rect2); in test_clip_bound_opt()
399 canvas->clipPath(path); in test_clip_bound_opt()
409 canvas->clipPath(path, SkClipOp::kDifference); in test_clip_bound_opt()
418 canvas->clipPath(path, SkClipOp::kIntersect); in test_clip_bound_opt()
469 void onClipPath(const SkPath& path, SkClipOp op, ClipEdgeStyle edgeStyle) override {
471 this->INHERITED::onClipPath(path, op, edgeStyle);
/third_party/openssl/apps/
H A Docsp.c164 {"path", OPT_PATH, 's', "Path to use in OCSP request"},
167 "[http[s]://]host[:port][/path] of HTTP(S) proxy to use; path is ignored"},
238 char *host = NULL, *port = NULL, *path = "/", *outfile = NULL; in ocsp_main() local
291 &path, NULL /* qry */, NULL /* frag */)) { in ocsp_main()
297 tpath = path; in ocsp_main()
306 path = opt_arg(); in ocsp_main()
733 resp = process_responder(req, host, port, path, opt_proxy, opt_no_proxy, in ocsp_main()
1232 const char *port, const char *path, in process_responder()
1249 app_http_post_asn1(host, port, path, prox in process_responder()
1231 process_responder(OCSP_REQUEST *req, const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) process_responder() argument
[all...]
/third_party/python/Lib/
H A Dconfigparser.py491 path = m.group(1).split(':')
496 if len(path) == 1:
497 opt = parser.optionxform(path[0])
499 elif len(path) == 2:
500 sect = path[0]
501 opt = parser.optionxform(path[1])
509 option, section, rawval, ":".join(path)) from None

Completed in 51 milliseconds

1...<<241242243244245246247248249250>>...344