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

  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 50 private StringBuilder debugStr;
158 if (debugStr == null) {
159 debugStr = new StringBuilder();
162 debugStr.append("setscreensize (").append(c).append(',').append(r).append(',')
164 debug(debugStr.toString());
165 debugStr.setLength(0);
199 debugStr = new StringBuilder();
609 debugStr.append("write(|").append(s).append("|,").append(doecho);
610 debug(debugStr.toString());
611 debugStr.setLength(0)
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 295 String debugStr = printActualNotifications();
300 assertNull("Received unexpected notificationId " + id + debugStr, actual);
301 assertTrue("NotificationId " + id + " should have been cancelled." + debugStr,
305 + debugStr, actual);
307 + debugStr, mCancelled[id]);
308 assertEquals("Priority not as expected for notification " + id + debugStr,
312 assertEquals("Event ID not expected for notification " + id + debugStr,
314 assertEquals("Begin time not expected for notification " + id + debugStr,
316 assertEquals("End time not expected for notification " + id + debugStr,
320 assertNotNull("Posted notification not a digest as expected." + debugStr,
    [all...]
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 340 String debugStr= pProperties.getProperty(DEBUG_PROPERTY);
341 if(debugStr != null) {
342 if(debugStr.equalsIgnoreCase("true")) {
345 else if(debugStr.equalsIgnoreCase("false")) {
350 + " value " + debugStr);
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 178 milliseconds