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, cpu=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.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()
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()