Searched refs:USERNAME (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DBasicLongCredentials.java46 static final String USERNAME = "ThisIsMyReallyReallyReallyReallyReallyReally" + field in class:BasicLongCredentials
60 return USERNAME.equals(username) && PASSWORD.equals(pw);
91 return new PasswordAuthentication (USERNAME, PASSWORD.toCharArray());
102 if (!p.getUsername().equals(USERNAME)) {
/openjdk7/jdk/make/
H A Djdk_generic_profile.sh55 # USERNAME is defined in the environment.
69 # USERNAME
93 if [ "${USERNAME}" = "" ] ; then
94 USERNAME="${LOGNAME}"
96 if [ "${USERNAME}" = "" ] ; then
97 USERNAME="${USER}"
99 export USERNAME
187 export PS1="CYGWIN:${COMPUTERNAME}:${USERNAME}[\!] "
/openjdk7/hotspot/make/windows/
H A Dbuild.bat95 nmake -f %3/make/windows/build.make Variant=%2 WorkSpace=%3 BootStrapDir=%4 BuildUser="%USERNAME%" HOTSPOT_BUILD_VERSION="%5" %1
99 nmake -f %3/make/windows/build.make Variant=compiler2 WorkSpace=%3 BootStrapDir=%4 BuildUser="%USERNAME%" HOTSPOT_BUILD_VERSION=%5 ADLC_ONLY=1 %1
103 nmake -f %3/make/windows/build.make Variant=%2 WorkSpace=%3 BootStrapDir=%4 BuildUser="%USERNAME%" HOTSPOT_BUILD_VERSION="%5" %1
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Server.java131 private static final int USERNAME = 0; field in class:DigestMD5Server
413 if (responseVal[USERNAME] != null) {
414 username = new String(responseVal[USERNAME], encoding);
/openjdk7/corba/make/common/shared/
H A DPlatform.gmk409 ifdef USERNAME
410 _USER := $(USERNAME)
/openjdk7/jdk/make/common/shared/
H A DPlatform.gmk412 ifdef USERNAME
413 _USER := $(USERNAME)
/openjdk7/hotspot/make/
H A DMakefile174 BuildUser=$(USERNAME) \
198 BuildUser=$(USERNAME) \

Completed in 298 milliseconds