HomeSort by relevance Sort by last modified time
    Searched refs:Username (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/hs20/server/www/
signup.php 34 Select a username and password. Leave password empty to get automatically
36 Username: <input type="text" name="user"><br>
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
Credential.java 21 Username,
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java 72 Username(R.string.username, 0, R.string.default_preference_summary),
388 return PreferenceKey.Username.getValue() + "@"
394 PreferenceKey.Username.getValue(),
518 return PreferenceKey.Username.getValue();
  /frameworks/base/wifi/java/android/net/wifi/passpoint/
WifiPasspointCredential.java 160 mUsername = credinfo.credential.usernamePassword.Username;
183 mSubscriptionUpdateUsername = credinfo.subscriptionUpdate.usernamePassword.Username;
188 mPolicyUpdateUsername = credinfo.policy.policyUpdate.usernamePassword.Username;
522 .append(", Username: ").append(mUsername == null ? none : mUsername)
WifiPasspointDmTree.java 747 public String Username;
767 out.writeString(Username);
779 Username = in.readString();
    [all...]
  /external/libvncserver/x11vnc/misc/
desktop.cgi 33 # Then they login with their unix username and password to get their
165 # setting below. The user provides 'username@host:port' instead of just
166 # 'username' when she logs in. This script doesn't start VNC servers
277 # This is to enable port redirection mode: username@host:port. If
278 # username is valid, there will be a port redirection to internal machine
393 <tr><td>Username:</td><td>
394 <input type="text" name="username" maxlength="40" value="_USERNAME_">
535 $login_str =~ s/_USERNAME_/$request{username}/g;
587 # If no username or password, show login form:
589 if (!$request{username} && !$request{password})
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iscsidsc.h 107 PUCHAR Username;
lmaccess.h 17 NET_API_STATUS WINAPI NetUserGetInfo(LPCWSTR servername,LPCWSTR username,DWORD level,LPBYTE *bufptr);
18 NET_API_STATUS WINAPI NetUserSetInfo(LPCWSTR servername,LPCWSTR username,DWORD level,LPBYTE buf,LPDWORD parm_err);
19 NET_API_STATUS WINAPI NetUserDel(LPCWSTR servername,LPCWSTR username);
20 NET_API_STATUS WINAPI NetUserGetGroups(LPCWSTR servername,LPCWSTR username,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries);
21 NET_API_STATUS WINAPI NetUserSetGroups(LPCWSTR servername,LPCWSTR username,DWORD level,LPBYTE buf,DWORD num_entries);
22 NET_API_STATUS WINAPI NetUserGetLocalGroups(LPCWSTR servername,LPCWSTR username,DWORD level,DWORD flags,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries);
25 NET_API_STATUS WINAPI NetUserChangePassword(LPCWSTR domainname,LPCWSTR username,LPCWSTR oldpassword,LPCWSTR newpassword);
508 NET_API_STATUS WINAPI NetGroupAddUser(LPCWSTR servername,LPCWSTR GroupName,LPCWSTR username);
513 NET_API_STATUS WINAPI NetGroupDelUser(LPCWSTR servername,LPCWSTR GroupName,LPCWSTR Username);
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl 184 username is different from the yours on this machine. On Windows
185 you *MUST* supply the remote username due to a deficiency in Plink.
198 username has a space in it, use %SPACE (or %TAB) like this:
255 Use username@host (e.g. joe@ts-server or jsmith@ssh.company.com)
258 NOTE: On Windows you MUST always supply the username@ because putty's
269 On Unix/MacOSX the username@ is not needed if it is the same as on this
289 As with a username that contains a space, use %SPACE (or %TAB) to
695 username@far-away.east:0
697 if your remote username is different from the one on the local viewer
700 On Windows you *MUST* supply the "username@" part because Putty/Plin
    [all...]

Completed in 462 milliseconds