/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/ |
D | lcentry.h | 219 char tempString[80]; in StatusShow() local 222 sprintf(tempString, " LogicalChannelNumber = %u", FwdLcn); in StatusShow() 223 Show245(ANALYZER_SE, 0, tempString); in StatusShow() 224 sprintf(tempString, " from--> %s", StateLabel(oldStatus)); in StatusShow() 225 Show245(ANALYZER_SE, 0, tempString); in StatusShow() 226 sprintf(tempString, " to--> %s", StateLabel(newStatus)); in StatusShow() 227 Show245(ANALYZER_SE, 0, tempString); in StatusShow() 267 char tempString[80]; in ClcStatusShow() local 270 sprintf(tempString, " LogicalChannelNumber = %u", FwdLcn); in ClcStatusShow() 271 Show245(ANALYZER_SE, 0, tempString); in ClcStatusShow() [all …]
|
/external/icu4c/test/intltest/ |
D | numrgts.cpp | 867 UnicodeString tempString; in Test4070798() local 897 tempString = formatter->format (-5789.9876, tempString); in Test4070798() 899 if (tempString == expectedDefault) { in Test4070798() 904 " Received " + tempString ); in Test4070798() 910 tempString.remove(); in Test4070798() 911 tempString = formatter->format( 5789.9876, tempString ); in Test4070798() 913 if (tempString == expectedCurrency) { in Test4070798() 918 " Received " + tempString ); in Test4070798() 925 tempString.remove(); in Test4070798() 926 tempString = formatter->format (-5789.9876, tempString); in Test4070798() [all …]
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/ |
D | rtd.cpp | 325 char tempString[80]; in StatusShow() local 328 sprintf(tempString, " from--> %s", StateLabel(oldStatus)); in StatusShow() 329 Show245(ANALYZER_SE, 0, tempString); in StatusShow() 330 sprintf(tempString, " to--> %s", StateLabel(newStatus)); in StatusShow() 331 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
|
D | rme.cpp | 489 char tempString[80]; in StatusShow() local 492 sprintf(tempString, " from--> %s", StateLabel(oldStatus)); in StatusShow() 493 Show245(ANALYZER_SE, 0, tempString); in StatusShow() 494 sprintf(tempString, " to--> %s", StateLabel(newStatus)); in StatusShow() 495 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
|
D | mr.cpp | 490 char tempString[80]; in StatusShow() local 493 sprintf(tempString, " from--> %s", StateLabel(oldStatus)); in StatusShow() 494 Show245(ANALYZER_SE, 0, tempString); in StatusShow() 495 sprintf(tempString, " to--> %s", StateLabel(newStatus)); in StatusShow() 496 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
|
D | ml.cpp | 569 char tempString[80]; in StatusShow() local 572 sprintf(tempString, " from--> %s", StateLabel(oldStatus)); in StatusShow() 573 Show245(ANALYZER_SE, 0, tempString); in StatusShow() 574 sprintf(tempString, " to--> %s", StateLabel(newStatus)); in StatusShow() 575 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
|
D | mt.cpp | 616 char tempString[80]; in StatusShow() local 619 sprintf(tempString, " from--> %s", StateLabel(oldStatus)); in StatusShow() 620 Show245(ANALYZER_SE, 0, tempString); in StatusShow() 621 sprintf(tempString, " to--> %s", StateLabel(newStatus)); in StatusShow() 622 Show245(ANALYZER_SE, 0, tempString); in StatusShow()
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
D | regress-111557.js | 4979 var tempString = ""; 4981 tempString += myURL; 4983 tempString += MTMPreHREF + myURL; 4985 return(tempString); 4989 var tempString = ""; 4990 …tempString += '<a name="sub' + thisItem.number + '" href="javascript:parent.frames[\'code\'].myVo… 4994 tempString += ' class="' + tempClass + '"'; 4996 return(tempString + '>'); 5000 var tempString = '<a'; 5003 tempString += ' class="tracked"' [all …]
|