Home
last modified time | relevance | path

Searched full:path (Results 2451 - 2475 of 37931) sorted by relevance

1...<<919293949596979899100>>...1518

/third_party/gn/src/gn/
H A Doutput_file.cc24 std::string path = build_settings->build_dir().value(); in AsSourceFile() local
25 path.append(value_); in AsSourceFile()
26 return SourceFile(std::move(path)); in AsSourceFile()
35 std::string path = build_settings->build_dir().value(); in AsSourceDir() local
36 path.append(value_); in AsSourceDir()
37 NormalizePath(&path); in AsSourceDir()
38 return SourceDir(std::move(path)); in AsSourceDir()
/third_party/icu/icu4c/source/common/
H A Dresbund_cnv.cpp27 ResourceBundle::ResourceBundle( const UnicodeString& path, in ResourceBundle() argument
32 constructForLocale(path, locale, error); in ResourceBundle()
35 ResourceBundle::ResourceBundle( const UnicodeString& path, in ResourceBundle() argument
39 constructForLocale(path, Locale::getDefault(), error); in ResourceBundle()
43 ResourceBundle::constructForLocale(const UnicodeString& path, in constructForLocale() argument
47 if (path.isEmpty()) { in constructForLocale()
51 UnicodeString nullTerminatedPath(path); in constructForLocale()
/third_party/icu/icu4j/main/tests/framework/
H A D.classpath3 <classpathentry excluding="**/.svn/" kind="src" path="src"/>
4 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
6 <classpathentry kind="lib" path="/external-libraries/hamcrest-core-1.3.jar"/>
7 <classpathentry kind="lib" path="/external-libraries/junit-4.12.jar" sourcepath="/external-libraries/junit-4.12-sources.jar">
12 <classpathentry kind="lib" path="/external-libraries/JUnitParams-1.0.5.jar" sourcepath="/external-libraries/JUnitParams-1.0.5-sources.jar">
17 <classpathentry kind="output" path="out/bin"/>
/third_party/ltp/testcases/kernel/containers/userns/
H A Duserns02.c42 char path[BUFSIZ]; in run() local
53 sprintf(path, "/proc/%d/uid_map", childpid); in run()
54 SAFE_FILE_PRINTF(path, "100 %d 1", parentuid); in run()
57 sprintf(path, "/proc/%d/setgroups", childpid); in run()
58 SAFE_FILE_PRINTF(path, "deny"); in run()
61 sprintf(path, "/proc/%d/gid_map", childpid); in run()
62 SAFE_FILE_PRINTF(path, "100 %d 1", parentgid); in run()
/third_party/node/test/parallel/
H A Dtest-cluster-net-listen-relative-path.js14 const path = require('path');
18 // Choose a socket name such that the absolute path would exceed 100 bytes.
23 assert.ok(path.resolve(socketDir, socketName).length > 100,
24 'absolute socket path should be longer than 100 bytes');
29 process.chdir(tmpdir.path);
34 assert.ok(!fs.existsSync(path.join(socketDir, socketName)),
H A Dtest-fs-watch-recursive.js7 const path = require('path');
12 const testDir = tmpdir.path;
17 const testsubdir = fs.mkdtempSync(testDir + path.sep);
18 const relativePathOne = path.join(path.basename(testsubdir), filenameOne);
19 const filepathOne = path.join(testsubdir, filenameOne);
H A Dtest-heap-prof-dir-name.js12 const path = require('path');
26 const dir = path.join(tmpdir.path, 'prof');
27 const file = path.join(dir, 'test.heapprofile');
36 fixtures.path('workload', 'allocation.js'),
38 cwd: tmpdir.path,
/third_party/node/test/sequential/
H A Dtest-cpu-prof-dir-and-name.js11 const path = require('path');
24 const dir = path.join(tmpdir.path, 'prof');
25 const file = path.join(dir, 'test.cpuprofile');
34 fixtures.path('workload', 'fibonacci.js'),
36 cwd: tmpdir.path,
H A Dtest-cpu-prof-name.js11 const path = require('path');
25 const file = path.join(tmpdir.path, 'test.cpuprofile');
32 fixtures.path('workload', 'fibonacci.js'),
34 cwd: tmpdir.path,
41 const profiles = getCpuProfiles(tmpdir.path);
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Dexpression_mutator.js26 ExpressionStatement(path) {
34 const repeated = babelTypes.cloneDeep(path.node);
36 thisMutator.insertBeforeSkip(path, repeated);
37 } else if (path.key > 0) {
39 const prev = path.getSibling(random.randInt(0, path.key - 1));
44 const [selected, destination] = random.shuffle([prev, path]);
/third_party/node/deps/icu-small/source/common/
H A Dresbund_cnv.cpp27 ResourceBundle::ResourceBundle( const UnicodeString& path, in ResourceBundle() argument
32 constructForLocale(path, locale, error); in ResourceBundle()
35 ResourceBundle::ResourceBundle( const UnicodeString& path, in ResourceBundle() argument
39 constructForLocale(path, Locale::getDefault(), error); in ResourceBundle()
43 ResourceBundle::constructForLocale(const UnicodeString& path, in constructForLocale() argument
47 if (path.isEmpty()) { in constructForLocale()
51 UnicodeString nullTerminatedPath(path); in constructForLocale()
/third_party/node/deps/npm/lib/workspaces/
H A Dget-workspaces.js1 const { resolve, relative } = require('path')
10 // { foo => '/path/to/foo' }
11 const getWorkspaces = async (filters, { path, includeWorkspaceRoot, relativeFrom }) => {
13 const { content: pkg } = await pkgJson.normalize(path)
14 const workspaces = await mapWorkspaces({ cwd: path, pkg })
17 res.set(pkg.name, path)
30 const relativeFilter = relative(path, filterArg)
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfputc.c26 char path[PATH_MAX] = {0}; in fputc_0100() local
27 FILE_ABSOLUTE_PATH(STR_FPUTC_TXT, path); in fputc_0100()
28 FILE *fptr = fopen(path, "w"); in fputc_0100()
41 char path[PATH_MAX] = {0}; in fputc_0200() local
42 FILE_ABSOLUTE_PATH(STR_FPUTC_TXT, path); in fputc_0200()
43 FILE *fptr = fopen(path, "r"); in fputc_0200()
47 remove(path); in fputc_0200()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_linux.cpp23 // so we just use a big buffer and hope the path fits in it. in GetExecutablePath()
24 char path[4096]; in GetExecutablePath() local
26 ssize_t result = readlink("/proc/self/exe", path, sizeof(path) - 1); in GetExecutablePath()
27 if (result < 0 || static_cast<size_t>(result) >= sizeof(path) - 1) in GetExecutablePath()
32 path[result] = '\0'; in GetExecutablePath()
33 return path; in GetExecutablePath()
/third_party/openssl/doc/internal/man3/
H A Dossl_ends_with_dirsep.pod12 int ossl_ends_with_dirsep(const char *path);
14 int ossl_is_absolute_path(const char *path);
18 ossl_ends_with_dirsep() detects whether the I<path> ends with a directory
21 ossl_is_absolute_path() detects whether the I<path> is absolute path in
26 ossl_ends_with_dirsep() returns 1 if the I<path> ends with a directory
29 ossl_is_absolute_path() returns 1 if the I<path> is absolute, 0 otherwise.
/third_party/skia/src/utils/
H A DSkShadowTessellator.h26 * This function generates an ambient shadow mesh for a path by walking the path, outsetting by
30 SK_API sk_sp<SkVertices> MakeAmbient(const SkPath& path, const SkMatrix& ctm,
34 * This function generates a spot shadow mesh for a path by walking the transformed path,
36 * The center will be clipped against the original path unless transparent is true.
38 SK_API sk_sp<SkVertices> MakeSpot(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlane,
/third_party/python/Modules/_blake2/
H A Dblake2b2s.py6 HERE = os.path.dirname(os.path.abspath(__file__))
7 BLAKE2 = os.path.join(HERE, 'impl')
14 name = os.path.join(BLAKE2, name)
15 if os.path.isfile(name):
37 with open(os.path.join(HERE, 'blake2b_impl.c')) as f:
43 with open(os.path.join(HERE, 'blake2s_impl.c'), 'w') as f:
/third_party/skia/third_party/externals/icu/source/common/
H A Dresbund_cnv.cpp27 ResourceBundle::ResourceBundle( const UnicodeString& path, in ResourceBundle() argument
32 constructForLocale(path, locale, error); in ResourceBundle()
35 ResourceBundle::ResourceBundle( const UnicodeString& path, in ResourceBundle() argument
39 constructForLocale(path, Locale::getDefault(), error); in ResourceBundle()
43 ResourceBundle::constructForLocale(const UnicodeString& path, in constructForLocale() argument
47 if (path.isEmpty()) { in constructForLocale()
51 UnicodeString nullTerminatedPath(path); in constructForLocale()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/using_declarations_and_explicit_resource_management/
H A Dusing_Declarations_2.ts33 function openFile(path: string): OpenedFileReturnType {
34 const file = fs.openSync(path, 'w+');
41 Assert.isTrue(path === 'a' || path === 'b' || path === 'c' || path === 'd' || path === 'e');
H A Dusing_Declarations_5.ts29 path: string;
32 constructor(path: string) {
33 this.path = path;
34 this.handle = fs.openSync(path, 'w+');
40 fs.unlinkSync(this.path);
42 Assert.equal(this.path, 'a');
/third_party/typescript/tests/baselines/reference/
H A DclodulesDerivedClasses.errors.txt1 tests/cases/compiler/clodulesDerivedClasses.ts(9,7): error TS2417: Class static side 'typeof Path' incorrectly extends base class static side 'typeof Shape'.
3 Property 'convert' is missing in type 'typeof Path.Utils' but required in type 'typeof Shape.Utils'.
15 class Path extends Shape {
17 !!! error TS2417: Class static side 'typeof Path' incorrectly extends base class static side 'typeof Shape'.
19 !!! error TS2417: Property 'convert' is missing in type 'typeof Path.Utils' but required in type 'typeof Shape.Utils'.
25 module Path.Utils {
26 export function convert2(): Path {
H A DvoidAsNonAmbiguousReturnType.symbols2 ///<reference path='voidAsNonAmbiguousReturnType_0.ts'/>
16 export function mkdirSync(path: string, mode?: number): void;
18 >path : Symbol(path, Decl(voidAsNonAmbiguousReturnType_0.ts, 0, 26))
21 export function mkdirSync(path: string, mode?: string): void {}
23 >path : Symbol(path, Decl(voidAsNonAmbiguousReturnType_0.ts, 1, 26))
/third_party/typescript/tests/cases/fourslash/
H A DgetEditsForFileRename.ts1 /// <reference path='fourslash.ts' />
4 /////// <reference path="./src/old.ts" />
8 /////// <reference path="./old.ts" />
12 /////// <reference path="../old.ts" />
29 "/a.ts": '/// <reference path="./src/new.ts" />\nimport old from "./src/new";',
30 "/src/a.ts": '/// <reference path="./new.ts" />\nimport old from "./new";',
31 "/src/foo/a.ts": '/// <reference path="../new.ts" />\nimport old from "../new";',
H A DgetEditsForFileRename_renameFromIndex.ts1 /// <reference path='fourslash.ts' />
4 /////// <reference path="./src/index.ts" />
9 /////// <reference path="./index.ts" />
14 /////// <reference path="../index.ts" />
29 `/// <reference path="./src/new.ts" />
33 `/// <reference path="./new.ts" />
37 `/// <reference path="../new.ts" />
H A DgetEditsForFileRename_renameToIndex.ts1 /// <reference path='fourslash.ts' />
4 /////// <reference path="./src/old.ts" />
8 /////// <reference path="./old.ts" />
12 /////// <reference path="../old.ts" />
26 `/// <reference path="./src/index.ts" />
29 `/// <reference path="./index.ts" />
32 `/// <reference path="../index.ts" />

Completed in 10 milliseconds

1...<<919293949596979899100>>...1518