Home
last modified time | relevance | path

Searched +full:dir +full:- +full:glob (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/third_party/rust/rust/tests/ui/imports/
Dglob-resolve1.stderr2 --> $DIR/glob-resolve1.rs:26:5
8 --> $DIR/glob-resolve1.rs:7:5
14 --> $DIR/glob-resolve1.rs:27:5
20 --> $DIR/glob-resolve1.rs:9:9
26 --> $DIR/glob-resolve1.rs:28:5
32 --> $DIR/glob-resolve1.rs:14:5
44 --> $DIR/glob-resolve1.rs:29:5
50 --> $DIR/glob-resolve1.rs:18:5
56 --> $DIR/glob-resolve1.rs:30:5
67 --> $DIR/glob-resolve1.rs:32:11
[all …]
Dglob-shadowing.stderr2 --> $DIR/glob-shadowing.rs:11:17
7 …= note: ambiguous because of a conflict between a name from a glob import and an outer scope durin…
10 --> $DIR/glob-shadowing.rs:9:9
18 --> $DIR/glob-shadowing.rs:19:21
23 …= note: ambiguous because of a conflict between a name from a glob import and an outer scope durin…
26 --> $DIR/glob-shadowing.rs:17:13
33 --> $DIR/glob-shadowing.rs:29:21
38 …= note: ambiguous because of a conflict between a name from a glob import and an outer scope durin…
40 --> $DIR/glob-shadowing.rs:27:13
46 --> $DIR/glob-shadowing.rs:25:5
[all …]
Dglob-conflict-cross-crate.stderr2 --> $DIR/glob-conflict-cross-crate.rs:6:20
7 error[E0425]: cannot find function `f` in module `glob_conflict::glob`
8 --> $DIR/glob-conflict-cross-crate.rs:7:26
10 LL | glob_conflict::glob::f();
11 | ^ not found in `glob_conflict::glob`
15 For more information about this error, try `rustc --explain E0425`.
Dissue-8208.stderr2 --> $DIR/issue-8208.rs:1:5
5 | ^^^^^^^ cannot glob-import a module into itself
8 --> $DIR/issue-8208.rs:5:9
11 | ^^^^^^ cannot glob-import a module into itself
14 --> $DIR/issue-8208.rs:9:13
17 | ^^^^^^^^^^^^^ cannot glob-import a module into itself
21 For more information about this error, try `rustc --explain E0432`.
Dduplicate.stderr2 --> $DIR/duplicate.rs:15:9
5 | ------ previous import of the value `foo` here
12 --> $DIR/duplicate.rs:46:15
17 = note: ambiguous because of multiple glob imports of a name in the same module
19 --> $DIR/duplicate.rs:43:9
25 --> $DIR/duplicate.rs:44:9
32 --> $DIR/duplicate.rs:35:8
37 = note: ambiguous because of multiple glob imports of a name in the same module
39 --> $DIR/duplicate.rs:24:13
45 --> $DIR/duplicate.rs:25:13
[all …]
Dissue-56125.stderr2 --> $DIR/issue-56125.rs:17:9
20 --> $DIR/issue-56125.rs:6:9
25 …= note: ambiguous because of a conflict between a name from a glob import and an outer scope durin…
26 = note: `issue_56125` could refer to a crate passed with `--extern`
29 --> $DIR/issue-56125.rs:6:9
37 --> $DIR/issue-56125.rs:11:9
42 …= note: ambiguous because of a conflict between a name from a glob import and an outer scope durin…
43 = note: `issue_56125` could refer to a crate passed with `--extern`
46 --> $DIR/issue-56125.rs:11:9
54 --> $DIR/issue-56125.rs:18:9
[all …]
/third_party/rust/rust/src/tools/clippy/tests/ui/
Denum_variants.stderr2 --> $DIR/enum_variants.rs:15:5
7 = note: `-D clippy::enum-variant-names` implied by `-D warnings`
10 --> $DIR/enum_variants.rs:14:1
19 = help: remove the prefixes and use full paths to the variants instead of glob imports
22 --> $DIR/enum_variants.rs:26:5
28 --> $DIR/enum_variants.rs:27:5
34 --> $DIR/enum_variants.rs:28:5
40 --> $DIR/enum_variants.rs:25:1
49 = help: remove the prefixes and use full paths to the variants instead of glob imports
52 --> $DIR/enum_variants.rs:35:1
[all …]
/third_party/rust/rust/tests/ui/resolve/
Dissue-107563-ambiguous-glob-reexports.stderr2 --> $DIR/issue-107563-ambiguous-glob-reexports.rs:25:24
7 = note: ambiguous because of multiple glob imports of a name in the same module
9 --> $DIR/issue-107563-ambiguous-glob-reexports.rs:19:13
15 --> $DIR/issue-107563-ambiguous-glob-reexports.rs:21:13
21 error: ambiguous glob re-exports
22 --> $DIR/issue-107563-ambiguous-glob-reexports.rs:12:9
25 | ^^^^^^ the name `X` in the type namespace is first re-exported here
28 | ------ but the name `X` in the type namespace is also re-exported here
31 --> $DIR/issue-107563-ambiguous-glob-reexports.rs:1:9
36 error: ambiguous glob re-exports
[all …]
Dhidden_glob_reexports.stderr1 warning: private item shadows public glob re-export
2 --> $DIR/hidden_glob_reexports.rs:9:5
7 note: the name `Foo` in the type namespace is supposed to be publicly re-exported here
8 --> $DIR/hidden_glob_reexports.rs:12:13
13 --> $DIR/hidden_glob_reexports.rs:9:5
19 warning: private item shadows public glob re-export
20 --> $DIR/hidden_glob_reexports.rs:27:9
25 note: the name `Foo` in the type namespace is supposed to be publicly re-exported here
26 --> $DIR/hidden_glob_reexports.rs:25:13
31 --> $DIR/hidden_glob_reexports.rs:27:9
[all …]
/third_party/grpc/templates/
Dgrpc.gemspec.template2 --- |
3 # -*- ruby -*-
4 # encoding: utf-8
12 s.email = 'grpc-io@googlegroups.com'
16 s.license = 'Apache-2.0'
22 s.files += Dir.glob('src/ruby/bin/**/*')
23 s.files += Dir.glob('src/ruby/ext/**/*')
24 s.files += Dir.glob('src/ruby/lib/**/*')
25 s.files += Dir.glob('src/ruby/pb/**/*').reject do |f|
28 s.files += Dir.glob('include/grpc/**/*')
[all …]
/third_party/rust/rust/tests/ui/namespace/
Dnamespaced-enum-glob-import-no-impls.stderr2 --> $DIR/namespaced-enum-glob-import-no-impls.rs:22:8
8 --> $DIR/namespaced-enum-glob-import-no-impls.rs:24:8
14 --> $DIR/namespaced-enum-glob-import-no-impls.rs:21:5
20 --> $DIR/namespaced-enum-glob-import-no-impls.rs:23:5
27 For more information about this error, try `rustc --explain E0425`.
Dnamespaced-enum-glob-import-no-impls-xcrate.stderr2 --> $DIR/namespaced-enum-glob-import-no-impls-xcrate.rs:12:8
8 --> $DIR/namespaced-enum-glob-import-no-impls-xcrate.rs:14:8
14 --> $DIR/namespaced-enum-glob-import-no-impls-xcrate.rs:11:5
20 --> $DIR/namespaced-enum-glob-import-no-impls-xcrate.rs:13:5
27 For more information about this error, try `rustc --explain E0425`.
/third_party/toybox/tests/
Dfind.test3 [ -f testing.sh ] && . testing.sh
5 mkdir dir
6 cd dir
9 # fs timestamp granularity isn't always enough for -newer to tell, so wait
11 ln -s fifo link
16 touch perm/all-read-only
17 chmod a=r perm/all-read-only
23 testing "-type l -a -type d -o -type p" \
24 "find dir -type l -a -type d -o -type p" "dir/fifo\n" "" ""
25 testing "-type l -type d -o -type p" "find dir -type l -type d -o -type p" \
[all …]
/third_party/rust/rust/tests/ui/privacy/
Dprivacy4.stderr1 error[E0603]: module `glob` is private
2 --> $DIR/privacy4.rs:21:14
4 LL | use bar::glob::gpriv;
7 note: the module `glob` is defined here
8 --> $DIR/privacy4.rs:13:5
10 LL | mod glob {
15 For more information about this error, try `rustc --explain E0603`.
Dissue-46209-private-enum-variant-reexport.stderr1 error[E0364]: `JuniorGrade` is private, and cannot be re-exported
2 --> $DIR/issue-46209-private-enum-variant-reexport.rs:5:32
8 --> $DIR/issue-46209-private-enum-variant-reexport.rs:5:32
13 error[E0364]: `Full` is private, and cannot be re-exported
14 --> $DIR/issue-46209-private-enum-variant-reexport.rs:5:45
20 --> $DIR/issue-46209-private-enum-variant-reexport.rs:5:45
25 error: glob import doesn't reexport anything because no candidate is public enough
26 --> $DIR/issue-46209-private-enum-variant-reexport.rs:3:13
32 --> $DIR/issue-46209-private-enum-variant-reexport.rs:1:8
37 error: glob import doesn't reexport anything because no candidate is public enough
[all …]
/third_party/python/Lib/test/
Dtest_glob.py1 import glob
53 def glob(self, *parts, **kwargs): member in GlobTests
59 res = glob.glob(p, **kwargs)
60 res2 = glob.iglob(p, **kwargs)
61 self.assertCountEqual(glob.iglob(p, **kwargs), res)
64 self.assertCountEqual(glob.glob(os.fsencode(p), **kwargs), bres)
65 self.assertCountEqual(glob.iglob(os.fsencode(p), **kwargs), bres)
68 res2 = glob.glob(pattern, **kwargs)
77 self.assertCountEqual(glob.iglob(pattern, **kwargs), res2)
80 self.assertCountEqual(glob.glob(bpattern, **kwargs), bres2)
[all …]
/third_party/skia/third_party/externals/freetype/builds/meson/
Dgenerate_reference_docs.py3 # Copyright (C) 2020-2021 by
17 import glob
27 "--input-dir",
29 help="Top-level FreeType source directory.",
33 "--version", required=True, help='FreeType version (e.g. "2.x.y").'
37 "--output-dir", required=True, help="Output directory."
48 glob.glob(os.path.join(args.input_dir, "include", "freetype", "*.h"))
49 + glob.glob(
54 + glob.glob(
70 "-m",
[all …]
/third_party/tex-hyphen/
Dtex-hyphen-language.gemspec2 s.name = 'tex-hyphen-language'
4 s.date = '2018-12-30'
9 s.files = ['hyph-utf8/source/generic/hyph-utf8/spec/tex/hyphen/language_spec.rb'] +
10 Dir.glob('hyph-utf8/source/generic/hyph-utf8/lib/tex/hyphen/*') +
11 Dir.glob('hyph-utf8/source/generic/hyph-utf8/lib/tex/hyphen/texlive/*') +
12 Dir.glob('hyph-utf8/tex/generic/hyph-utf8/patterns/tex/*')
/third_party/mesa3d/src/nouveau/headers/
Dupdate-from-open-gpu-doc.py6 import glob
15 '/classes/dma-copy/': 'classes/',
17 '/classes/memory-to-memory-format/': 'classes/',
18 '/classes/inline-to-memory/': 'classes/',
25 parser.add_argument('git_path', type=str, help='Path to the open-gpu-doc repo')
36 sys.exit(-1)
44 for dir in dirs.keys():
45 path = repo_path + dir
47 print(dir + " does not exist in repository. Was the correct repository choosen?")
48 sys.exit(-1)
[all …]
/third_party/rust/rust/tests/ui/binding/
Dambiguity-item.stderr2 --> $DIR/ambiguity-item.rs:14:13
7 = note: ambiguous because of multiple glob imports of a name in the same module
9 --> $DIR/ambiguity-item.rs:6:5
15 --> $DIR/ambiguity-item.rs:11:5
22 --> $DIR/ambiguity-item.rs:16:9
27 = note: ambiguous because of multiple glob imports of a name in the same module
29 --> $DIR/ambiguity-item.rs:6:5
35 --> $DIR/ambiguity-item.rs:11:5
43 For more information about this error, try `rustc --explain E0659`.
/third_party/mindspore/mindspore-src/source/tests/st/dump/
Dtest_dynamic_shape.py7 # http://www.apache.org/licenses/LICENSE-2.0
20 import glob
68 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:
106 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:
120 output_name = "Add.Add-op*.0.*.*.output.0.DefaultFormat.npy"
121 output_path = glob.glob(os.path.join(dump_file_path, output_name))[0]
185 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:
220 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:
236 output_name = "Add.Add-op*.0.*.*.output.0.DefaultFormat.npy"
237 output_path = glob.glob(os.path.join(dump_file_path, output_name))[0]
[all …]
/third_party/protobuf/ruby/
Dgoogle-protobuf.gemspec2 s.name = "google-protobuf"
4 …git_tag = "v#{s.version.to_s.sub('.rc.', '-rc')}" # Converts X.Y.Z.rc.N to vX.Y.Z-rcN, used …
5 s.licenses = ["BSD-3-Clause"]
8 s.homepage = "https://developers.google.com/protocol-buffers"
13 s.files = Dir.glob('lib/**/*.{rb,rake}')
17 Dir.glob('ext/**/*').reject do |file|
23 s.add_dependency "ffi-compiler", "~>1"
25 s.files += Dir.glob('ext/**/*').reject do |file|
32 s.add_development_dependency "rake-compiler-dock", "= 1.2.1"
35 # bigdecimal must be used as a non-built in gem as of ruby-3.4
[all …]
/third_party/rust/rust/tests/ui/underscore-imports/
Dissue-110164.stderr2 --> $DIR/issue-110164.rs:5:5
8 --> $DIR/issue-110164.rs:8:5
14 --> $DIR/issue-110164.rs:13:9
20 --> $DIR/issue-110164.rs:16:9
26 --> $DIR/issue-110164.rs:1:5
29 | ^^^^^^^ cannot glob-import a module into itself
32 --> $DIR/issue-110164.rs:3:5
35 | ^^^^^^^^ cannot glob-import a module into itself
38 --> $DIR/issue-110164.rs:8:5
46 --> $DIR/issue-110164.rs:5:5
[all …]
/third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/
DBuild-Mac-Clang-x86_64-Debug-CommandBuffer.json13 "-kind",
15 "-xcode-version",
17 "-output-dir",
28 "xcode-select",
29 "-switch",
40 "-u",
42 "--chrome-dir",
44 "--output-dir",
45 "[START_DIR]/cache/work/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug",
46 "--extra-gn-args",
[all …]
/third_party/grpc/tools/dockerfile/grpc_clang_format/
Dclang_format_all_the_things.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -e
19 DIRS="examples/cpp src/core src/cpp test/core test/cpp include src/compiler src/ruby src/objective-
22 GLOB="*.h *.c *.cc *.m *.mm"
25 CLANG_FORMAT=${CLANG_FORMAT:-clang-format}
31 for dir in $DIRS
33 for glob in $GLOB
35 files="$files `find ${CLANG_FORMAT_ROOT}/$dir -name $glob \
36 -and -not -name '*.generated.*' \
37 -and -not -name '*.upb.h' \
[all …]

12345678910>>...12