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 D | WebComponentInvocation.java | 133 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 D | ExportCommand.java | 80 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 D | UnprocessedConfigChange.java | 153 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 D | uninstall.sh | 63 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 D | wrapper.sh | 87 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 D | uninstall.sh | 63 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 D | wrapper.sh | 87 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 D | uninstall.sh | 63 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 D | wrapper.sh | 86 if [ "$major" -eq "1" -a "$minor" -ge "6" ]; then
|
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | configure | 70 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 D | gfbuild.sh | 89 elif [ "$version" -eq "220" ]; then
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/ |
H A D | BaseCache.java | 263 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 D | FIFOEJBObjectCache.java | 199 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 D | BaseCache.java | 210 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 D | CodeGeneration.g | 1373 : #( eq:COLLECTION_EQUAL . . ) 1375 errorMsg.unsupported(eq.getLine(), eq.getColumn(),
|
Completed in 3202 milliseconds