Searched refs:pspec (Results 1 - 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | browser.c | 92 GParamSpec *pspec, in view_cb_notify_estimated_load_progress() 197 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_progress() argument 207 static void view_cb_notify_load_status(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_load_status() argument 91 view_cb_notify_estimated_load_progress(WebKitWebView *view, GParamSpec *pspec, struct browser_context *ctx) view_cb_notify_estimated_load_progress() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | browser.c | 53 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_progress() argument 63 static void view_cb_notify_load_status(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_load_status() argument
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 6303 my $pspec = $1; 6307 "Integer promotion: Using '$h' in '$pspec' is unnecessary\n" . "$here\n$stat_real\n") && 6309 my $nspec = $pspec; 6311 $fixed[$fixlinenr + $lineoff] =~ s/\Q$pspec\E/$nspec/;
|
Completed in 8 milliseconds