Searched refs:toString (Results 101 - 125 of 219) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DExceptionWrapperTest.java131 String s = sw.toString();
140 String s = sw.toString();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/access/
H A DAccessExample.java171 (new StringBuffer(line)).reverse().toString();
192 System.err.println("AccessExample: " + e.toString());
195 System.err.println("AccessExample: " + e.toString());
263 return b.toString();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DPart.java76 public String toString() { method in class:Part
H A DShipment.java64 public String toString() { method in class:Shipment
H A DSupplier.java70 public String toString() { method in class:Supplier
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DPart.java85 public String toString() { method in class:Part
H A DShipment.java74 public String toString() { method in class:Shipment
H A DSupplier.java79 public String toString() { method in class:Supplier
H A DSampleViews.java185 throw new IllegalArgumentException(keyClass.toString() +
241 throw new IllegalArgumentException(entityClass.toString() +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DLockExample.java80 return b.toString();
161 System.err.println("LockExample: lock_get: " + dbe.toString());
205 System.err.println(progname + ": " + dbe.toString());
207 System.err.println(progname + ": " + t.toString());
H A DEnvExample.java107 System.err.println(progname + ": environment open: " + dbe.toString());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DBtreeStats.java255 For convenience, the BtreeStats class has a toString method
258 public String toString() { method in class:BtreeStats
H A DLockDetectMode.java121 public String toString() { method in class:LockDetectMode
H A DLogStats.java205 For convenience, the LogStats class has a toString method that lists
208 public String toString() { method in class:LogStats
H A DReplicationStatus.java24 /* For toString */
127 public String toString() { method in class:ReplicationStatus
H A DReplicationTimeoutType.java117 public String toString() { method in class:ReplicationTimeoutType
H A DVerboseConfig.java97 /* For toString */
107 public String toString() { method in class:VerboseConfig
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dwep.js114 pkey[j].value += "0" + temp.toString(16).toUpperCase();
116 pkey[j].value += temp.toString(16).toUpperCase();
187 pkey[j].value += "0" + temp.toString(16).toUpperCase();
189 pkey[j].value += temp.toString(16).toUpperCase();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3commontree.c48 static pANTLR3_STRING toString (pANTLR3_BASE_TREE tree);
303 tree->baseTree.toString = toString;
307 tree->baseTree.toString = toString;
440 return tree->toString(tree);
487 static pANTLR3_STRING toString (pANTLR3_BASE_TREE tree) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfilterbar.cc56 return index.data(Qt::AccessibleDescriptionRole).toString() == QLatin1String("separator");
112 drawDisplay( painter, option, displayRect, index.data(Qt::DisplayRole).toString() );
113 drawDisplay( painter, disabledOption, countRect, index.data(TorrentCountRole).toString() );
186 QString text = modelIndex.data(TorrentCountRole).toString();
198 text = modelIndex.data( Qt::DisplayRole ).toString();
295 oldHosts << index.data(TrackerRole).toString();
338 if( !item->data(TrackerRole).toString().isEmpty() ) // don't remove "All"
354 const QString rowName = myTrackerModel->index(i,0).data(Qt::DisplayRole).toString();
513 const bool isTracker = !myTrackerCombo->itemData(i,TrackerRole).toString().isEmpty();
517 str = myTrackerCombo->itemData(i,TrackerRole).toString();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DCTagTest.cpp49 wxString toString(const T& value) function
57 wxString toString(T& value) function
65 wxString toString(const CMD4Hash& value) function
71 wxString toString(CMemFile& buf) function
85 wxString toString(const BSOBValue& buf) function
95 wxString toString(const BLOBValue& buf) function
115 ASSERT_EQUALS(toString(a), toString(b));
122 ASSERT_EQUALS(toString(a), toString(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSample.java250 System.out.println(entry.getKey().toString());
251 System.out.println(entry.getValue().toString());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredMap.java540 public String toString() { method in class:StoredMap
542 return entrySet().toString();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DRepmgrStartupTest.java177 fail("Unexpected database exception came from replicationManagerStart." + dbe.toString());
195 fail("Unexpected database exception came during shutdown." + dbe.toString());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djson2.min.js1 var JSON;JSON||(JSON={}),function(){function f(a){return a<10?"0"+a:a}function quote(a){return escapable.lastIndex=0,escapable.test(a)?'"'+a.replace(escapable,function(a){var b=meta[a];return typeof b=="string"?b:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+a+'"'}function str(a,b){var c,d,e,f,g=gap,h,i=b[a];i&&typeof i=="object"&&typeof i.toJSON=="function"&&(i=i.toJSON(a)),typeof rep=="function"&&(i=rep.call(b,a,i));switch(typeof i){case"string":return quote(i);case"number":return isFinite(i)?String(i):"null";case"boolean":case"null":return String(i);case"object":if(!i)return"null";gap+=indent,h=[];if(Object.prototype.toString.apply(i)==="[object Array]"){f=i.length;for(c=0;c<f;c+=1)h[c]=str(c,i)||"null";return e=h.length===0?"[]":gap?"[\n"+gap+h.join(",\n"+gap)+"\n"+g+"]":"["+h.join(",")+"]",gap=g,e}if(rep&&typeof rep=="object"){f=rep.length;for(c=0;c<f;c+=1)typeof rep[c]=="string"&&(d=rep[c],e=str(d,i),e&&h.push(quote(d)+(gap?": ":":")+e))}else for(d in i)Object.prototype.hasOwnProperty.call(i,d)&&(e=str(d,i),e&&h.push(quote(d)+(gap?": ":":")+e));return e=h.length===0?"{}":gap?"{\n"+gap+h.join(",\n"+gap)+"\n"+g+"}":"{"+h.join(",")+"}",gap=g,e}}"use strict",typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(a){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(a){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stringify!="function"&&(JSON.stringify=function(a,b,c){var d;gap="",indent="";if(typeof c=="number")for(d=0;d<c;d+=1)indent+=" ";else typeof c=="string"&&(indent=c);rep=b;if(!b||typeof b=="function"||typeof b=="object"&&typeof b.length=="number")return str("",{"":a});throw new Error("JSON.stringify")}),typeof JSON.parse!="function"&&(JSON.parse=function(text,reviver){function walk(a,b){var c,d,e=a[b];if(e&&typeof e=="object")for(c in e)Object.prototype.hasOwnProperty.call(e,c)&&(d=walk(e,c),d!==undefined?e[c]=d:delete e[c]);return reviver.call(a,b,e)}var j;text=String(text),cx.lastIndex=0,cx.test(text)&&(text=text.replace(cx,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@"). (…)

Completed in 215 milliseconds

123456789