Home
last modified time | relevance | path

Searched refs:search_term (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/tools/failures/
Ddetect_new_failures.py56 def search_gh_issues(search_term, status='open'): argument
57 params = ' '.join((search_term, 'is:issue', 'is:open', 'repo:grpc/grpc'))
/third_party/glib/glib/
Dgstrfuncs.h314 gboolean g_str_match_string (const gchar *search_term,
Dgstrfuncs.c3166 g_str_match_string (const gchar *search_term, in g_str_match_string() argument
3176 g_return_val_if_fail (search_term != NULL, FALSE); in g_str_match_string()
3179 term_tokens = g_str_tokenize_and_fold (search_term, NULL, NULL); in g_str_match_string()