Searched
refs:user (Results
676 -
700 of
979) sorted by null
<<21222324252627282930>>
/external/llvm/utils/Misc/ |
zkill | 64 ('USER', str, 'user'), 173 group.add_option("", "--user", dest="userName", metavar="REGEX", 174 help="Kill processes whose user matches the given regexp", 246 if re_full_match(opts.userName, p.user)] 265 note('kill(%r, %s) # (user=%r, executable=%r, CPU=%2.2f%%, time=%r, vmem=%r, rss=%r)' % 266 (p.pid, signalValueName, p.user, p.executable, p.cpu_percent, p.cpu_time, p.vmem_size, p.rss))
|
/external/oprofile/module/x86/ |
op_nmi.c | 155 if (!sysctl.ctr[i].user && !sysctl.ctr[i].kernel) { 156 printk(KERN_ERR "oprofile: neither kernel nor user " 333 tab[5] = ((ctl_table) { 1, "user", &sysctl_parms.ctr[i].user, sizeof(int), 0644, NULL, lproc_dointvec, NULL, });
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLAppletElement02.js | 78 The alt attribute specifies the alternate text for user agents not
|
HTMLAreaElement02.js | 78 The alt attribute specifies an alternate text for user agents not
|
HTMLBodyElement06.js | 79 visited by the user.
|
HTMLImageElement03.js | 78 The alt attribute specifies an alternative text for user agenst not
|
HTMLInputElement07.js | 78 The alt attribute alternates text for user agents not rendering the
|
HTMLOptionElement08.js | 79 form control in an interactive user-agent.
|
HTMLScriptElement03.js | 78 The defer attribute specifies the user agent can defer processing of
|
HTMLTextAreaElement12.js | 79 form control, in an interactive user agent.
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLAppletElement02.js | 78 The alt attribute specifies the alternate text for user agents not
|
HTMLAreaElement02.js | 78 The alt attribute specifies an alternate text for user agents not
|
HTMLBodyElement06.js | 79 visited by the user.
|
HTMLImageElement03.js | 78 The alt attribute specifies an alternative text for user agenst not
|
HTMLInputElement07.js | 78 The alt attribute alternates text for user agents not rendering the
|
HTMLOptionElement08.js | 79 form control in an interactive user-agent.
|
HTMLScriptElement03.js | 78 The defer attribute specifies the user agent can defer processing of
|
HTMLTextAreaElement12.js | 79 form control, in an interactive user agent.
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
segments.js | 5 ["http://user:pass@foo:21/bar;par?b#c", ["http:","foo","21","/bar;par","?b","#c"]],
|
/external/wpa_supplicant/ |
l2_packet_pcap.c | 152 static void l2_packet_receive_cb(u_char *user, const struct pcap_pkthdr *hdr, 155 struct l2_packet_data *l2 = (struct l2_packet_data *) user;
|
l2_packet_winpcap.c | 108 static void l2_packet_receive_cb(u_char *user, const struct pcap_pkthdr *hdr, 111 struct l2_packet_data *l2 = (struct l2_packet_data *) user;
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_fast.c | 428 if (sm->user && sm->user->force_version >= 0) { 429 data->force_version = sm->user->force_version; 1001 if (sm->user && sm->user_eap_method_index < EAP_MAX_METHODS && 1002 sm->user->methods[sm->user_eap_method_index].method != 1004 next_type = sm->user->methods[ 1040 "Identity not found in the user " 1056 next_type = sm->user->methods[0].method; [all...] |
eap_peap.c | 178 if (sm->user && sm->user->force_version >= 0) { 179 data->force_version = sm->user->force_version; 883 next_type = sm->user->methods[0].method; 926 if (sm->user && sm->user_eap_method_index < EAP_MAX_METHODS && 927 sm->user->methods[sm->user_eap_method_index].method != 929 next_type = sm->user->methods[ 986 "Identity not found in the user " 1006 next_type = sm->user->methods[0].method; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_pcap.c | 152 static void l2_packet_receive_cb(u_char *user, const struct pcap_pkthdr *hdr, 155 struct l2_packet_data *l2 = (struct l2_packet_data *) user;
|
l2_packet_winpcap.c | 108 static void l2_packet_receive_cb(u_char *user, const struct pcap_pkthdr *hdr, 111 struct l2_packet_data *l2 = (struct l2_packet_data *) user;
|
Completed in 322 milliseconds
<<21222324252627282930>>