/third_party/littlefs/scripts/ |
H A D | changeprefix.py | 14 import glob namespace
|
H A D | bench.py | 15 import glob namespace 232 for path in glob.glob(path):
|
/third_party/node/deps/v8/third_party/ittapi/ |
H A D | buildall.py | 161 import glob namespace
|
/third_party/node/deps/v8/tools/chrome/ |
H A D | linux_perf.py | 190 options.perf_data_dir.glob("*perf.data")))
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_sort_tags.py | 153 for f in folder.glob('*.xml'):
|
/third_party/lz4/tests/ |
H A D | test-lz4-abi.py | 10 import glob namespace
|
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/ |
H A D | extern_impl.rs | 13 pub(in crate::fmt::writer) mod glob {
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/ |
H A D | update.py | 3 import sys, os, subprocess, shutil, glob namespace
|
/third_party/skia/third_party/externals/tint/tools/src/glob/ |
H A D | glob.go | 15 // Package glob provides file globbing utilities 16 package glob
|
/third_party/skia/gn/ |
H A D | gn_meta_sln.py | 8 import glob namespace
|
/third_party/eudev/src/udev/ |
H A D | udev-rules.c | 111 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 D | poptconfig.c | 22 #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 D | core-scache.c | 35 #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 D | dwarf-aux.c | 208 * 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 D | dwarf-aux.c | 208 * 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 D | trace_eprobe.c | 490 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 D | wasm-module-builder.js | 739 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 D | soc.c | 16 #include <linux/glob.h>
|
/kernel/linux/linux-5.10/include/drm/ttm/ |
H A D | ttm_bo_api.h | 587 int ttm_bo_swapout(struct ttm_bo_global *glob,
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | soc.c | 17 #include <linux/glob.h>
|
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | executor.c | 6 #include <linux/glob.h>
|
/third_party/rust/crates/env_logger/src/ |
H A D | lib.rs | 294 pub use self::fmt::glob::*;
|
/third_party/python/Lib/ |
H A D | glob.py | 11 __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 D | test_shelve.py | 4 import glob namespace
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_hist.c | 2359 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...] |