Home
last modified time | relevance | path

Searched refs:use_regex (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/bcc/tools/
H A Dfunccount.py37 def __init__(self, pattern, use_regex=False, pid=None, cpu=None): argument
68 if not use_regex:
H A Dstackcount.py30 def __init__(self, pattern, kernel_stack, user_stack, use_regex=False, argument
63 if not use_regex:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/
DOptionGroupVariable.h38 use_regex : 1, show_scope : 1, show_decl : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/
DOptionGroupVariable.h38 use_regex : 1, show_scope : 1, show_decl : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/
DOptionGroupVariable.h38 use_regex : 1, show_scope : 1, show_decl : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/
DOptionGroupVariable.h38 use_regex : 1, show_scope : 1, show_decl : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/
Dhelpers.py203 use_regex: bool = True,
242 useRegex = useRegex and use_regex
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/
Dhelpers.py203 use_regex: bool = True,
242 useRegex = useRegex and use_regex
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/
Dhelpers.py203 use_regex: bool = True,
242 useRegex = useRegex and use_regex
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/
Dhelpers.py203 use_regex: bool = True,
242 useRegex = useRegex and use_regex
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pyparsing/
Dhelpers.py203 use_regex: bool = True,
242 useRegex = useRegex and use_regex
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/
Dhelpers.py203 use_regex: bool = True,
242 useRegex = useRegex and use_regex
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/
Dhelpers.py203 use_regex: bool = True,
242 useRegex = useRegex and use_regex
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pyparsing/
Dhelpers.py203 use_regex: bool = True,
242 useRegex = useRegex and use_regex
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pyparsing/
Dhelpers.py203 use_regex: bool = True,
242 useRegex = useRegex and use_regex
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/
Dhelpers.py203 use_regex: bool = True,
242 useRegex = useRegex and use_regex
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/
Dhelpers.py203 use_regex: bool = True,
242 useRegex = useRegex and use_regex
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pyparsing/
Dhelpers.py203 use_regex: bool = True,
242 useRegex = useRegex and use_regex
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.c72 int use_regex = FALSE; variable
1330 if(use_regex) { in add_path()
1434 int match = use_regex ? in matches()
2620 use_regex = TRUE; in main()
H A Dmksquashfs.c120 int use_regex = FALSE; variable
4613 if(use_regex) { in add_path()
4733 int match = use_regex ? in excluded_match()
5791 use_regex = FALSE; in main()
5794 use_regex = TRUE; in main()