Home
last modified time | relevance | path

Searched refs:glob (Results 76 - 100 of 269) sorted by relevance

1234567891011

/third_party/skia/buildtools/reclient_cfgs/
H A Dfetch_reclient_cfgs.py9 import glob namespace
90 for cfg in glob.glob(os.path.join(THIS_DIR, toolchain,
/third_party/rust/crates/clang-sys/build/
H A Dcommon.rs3 extern crate glob;
11 use glob::{MatchOptions, Pattern};
185 /// Finds the files in a directory that match one or more filename glob patterns
189 // special meaning in glob patterns (e.g., `[` or `]`). in search_directory()
193 // Join the escaped directory to the filename glob patterns to obtain in search_directory()
194 // complete glob patterns for the files being searched for. in search_directory()
205 .map(|p| glob::glob_with(&p, options)) in search_directory()
226 /// match one or more filename glob patterns and returns the paths to and
245 /// filename glob patterns and returns the paths to and filenames of those files.
311 if let Ok(directories) = glob in search_libclang_directories()
[all...]
/third_party/python/Lib/
H A Dsndhdr.py257 import glob namespace
258 names = glob.glob(os.path.join(glob.escape(filename), '*'))
/third_party/python/Lib/test/
H A Dtest_unicode_file.py4 import os, glob, time, shutil namespace
43 # Filename should appear in glob output
45 os.path.abspath(filename)==os.path.abspath(glob.glob(glob.escape(filename))[0]))
/third_party/python/Lib/distutils/command/
H A Dbuild_py.py8 import glob namespace
128 filelist = glob.glob(os.path.join(glob.escape(src_dir), convert_path(pattern)))
219 module_files = glob.glob(os.path.join(glob.escape(package_dir), "*.py"))
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dattr.py7 import glob namespace
310 for f in glob.glob(tempdir + '/event*'):
327 for f in glob.glob(options.test_dir + '/' + options.test):
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events_trigger.c529 * @glob: The raw string used to register the trigger
541 static int register_trigger(char *glob, struct event_trigger_ops *ops, in register_trigger() argument
578 * @glob: The raw string used to register the trigger
588 static void unregister_trigger(char *glob, struct event_trigger_ops *ops, in unregister_trigger() argument
615 * @glob: The raw string used to register the trigger
630 char *glob, char *cmd, char *param) in event_trigger_callback()
662 if (glob[0] == '!') { in event_trigger_callback()
663 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_trigger_callback()
698 ret = cmd_ops->reg(glob, trigger_ops, trigger_data, file); in event_trigger_callback()
705 cmd_ops->unreg(glob, trigger_op in event_trigger_callback()
628 event_trigger_callback(struct event_command *cmd_ops, struct trace_event_file *file, char *glob, char *cmd, char *param) event_trigger_callback() argument
1139 register_snapshot_trigger(char *glob, struct event_trigger_ops *ops, struct event_trigger_data *data, struct trace_event_file *file) register_snapshot_trigger() argument
1408 event_enable_trigger_func(struct event_command *cmd_ops, struct trace_event_file *file, char *glob, char *cmd, char *param) event_enable_trigger_func() argument
1559 event_enable_register_trigger(char *glob, struct event_trigger_ops *ops, struct event_trigger_data *data, struct trace_event_file *file) event_enable_register_trigger() argument
1601 event_enable_unregister_trigger(char *glob, struct event_trigger_ops *ops, struct event_trigger_data *test, struct trace_event_file *file) event_enable_unregister_trigger() argument
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dglob1ndk.cpp17 #include <glob.h>
31 int ret = glob("/not_match", GLOB_NOSORT, nullptr, &buf); in Glob()
46 {"glob", nullptr, Glob, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/third_party/python/Tools/c-analyzer/cpython/
H A D_files.py55 for level, glob in LEVEL_GLOBS.items():
57 yield from expand_filenames([glob])
/third_party/python/Lib/test/test_tomllib/
H A Dtest_data.py19 VALID_FILES = tuple((DATA_DIR / "valid").glob("**/*.toml"))
32 INVALID_FILES = tuple((DATA_DIR / "invalid").glob("**/*.toml"))
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkerneldoc.py35 import glob namespace
105 for f in glob.glob(env.config.kerneldoc_srctree + '/' + pattern):
/third_party/cJSON/tests/unity/auto/
H A Dunity_to_junit.py3 from glob import glob namespace
131 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '*.test*')))
H A Dunity_test_summary.py11 from glob import glob namespace
124 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '*.test*')))
/third_party/mbedtls/tests/scripts/
H A Dtest_config_script.py32 import glob namespace
49 filenames = glob.glob(pattern)
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Droll.py10 import glob namespace
107 files += glob.glob(os.path.join(path, f))
/third_party/node/tools/inspector_protocol/
H A Droll.py11 import glob namespace
75 files += glob.glob(os.path.join(path, f))
/third_party/unity/auto/
H A Dstylize_as_junit.py11 from glob import glob namespace
149 targets = list(map(lambda x: x.replace('\\', '/'), glob(args.targets_dir + '*.test*')))
H A Dunity_test_summary.py11 from glob import glob namespace
124 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '**/*.test*', recursive=True)))
/third_party/protobuf/js/
H A Dgulpfile.js3 var glob = require('glob'); variable
202 glob.sync('*_test.js').forEach(addTestFile);
203 glob.sync('binary/*_test.js').forEach(addTestFile);
/third_party/skia/third_party/externals/angle2/scripts/
H A Dperf_test_runner.py14 import glob namespace
24 TEST_SUITE_SEARCH_PATH = glob.glob('out/*elease*')
/third_party/rust/crates/glob/src/
H A Dlib.rs13 //! The `glob` and `glob_with` functions allow querying the filesystem for all
14 //! files that match a particular pattern (similar to the libc `glob` function).
21 //! `glob`/`fnmatch` functions.
28 //! use glob::glob;
30 //! for entry in glob("/media/**/*.jpg").expect("Failed to read glob pattern") {
43 //! use glob::glob_with;
44 //! use glob::MatchOptions;
61 html_root_url = "https://docs.rs/glob/0.
160 pub fn glob(pattern: &str) -> Result<Paths, PatternError> { glob() functions
[all...]
/third_party/node/deps/minimatch/
H A Dindex.js290 var parseClass = (glob, position) => {
292 if (glob.charAt(pos) !== "[") {
305 while (i < glob.length) {
306 const c = glob.charAt(i);
326 if (glob.startsWith(cls, i)) {
328 return ["$.", false, glob.length - pos, true];
351 if (glob.startsWith("-]", i + 1)) {
356 if (glob.startsWith("-", i + 1)) {
368 return ["$.", false, glob.length - pos, true];
537 const glob
[all...]
/third_party/node/deps/v8/tools/release/
H A Dfilter_build_files.py17 import glob namespace
84 list_of_files.extend(itertools.chain(*map(glob.iglob, globs)))
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgv100.c35 char glob[128]; in gv100_gr_trap_sm() local
37 nvkm_snprintbf(glob, sizeof(glob), gf100_mp_global_error, gerr); in gv100_gr_trap_sm()
42 gpc, tpc, sm, gerr, glob, werr, warp ? warp->name : ""); in gv100_gr_trap_sm()
/third_party/rust/crates/glob/tests/
H A Dglob-std.rs15 extern crate glob;
18 use glob::glob;
35 glob(pattern).unwrap().map(|r| r.unwrap()).collect() in main()
38 let root = TempDir::new("glob-tests"); in main()

Completed in 13 milliseconds

1234567891011