Home
last modified time | relevance | path

Searched defs:paths (Results 1 – 25 of 218) sorted by relevance

123456789

/third_party/node/test/fixtures/
Drequire-resolve.js17 require.resolve('bar', { paths: [] }) property
31 require.resolve('three', { paths: [nestedIndex] }) property
36 require.resolve('bar', { paths: [nestedIndex] }), property
43 const paths = require.resolve.paths('bar'); constant
47 require.resolve('bar', { paths }), field
53 require.resolve('bar', { paths }), field
64 require.resolve('./three.js', { paths: [searchIn] }), property
70 require.resolve('./three.js', { paths: [nestedIndex] }), property
77 require.resolve('.\\three.js', { paths: [searchIn] }), property
82 require.resolve('.\\three.js', { paths: [nestedIndex] }), property
[all …]
/third_party/python/Lib/test/test_importlib/
Dtest_namespace_pkgs.py72 paths = ['portion1'] variable in SingleNamespacePackage
91 paths = ['portion1'] variable in DynamicPathNamespacePackage
110 paths = ['both_portions'] variable in CombinedNamespacePackages
120 paths = ['portion1', 'portion2'] variable in SeparatedNamespacePackages
130 paths = ['portion1'] variable in SeparatedNamespacePackagesCreatedWhileRunning
164 paths = ['portion1', 'both_portions'] variable in SeparatedOverlappingNamespacePackages
187 paths = ['top_level_portion1.zip'] variable in SingleZipNamespacePackage
199 paths = ['top_level_portion1.zip', 'portion2'] variable in SeparatedZipNamespacePackages
211 paths = ['nested_portion1.zip/nested_portion1'] variable in SingleNestedZipNamespacePackage
223 paths = ['nested_portion1.zip/nested_portion1', 'portion2'] variable in SeparatedNestedZipNamespacePackages
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/
Don-transitive-references.js207 Program options: {"baseUrl":"/user/username/projects/transitiveReferences","paths":{"@ref/*":["./re… property
369 Program options: {"baseUrl":"/user/username/projects/transitiveReferences","paths":{"@ref/*":["./re… property
440 {"files":["c.ts"],"compilerOptions":{"baseUrl":"./","paths":{"@ref/*":["./nrefs/*"]}},"references":… property
457 Program options: {"baseUrl":"/user/username/projects/transitiveReferences","paths":{"@ref/*":["./nr… property
528 {"files":["c.ts"],"compilerOptions":{"baseUrl":"./","paths":{"@ref/*":["./refs/*"]}},"references":[… property
540 Program options: {"baseUrl":"/user/username/projects/transitiveReferences","paths":{"@ref/*":["./re… property
611 {"compilerOptions":{"composite":true,"baseUrl":"./","paths":{"@ref/*":["./nrefs/*"]}},"files":["b.t… property
623 Program options: {"baseUrl":"/user/username/projects/transitiveReferences","paths":{"@ref/*":["./re… property
695 {"compilerOptions":{"composite":true,"baseUrl":"./","paths":{"@ref/*":["./refs/*"]}},"files":["b.ts… property
707 Program options: {"baseUrl":"/user/username/projects/transitiveReferences","paths":{"@ref/*":["./re… property
[all …]
Don-transitive-references-in-different-folders-with-no-files-clause.js183 Program options: {"baseUrl":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["..… property
354 Program options: {"baseUrl":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["..… property
435 {"compilerOptions":{"baseUrl":"./","paths":{"@ref/*":["../nrefs/*"]}},"references":[{"path":"../b"}… property
452 Program options: {"baseUrl":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["..… property
533 {"compilerOptions":{"baseUrl":"./","paths":{"@ref/*":["../refs/*"]}},"references":[{"path":"../b"}]} property
545 Program options: {"baseUrl":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["..… property
626 {"compilerOptions":{"composite":true,"baseUrl":"./","paths":{"@ref/*":["../nrefs/*"]}},"references"… property
638 Program options: {"baseUrl":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["..… property
720 {"compilerOptions":{"composite":true,"baseUrl":"./","paths":{"@ref/*":["../refs/*"]}},"references":… property
732 Program options: {"baseUrl":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["..… property
[all …]
Don-transitive-references-in-different-folders.js183 Program options: {"baseUrl":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["..… property
352 Program options: {"baseUrl":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["..… property
431 {"compilerOptions":{"baseUrl":"./","paths":{"@ref/*":["../nrefs/*"]}},"files":["index.ts"],"referen… property
448 Program options: {"baseUrl":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["..… property
527 {"compilerOptions":{"baseUrl":"./","paths":{"@ref/*":["../refs/*"]}},"files":["index.ts"],"referenc… property
539 Program options: {"baseUrl":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["..… property
618 {"compilerOptions":{"composite":true,"baseUrl":"./","paths":{"@ref/*":["../nrefs/*"]}},"files":["in… property
630 Program options: {"baseUrl":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["..… property
708 {"compilerOptions":{"composite":true,"baseUrl":"./","paths":{"@ref/*":["../refs/*"]}},"files":["ind… property
720 Program options: {"baseUrl":"/user/username/projects/transitiveReferences/c","paths":{"@ref/*":["..… property
[all …]
/third_party/node/test/fixtures/resolve-paths/default/
Dverify-paths.js16 const paths = [path.resolve(__dirname, '..', 'defined')]; variable
19 require.resolve('dep', { paths }), field
/third_party/skia/third_party/externals/spirv-cross/
Dtest_shaders.py185 def cross_compile_msl(shader, spirv, opt, iterations, paths): argument
384 def validate_shader_hlsl(shader, force_no_external_validation, paths): argument
431 def cross_compile_hlsl(shader, spirv, opt, force_no_external_validation, iterations, paths): argument
475 def cross_compile_reflect(shader, spirv, opt, iterations, paths): argument
497 def validate_shader(shader, vulkan, paths): argument
505 …alid_spirv, eliminate, is_legacy, flatten_ubo, sso, flatten_dim, opt, push_ubo, iterations, paths): argument
710 def test_shader(stats, shader, args, paths): argument
749 def test_shader_msl(stats, shader, args, paths): argument
776 def test_shader_hlsl(stats, shader, args, paths): argument
785 def test_shader_reflect(stats, shader, args, paths): argument
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
Dwhen-creating-new-file-in-symlinked-folder.js35 …options: {"baseUrl":"/user/username/projects/myproject/client","paths":{"*":["*"]},"pathsBasePath"… property
50 Program options: {"baseUrl":"/user/username/projects/myproject/client","paths":{"*":["*"]},"pathsBa… property
124 …options: {"baseUrl":"/user/username/projects/myproject/client","paths":{"*":["*"]},"pathsBasePath"… property
134 Program options: {"baseUrl":"/user/username/projects/myproject/client","paths":{"*":["*"]},"pathsBa… property
/third_party/node/benchmark/path/
Drelative-win32.js6 paths: [ property
16 function main({ n, paths }) { field
Drelative-posix.js6 paths: [ property
18 function main({ n, paths }) { field
Dresolve-posix.js6 paths: [ property
15 function main({ n, paths }) { field
Djoin-posix.js6 paths: [ property
12 function main({ n, paths }) { field
Dresolve-win32.js6 paths: [ property
15 function main({ n, paths }) { field
Djoin-win32.js6 paths: [ property
12 function main({ n, paths }) { field
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskUtil.java106 public static FieldMask fromStringList(Class<? extends Message> type, Iterable<String> paths) { in fromStringList()
115 public static FieldMask fromStringList(Descriptor descriptor, Iterable<String> paths) { in fromStringList()
123 public static FieldMask fromStringList(Iterable<String> paths) { in fromStringList()
127 private static FieldMask fromStringList(Optional<Descriptor> descriptor, Iterable<String> paths) { in fromStringList()
177 List<String> paths = new ArrayList<String>(fieldMask.getPathsCount()); in toJsonString() local
192 Iterable<String> paths = Splitter.on(FIELD_PATH_SEPARATOR).split(value); in fromJsonString() local
DFieldMaskTree.java185 List<String> paths = new ArrayList<>(); in toFieldMask() local
193 private void getFieldPaths(Node node, String path, List<String> paths) { in getFieldPaths()
200 getFieldPaths(entry.getValue(), childPath, paths); in getFieldPaths() local
230 List<String> paths = new ArrayList<>(); in intersectFieldPath() local
/third_party/skia/src/core/
DHMSymbol.cpp19 void HMSymbol::PathOutlineDecompose(const SkPath& path, std::vector<SkPath>& paths) in PathOutlineDecompose()
65 const std::vector<SkPath>& paths, std::vector<SkPath>& multPaths) in MultilayerPath()
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_writer.cc181 bool ZipWriter::AddMixedEntries(Paths paths) { in AddMixedEntries()
229 bool ZipWriter::AddFileEntries(Paths paths) { in AddFileEntries()
268 bool ZipWriter::AddDirectoryEntries(Paths paths) { in AddDirectoryEntries()
294 void ZipWriter::Filter(std::vector<base::FilePath>* const paths) { in Filter()
/third_party/node/deps/zlib/google/
Dzip_writer.cc181 bool ZipWriter::AddMixedEntries(Paths paths) { in AddMixedEntries()
229 bool ZipWriter::AddFileEntries(Paths paths) { in AddFileEntries()
268 bool ZipWriter::AddDirectoryEntries(Paths paths) { in AddDirectoryEntries()
294 void ZipWriter::Filter(std::vector<base::FilePath>* const paths) { in Filter()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DSupplementalMapper.java44 Predicate<CldrPath> paths) { in process()
51 private final Predicate<CldrPath> paths; field in SupplementalMapper
/third_party/node/test/common/
Dtmpdir.js59 function resolve(...paths) {
68 function fileURL(...paths) {
/third_party/pulseaudio/src/modules/alsa/mixer/
Dmeson.build1 install_subdir('paths', subdir
/third_party/typescript/tests/baselines/reference/config/showConfig/Shows tsconfig for single option/paths/
Dtsconfig.json3 "paths": {} object
/third_party/protobuf/src/google/protobuf/
Dfield_mask.proto244 repeated string paths = 1; field
/third_party/node/tools/lint-md/
Dlint-md.src.mjs10 const paths = process.argv.slice(2); constant

123456789