Searched refs:use_regex (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionGroupVariable.cpp | 85 use_regex = true; in SetOptionValue() 125 use_regex = false; in OptionParsingStarting()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionGroupVariable.h | 39 use_regex : 1, show_scope : 1, show_decl : 1; variable
|
/external/bcc/tools/ |
D | funccount.py | 37 def __init__(self, pattern, use_regex=False, pid=None): argument 68 if not use_regex:
|
D | stackcount.py | 30 def __init__(self, pattern, kernel_stack, user_stack, use_regex=False, argument 63 if not use_regex:
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 71 int use_regex = FALSE; variable 1329 if(use_regex) { in add_path() 1433 int match = use_regex ? in matches() 2619 use_regex = TRUE; in main()
|
D | mksquashfs.c | 119 int use_regex = FALSE; variable 4612 if(use_regex) { in add_path() 4732 int match = use_regex ? in excluded_match() 5790 use_regex = FALSE; in main() 5793 use_regex = TRUE; in main()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectFrame.cpp | 529 if (m_option_variable.use_regex) { in DoExecute()
|
D | CommandObjectTarget.cpp | 855 if (m_option_variable.use_regex) { in DoExecute()
|