/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | MessageObject.java | 62 sprint(myclass.getName()); in debugDump() 63 sprint("{"); in debugDump() 81 sprint(fieldName + ":"); in debugDump() 86 sprint(fname + ":"); in debugDump() 89 sprint(intfield); in debugDump() 92 sprint(shortField); in debugDump() 95 sprint(charField); in debugDump() 98 sprint(longField); in debugDump() 101 sprint(booleanField); in debugDump() 104 sprint(doubleField); in debugDump() [all …]
|
D | SIPResponse.java | 393 sprint(SIPResponse.class.getCanonicalName()); in debugDump() 394 sprint("{"); in debugDump() 396 sprint(statusLine.debugDump()); in debugDump() 398 sprint(superstring); in debugDump() 399 sprint("}"); in debugDump()
|
D | SIPMessage.java | 505 sprint("SIPMessage:"); in debugDump() 506 sprint("{"); in debugDump() 516 sprint(fieldName + "="); in debugDump() 517 sprint(((SIPHeader) f.get(this)).debugDump()); in debugDump() 524 sprint("List of headers : "); in debugDump() 525 sprint(headers.toString()); in debugDump() 526 sprint("messageContent = "); in debugDump() 527 sprint("{"); in debugDump() 528 sprint(messageContent); in debugDump() 529 sprint("}"); in debugDump() [all …]
|
D | SIPRequest.java | 201 sprint(SIPRequest.class.getName()); in debugDump() 202 sprint("{"); in debugDump() 204 sprint(requestLine.debugDump()); in debugDump() 205 sprint(superstring); in debugDump() 206 sprint("}"); in debugDump()
|
/external/nist-sip/java/gov/nist/core/ |
D | GenericObject.java | 307 protected void sprint(String a) { in sprint() method in GenericObject 329 protected void sprint(Object o) { in sprint() method in GenericObject 330 sprint(o.toString()); in sprint() 337 protected void sprint(int intField) { in sprint() method in GenericObject 338 sprint(String.valueOf(intField)); in sprint() 344 protected void sprint(short shortField) { in sprint() method in GenericObject 345 sprint(String.valueOf(shortField)); in sprint() 352 protected void sprint(char charField) { in sprint() method in GenericObject 353 sprint(String.valueOf(charField)); in sprint() 361 protected void sprint(long longField) { in sprint() method in GenericObject [all …]
|
D | GenericObjectList.java | 252 private void sprint(String s) { in sprint() method in GenericObjectList 279 sprint("listName:"); in debugDump() 280 sprint(listName); in debugDump() 281 sprint("{"); in debugDump() 283 sprint("["); in debugDump() 284 sprint(((GenericObject) obj).debugDump(this.indentation)); in debugDump() 286 sprint("]"); in debugDump() 288 sprint("}"); in debugDump()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPObject.java | 293 sprint(myclass.getName()); in debugDump() 294 sprint("{"); in debugDump() 312 sprint(fieldName + ":"); in debugDump() 317 sprint(fname + ":"); in debugDump() 320 sprint(intfield); in debugDump() 323 sprint(shortField); in debugDump() 326 sprint(charField); in debugDump() 329 sprint(longField); in debugDump() 332 sprint(booleanField); in debugDump() 335 sprint(doubleField); in debugDump() [all …]
|
D | SIPHeaderList.java | 331 sprint(indent + className); in debugDump() 332 sprint(indent + "{"); in debugDump() 336 sprint(indent + sipHeader.debugDump()); in debugDump() 338 sprint(indent + "}"); in debugDump()
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | NetObject.java | 286 sprint(myclass.getName()); in debugDump() 287 sprint("{"); in debugDump() 305 sprint(fieldName + ":"); in debugDump() 310 sprint(fname + ":"); in debugDump() 313 sprint(intfield); in debugDump() 316 sprint(shortField); in debugDump() 319 sprint(charField); in debugDump() 322 sprint(longField); in debugDump() 325 sprint(booleanField); in debugDump() 328 sprint(doubleField); in debugDump() [all …]
|
/external/python/cpython2/Lib/idlelib/ |
D | configHandler.py | 749 def sprint(obj): function 761 sprint(key) 762 sprint(sections) 765 sprint(section) 766 sprint(options) 768 sprint(option + ' = ' + cfg[key].Get(section, option))
|
/external/python/cpython3/Lib/idlelib/ |
D | config.py | 901 def sprint(obj): function 913 sprint(key) 914 sprint(sections) 917 sprint(section) 918 sprint(options) 920 sprint(option + ' = ' + cfg[key].Get(section, option))
|
/external/webrtc/webrtc/modules/ |
D | modules_unittests.isolate | 111 '<(DEPTH)/resources/sprint-downlink.rx', 112 '<(DEPTH)/resources/sprint-uplink.rx',
|
/external/autotest/test_suites/ |
D | control.cellular_ota_sprint | 40 args_dict['suite_dependencies'] = 'carrier:sprint,modem_repair'
|
/external/python/cpython3/Tools/stringbench/ |
D | README | 6 These test set was started at the Need For Speed sprint in Reykjavik
|
/external/libxml2/result/HTML/ |
D | wired.html.err | 209 ervlet/appservlet?from=/wired/sprint/&template=/security/security.html&SITE= 212 ervlet/appservlet?from=/wired/sprint/&template=/security/security.html&SITE=
|
D | wired.html.sax | 1955 ervlet/appservlet?from=/wired/sprint/&template=/security/security.html&SITE=
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 1140 Several of the optimizations were developed at the NeedForSpeed sprint, an event 1141 held in Reykjavik, Iceland, from May 21--28 2006. The sprint focused on speed 1143 support from CCP Games. Those optimizations added at this sprint are specially 1155 Andrew Dalke at the NeedForSpeed sprint. Character maps were improved by Walter 1163 Alan McIntyre and committed at the NeedForSpeed sprint.) 1179 (Contributed by Bob Ippolito at the NeedForSpeed sprint.) 1183 (Contributed by Jack Diederich at the NeedForSpeed sprint.) 1194 sprint.) Frame objects are also slightly smaller, which may improve cache 1203 Sean Reifschneider at the NeedForSpeed sprint.) 1565 sprint. Support for buffer objects was added by Martin Blais, also at the [all …]
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 1141 Several of the optimizations were developed at the NeedForSpeed sprint, an event 1142 held in Reykjavik, Iceland, from May 21--28 2006. The sprint focused on speed 1144 support from CCP Games. Those optimizations added at this sprint are specially 1156 Andrew Dalke at the NeedForSpeed sprint. Character maps were improved by Walter 1164 Alan McIntyre and committed at the NeedForSpeed sprint.) 1180 (Contributed by Bob Ippolito at the NeedForSpeed sprint.) 1184 (Contributed by Jack Diederich at the NeedForSpeed sprint.) 1195 sprint.) Frame objects are also slightly smaller, which may improve cache 1204 Sean Reifschneider at the NeedForSpeed sprint.) 1566 sprint. Support for buffer objects was added by Martin Blais, also at the [all …]
|
/external/python/cpython2/Tools/pybench/ |
D | README | 359 option during the NeedForSpeed sprint; this also triggered a long
|
/external/python/cpython2/Misc/ |
D | developers.txt | 229 - SVN access granted to the "Need for Speed" Iceland sprint attendees,
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regengine.inc | 52 #define print sprint
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regengine.inc | 52 #define print sprint
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regengine.inc | 52 #define print sprint
|
/external/llvm/lib/Support/ |
D | regengine.inc | 52 #define print sprint
|
/external/libpng/ |
D | CHANGES | 1915 Add png_snprintf() function and use it in place of sprint() for improved 5888 Increased the buffer size for 'sprint' to pass the gcc 7.1.0 'sprint
|