Home
last modified time | relevance | path

Searched full:glob (Results 1 – 25 of 5756) sorted by relevance

12345678910>>...231

/aosp_15_r20/external/bazelbuild-rules_rust/bindgen/3rdparty/patches/
H A Dllvm-project.incompatible_disallow_empty_glob.patch6 srcs = glob([
18 - td_srcs = glob(["include/clang/Basic/*.td"]),
19 + td_srcs = glob(["include/clang/Basic/*.td"], allow_empty = True),
27 - srcs = glob(["include/**/*.td"]),
28 + srcs = glob(["include/**/*.td"], allow_empty = True),
32 - glob(["include/**/*.td"]),
33 + glob(["include/**/*.td"], allow_empty = True),
39 hdrs = glob([
52 hdrs = glob([
61 ] + glob([
[all …]
H A Dllvm-project.cxx17.patch62 ] + glob([
75 hdrs = glob([
100 hdrs = glob([
105 textual_hdrs = glob([
119 ] + glob(["include/clang/Parse/*.h"]),
127 hdrs = glob(["include/clang/ASTMatchers/*.h"]),
135 hdrs = glob(["include/clang/ASTMatchers/Dynamic/*.h"]),
144 hdrs = glob(["include/clang/Rewrite/Core/*.h"]),
152 hdrs = glob(["include/clang/Testing/*.h"]),
160 hdrs = glob(["include/clang/Tooling/Core/*.h"]),
[all …]
/aosp_15_r20/external/python/cpython3/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 …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_glob.py1 import glob
45 def glob(self, *parts): member in GlobTests
51 res = glob.glob(p)
52 self.assertItemsEqual(glob.iglob(p), res)
54 self.assertItemsEqual(glob.glob(fsdecode(p)), ures)
55 self.assertItemsEqual(glob.iglob(fsdecode(p)), ures)
66 eq(self.glob('a'), [self.norm('a')])
67 eq(self.glob('a', 'D'), [self.norm('a', 'D')])
68 eq(self.glob('aab'), [self.norm('aab')])
69 eq(self.glob('zymurgy'), [])
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DCMakeLists.txt57 file(GLOB base_h "*.h" "detail/*.h" "cpu/*.h" "cpu/vec/vec512/*.h" "cpu/vec/vec256/*.h" "cpu/vec/ve…
58 file(GLOB base_cpp "*.cpp" "detail/*.cpp" "cpu/*.cpp" "functorch/*.cpp")
59 file(GLOB cuda_h "cuda/*.h" "cuda/detail/*.h" "cuda/*.cuh" "cuda/detail/*.cuh" "cuda/tunable/*.cuh"…
60 file(GLOB cuda_cpp "cuda/*.cpp" "cuda/detail/*.cpp" "cuda/tunable/*.cpp")
61 file(GLOB cuda_nvrtc_stub_h "cuda/nvrtc_stub/*.h")
62 file(GLOB cuda_nvrtc_stub_cpp "cuda/nvrtc_stub/*.cpp")
63 file(GLOB cuda_cu "cuda/*.cu" "cuda/detail/*.cu" "cuda/tunable/*.cu")
64 file(GLOB cudnn_h "cudnn/*.h" "cudnn/*.cuh")
65 file(GLOB cudnn_cpp "cudnn/*.cpp")
66 file(GLOB ops_h "ops/*.h")
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/android/startup/
H A Dhsc.sql44 WHERE slices.name GLOB "animator*";
55 JOIN android_startups launches ON launches.package GLOB '*' || functions.process_name || '*'
56 WHERE functions.function_name GLOB "Choreographer#doFrame*" AND functions.ts > launches.ts;
67 JOIN android_startups launches ON launches.package GLOB '*' || functions.process_name || '*'
68 WHERE functions.function_name GLOB "DrawFrame*" AND functions.ts > launches.ts;
84 JOIN android_startups launches ON launches.package GLOB '*' || android_frame_times.name || '*'
85 WHERE android_frame_times.number = 2 AND android_frame_times.name GLOB "*roid.calcul*" AND android_…
95 JOIN android_startups launches ON launches.package GLOB '*' || android_render_frame_times.name || '…
96 WHERE android_render_frame_times.number = 5 AND android_render_frame_times.name GLOB "*id.calendar*…
105 JOIN android_startups launches ON launches.package GLOB '*' || android_frame_times.name || '*'
[all …]
/aosp_15_r20/external/python/cpython3/Doc/library/
Dglob.rst1 :mod:`glob` --- Unix style pathname pattern expansion
4 .. module:: glob
7 **Source code:** :source:`Lib/glob.py`
14 single: * (asterisk); in glob-style wildcards
15 single: ? (question mark); in glob-style wildcards
16 single: [] (square brackets); in glob-style wildcards
17 single: ! (exclamation); in glob-style wildcards
18 single: - (minus); in glob-style wildcards
19 single: . (dot); in glob-style wildcards
21 The :mod:`glob` module finds all the pathnames matching a specified pattern
[all …]
/aosp_15_r20/external/curl/src/
H A Dtool_urlglob.c36 glob->error = string, glob->pos = column, code
38 static CURLcode glob_fixed(struct URLGlob *glob, char *fixed, size_t len) in glob_fixed() argument
40 struct URLPattern *pat = &glob->pattern[glob->size]; in glob_fixed()
88 static CURLcode glob_set(struct URLGlob *glob, char **patternp, in glob_set() argument
97 char *buf = glob->glob_buffer; in glob_set()
102 pat = &glob->pattern[glob->size]; in glob_set()
148 strdup(glob->glob_buffer); in glob_set()
159 buf = glob->glob_buffer; in glob_set()
183 static CURLcode glob_range(struct URLGlob *glob, char **patternp, in glob_range() argument
198 pat = &glob->pattern[glob->size]; in glob_range()
[all …]
/aosp_15_r20/external/curl/.github/
H A Dlabeler.yml10 # Labels are added in two ways: the any-glob-to-all-files ones are added if all
11 # the files fit into the category, and the any-glob-to-any-file ones are added
17 # N.B. any-glob-to-all-files is misnamed; it acts like one-glob-to-all-files.
18 # Therefore, to get any-glob-to-all-files semantics with multiple matching
28 - any-glob-to-all-files: "{\
39 - any-glob-to-all-files: "{\
62 - any-glob-to-all-files: "{\
88 - any-glob-to-any-file:
100 - any-glob-to-all-files: "{\
110 - any-glob-to-any-file:
[all …]
/aosp_15_r20/external/ComputeLibrary/tests/
H A DSConscript106 common_files = Glob('*.cpp')
109 files_benchmark = Glob('benchmark/*.cpp')
111 files_benchmark += Glob(env['external_tests_dir'] + '/tests/benchmark/*.cpp')
114 files_validation = Glob('validation/UNIT/*/*.cpp')
115 files_validation += Glob('validation/UNIT/*.cpp')
119 files_validation += Glob('validation/CPP/' + filter_pattern)
123 files_validation += Glob('validation/dynamic_fusion/gpu/' + filter_pattern)
124 files_validation += Glob('validation/dynamic_fusion/gpu/cl/' + filter_pattern)
130 files_benchmark += Glob('benchmark/CL/*/' + filter_pattern)
131 files_benchmark += Glob('benchmark/CL/' + filter_pattern)
[all …]
/aosp_15_r20/bionic/tests/
H A Dglob_test.cpp17 #include <glob.h>
73 TEST(glob, glob_result_GLOB_NOMATCH) { in TEST() argument
75 ASSERT_EQ(GLOB_NOMATCH, glob("/will/match/nothing", 0, nullptr, &g)); in TEST()
80 TEST(glob, glob_GLOB_APPEND) { in TEST() argument
82 ASSERT_EQ(0, glob("/proc/version", 0, nullptr, &g)); in TEST()
87 ASSERT_EQ(0, glob("/proc/version", GLOB_APPEND, nullptr, &g)); in TEST()
96 TEST(glob, glob_GLOB_DOOFFS) { in TEST() argument
99 ASSERT_EQ(0, glob("/proc/version", GLOB_DOOFFS, nullptr, &g)); in TEST()
120 TEST(glob, glob_gl_errfunc) { in TEST() argument
127 ASSERT_EQ(GLOB_NOMATCH, glob("/opendir-fail/x*", GLOB_ALTDIRFUNC, test_error_callback, &g)); in TEST()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/string/doc/
DJamfile.v221 [ glob ../../../../boost/algorithm/string.hpp ]
22 [ glob ../../../../boost/algorithm/string_regex.hpp ]
24 [ glob ../../../../boost/algorithm/string/classification.hpp ]
25 [ glob ../../../../boost/algorithm/string/iterator_range.hpp ]
26 [ glob ../../../../boost/algorithm/string/sequence_traits.hpp ]
27 [ glob ../../../../boost/algorithm/string/std_containers_traits.hpp ]
28 [ glob ../../../../boost/algorithm/string/concept.hpp ]
29 [ glob ../../../../boost/algorithm/string/compare.hpp ]
30 [ glob ../../../../boost/algorithm/string/constants.hpp ]
31 [ glob ../../../../boost/algorithm/string/case_conv.hpp ]
[all …]
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_glob_test.py15 """Test for glob using fake_filesystem."""
17 import glob
35 self.assertEqual(glob.glob(""), [])
45 sorted(glob.glob("/xyzzy/*")),
49 self.assertEqual(["/xyzzy"], glob.glob("/xyzzy"))
50 self.assertEqual(["/xyzzy/subfile"], glob.glob("/xyzzy/subfile"))
60 sorted(glob.glob("/x?zz?/*")),
64 self.assertEqual(["/xyzzy"], glob.glob("/xyzzy"))
65 self.assertEqual(["/xyzzy/subdir"], glob.glob("/xyzzy/subdir"))
68 self.assertEqual([], glob.glob("nonexistent"))
[all …]
/aosp_15_r20/external/boringssl/src/
H A DMODULE.bazel.lock1392 …sibility:public\"])\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n …
1422 …"build_file_content": "filegroup(\n name = \"all_srcs\",\n srcs = glob([\"**\"]),\n visib…
1478 …"build_file_content": "filegroup(\n name = \"all_srcs\",\n srcs = glob([\"**\"]),\n visib…
1506 …sibility:public\"])\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n …
1556 …"build_file_content": "filegroup(\n name = \"all_srcs\",\n srcs = glob([\"**\"]),\n visib…
1573 …sibility:public\"])\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n …
1585 …sibility:public\"])\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n …
1597 …sibility:public\"])\n\nfilegroup(\n name = \"cmake_data\",\n srcs = glob(\n [\n …
1693glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n al…
1713glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n al…
[all …]
/aosp_15_r20/external/pigweed/pw_module/py/pw_module/
H A Dcheck.py19 import glob
144 module_python_files = glob.glob(f'{directory}/**/*.py', recursive=True)
145 module_setup_py = glob.glob(f'{directory}/**/setup.py', recursive=True)
152 module_cc_files = glob.glob(f'{directory}/**/*.cc', recursive=True)
153 module_cc_test_files = glob.glob(f'{directory}/**/*test.cc', recursive=True)
160 module_py_files = glob.glob(f'{directory}/**/*.py', recursive=True)
161 module_py_test_files = glob.glob(
170 if not glob.glob(f'{directory}/**/*.rst', recursive=True):
181 if not glob.glob(f'{directory}/**/*.cc', recursive=True) and not glob.glob(
189 has_public_cpp_headers = glob.glob(f'{directory}/public/{module_name}/*.h')
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
H A Dcritical_blocking_calls.sql30 OR $name GLOB 'monitor contention with*'
31 OR $name GLOB 'SuspendThreadByThreadId*'
32 OR $name GLOB 'LoadApkAssetsFd*'
33 OR $name GLOB '*binder transaction*'
34 OR $name GLOB 'inflate*'
35 OR $name GLOB 'Lock contention on*'
36 OR $name GLOB 'android.os.Handler: kotlinx.coroutines*'
37 OR $name GLOB 'relayoutWindow*'
38 OR $name GLOB 'ImageDecoder#decode*'
39 OR $name GLOB 'NotificationStackScrollLayout#onMeasure'
[all …]
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DJimfsWindowsLikeFileSystemTest.java299 assertThatPath("bar").matches("glob:bar"); in testPathMatchers_glob()
300 assertThatPath("bar").matches("glob:*"); in testPathMatchers_glob()
301 assertThatPath("C:\\foo").doesNotMatch("glob:*"); in testPathMatchers_glob()
302 assertThatPath("C:\\foo\\bar").doesNotMatch("glob:*"); in testPathMatchers_glob()
303 assertThatPath("C:\\foo\\bar").matches("glob:**"); in testPathMatchers_glob()
304 assertThatPath("C:\\foo\\bar").matches("glob:C:\\\\**"); in testPathMatchers_glob()
305 assertThatPath("foo\\bar").doesNotMatch("glob:C:\\\\**"); in testPathMatchers_glob()
306 assertThatPath("C:\\foo\\bar\\baz\\stuff").matches("glob:C:\\\\foo\\\\**"); in testPathMatchers_glob()
307 assertThatPath("C:\\foo\\bar\\baz\\stuff").matches("glob:C:\\\\**\\\\stuff"); in testPathMatchers_glob()
308 assertThatPath("C:\\foo").matches("glob:C:\\\\[a-z]*"); in testPathMatchers_glob()
[all …]
/aosp_15_r20/external/python/cpython2/Doc/library/
Dglob.rst1 :mod:`glob` --- Unix style pathname pattern expansion
4 .. module:: glob
10 **Source code:** :source:`Lib/glob.py`
14 The :mod:`glob` module finds all the pathnames matching a specified pattern
20 :mod:`glob` treats filenames beginning with a dot (``.``) as special cases.
28 .. function:: glob(pathname)
39 Return an :term:`iterator` which yields the same values as :func:`glob`
45 :file:`1.gif`, :file:`2.txt`, and :file:`card.gif`. :func:`glob` will produce
49 >>> import glob
50 >>> glob.glob('./[0-9].*')
[all …]
/aosp_15_r20/build/blueprint/pathtools/
H A Dglob_test.go118 pattern: filepath.Join(pwd, "testdata/glob/c/*/*.ext"),
120 filepath.Join(pwd, "testdata/glob/c/f/f.ext"),
121 filepath.Join(pwd, "testdata/glob/c/g/g.ext"),
124 filepath.Join(pwd, "testdata/glob/c"),
125 filepath.Join(pwd, "testdata/glob/c/f"),
126 filepath.Join(pwd, "testdata/glob/c/g"),
127 filepath.Join(pwd, "testdata/glob/c/h"),
174 pattern: filepath.Join(pwd, "testdata/glob/**/*.ext"),
176 filepath.Join(pwd, "testdata/glob/d.ext"),
177 filepath.Join(pwd, "testdata/glob/e.ext"),
[all …]
H A Dglob.go32 // GlobResult is a container holding the results of a call to Glob.
34 // Pattern is the pattern that was passed to Glob.
36 // Excludes is the list of excludes that were passed to Glob.
42 // Deps is the list of files or directories that must be depended on to regenerate the glob.
46 // FileList returns the list of files matched by a glob for writing to an output file.
71 panic(fmt.Errorf("failed to marshal glob results to json: %w", err))
85 // Glob returns the list of files and directories that match the given pattern
88 // list. The supported glob and exclude patterns are equivalent to
89 // filepath.Glob, with an extension that recursive glob (** matching zero or
96 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) { func
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/io/fs/
Dglob_test.go20 {os.DirFS("."), "glob.go", "glob.go"},
21 {os.DirFS("."), "gl?b.go", "glob.go"},
22 {os.DirFS("."), `gl\ob.go`, "glob.go"},
23 {os.DirFS("."), "*", "glob.go"},
24 {os.DirFS(".."), "*/glob.go", "fs/glob.go"},
29 matches, err := Glob(tt.fs, tt.pattern)
31 t.Errorf("Glob error for %q: %s", tt.pattern, err)
35 t.Errorf("Glob(%#q) = %#v want %v", tt.pattern, matches, tt.result)
39 matches, err := Glob(os.DirFS("."), pattern)
41 t.Errorf("Glob error for %q: %s", pattern, err)
[all …]
Dglob.go11 // A GlobFS is a file system with a Glob method.
15 // Glob returns the names of all files matching pattern,
17 // Glob function.
18 Glob(pattern string) ([]string, error) methodSpec
21 // Glob returns the names of all files matching pattern or nil
26 // Glob ignores file system errors such as I/O errors reading directories.
30 // If fs implements [GlobFS], Glob calls fs.Glob.
31 // Otherwise, Glob uses [ReadDir] to traverse the directory tree
33 func Glob(fsys FS, pattern string) (matches []string, err error) { func
45 return fsys.Glob(pattern)
[all …]
/aosp_15_r20/external/pytorch/
H A DBUILD.bazel37 …Ten/native/native_functions.yaml"] + ["aten/src/ATen/native/tags.yaml"] + glob(["aten/src/ATen/tem…
131 srcs = glob([
141 srcs = glob(
153 srcs = glob(["aten/src/ATen/native/*.cpp"]),
158 srcs = glob(["aten/src/ATen/native/sparse/*.cpp"]),
163 srcs = glob(["aten/src/ATen/native/nested/*.cpp"]),
168 srcs = glob(
178 srcs = glob(["aten/src/ATen/native/transformers/*.cpp"]),
183 srcs = glob([
191 srcs = glob(["aten/src/ATen/native/mkldnn/*.cpp"]),
[all …]
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DGlobToRegex.java33 * Converts the given glob to a regular expression pattern. The given separators determine what
34 * characters the resulting expression breaks on for glob expressions such as * which should not
48 public static String toRegex(String glob, String separators) { in toRegex() argument
49 return new GlobToRegex(glob, separators).convert(); in toRegex()
55 private final String glob; field in GlobToRegex
63 private GlobToRegex(String glob, String separators) { in GlobToRegex() argument
64 this.glob = checkNotNull(glob); in GlobToRegex()
70 * Converts the glob to a regex one character at a time. A state stack (states) is maintained,
78 for (index = 0; index < glob.length(); index++) { in convert()
79 currentState().process(this, glob.charAt(index)); in convert()
[all …]
/aosp_15_r20/external/python/pyserial/serial/tools/
Dlist_ports_posix.py21 import glob
37 # (such as 'open' call, explicit 'ls'), but 'glob.glob'
40 devices = glob.glob('/dev/ttyS*')
47 devices = glob.glob('/dev/cua*')
54 devices = glob.glob('/dev/cua*[!.init][!.lock]')
62 devices = glob.glob('/dev/dty*')
70 devices = glob.glob('/dev/ttyf*')
78 devices = glob.glob('/dev/tty*p0')
86 devices = glob.glob('/dev/tty*c')
94 devices = glob.glob('/dev/tty*')

12345678910>>...231