Home
last modified time | relevance | path

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

12345678

/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.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 …]
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 …]
/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/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/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.java206 List<String> paths = new ArrayList<>(); in toFieldMask() local
212 private static void getFieldPaths(Node node, String path, List<String> paths) { in getFieldPaths()
219 getFieldPaths(entry.getValue(), childPath, paths); in getFieldPaths() local
249 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/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/typescript/tests/baselines/reference/config/showConfig/Shows tsconfig for single option/paths/
Dtsconfig.json3 "paths": {} object
/third_party/pulseaudio/src/modules/alsa/mixer/
Dmeson.build1 install_subdir('paths', subdir
/third_party/protobuf/src/google/protobuf/
Dfield_mask.proto244 repeated string paths = 1; field
/third_party/typescript/tests/projects/transitiveReferences/
Dtsconfig.c.json5 "paths": { object
Dtsconfig.b.json5 "paths": { object
/third_party/protobuf/php/src/Google/Protobuf/
DFieldMask.php173 private $paths; variable in Google\\Protobuf\\FieldMask
/third_party/skia/modules/canvaskit/npm_build/types/
Dtsconfig.json12 "paths": { "canvaskit-wasm": ["."] } object
/third_party/skia/experimental/docs/
DinterpolatorFunctions.js58 function interp_paths(value, paths) { argument
/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc129 bool ZipWriter::WriteEntries(const std::vector<base::FilePath>& paths) { in WriteEntries()
133 bool ZipWriter::AddEntries(const std::vector<base::FilePath>& paths) { in AddEntries()
/third_party/rust/crates/clap/examples/
Dgit.rs98 let paths = sub_matches in main() localVariable
/third_party/python/Tools/scripts/
Dpysource.py91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dcuda_env_checker.cc48 std::set<std::string> paths; in CheckNvccInPath() local
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocales.java151 ImmutableSet.Builder<CldrPath> paths = ImmutableSet.builder(); in getUnresolvedPaths() local
224 private static PathMatcher ldml(String paths) { in ldml()
228 private static Predicate<CldrPath> matchAnyLdmlPrefix(String... paths) { in matchAnyLdmlPrefix()
/third_party/python/Lib/
Dntpath.py107 def join(path, *paths):
797 def commonpath(paths): argument
/third_party/rust/crates/which-rs/src/
Dfinder.rs77 let paths: Vec<_> = env::split_paths(&p).collect(); in find() localVariable
102 let paths: Vec<_> = env::split_paths(&p).collect(); in find_re() localVariable

12345678