/third_party/node/test/parallel/ |
H A D | test-url-format.js | 161 // 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 D | test-vfs.js | 10 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 D | differential_script_mutator.js | 13 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 D | lldb_commands.py | 122 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 D | utils.py | 28 from os.path import exists 29 from os.path import isdir 30 from os.path import join
|
/third_party/node/src/ |
H A D | node_stat_watcher.cc | 112 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 D | easy_xml.py | 110 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 D | hotfix.py | 42 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 D | versionator.py | 92 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 D | async-resource-vs-destroy.js | 19 path: '/', 171 function main({ type, asyncMethod, connections, duration, path }) { 179 path,
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locresdata.cpp | 47 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 D | easy_xml.py | 110 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 D | tools.c | 158 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 D | tools64.c | 158 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 D | splice.c | 24 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 D | ipc_sem.c | 14 static const char path[] = "."; variable 41 T(k = ftok(path, id)); in inc() 92 T(k = ftok(path, id)); in dec()
|
H A D | ipc_shm.c | 14 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 D | posix_spawn_file_actions_addopen.c | 44 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 D | http.h | 44 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 D | qnx.c | 59 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 D | main.rs | 45 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 D | datafiles.py | 1 import os.path namespace 98 relroot = os.path.abspath(relroot) 115 relroot = os.path.abspath(relroot)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_build_scripts.py | 34 [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 D | config.py | 40 """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 D | abc.py | 31 """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()
|