HomeSort by relevance Sort by last modified time
    Searched refs:tempString (Results 1 - 11 of 11) sorted by null

  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
lcentry.h 219 char tempString[80];
222 sprintf(tempString, " LogicalChannelNumber = %u", FwdLcn);
223 Show245(ANALYZER_SE, 0, tempString);
224 sprintf(tempString, " from--> %s", StateLabel(oldStatus));
225 Show245(ANALYZER_SE, 0, tempString);
226 sprintf(tempString, " to--> %s", StateLabel(newStatus));
227 Show245(ANALYZER_SE, 0, tempString);
267 char tempString[80];
270 sprintf(tempString, " LogicalChannelNumber = %u", FwdLcn);
271 Show245(ANALYZER_SE, 0, tempString);
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
rtd.cpp 325 char tempString[80];
328 sprintf(tempString, " from--> %s", StateLabel(oldStatus));
329 Show245(ANALYZER_SE, 0, tempString);
330 sprintf(tempString, " to--> %s", StateLabel(newStatus));
331 Show245(ANALYZER_SE, 0, tempString);
ml.cpp 569 char tempString[80];
572 sprintf(tempString, " from--> %s", StateLabel(oldStatus));
573 Show245(ANALYZER_SE, 0, tempString);
574 sprintf(tempString, " to--> %s", StateLabel(newStatus));
575 Show245(ANALYZER_SE, 0, tempString);
mr.cpp 490 char tempString[80];
493 sprintf(tempString, " from--> %s", StateLabel(oldStatus));
494 Show245(ANALYZER_SE, 0, tempString);
495 sprintf(tempString, " to--> %s", StateLabel(newStatus));
496 Show245(ANALYZER_SE, 0, tempString);
rme.cpp 489 char tempString[80];
492 sprintf(tempString, " from--> %s", StateLabel(oldStatus));
493 Show245(ANALYZER_SE, 0, tempString);
494 sprintf(tempString, " to--> %s", StateLabel(newStatus));
495 Show245(ANALYZER_SE, 0, tempString);
mt.cpp 616 char tempString[80];
619 sprintf(tempString, " from--> %s", StateLabel(oldStatus));
620 Show245(ANALYZER_SE, 0, tempString);
621 sprintf(tempString, " to--> %s", StateLabel(newStatus));
622 Show245(ANALYZER_SE, 0, tempString);
  /external/icu4c/test/intltest/
numrgts.cpp 883 UnicodeString tempString;
913 tempString = formatter->format (-5789.9876, tempString);
915 if (tempString == expectedDefault) {
920 " Received " + tempString );
926 tempString.remove();
927 tempString = formatter->format( 5789.9876, tempString );
929 if (tempString == expectedCurrency) {
934 " Received " + tempString );
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
Inet6AddressTest.java     [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 538 String tempString = null;
542 tempString = path.substring(0, path.indexOf("/../"));
543 segIndex = tempString.lastIndexOf('/');
547 if (!tempString.substring(segIndex++).equals(".."))
559 tempString = path.substring(0, path.length() - 3);
560 segIndex = tempString.lastIndexOf('/');
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
URI.java 558 String tempString = null;
562 tempString = path.substring(0, path.indexOf("/../"));
563 segIndex = tempString.lastIndexOf('/');
567 if (!tempString.substring(segIndex++).equals(".."))
579 tempString = path.substring(0, path.length() - 3);
580 segIndex = tempString.lastIndexOf('/');
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js     [all...]

Completed in 333 milliseconds