Searched refs:eq (Results 1 - 15 of 15) sorted by relevance

/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DWebComponentInvocation.java133 boolean eq = false;
137 eq = (instance.equals(p.instance));
139 eq = (p.instance == null);
142 if (eq) {
144 eq = (thread.equals(p.thread));
146 eq = (p.thread == null);
150 return eq;
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DExportCommand.java80 int eq = arg.indexOf('=');
81 if (eq < 0) { // no value
85 name = arg.substring(0, eq);
86 value = arg.substring(eq + 1);
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/base/
H A DUnprocessedConfigChange.java153 private boolean eq(final Object lhs, final Object rhs) method in class:UnprocessedConfigChange
173 return eq(mName, x.mName) &&
174 eq(mOldValue, x.mOldValue) &&
175 eq(mNewValue, x.mNewValue) &&
176 eq(mSource, x.mSource) &&
177 eq(mReason, x.mReason);
/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/
H A Duninstall.sh63 if [ $? -eq 0 ]
84 if [ "$major" -eq "1" -a "$minor" -ge "6" ]; then
122 if [ $? -eq 0 ]
222 if [ ${JAVA_HOME_PASSED} -eq 0 ]
225 if [ $? -eq 1 ]; then
238 if [ ${CHECK_FOR_DISPLAY} -eq 1 ]
H A Dwrapper.sh87 if [ "$major" -eq "1" -a "$minor" -ge "6" ]; then
192 if [ ${CHECK_FOR_DISPLAY} -eq 1 ]
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/
H A Duninstall.sh63 if [ $? -eq 0 ]
84 if [ "$major" -eq "1" -a "$minor" -ge "6" ]; then
122 if [ $? -eq 0 ]
222 if [ ${JAVA_HOME_PASSED} -eq 0 ]
225 if [ $? -eq 1 ]; then
238 if [ ${CHECK_FOR_DISPLAY} -eq 1 ]
H A Dwrapper.sh87 if [ "$major" -eq "1" -a "$minor" -ge "6" ]; then
192 if [ ${CHECK_FOR_DISPLAY} -eq 1 ]
/glassfish-3.1.2/installer/src/main/resources/wrappers/
H A Duninstall.sh63 if [ $? -eq 0 ]
84 if [ "$major" -eq "1" -a "$minor" -ge "6" ]; then
113 if [ $? -eq 0 ]
202 if [ ${JAVA_HOME_PASSED} -eq 0 ]
205 if [ $? -eq 1 ]; then
H A Dwrapper.sh86 if [ "$major" -eq "1" -a "$minor" -ge "6" ]; then
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dconfigure70 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then
126 if test $shared -eq 1; then
142 if test $shared -eq 0; then
/glassfish-3.1.2/
H A Dgfbuild.sh89 elif [ "$version" -eq "220" ]; then
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DBaseCache.java263 protected boolean eq(Object x, Object y) { method in class:BaseCache
397 if ( (hashCode == item.hashCode) && eq(key, item.key) ) {
444 if ( (hashCode == item.hashCode) && eq(key, item.key) ) {
587 if ((hashCode == item.hashCode) && eq(key, item.key)) {
H A DFIFOEJBObjectCache.java199 if ( (hashCode == item.hashCode) && eq(key, item.key) ) {
242 if ((hashCode == item.hashCode) && eq(key, item.key)) {
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DBaseCache.java210 protected boolean eq(Object x, Object y) { method in class:BaseCache
344 if ( (hashCode == item.hashCode) && eq(key, item.key) ) {
389 if ( (hashCode == item.hashCode) && eq(key, item.key) ) {
533 if ((hashCode == item.hashCode) && eq(key, item.key)) {
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/antlr/
H A DCodeGeneration.g1373 : #( eq:COLLECTION_EQUAL . . )
1375 errorMsg.unsupported(eq.getLine(), eq.getColumn(),

Completed in 3202 milliseconds