| /third_party/node/deps/npm/node_modules/bin-links/lib/ |
| H A D | link-mans.js | 1 const { dirname, relative, join, resolve, basename } = require('path') 5 const linkMans = async ({ path, pkg, top, force }) => { 6 const target = manTarget({ path, top }) 26 path, 34 const absFrom = resolve(path, man) 36 if (absFrom.indexOf(path) !== 0) { 39 path, 48 links.push(linkGently({ from, to, path, absFrom, force }))
|
| H A D | get-node-modules.js | 1 // we know it's global and/or not top, so the path has to be 5 const { dirname, basename } = require('path') 8 module.exports = path => { 9 if (memo.has(path)) { 10 return memo.get(path) 13 const scopeOrNm = dirname(path) 17 memo.set(path, nm)
|
| /third_party/node/deps/npm/node_modules/cross-spawn/lib/util/ |
| H A D | resolveCommand.js | 3 const path = require('path'); 5 const getPathKey = require('path-key'); 28 path: env[getPathKey({ env })], 29 pathExt: withoutPathExt ? path.delimiter : undefined, 39 // If we successfully resolved, ensure that an absolute path is returned 40 // Note that when a custom `cwd` was used, we need to resolve to an absolute path based on it 42 resolved = path.resolve(hasCustomCwd ? parsed.options.cwd : '', resolved);
|
| /third_party/node/deps/npm/node_modules/cross-spawn/node_modules/which/ |
| H A D | README.md | 5 Finds the first instance of a specified executable in the PATH 7 needed when the PATH changes. 16 // er is returned if no "node" is found on the PATH 17 // if it is found, then the absolute path to the exec is returned 30 // Pass options to override the PATH and PATHEXT environment vars. 31 which('node', { path: someOtherPath }, function (er, resolved) { 50 - `path`: Use instead of the `PATH` environment variable.
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | doNotemitTripleSlashComments.symbols | 2 /// <reference path="file1.ts" />
14 /// <reference path="file1.ts" />
15 /// <reference path="file2.ts" />
16 /// <amd-dependency path="/js/libs/hgn.js!app/templates/home" name="compiler"/>
20 /// <reference path="file1.ts" />
25 /// <reference path="file2.ts" />
28 /// <reference path="file0.ts" />
34 /// <reference path="file0.ts" />
|
| H A D | doNotemitTripleSlashComments.types | 2 /// <reference path="file1.ts" />
14 /// <reference path="file1.ts" />
15 /// <reference path="file2.ts" />
16 /// <amd-dependency path="/js/libs/hgn.js!app/templates/home" name="compiler"/>
21 /// <reference path="file1.ts" />
27 /// <reference path="file2.ts" />
30 /// <reference path="file0.ts" />
36 /// <reference path="file0.ts" />
|
| H A D | emitMemberAccessExpression.js | 4 /// <reference path="emitMemberAccessExpression_file3.ts" /> 8 /// <reference path="emitMemberAccessExpression_file3.ts" /> 19 /// <reference path="emitMemberAccessExpression_file2.ts" /> 20 /// <reference path="emitMemberAccessExpression_file1.ts" /> 28 /// <reference path="emitMemberAccessExpression_file3.ts" />
49 /// <reference path="emitMemberAccessExpression_file3.ts" />
52 /// <reference path="emitMemberAccessExpression_file2.ts" />
53 /// <reference path="emitMemberAccessExpression_file1.ts" />
|
| /third_party/python/Lib/test/test_importlib/ |
| H A D | test_zip.py | 42 path = str(file.dist.locate_file(file)) 43 assert '.whl/' in path, path 46 dists = list(distributions(path=sys.path[:1])) 57 path = str(file.dist.locate_file(file)) 58 assert '.egg/' in path, path
|
| /third_party/skia/docs/examples/ |
| H A D | convex_overstroke_linear_approx_curve.cpp | 25 SkPath path; in REG_FIDDLE() local 26 path.moveTo(p1); in REG_FIDDLE() 27 path.lineTo(p2); in REG_FIDDLE() 30 path.lineTo(points[i]); in REG_FIDDLE() 32 path.lineTo(p1); in REG_FIDDLE() 33 // path.close(); in REG_FIDDLE() 41 canvas->drawPath(path, p); in REG_FIDDLE() 44 p.getFillPath(path, &fillpath); in REG_FIDDLE()
|
| H A D | Path_cubicTo.cpp | 10 SkPath path; in REG_FIDDLE() local 11 path.moveTo(0, -10); in REG_FIDDLE() 14 path.cubicTo( 10 + c, -10 - i, 10 + i, -10 - c, 10 + i, 0); in REG_FIDDLE() 15 path.cubicTo( 14 + i, 14 + c, 14 + c, 14 + i, 0, 14 + i); in REG_FIDDLE() 16 path.cubicTo(-18 - c, 18 + i, -18 - i, 18 + c, -18 - i, 0); in REG_FIDDLE() 17 path.cubicTo(-22 - i, -22 - c, -22 - c, -22 - i, 0, -22 - i); in REG_FIDDLE() 19 path.offset(128, 128); in REG_FIDDLE() 20 canvas->drawPath(path, paint); in REG_FIDDLE()
|
| H A D | Arc.cpp | 21 SkPath path; in REG_FIDDLE() local 22 path.moveTo({56, 32}); in REG_FIDDLE() 25 path.arcTo(oval, 0, 90, false); in REG_FIDDLE() 31 path.addArc(oval, 0, 90); in REG_FIDDLE() 34 path.arcTo({56, 56}, {32, 56}, 24); in REG_FIDDLE() 37 path.arcTo({24, 24}, 0, SkPath::kSmall_ArcSize, SkPathDirection::kCW, {32, 56}); in REG_FIDDLE() 40 path.conicTo({56, 56}, {32, 56}, SK_ScalarRoot2Over2); in REG_FIDDLE() 43 canvas->drawPath(path, arcPaint); in REG_FIDDLE()
|
| /third_party/skia/infra/bots/recipes/infra.expected/ |
| H A D | infra_tests.json | 13 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 29 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 47 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 63 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]"
|
| /third_party/skia/modules/skottie/src/ |
| H A D | Path.cpp | 19 class PathAdapter final : public DiscardableAdapterBase<PathAdapter, sksg::Path> { 22 : INHERITED(sksg::Path::Make()) { in PathAdapter() 30 SkPath path = fShape; variable 33 path.setFillType(path_node->getFillType()); 34 path.setIsVolatile(!this->isStatic()); 36 path_node->setPath(path); 41 using INHERITED = DiscardableAdapterBase<PathAdapter, sksg::Path>; 46 sk_sp<sksg::Path> AnimationBuilder::attachPath(const skjson::Value& jpath) const { in attachPath()
|
| /vendor/hihope/2in1_core_system/resourceschedule/soc_perf/ |
| H A D | socperf_resource_config.xml | 20 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq</path> 25 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq</path> 30 <path>/sys/class/devfreq/fde60000.gpu/min_freq</path> 35 <path>/sys/class/devfreq/fde60000.gpu/max_freq</path>
|
| /vendor/hihope/dayu210/resourceschedule/soc_perf/ |
| H A D | socperf_resource_config.xml | 20 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq</path> 25 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq</path> 30 <path>/sys/class/devfreq/fde60000.gpu/min_freq</path> 35 <path>/sys/class/devfreq/fde60000.gpu/max_freq</path>
|
| /vendor/hihope/default_core_system/resourceschedule/soc_perf/ |
| H A D | socperf_resource_config.xml | 20 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq</path> 25 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq</path> 30 <path>/sys/class/devfreq/fde60000.gpu/min_freq</path> 35 <path>/sys/class/devfreq/fde60000.gpu/max_freq</path>
|
| /vendor/hihope/ipcamera_core_system/resourceschedule/soc_perf/ |
| H A D | socperf_resource_config.xml | 20 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq</path> 25 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq</path> 30 <path>/sys/class/devfreq/fde60000.gpu/min_freq</path> 35 <path>/sys/class/devfreq/fde60000.gpu/max_freq</path>
|
| /vendor/hihope/rk3568/resourceschedule/soc_perf/ |
| H A D | socperf_resource_config.xml | 20 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq</path> 25 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq</path> 30 <path>/sys/class/devfreq/fde60000.gpu/min_freq</path> 35 <path>/sys/class/devfreq/fde60000.gpu/max_freq</path>
|
| /vendor/hihope/tablet_core_system/resourceschedule/soc_perf/ |
| H A D | socperf_resource_config.xml | 20 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq</path> 25 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq</path> 30 <path>/sys/class/devfreq/fde60000.gpu/min_freq</path> 35 <path>/sys/class/devfreq/fde60000.gpu/max_freq</path>
|
| /vendor/hihope/wearable/resourceschedule/soc_perf/ |
| H A D | socperf_resource_config.xml | 20 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq</path> 25 <path>/sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq</path> 30 <path>/sys/class/devfreq/fde60000.gpu/min_freq</path> 35 <path>/sys/class/devfreq/fde60000.gpu/max_freq</path>
|
| /third_party/icu/icu4j/tools/misc/ |
| H A D | .classpath | 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/> 6 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-translit"/> 7 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/> 8 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-test-framework"/> 9 <classpathentry kind="output" path="out/bin"/>
|
| /third_party/node/test/parallel/ |
| H A D | test-fs-rmdir-recursive-sync-warns-not-found.js | 6 const path = require('path'); 11 // Should warn when trying to delete a nonexistent path 14 'In future versions of Node.js, fs.rmdir(path, { recursive: true }) ' + 15 'will be removed. Use fs.rm(path, { recursive: true }) instead', 19 () => fs.rmdirSync(path.join(tmpdir.path, 'noexist.txt'),
|
| H A D | test-fs-rmdir-recursive-warns-not-found.js | 5 const path = require('path'); 10 // Should warn when trying to delete a nonexistent path 13 'In future versions of Node.js, fs.rmdir(path, { recursive: true }) ' + 14 'will be removed. Use fs.rm(path, { recursive: true }) instead', 18 path.join(tmpdir.path, 'noexist.txt'),
|
| H A D | test-require-unicode.js | 6 const path = require('path'); 11 const dirname = path.join(tmpdir.path, '\u4e2d\u6587\u76ee\u5f55'); 13 fs.writeFileSync(path.join(dirname, 'file.js'), 'module.exports = 42;'); 14 fs.writeFileSync(path.join(dirname, 'package.json'), 17 assert.strictEqual(require(path.join(dirname, 'file.js')), 42);
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | lit.cfg | 23 llvm_tools_dir = os.path.join(llvm_obj_root, 'bin') 25 # Tweak the PATH to include the tools dir. 26 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH'])) 27 config.environment['PATH'] = path
|