/third_party/node/deps/v8/tools/ |
H A D | try_perf.py | 51 V8_BASE = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
/third_party/node/test/node-api/test_policy/ |
H A D | test_policy.js | 11 const path = require('path'); 22 const policyFilepath = path.join(tmpdir.path, 'policy');
|
/third_party/node/test/parallel/ |
H A D | test-file-write-stream2.js | 26 const path = require('path'); 32 const filepath = path.join(tmpdir.path, 'write.txt');
|
H A D | test-file-write-stream.js | 26 const path = require('path'); 29 const fn = path.join(tmpdir.path, 'write.txt');
|
H A D | test-fs-assert-encoding-error.js | 5 const path = require('node:path'); 8 const testPath = path.join(tmpdir.path, 'assert-encoding-error');
|
H A D | test-fs-promises-readfile.js | 7 const path = require('path'); 14 const fn = path.join(tmpdir.path, 'large-file');
|
H A D | test-fs-read-stream-throw-type-error.js | 10 const example = fixtures.path('x.txt'); 17 const createReadStreamErr = (path, opt, error) => { 19 fs.createReadStream(path, opt);
|
H A D | test-fs-write-stream-autoclose-option.js | 4 const path = require('path'); 9 const file = path.join(tmpdir.path, 'write-autoclose-opt1.txt');
|
H A D | test-http-content-length.js | 55 path: '/multiple-writes' 68 path: '/end-with-data' 80 path: '/empty'
|
H A D | test-http-keep-alive-close-on-header.js | 44 path: '/', 61 path: '/', 77 path: '/',
|
H A D | test-http-keep-alive.js | 42 path: '/', headers: headers, port: this.address().port, agent: agent 50 path: '/', headers: headers, port: this.address().port, agent: agent 58 path: '/', headers: headers, port: this.address().port, agent: agent
|
H A D | test-http-outgoing-properties.js | 41 path: '/' 67 path: '/' 70 assert.strictEqual(req.path, '/');
|
H A D | test-https-hwm.js | 42 path: `/${counter++}`, 51 path: `/${counter++}`, 60 path: `/${counter++}`,
|
H A D | test-policy-dependency-conditions.js | 31 function calc(depthLeft = 0, path = []) { 34 calc(depthLeft - 1, [...path, conditions]); 37 conditionTrees.push(path);
|
/third_party/node/test/v8-updates/ |
H A D | test-linux-perf.js | 54 fixtures.path('linux-perf.js'), 65 fixtures.path('linux-perf.js'), 79 cwd: tmpdir.path,
|
/third_party/node/test/fixtures/wpt/common/ |
H A D | utils.js | 7 * @param {string} options.path 27 var path = get(options, "path", loc.pathname); 36 if (path[0] != "/") { 39 url += path;
|
/third_party/musl/src/locale/ |
H A D | catopen.c | 36 const char *path, *lang, *p, *z; in catopen() local 37 if (libc.secure || !(path = getenv("NLSPATH"))) { in catopen() 43 for (p=path; *p; p=z) { in catopen()
|
/third_party/musl/src/linux/ |
H A D | statx.c | 9 int statx(int dirfd, const char *restrict path, int flags, unsigned mask, struct statx *restrict stx) in statx() argument 11 int ret = __syscall(SYS_statx, dirfd, path, flags, mask, stx); in statx() 20 ret = fstatat(dirfd, path, &st, flags); in statx()
|
/third_party/ninja/src/ |
H A D | deps_log.h | 48 /// Each record is either a path string or a dependency list. 49 /// Numbering the path strings in file order gives them dense integer ids. 55 /// path records contain the string name of the path, followed by up to 3 60 /// [output path id, 61 /// output path mtime (lower 4 bytes), output path mtime (upper 4 bytes), 62 /// input path id, input path id...] 63 /// (The mtime is compared against the on-disk output path mtim [all...] |
/third_party/node/benchmark/module/ |
H A D | module-require.js | 4 const path = require('path'); 7 const benchmarkDirectory = path.join(tmpdir.path, 'nodejs-benchmark-module');
|
/third_party/node/deps/icu-small/source/common/ |
H A D | restrace.h | 98 static void traceOpen(const char* path, const char* type, const char* name); 101 static void traceOpenDataFile(const char* path, const char* type, const char* name); 102 static void traceOpenResFile(const char* path, const char* name);
|
/third_party/node/benchmark/fs/ |
H A D | read-stream-throughput.js | 4 const path = require('path'); 11 const filename = path.resolve(tmpdir.path,
|
/third_party/node/deps/npm/node_modules/color-convert/ |
H A D | route.js | 64 const path = [graph[toModel].parent, toModel]; 69 path.unshift(graph[cur].parent); 74 fn.conversion = path;
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
H A D | dir.js | 8 const { resolve } = require('path') 51 path: this.resolved, 79 const arb = new this.Arborist({ path: this.resolved }) 82 return packlist(this.tree, { path: this.resolved, prefix, workspaces })
|
/third_party/ltp/testcases/kernel/syscalls/readlinkat/ |
H A D | readlinkat01.c | 40 const char **path; member 57 TST_EXP_POSITIVE(readlinkat(*tc->fd, *tc->path, buf, sizeof(buf)), in verify_readlinkat() 59 *tc->fd, *tc->path, buf, sizeof(buf)); in verify_readlinkat()
|