Home
last modified time | relevance | path

Searched refs:path (Results 4826 - 4850 of 12350) sorted by relevance

1...<<191192193194195196197198199200>>...494

/third_party/node/test/parallel/
H A Dtest-url-format.js161 // Encode context-specific delimiters in path and query, but do not touch
165 // `#`,`?` in path
166 '/path/to/%%23%3F+=&.txt?foo=theA1#bar': {
167 href: '/path/to/%%23%3F+=&.txt?foo=theA1#bar',
168 pathname: '/path/to/%#?+=&.txt',
175 // `#`,`?` in path + `#` in query
176 '/path/to/%%23%3F+=&.txt?foo=the%231#bar': {
177 href: '/path/to/%%23%3F+=&.txt?foo=the%231#bar',
178 pathname: '/path/to/%#?+=&.txt',
185 // `#` in path en
[all...]
H A Dtest-vfs.js10 const { join } = require('path');
12 const directory = join(tmpdir.path, 'directory');
13 const doesNotExist = join(tmpdir.path, 'does-not-exist');
14 const file = join(tmpdir.path, 'file.js');
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Ddifferential_script_mutator.js13 const path = require('path');
69 const fullPath = path.join(path.resolve(process.env.APP_DIR), name);
123 * path for later printing. The mutated sources are post-processed by the
/third_party/node/deps/v8/tools/
H A Dlldb_commands.py122 this_dir = os.path.dirname(os.path.abspath(__file__))
123 source_dir = os.path.join(this_dir, os.pardir)
/third_party/node/deps/v8/tools/testrunner/local/
H A Dutils.py28 from os.path import exists
29 from os.path import isdir
30 from os.path import join
/third_party/node/src/
H A Dnode_stat_watcher.cc112 node::Utf8Value path(args.GetIsolate(), args[0]); in Start()
113 CHECK_NOT_NULL(*path); in Start()
120 const int err = uv_fs_poll_start(&wrap->watcher_, Callback, *path, interval); in Start()
/third_party/node/tools/gyp/pylib/gyp/
H A Deasy_xml.py110 def WriteXmlIfChanged(content, path, encoding="utf-8", pretty=False,
116 path: Location of the file.
130 with open(path) as file:
137 with open(path, "wb") as file:
/third_party/noto-cjk/google-fonts/
H A Dhotfix.py42 if not os.path.exists(args.output_dir):
121 newname = os.path.basename(font).replace("-VF.ttf", "[%s].ttf" % axis_tags)
123 ttfont.save(os.path.join(args.output_dir, newname))
/third_party/notofonts/scripts/
H A Dversionator.py92 if not os.path.exists(FEDORA_TAR):
93 if not os.path.exists("noto-fedora.src.rpm"):
105 if not os.path.exists("fedora-noto"):
/third_party/node/benchmark/async_hooks/
H A Dasync-resource-vs-destroy.js19 path: '/',
171 function main({ type, asyncMethod, connections, duration, path }) {
179 path,
/third_party/node/deps/icu-small/source/common/
H A Dlocresdata.cpp47 uloc_getTableStringWithFallback(const char *path, const char *locale, in uloc_getTableStringWithFallback() argument
63 icu::LocalUResourceBundlePointer rb(ures_open(path, locale, &errorCode)); in uloc_getTableStringWithFallback()
139 rb.adoptInstead(ures_open(path, explicitFallbackName, &errorCode)); in uloc_getTableStringWithFallback()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Deasy_xml.py110 def WriteXmlIfChanged(content, path, encoding="utf-8", pretty=False,
116 path: Location of the file.
134 with open(path) as file:
141 with open(path, "wb") as file:
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dtools.c158 int nftw_fn(const char *path, const struct stat *st, int ival, struct FTW *FTWS) in nftw_fn() argument
173 int callback(const char *path) in callback() argument
175 return nftw(path, nftw_fn, 10, FTW_MOUNT); in callback()
208 * Position of filename in path
228 * Number of /'s in path
H A Dtools64.c158 nftw64_fn(const char *path, const struct stat64 *st, int ival, struct FTW *FTWS) in nftw64_fn() argument
173 int callback(const char *path) in callback() argument
175 return nftw64(path, nftw64_fn, 10, FTW_MOUNT); in callback()
208 * Position of filename in path
228 * Number of /'s in path
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dsplice.c24 const char *path = "/proc/version"; variable
74 FILE *f = fopen(path, "r"); in splice_0200()
83 int fromfd = open(path, O_RDONLY); in splice_0200()
/third_party/musl/libc-test/src/functional/
H A Dipc_sem.c14 static const char path[] = "."; variable
41 T(k = ftok(path, id)); in inc()
92 T(k = ftok(path, id)); in dec()
H A Dipc_shm.c14 static const char path[] = "."; variable
36 T(k = ftok(path, id)); in set()
89 T(k = ftok(path, id)); in get()
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dposix_spawn_file_actions_addopen.c44 EXPECT_STREQ("posix_spawn_file_actions_addopen_0100", ptr->path, "/data"); in posix_spawn_file_actions_addopen_0100()
69 EXPECT_STREQ("posix_spawn_file_actions_addopen_0200", ptr->path, "/data"); in posix_spawn_file_actions_addopen_0200()
94 EXPECT_STREQ("posix_spawn_file_actions_addopen_0300", ptr->path, "/data"); in posix_spawn_file_actions_addopen_0300()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dhttp.h44 const char *path);
72 int OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path,
86 const char *path, int use_ssl,
/third_party/node/deps/uv/src/unix/
H A Dqnx.c59 char path[PATH_MAX]; in uv_exepath() local
63 realpath(_cmdname(NULL), path); in uv_exepath()
64 strlcpy(buffer, path, *size); in uv_exepath()
/third_party/rust/crates/cxx/gen/cmd/src/
H A Dmain.rs45 use std::path::PathBuf;
117 Output::File(path) => fs::write(path, content)?, in try_main()
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Ddatafiles.py1 import os.path namespace
98 relroot = os.path.abspath(relroot)
115 relroot = os.path.abspath(relroot)
/third_party/python/Lib/distutils/tests/
H A Dtest_build_scripts.py34 [os.path.join(source, fn)
74 f = open(os.path.join(dir, name), "w")
87 [os.path.join(source, fn)
/third_party/python/Lib/distutils/
H A Dconfig.py40 """Returns rc file path."""
41 return os.path.join(os.path.expanduser('~'), '.pypirc')
52 if os.path.exists(rc):
/third_party/python/Lib/importlib/resources/
H A Dabc.py31 """Return the file system path to the specified resource.
43 def is_resource(self, path: Text) -> bool:
44 """Return True if the named 'path' is a resource.
103 Each descendant should be a path segment relative to self
147 def is_resource(self, path: StrPath) -> bool:
148 return self.files().joinpath(path).is_file()

Completed in 19 milliseconds

1...<<191192193194195196197198199200>>...494