Searched refs:inuse (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/jvmstat/testlibrary/
H A Dutils.sh196 inuse=`netstat -a | egrep "\.$1"`
197 if [ "${inuse}" = "" ] ; then
200 echo "inuse"
211 if [ "`checkPort ${port1}`" = "inuse" \
212 -o "`checkPort ${port2}`" = "inuse" ] ; then
218 if [ "`checkPort ${port1}`" = "inuse" \
219 -o "`checkPort ${port2}`" = "inuse" ] ; then
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c135 int inuse; member in struct:ioevent
274 if (IOE_handles[i].inuse == 0) {
288 ioeh->inuse = 1;
332 ioeh->inuse = 0;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java716 con = this.context.inuse ? new Context() : this.context;
901 con = this.context.inuse ? new Context() : this.context;
1580 con = this.context.inuse ? new Context() : this.context;
2018 boolean inuse = false; field in class:RegularExpression.Context
2086 this.inuse = inUse;

Completed in 174 milliseconds