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

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
MsgMgr.java 147 String formattedMsg = XSLMessages.createWarning(msg, args);
151 errHandler.warning(new TransformerException(formattedMsg, srcLctr));
153 System.out.println(formattedMsg);
251 String formattedMsg = XSLMessages.createMessage(msg, args);
260 errHandler.fatalError(new TransformerException(formattedMsg, srcLctr));
262 throw new TransformerException(formattedMsg, srcLctr);
302 String formattedMsg = XSLMessages.createMessage(msg, args);
311 errHandler.fatalError(new TransformerException(formattedMsg, srcLctr));
313 throw new TransformerException(formattedMsg, srcLctr);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java 127 String formattedMsg;
129 formattedMsg = String.format(msg, formatArgs);
131 formattedMsg = msg;
148 formatAnnotation(cursor, cursor + length, formattedMsg),
158 formatAnnotation(cursor, cursor + length, formattedMsg),
176 formatAnnotation(cursor, cursor + length, formattedMsg),
182 formatAnnotation(cursor, cursor + length, formattedMsg),
189 formatAnnotation(cursor, cursor + length, formattedMsg),
209 startPoint.pointAnnotations.add(new AnnotationItem(indentLevel, formattedMsg));
211 startPoint.rangeAnnotation = new AnnotationItem(indentLevel, formattedMsg);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 393 String formattedMsg = XSLMessages.createMessage(msg, args);
395 TransformerException spe = new TransformerException(formattedMsg,
401 System.out.println(formattedMsg);
419 String formattedMsg = XSLMessages.createWarning(msg, args);
421 TransformerException spe = new TransformerException(formattedMsg,
427 System.out.println(formattedMsg);
FuncFormatNumb.java 158 String formattedMsg = XSLMessages.createWarning(msg, args);
161 errHandler.warning(new TransformerException(formattedMsg,
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java 490 String formattedMsg = String.format("%s: rects are not similar enough; expected (%s), " +
495 formattedMsg, "too wide", "too narrow", actual.width(), expected.width(),
499 formattedMsg, "too tall", "too short", actual.height(), expected.height(),
503 formattedMsg, "too low", "too high", actual.centerY(), expected.centerY(),
507 formattedMsg, "too right", "too left", actual.centerX(), expected.centerX(),
529 String formattedMsg = String.format("%s: rects are not similar enough; expected (%s), " +
534 formattedMsg, "too wide", "too narrow", actual.getWidth(), expected.getWidth(),
538 formattedMsg, "too tall", "too short", actual.getHeight(), expected.getHeight(),
555 String formattedMsg = String.format("%s: rect should be centered; expected bounds (%s), " +
563 formattedMsg, "too low", "too high", actual.centerY(), centerBoundY
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 854 String formattedMsg = XSLMessages.createWarning(msg, args);
861 handler.warning(new TransformerException(formattedMsg, locator));
948 String formattedMsg = XSLMessages.createMessage(msg, args);
950 error(formattedMsg, e);
967 String formattedMsg = e.getMessage();
973 handler.warning(new TransformerException(formattedMsg, locator));
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIMonkeyTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIMonkeyTest.java     [all...]
  /external/error_prone/checkerframework/
javacutil-2.5.3.jar 

Completed in 985 milliseconds