Searched refs:buildMessage (Results 1 - 12 of 12) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
H A DMessageFactory.java42 public static String buildMessage(Locale locale, method in class:MessageFactory
45 return buildMessage(locale, null, pattern, arguments);
59 public static String buildMessage(Locale locale, method in class:MessageFactory
/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DMathRuntimeException.java135 private static String buildMessage(final Locale locale, final Localizable pattern, method in class:MathRuntimeException
181 return buildMessage(locale, pattern, arguments);
253 return buildMessage(Locale.US, pattern, arguments);
259 return buildMessage(Locale.getDefault(), pattern, arguments);
297 return buildMessage(Locale.US, pattern, arguments);
303 return buildMessage(Locale.getDefault(), pattern, arguments);
341 return buildMessage(Locale.US, pattern, arguments);
347 return buildMessage(Locale.getDefault(), pattern, arguments);
402 return buildMessage(Locale.US, pattern, arguments);
408 return buildMessage(Local
[all...]
/external/volley/src/main/java/com/android/volley/
H A DVolleyLog.java55 Log.v(TAG, buildMessage(format, args));
60 Log.d(TAG, buildMessage(format, args));
64 Log.e(TAG, buildMessage(format, args));
68 Log.e(TAG, buildMessage(format, args), tr);
72 Log.wtf(TAG, buildMessage(format, args));
76 Log.wtf(TAG, buildMessage(format, args), tr);
83 private static String buildMessage(String format, Object... args) { method in class:VolleyLog
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DEnableCollectionDebuggee.java71 String messageForTest = buildMessage();
110 private String buildMessage() { method in class:EnableCollectionDebuggee
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DMathIllegalArgumentException.java98 return MessageFactory.buildMessage(locale, specific, general, arguments);
H A DMathIllegalStateException.java125 return MessageFactory.buildMessage(locale, specific, general, arguments);
H A DMathUnsupportedOperationException.java89 return MessageFactory.buildMessage(locale,
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 615 milliseconds