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

  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 52 private static String USERNAME = ParameterNames.USERNAME;
122 else if (nameValue.getName().compareToIgnoreCase(USERNAME) == 0)
AuthenticationHeader.java 74 public static final String USERNAME = ParameterNames.USERNAME;
113 || name.equalsIgnoreCase(ParameterNames.USERNAME)
480 * Returns the Username value of this AuthorizationHeader. This convenience
481 * method returns only the username of the complete Response.
483 * @return the String representing the Username information, null if value
490 return (String) getParameter(ParameterNames.USERNAME);
494 * Sets the Username of the AuthorizationHeader to the <var>username</var>
497 * @param username
    [all...]
ParameterNames.java 44 public static final String USERNAME = "username";
AuthenticationInfo.java 219 || name.equalsIgnoreCase(ParameterNames.USERNAME)
  /external/chromium/googleurl/src/
url_parse.h 113 USERNAME,
151 // USERNAME: 5 5
169 // Username. Specified in URLs with an @ sign before the host. See |password|
170 Component username; member in struct:url_parse::Parsed
173 // Not all URLs with a username have a password, as in "http://me@host/".
174 // The password is separated form the username with a colon, as in
272 Component* username,
278 Component* username,
url_parse_unittest.cc 78 const char* username; member in struct:__anon4319::URLParseCase
178 {"http://u:p@h:8/p?q#r", Parsed::USERNAME, true, 7},
179 {"http://u:p@h:8/p?q#r", Parsed::USERNAME, false, 7},
204 {"http://h/", Parsed::USERNAME, true, 7},
205 {"http:", Parsed::USERNAME, true, 5},
210 {"file:///c:/foo", Parsed::USERNAME, true, 7},
284 // Username/passwords and things that look like them
339 EXPECT_TRUE(ComponentMatches(url, cases[i].username, parsed.username));
376 ExpectInvalidComponent(parsed.username);
    [all...]
url_parse.cc 70 Component* username,
72 // Find the first colon in the user section, which separates the username and
79 // Found separator: <username>:<password>
80 *username = Component(user.begin, colon_offset);
84 // No separator, treat everything as the username
85 *username = user;
143 Component* username,
149 username->reset();
165 username, password);
170 username->reset()
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 45 #define USERNAME "bcast"
303 A1.append(USERNAME);
332 request->append("username=\"" USERNAME "\", ");
  /external/bison/djgpp/
config.bat 356 if not "%USERNAME%" == "" goto haveuname
358 echo No USERNAME and no USER found in the environment, using default values
367 set HOSTNAME=%USERNAME%'s PC
368 if not "%HOSTNAME%" == "%USERNAME%'s PC" goto SmallEnv
  /external/chromium/net/base/
net_util.cc 828 AdjustComponent(delta, &(parsed->username));
    [all...]
  /tools/motodev/src/plugins/android/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/common/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/emulator/lib/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/translation/
commons-net-1.4.1.jar 

Completed in 458 milliseconds