Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcontext.py26 def _hasPackage(self, manifest, pkg, regex=False): argument
39 def hasHostPackage(self, pkg, regex=False): argument
42 def hasTargetPackage(self, pkg, multilib=False, regex=False): argument
/OK3568_Linux_fs/u-boot/env/
H A Dattr.c116 char *regex; member
125 char regex[strlen(name) + 3]; in regex_callback() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dprogress.py115 def __init__(self, d, regex=r'(\d+)%', outfile=None): argument
130 def __init__(self, d, regex, outfile=None): argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/function/
H A Dstrfns.py90 def invoke(self, string, regex): argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/function/
H A Dstrfns.py90 def invoke(self, string, regex): argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8 …i.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.buttons","ui.boo…
H A Dui-bootstrap-tpls-0.11.0.min.js8 …i.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.buttons","ui.boo…
/OK3568_Linux_fs/u-boot/tools/
H A Dproftool.c49 regex_t regex; /* Regex to use if name starts with / */ member
301 static int regex_report_error(regex_t *regex, int err, const char *op, in regex_report_error()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dtypes.py75 def regex(value, regexflags=None): function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacemanagerengineosm.cpp273 …QRegularExpression regex(QStringLiteral("\\| ([^|]+) \\|\\| ([^|]+) \\|\\| ([^|]+) \\|\\| ([^|]+) … in categoryReplyFinished() local
/OK3568_Linux_fs/kernel/tools/bpf/
H A Dbpf_jit_disasm.c179 regex_t regex; in get_last_jit_image() local
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace.h1621 struct regex { struct
1625 regex_match_func match; argument
1631 struct regex regex; argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dwget.py382 def _parse_path(self, regex, s): argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dregex.h832 typedef basic_regex<char> regex; in _GLIBCXX_VISIBILITY() typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dregex.h832 typedef basic_regex<char> regex; in _GLIBCXX_VISIBILITY() typedef
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py1662 def _match(self, regex, path): argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py83 regex = re.compile( variable in GitURLValidator
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmachine.c1993 static bool symbol__match_regex(struct symbol *sym, regex_t *regex) in symbol__match_regex()