HomeSort by relevance Sort by last modified time
    Searched refs:formattedMsg (Results 1 - 11 of 11) 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,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraErrorCollector.java 496 String formattedMsg = String.format("%s: rects are not similar enough; expected (%s), " +
501 formattedMsg, "too wide", "too narrow", actual.width(), expected.width(),
505 formattedMsg, "too tall", "too short", actual.height(), expected.height(),
509 formattedMsg, "left pt too right", "left pt too left", actual.left, expected.left,
513 formattedMsg, "right pt too right", "right pt too left",
517 formattedMsg, "top pt too low", "top pt too high", actual.top, expected.top,
521 formattedMsg, "bottom pt too low", "bottom pt too high", actual.top, expected.top,
543 String formattedMsg = String.format("%s: rects are not similar enough; expected (%s), " +
548 formattedMsg, "too wide", "too narrow", actual.getWidth(), expected.getWidth(),
552 formattedMsg, "too tall", "too short", actual.getHeight(), expected.getHeight()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 74 String formattedMsg;
76 formattedMsg = sGLMessageFormatter.formatGLMessage(msg);
78 formattedMsg = String.format("%s()", msg.getFunction().toString()); //$NON-NLS-1$
84 formattedMsg,
  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java 492 String formattedMsg = String.format("%s: rects are not similar enough; expected (%s), " +
497 formattedMsg, "too wide", "too narrow", actual.width(), expected.width(),
501 formattedMsg, "too tall", "too short", actual.height(), expected.height(),
505 formattedMsg, "too low", "too high", actual.centerY(), expected.centerY(),
509 formattedMsg, "too right", "too left", actual.centerX(), expected.centerX(),
531 String formattedMsg = String.format("%s: rects are not similar enough; expected (%s), " +
536 formattedMsg, "too wide", "too narrow", actual.getWidth(), expected.getWidth(),
540 formattedMsg, "too tall", "too short", actual.getHeight(), expected.getHeight(),
557 String formattedMsg = String.format("%s: rect should be centered; expected bounds (%s), " +
565 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...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 2882 milliseconds