Home
last modified time | relevance | path

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

/external/bcc/tools/
Dfunccount.py37 def __init__(self, pattern, use_regex=False, pid=None): argument
68 if not use_regex:
Dstackcount.py30 def __init__(self, pattern, kernel_stack, user_stack, use_regex=False, argument
63 if not use_regex:
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c71 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()
Dmksquashfs.c118 int use_regex = FALSE; variable
4611 if(use_regex) { in add_path()
4731 int match = use_regex ? in excluded_match()
5789 use_regex = FALSE; in main()
5792 use_regex = TRUE; in main()