Home
last modified time | relevance | path

Searched refs:glob (Results 176 - 200 of 254) sorted by relevance

1234567891011

/third_party/littlefs/scripts/
H A Dchangeprefix.py14 import glob namespace
H A Dbench.py15 import glob namespace
232 for path in glob.glob(path):
/third_party/node/deps/v8/third_party/ittapi/
H A Dbuildall.py161 import glob namespace
/third_party/node/deps/v8/tools/chrome/
H A Dlinux_perf.py190 options.perf_data_dir.glob("*perf.data")))
/third_party/mesa3d/src/intel/genxml/
H A Dgen_sort_tags.py153 for f in folder.glob('*.xml'):
/third_party/lz4/tests/
H A Dtest-lz4-abi.py10 import glob namespace
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
H A Dextern_impl.rs13 pub(in crate::fmt::writer) mod glob {
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/
H A Dupdate.py3 import sys, os, subprocess, shutil, glob namespace
/third_party/skia/third_party/externals/tint/tools/src/glob/
H A Dglob.go15 // Package glob provides file globbing utilities
16 package glob
/third_party/skia/gn/
H A Dgn_meta_sln.py8 import glob namespace
/third_party/eudev/src/udev/
H A Dudev-rules.c111 GL_SPLIT_GLOB, /* multi-value with glob A*|B* */
202 enum string_glob_type glob:8; member
249 [GL_GLOB] = "glob", in string_glob_str()
251 [GL_SPLIT_GLOB] = "split-glob", in string_glob_str()
252 [GL_SOMETHING] = "split-glob", in string_glob_str()
327 enum string_glob_type glob = token->key.glob; in dump_token() local
371 token_str(type), operation_str(op), value, string_glob_str(glob)); in dump_token()
384 token_str(type), operation_str(op), attr, value, string_glob_str(glob)); in dump_token()
397 token_str(type), operation_str(op), value, string_glob_str(glob), toke in dump_token()
962 enum string_glob_type glob; rule_add_key() local
[all...]
/third_party/popt/src/
H A Dpoptconfig.c22 #include <glob.h>
65 * Return path(s) from a glob pattern.
67 * @param pattern glob pattern
82 if (!(rc = glob(pat, poptGlobFlags, poptGlob_error, pglob))) {
/third_party/pulseaudio/src/pulsecore/
H A Dcore-scache.c35 #include <glob.h>
493 /* If that fails, try to open it as shell glob */ in pa_scache_add_directory_lazy()
495 if (glob(pathname, GLOB_ERR|GLOB_NOSORT, NULL, &p) < 0) { in pa_scache_add_directory_lazy()
/kernel/linux/linux-5.10/tools/perf/util/
H A Ddwarf-aux.c208 * die_match_name - Match diename/linkage name and glob
210 * @glob: a string of target glob pattern
212 * Glob matching the name of @dw_die and @glob. Return false if matching fail.
215 bool die_match_name(Dwarf_Die *dw_die, const char *glob) in die_match_name() argument
220 if (name && strglobmatch(name, glob)) in die_match_name()
224 if (name && strglobmatch(name, glob)) in die_match_name()
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddwarf-aux.c208 * die_match_name - Match diename/linkage name and glob
210 * @glob: a string of target glob pattern
212 * Glob matching the name of @dw_die and @glob. Return false if matching fail.
215 bool die_match_name(Dwarf_Die *dw_die, const char *glob) in die_match_name() argument
220 if (name && strglobmatch(name, glob)) in die_match_name()
224 if (name && strglobmatch(name, glob)) in die_match_name()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_eprobe.c490 char *glob, char *cmd, in eprobe_trigger_cmd_parse()
496 static int eprobe_trigger_reg_func(char *glob, in eprobe_trigger_reg_func() argument
503 static void eprobe_trigger_unreg_func(char *glob, in eprobe_trigger_unreg_func() argument
488 eprobe_trigger_cmd_parse(struct event_command *cmd_ops, struct trace_event_file *file, char *glob, char *cmd, char *param_and_filter) eprobe_trigger_cmd_parse() argument
/third_party/node/test/fixtures/wpt/wasm/jsapi/
H A Dwasm-module-builder.js739 let glob = new WasmGlobalBuilder(this, local_type, mutable);
740 glob.index = this.globals.length + this.num_imported_globals;
741 this.globals.push(glob);
742 return glob;
/kernel/linux/linux-5.10/drivers/base/
H A Dsoc.c16 #include <linux/glob.h>
/kernel/linux/linux-5.10/include/drm/ttm/
H A Dttm_bo_api.h587 int ttm_bo_swapout(struct ttm_bo_global *glob,
/kernel/linux/linux-6.6/drivers/base/
H A Dsoc.c17 #include <linux/glob.h>
/kernel/linux/linux-6.6/lib/kunit/
H A Dexecutor.c6 #include <linux/glob.h>
/third_party/rust/crates/env_logger/src/
H A Dlib.rs294 pub use self::fmt::glob::*;
/third_party/python/Lib/
H A Dglob.py11 __all__ = ["glob", "iglob", "escape"]
13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, function
43 sys.audit("glob.glob", pathname, recursive)
44 sys.audit("glob.glob/2", pathname, recursive, root_dir, dir_fd)
101 # These 2 helper functions non-recursively glob inside a literal directory.
/third_party/python/Lib/test/
H A Dtest_shelve.py4 import glob namespace
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events_hist.c2359 char *glob, char *cmd, char *param);
5453 static int hist_register_trigger(char *glob, struct event_trigger_ops *ops, in hist_register_trigger() argument
5605 static void hist_unregister_trigger(char *glob, struct event_trigger_ops *ops, in hist_unregister_trigger() argument
5691 char *glob, char *cmd, char *param) in event_hist_trigger_func()
5706 if (glob && strlen(glob)) { in event_hist_trigger_func()
5714 if (glob[0] == '!') in event_hist_trigger_func()
5795 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func()
5804 ret = cmd_ops->reg(glob, trigger_ops, trigger_data, file); in event_hist_trigger_func()
5845 if (ret == 0 && glob[ in event_hist_trigger_func()
5689 event_hist_trigger_func(struct event_command *cmd_ops, struct trace_event_file *file, char *glob, char *cmd, char *param) event_hist_trigger_func() argument
[all...]

Completed in 26 milliseconds

1234567891011