/third_party/node/deps/npm/node_modules/make-dir/ |
D | index.js | 13 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/ |
D | keyctl02.c | 63 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/ |
D | index.js | 12 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/ |
D | 713.patch | 14 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/ |
D | site.rst | 56 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
|
D | pkgutil.rst | 34 *name* argument. This feature is similar to :file:`\*.pth` files (see the
|
D | sys.rst | 1138 Module :mod:`site` This describes how to use .pth files to extend
|
/third_party/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_threads.c | 140 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/ |
D | pthread_equal.c | 29 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/ |
D | README.md | 30 .for_each(|pth| println!("{}", pth.to_string_lossy()));
|
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
D | hackbench.c | 238 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/ |
D | index.rst | 557 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/ |
D | 3.9.0a5.rst | 940 :data:`sys.path` contains a ``.pth`` file.
|
D | 3.9.0a1.rst | 113 :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.
|
D | 3.10.0a1.rst | 1924 Ignore empty or whitespace-only lines in .pth files. This matches the
|
D | 3.6.0a1.rst | 1293 the site module now allows .pth files to specify files to be added to
|
/third_party/python/Doc/using/ |
D | cmdline.rst | 375 and :file:`.pth` files being processed.
|
D | windows.rst | 969 Note that ``.pth`` files (without leading underscore) will be processed normally
|
/third_party/libevdev/ |
D | aclocal.m4 | 1179 # environment variable, or create a .pth file (see the python
|
/third_party/python/Doc/whatsnew/ |
D | 2.0.rst | 776 Macintosh. Threading support using the user-space GNU ``pth`` library was also
|
D | 3.6.rst | 1391 When specifying paths to add to :attr:`sys.path` in a `.pth` file,
|
/third_party/python/ |
D | configure.ac | 3262 # (e.g. gnu pth with pthread emulation)
|
/third_party/python/Misc/ |
D | HISTORY | 10117 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/ |
D | supplementalData.txt | 6561 "pth~i",
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 6561 "pth~i",
|