Home
last modified time | relevance | path

Searched refs:pth (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/deps/npm/node_modules/make-dir/
Dindex.js13 const checkPath = pth => { argument
15 const pathHasInvalidWinCharacters = /[<>:"|?*]/.test(pth.replace(path.parse(pth).root, ''));
18 const err = new Error(`Path contains invalid characters: ${pth}`);
32 const make = pth => { argument
33 return mkdir(pth, opts.mode)
34 .then(() => pth)
37 if (err.message.includes('null bytes') || path.dirname(pth) === pth) {
41 return make(path.dirname(pth)).then(() => make(pth));
44 return stat(pth)
45 .then(stats => stats.isDirectory() ? pth : Promise.reject())
[all …]
/third_party/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl02.c63 pthread_t pth[4]; in do_test() local
71 SAFE_PTHREAD_CREATE(&pth[0], NULL, do_read, in do_test()
73 SAFE_PTHREAD_CREATE(&pth[1], NULL, do_revoke, in do_test()
75 SAFE_PTHREAD_CREATE(&pth[2], NULL, do_read, in do_test()
77 SAFE_PTHREAD_CREATE(&pth[3], NULL, do_revoke, in do_test()
80 SAFE_PTHREAD_JOIN(pth[0], NULL); in do_test()
81 SAFE_PTHREAD_JOIN(pth[1], NULL); in do_test()
82 SAFE_PTHREAD_JOIN(pth[2], NULL); in do_test()
83 SAFE_PTHREAD_JOIN(pth[3], NULL); in do_test()
/third_party/node/deps/npm/node_modules/npm-run-path/
Dindex.js12 let pth = path.resolve(opts.cwd); variable
15 while (prev !== pth) {
16 ret.push(path.join(pth, 'node_modules/.bin'));
17 prev = pth;
18 pth = path.resolve(pth, '..');
/third_party/flutter/skia/third_party/externals/sdl/premake/patches/
D713.patch14 local pth, src
31 - pth = node.path
32 + pth = nodePath
34 - pth = "/System/Library/Frameworks/" .. node.path
35 + pth = "/System/Library/Frameworks/" .. nodePath
43 + if string.find(pth, '^/') then
44 + pth = string.sub(pth, 2)
62 node.id, node.name, xcode.getfiletype(node), node.name, pth, src)
/third_party/python/Doc/library/
Dsite.rst56 A path configuration file is a file whose name has the form :file:`{name}.pth`
66 An executable line in a :file:`.pth` file is run at every Python startup,
86 configuration files, :file:`foo.pth` and :file:`bar.pth`. Assume
87 :file:`foo.pth` contains the following::
95 and :file:`bar.pth` contains::
108 directory precedes the :file:`foo` directory because :file:`bar.pth` comes
109 alphabetically before :file:`foo.pth`; and :file:`spam` is omitted because it is
183 :file:`.pth` files in it will be processed.
210 Add a directory to sys.path and process its :file:`.pth` files. Typically
Dpkgutil.rst34 *name* argument. This feature is similar to :file:`\*.pth` files (see the
Dsys.rst1138 Module :mod:`site` This describes how to use .pth files to extend
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_threads.c140 int pth[THREADS]; in main() local
178 pth[cnt] = cnt; in main()
179 status = pthread_create(&thread[cnt], &attr, relay, &pth[cnt]); in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_equal.c29 pthread_t pth = pthread_self(); in threadfuncB() local
30 int ret = pthread_equal(g_pthd_1, pth); in threadfuncB()
/third_party/rust/crates/which-rs/
DREADME.md30 .for_each(|pth| println!("{}", pth.to_string_lossy()));
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
Dhackbench.c238 static unsigned int group(pthread_t * pth, in group() argument
266 pth[i] = create_worker(ctx, (void *)(void *)receiver); in group()
279 pth[num_fds + i] = in group()
/third_party/python/Doc/install/
Dindex.rst557 search path, such as by putting a :file:`.pth` file in a site directory (see
674 directory. Path configuration files have an extension of :file:`.pth`, and each
681 directory containing the :file:`.pth` file. See the documentation of
/third_party/python/Misc/NEWS.d/
D3.9.0a5.rst940 :data:`sys.path` contains a ``.pth`` file.
D3.9.0a1.rst113 :func:`io.open_code` is now used when reading :file:`.pth` files.
3912 Added a note about the intended use of code in .pth files.
D3.10.0a1.rst1924 Ignore empty or whitespace-only lines in .pth files. This matches the
D3.6.0a1.rst1293 the site module now allows .pth files to specify files to be added to
/third_party/python/Doc/using/
Dcmdline.rst375 and :file:`.pth` files being processed.
Dwindows.rst969 Note that ``.pth`` files (without leading underscore) will be processed normally
/third_party/libevdev/
Daclocal.m41179 # environment variable, or create a .pth file (see the python
/third_party/python/Doc/whatsnew/
D2.0.rst776 Macintosh. Threading support using the user-space GNU ``pth`` library was also
D3.6.rst1391 When specifying paths to add to :attr:`sys.path` in a `.pth` file,
/third_party/python/
Dconfigure.ac3262 # (e.g. gnu pth with pthread emulation)
/third_party/python/Misc/
DHISTORY10117 SunOS lightweight processes, GNU pth threads and IRIX threads.
10969 - Issue #5258/#10642: if site.py encounters a .pth file that generates an error,
12968 libraries are: Mach C threads, SunOS LWP, GNU pth, Irix threads. Support code
20052 - Detect pthreads support (provided by gnu pth pthread emulation) on
25588 - The module site now treats .pth files not only for path configuration,
26147 - Better support of GNU Pth via --with-pth configure option.
30338 directory, and pathnames mentioned in *.pth files found in either of
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt6561 "pth~i",
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt6561 "pth~i",

12