Searched refs:isEmpty (Results 1 - 21 of 21) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewletPopupMenu.java38 if(range.isEmpty())
H A DBatchGoal.java65 if(this.isEmpty())
H A DViewletSelectionImpl.java50 if(isEmpty())
H A DSpreadSheetSelectionViewletRange.java120 public boolean isEmpty() { method in class:SpreadSheetSelectionViewletRange
H A DTableViewer.java292 if (newSelection.isEmpty()) {
H A DViewletArray.java181 * If size isEmpty then the elements object being populated is one-dimensional
194 if(size.isEmpty())
H A DRectQuadTree.java350 if(intersectingComponents.isEmpty())
H A DVisClient.java386 if(interestsList.isEmpty())
H A DGraphViewer.java820 if (!newSelection.isEmpty()) {
1224 if (!failedIndices.isEmpty()) {
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualizerSoftPrec.java104 if (removed == null || removed.isEmpty()) {
139 if (hardRemovedList == null || hardRemovedList.isEmpty()){
145 if (hardRemovedList == null || hardRemovedList.isEmpty()){
161 } if (softRemovedList == null || softRemovedList.isEmpty()){
H A DExtent.java165 if (res.isEmpty()) {
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DAbstractViewletType.java159 if ((range != null) & (!range.isEmpty())) {
H A DGrappaTextViewletType.java185 if ((range != null) & (!range.isEmpty())) {
H A DFadeViewletType.java252 if ((range != null) & (!range.isEmpty())) {
H A DGanttTaskViewletType.java167 if ((range != null) & (!range.isEmpty())) {
H A DChartBarViewletType.java192 if ((range != null) & (!range.isEmpty())) {
H A DTextViewletType.java354 if ((range != null) & (!range.isEmpty())) {
H A DBoundsViewletType.java342 if ((range != null) & (!range.isEmpty())) {
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DRemoteEclipse.java1793 synchronized boolean isEmpty() method in class:RemoteEclipse.NonBlockingOutputStream.ByteChunkQueue
1795 return(queue.isEmpty());
1800 while(!isEmpty())
1864 if(!byteChunkQueue.isEmpty())
H A DEclipseMultitaskConnectionImpl.java253 if (pendingGoals.isEmpty()) {
/barrelfish-master/lib/cxx/cxxabi/demangle/
H A DItaniumDemangle.h625 bool isEmpty() const { return !First && !Second; } function in class:NodeOrString

Completed in 199 milliseconds