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

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/evolve/
H A DMutations.java65 public boolean isEmpty() { method in class:Mutations
66 return renamers.isEmpty() &&
67 deleters.isEmpty() &&
68 converters.isEmpty();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/evolve/
H A DMutations.java65 public boolean isEmpty() { method in class:Mutations
66 return renamers.isEmpty() &&
67 deleters.isEmpty() &&
68 converters.isEmpty();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/evolve/
H A DMutations.java65 public boolean isEmpty() { method in class:Mutations
66 return renamers.isEmpty() &&
67 deleters.isEmpty() &&
68 converters.isEmpty();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/swat2/style/qooxdoo/widgets/core/
H A DQxSelectionStorage.js2 function QxSelectionStorage(){this.removeAll();};QxSelectionStorage.extend(QxObject,"QxSelectionStorage");proto.add=function(oItem){this._i4[this.getItemHashCode(oItem)]=oItem;};proto.remove=function(oItem){delete this._i4[this.getItemHashCode(oItem)];};proto.removeAll=function(){this._i4={};};proto.contains=function(oItem){return this.getItemHashCode(oItem)in this._i4;};proto.toArray=function(){var res=[];for(var key in this._i4){res.push(this._i4[key]);};return res;};proto.getFirst=function(){for(var key in this._i4){return this._i4[key];};};proto.getChangeValue=function(){var sb=[];for(var hc in this._i4){sb.push(hc);};sb.sort();return sb.join(",");};proto.getItemHashCode=function(oItem){return oItem.toHash();};proto.isEmpty=function(){return isHashEmpty(this._i4);};proto.dispose=function(){if(this.getDisposed()){return;} (…)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/swat2/style/qooxdoo/widgets/core/
H A DQxSelectionStorage.js2 function QxSelectionStorage(){this.removeAll();};QxSelectionStorage.extend(QxObject,"QxSelectionStorage");proto.add=function(oItem){this._i4[this.getItemHashCode(oItem)]=oItem;};proto.remove=function(oItem){delete this._i4[this.getItemHashCode(oItem)];};proto.removeAll=function(){this._i4={};};proto.contains=function(oItem){return this.getItemHashCode(oItem)in this._i4;};proto.toArray=function(){var res=[];for(var key in this._i4){res.push(this._i4[key]);};return res;};proto.getFirst=function(){for(var key in this._i4){return this._i4[key];};};proto.getChangeValue=function(){var sb=[];for(var hc in this._i4){sb.push(hc);};sb.sort();return sb.join(",");};proto.getItemHashCode=function(oItem){return oItem.toHash();};proto.isEmpty=function(){return isHashEmpty(this._i4);};proto.dispose=function(){if(this.getDisposed()){return;} (…)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/swat2/style/qooxdoo/widgets/core/
H A DQxSelectionStorage.js2 function QxSelectionStorage(){this.removeAll();};QxSelectionStorage.extend(QxObject,"QxSelectionStorage");proto.add=function(oItem){this._i4[this.getItemHashCode(oItem)]=oItem;};proto.remove=function(oItem){delete this._i4[this.getItemHashCode(oItem)];};proto.removeAll=function(){this._i4={};};proto.contains=function(oItem){return this.getItemHashCode(oItem)in this._i4;};proto.toArray=function(){var res=[];for(var key in this._i4){res.push(this._i4[key]);};return res;};proto.getFirst=function(){for(var key in this._i4){return this._i4[key];};};proto.getChangeValue=function(){var sb=[];for(var hc in this._i4){sb.push(hc);};sb.sort();return sb.join(",");};proto.getItemHashCode=function(oItem){return oItem.toHash();};proto.isEmpty=function(){return isHashEmpty(this._i4);};proto.dispose=function(){if(this.getDisposed()){return;} (…)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/collections/ship/basic/
H A DSample.java154 if (parts.isEmpty()) {
190 if (suppliers.isEmpty()) {
212 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/collections/ship/entity/
H A DSample.java168 if (parts.isEmpty()) {
192 if (suppliers.isEmpty()) {
209 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/collections/ship/factory/
H A DSample.java166 if (parts.isEmpty()) {
190 if (suppliers.isEmpty()) {
207 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/collections/ship/marshal/
H A DSample.java168 if (parts.isEmpty()) {
192 if (suppliers.isEmpty()) {
209 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/collections/ship/sentity/
H A DSample.java170 if (parts.isEmpty()) {
194 if (suppliers.isEmpty()) {
211 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/collections/ship/tuple/
H A DSample.java167 if (parts.isEmpty()) {
191 if (suppliers.isEmpty()) {
208 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/collections/ship/basic/
H A DSample.java154 if (parts.isEmpty()) {
190 if (suppliers.isEmpty()) {
212 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/collections/ship/entity/
H A DSample.java168 if (parts.isEmpty()) {
192 if (suppliers.isEmpty()) {
209 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/collections/ship/factory/
H A DSample.java166 if (parts.isEmpty()) {
190 if (suppliers.isEmpty()) {
207 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/collections/ship/marshal/
H A DSample.java168 if (parts.isEmpty()) {
192 if (suppliers.isEmpty()) {
209 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/collections/ship/sentity/
H A DSample.java170 if (parts.isEmpty()) {
194 if (suppliers.isEmpty()) {
211 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/collections/ship/tuple/
H A DSample.java167 if (parts.isEmpty()) {
191 if (suppliers.isEmpty()) {
208 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/collections/ship/basic/
H A DSample.java154 if (parts.isEmpty()) {
190 if (suppliers.isEmpty()) {
212 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/collections/ship/entity/
H A DSample.java168 if (parts.isEmpty()) {
192 if (suppliers.isEmpty()) {
209 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/collections/ship/factory/
H A DSample.java166 if (parts.isEmpty()) {
190 if (suppliers.isEmpty()) {
207 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/collections/ship/marshal/
H A DSample.java168 if (parts.isEmpty()) {
192 if (suppliers.isEmpty()) {
209 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/collections/ship/sentity/
H A DSample.java170 if (parts.isEmpty()) {
194 if (suppliers.isEmpty()) {
211 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/collections/ship/tuple/
H A DSample.java167 if (parts.isEmpty()) {
191 if (suppliers.isEmpty()) {
208 if (shipments.isEmpty()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp78 if (bss.isEmpty() || bss.startsWith("FAIL"))
111 if (bssid.isEmpty())

Completed in 122 milliseconds

1234