| /third_party/skia/gm/ |
| H A D | convexpolyeffect.cpp | 104 for (const SkPath& path : fPaths) { 110 path.transform(m, &p); 126 x += SkScalarCeilToScalar(path.getBounds().width() + kDX); 133 canvas->drawPath(path, paint); 134 canvas->translate(path.getBounds().width() + 10.f, 0); 136 canvas->drawPath(path, paint); 139 y += SkScalarCeilToScalar(path.getBounds().height() + 20.f);
|
| /third_party/rust/crates/syn/benches/ |
| H A D | rust.rs | 19 #[path = "../tests/macros/mod.rs"] 23 #[path = "../tests/repo/mod.rs"] 121 let path = entry.path(); in exec() 122 if path.is_dir() { in exec() 125 let content = fs::read_to_string(path).unwrap(); in exec() 130 eprintln!("FAIL {}", path.display()); in exec()
|
| /third_party/skia/buildtools/checkdeps/ |
| H A D | cpp_checker.py | 73 dependee_dir = os.path.dirname(dependee_path) 74 include_path = os.path.join(dependee_dir, include_path) 75 include_path = os.path.relpath(include_path, self._root_dir) 119 """Returns True iff the given path ends in one of the extensions 122 return os.path.splitext(file_path)[1] in CppChecker.EXTENSIONS 125 """Check if the new #include file path should be presubmit checked. 128 file_path: file path to be checked
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| 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/node/deps/uvwasi/src/ |
| H A D | uvwasi.c | 53 char* path in uvwasi__get_filestat_set_times() 80 r = uv_fs_lstat(NULL, &req, path, NULL); in uvwasi__get_filestat_set_times() 1192 buf->u.dir.pr_name_len = strlen(wrap->path); in uvwasi_fd_prestat_get() 1202 char* path, in uvwasi_fd_prestat_dir_name() 1208 UVWASI_DEBUG("uvwasi_fd_prestat_dir_name(uvwasi=%p, fd=%d, path=%p, " in uvwasi_fd_prestat_dir_name() 1212 path, in uvwasi_fd_prestat_dir_name() 1215 if (uvwasi == NULL || path == NULL) in uvwasi_fd_prestat_dir_name() 1226 size = strlen(wrap->path); in uvwasi_fd_prestat_dir_name() 1232 memcpy(path, wrap->path, siz in uvwasi_fd_prestat_dir_name() 1200 uvwasi_fd_prestat_dir_name(uvwasi_t* uvwasi, uvwasi_fd_t fd, char* path, uvwasi_size_t path_len) uvwasi_fd_prestat_dir_name() argument 1641 uvwasi_path_create_directory(uvwasi_t* uvwasi, uvwasi_fd_t fd, const char* path, uvwasi_size_t path_len) uvwasi_path_create_directory() argument 1689 uvwasi_path_filestat_get(uvwasi_t* uvwasi, uvwasi_fd_t fd, uvwasi_lookupflags_t flags, const char* path, uvwasi_size_t path_len, uvwasi_filestat_t* buf) uvwasi_path_filestat_get() argument 1747 uvwasi_path_filestat_set_times(uvwasi_t* uvwasi, uvwasi_fd_t fd, uvwasi_lookupflags_t flags, const char* path, uvwasi_size_t path_len, uvwasi_timestamp_t st_atim, uvwasi_timestamp_t st_mtim, uvwasi_fstflags_t fst_flags) uvwasi_path_filestat_set_times() argument 1932 uvwasi_path_open(uvwasi_t* uvwasi, uvwasi_fd_t dirfd, uvwasi_lookupflags_t dirflags, const char* path, uvwasi_size_t path_len, uvwasi_oflags_t o_flags, uvwasi_rights_t fs_rights_base, uvwasi_rights_t fs_rights_inheriting, uvwasi_fdflags_t fs_flags, uvwasi_fd_t* fd) uvwasi_path_open() argument 2091 uvwasi_path_readlink(uvwasi_t* uvwasi, uvwasi_fd_t fd, const char* path, uvwasi_size_t path_len, char* buf, uvwasi_size_t buf_len, uvwasi_size_t* bufused) uvwasi_path_readlink() argument 2154 uvwasi_path_remove_directory(uvwasi_t* uvwasi, uvwasi_fd_t fd, const char* path, uvwasi_size_t path_len) uvwasi_path_remove_directory() argument 2358 uvwasi_path_unlink_file(uvwasi_t* uvwasi, uvwasi_fd_t fd, const char* path, uvwasi_size_t path_len) uvwasi_path_unlink_file() argument [all...] |
| /third_party/typescript/src/harness/ |
| H A D | harnessIO.ts | 6 resolvePath(path: string): string | undefined;
7 getFileSize(path: string): number;
8 readFile(path: string): string | undefined;
9 writeFile(path: string, contents: string): void;
10 directoryName(path: string): string | undefined;
11 getDirectories(path: string): string[];
12 createDirectory(path: string): void;
14 directoryExists(path: string): boolean;
17 listFiles(path: string, filter?: RegExp, options?: { recursive?: boolean }): string[];
23 readDirectory(path [all...] |
| /third_party/rust/crates/rustix/src/backend/libc/fs/ |
| H A D | syscalls.rs | 178 path: &CStr, in openat_via_syscall() 184 let path = c_str(path); in openat_via_syscall() 190 path, in openat_via_syscall() 200 path: &CStr, 208 return openat_via_syscall(dirfd, path, oflags, mode); 216 c_str(path), 258 pub(crate) fn readlinkat(dirfd: BorrowedFd<'_>, path: &CStr, buf: &mut [u8]) -> io::Result<usize> { 262 c_str(path), 271 pub(crate) fn mkdirat(dirfd: BorrowedFd<'_>, path [all...] |
| /third_party/curl/docs/cmdline-opts/ |
| H A D | path-as-is.md | 4 Long: path-as-is 5 Help: Do not squash .. sequences in URL path 12 - --path-as-is https://example.com/../../etc/passwd 15 # `--path-as-is` 18 path. Normally curl squashes or merges them according to standards but with
|
| /third_party/ltp/include/ |
| H A D | tst_path_has_mnt_flags.h | 19 * Check whether a path is on a filesystem that is mounted with 21 * @path: path to file, if path is NULL tst_tmpdir is used. 27 const char *path, const char *flags[]);
|
| /third_party/node/test/parallel/ |
| H A D | test-fs-existssync-false.js | 11 const path = require('path'); 13 let dir = path.resolve(tmpdir.path); 18 // Make a long path.
|
| H A D | test-fs-readdir-ucs2.js | 7 const path = require('path'); 14 const root = Buffer.from(`${tmpdir.path}${path.sep}`); 26 fs.readdir(tmpdir.path, 'ucs2', common.mustSucceed((list) => {
|
| H A D | test-fs-write-stream-encoding.js | 6 const path = require('path'); 12 const examplePath = fixtures.path('x.txt'); 13 const dummyPath = path.join(tmpdir.path, 'x.txt');
|
| H A D | test-icu-minimum-version.js | 8 const path = require('path'); 11 const srcRoot = path.join(__dirname, '..', '..'); 12 const icuVersionsFile = path.join(srcRoot, 'tools', 'icu', 'icu_versions.json'); 14 const v8SrcFile = path.join(srcRoot,
|
| H A D | test-process-redirect-warnings-env.js | 12 const path = require('path'); 18 const warnmod = require.resolve(fixtures.path('warnings.js')); 19 const warnpath = path.join(tmpdir.path, 'warnings.txt');
|
| H A D | test-process-redirect-warnings.js | 12 const path = require('path'); 18 const warnmod = fixtures.path('warnings.js'); 19 const warnpath = path.join(tmpdir.path, 'warnings.txt');
|
| H A D | test-trace-events-none.js | 6 const path = require('path'); 13 const FILE_NAME = path.join(tmpdir.path, 'node_trace.1.log'); 18 { cwd: tmpdir.path }
|
| H A D | test-trace-events-process-exit.js | 6 const path = require('path'); 10 const FILE_NAME = path.join(tmpdir.path, 'node_trace.1.log'); 15 { cwd: tmpdir.path });
|
| H A D | test-v8-stop-coverage.js | 18 fixtures.path('v8-coverage', 'stop-coverage'), 20 fixtures.path('v8-coverage', 'take-coverage'), 21 fixtures.path('v8-coverage', 'interval'), 25 NODE_V8_COVERAGE: tmpdir.path, 32 const coverageFiles = fs.readdirSync(tmpdir.path);
|
| /third_party/node/test/common/ |
| H A D | fixtures.js | 3 const path = require('path'); 7 const fixturesDir = path.join(__dirname, '..', 'fixtures'); 10 return path.join(fixturesDir, ...args); 33 path: fixturesPath,
|
| /third_party/node/test/es-module/ |
| H A D | test-esm-symlink-main.js | 5 const path = require('path'); 11 const realPath = path.resolve(__dirname, '../fixtures/es-modules/symlink.mjs'); 12 const symlinkPath = path.resolve(tmpdir.path, 'symlink.mjs');
|
| /third_party/musl/src/stat/ |
| H A D | fchmodat.c | 6 int fchmodat(int fd, const char *path, mode_t mode, int flag) in fchmodat() argument 8 if (!flag) return syscall(SYS_fchmodat, fd, path, mode); in fchmodat() 11 ret = __syscall(SYS_fchmodat2, fd, path, mode, flag); in fchmodat() 22 if (fstatat(fd, path, &st, flag)) in fchmodat() 27 if ((fd2 = __syscall(SYS_openat, fd, path, O_RDONLY|O_PATH|O_NOFOLLOW|O_NOCTTY|O_CLOEXEC)) < 0) { in fchmodat()
|
| /third_party/node/benchmark/http2/ |
| H A D | compat.js | 4 const path = require('path'); 6 const file = path.join(path.resolve(__dirname, '../fixtures'), 'alice.html'); 29 path: '/',
|
| H A D | respond-with-fd.js | 4 const path = require('path'); 7 const file = path.join(path.resolve(__dirname, '../fixtures'), 'alice.html'); 30 path: '/',
|
| H A D | simple.js | 4 const path = require('path'); 6 const file = path.join(path.resolve(__dirname, '../fixtures'), 'alice.html'); 27 path: '/',
|
| /third_party/node/deps/npm/node_modules/bin-links/lib/ |
| H A D | link-bins.js | 3 const { dirname, resolve, relative } = require('path') 7 const linkBins = ({ path, pkg, top, force }) => { 13 const target = binTarget({ path, top }) 16 const absFrom = resolve(path, val) 18 promises.push(linkBin({ path, from, to, absFrom, force }))
|