Home
last modified time | relevance | path

Searched refs:formatArgs (Results 1 – 25 of 29) sorted by relevance

12

/external/smali/util/src/main/java/org/jf/util/
DExceptionWithContext.java48 public static ExceptionWithContext withContext(Throwable ex, String str, Object... formatArgs) { in withContext() argument
57 ewc.addContext(String.format(str, formatArgs)); in withContext()
66 public ExceptionWithContext(String message, Object... formatArgs) { in ExceptionWithContext() argument
67 this(null, message, formatArgs); in ExceptionWithContext()
85 public ExceptionWithContext(Throwable cause, String message, Object... formatArgs) { in ExceptionWithContext() argument
86 super((message != null) ? formatMessage(message, formatArgs) : in ExceptionWithContext()
99 private static String formatMessage(String message, Object... formatArgs) { in formatMessage() argument
103 return String.format(message, formatArgs); in formatMessage()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DUnresolvedClassException.java41 public UnresolvedClassException(Throwable cause, String message, Object... formatArgs) { in UnresolvedClassException() argument
42 super(cause, message, formatArgs); in UnresolvedClassException()
45 public UnresolvedClassException(String message, Object... formatArgs) { in UnresolvedClassException() argument
46 super(message, formatArgs); in UnresolvedClassException()
DAnalysisException.java43 public AnalysisException(Throwable cause, String message, Object... formatArgs) { in AnalysisException() argument
44 super(cause, message, formatArgs); in AnalysisException()
47 public AnalysisException(String message, Object... formatArgs) { in AnalysisException() argument
48 super(message, formatArgs); in AnalysisException()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java108 public void annotateTo(int offset, @Nonnull String msg, Object... formatArgs) { in annotateTo() argument
109 annotate(offset - cursor, msg, formatArgs); in annotateTo()
122 public void annotate(int length, @Nonnull String msg, Object... formatArgs) { in annotate() argument
128 if (formatArgs != null && formatArgs.length > 0) { in annotate()
129 formattedMsg = String.format(msg, formatArgs); in annotate()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DDexFileFactory.java200 …public DexFileNotFound(@Nullable Throwable cause, @Nullable String message, Object... formatArgs) { in DexFileNotFound() argument
201 super(cause, message, formatArgs); in DexFileNotFound()
204 public DexFileNotFound(@Nullable String message, Object... formatArgs) { in DexFileNotFound() argument
205 super(message, formatArgs); in DexFileNotFound()
DReferenceType.java92 … public InvalidReferenceTypeException(int referenceType, String message, Object... formatArgs) { in InvalidReferenceTypeException() argument
93 super(message, formatArgs); in InvalidReferenceTypeException()
/external/icu/icu4c/source/test/intltest/
Dselfmts.cpp53 UnicodeString formatArgs[NUM_OF_FORMAT_ARGS] = { in selectFormatUnitTest() local
153 selFmt->format( formatArgs[j], result , ignore , status); in selectFormatUnitTest()
155 …ln("ERROR: SelectFormat Unit test failed in format() with argument: "+ formatArgs[j] + " and error… in selectFormatUnitTest()
158 …it test failed in format() with unexpected result\n with argument: "+ formatArgs[j] + "\n result … in selectFormatUnitTest()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResources.java89 public String getString(int id, Object... formatArgs) throws Resources.NotFoundException { in getString() argument
91 return String.format(Locale.ENGLISH, raw, formatArgs); in getString()
95 …public String getQuantityString(int id, int quantity, Object... formatArgs) throws Resources.NotFo… in getQuantityString() argument
97 return String.format(Locale.ENGLISH, raw, formatArgs); in getQuantityString()
DShadowFragment.java130 public final String getString(int resId, Object... formatArgs) { in getString() argument
134 return activity.getString(resId, formatArgs); in getString()
DShadowContext.java55 public String getString(int resId, Object... formatArgs) { in getString() argument
56 return realContext.getResources().getString(resId, formatArgs); in getString()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DSelectFormatUnitTest.java107 String formatArgs[] = { in TestApplyFormat() local
150 …at Unit test failed in format() with unexpected result", selFmt.format(formatArgs[j]) ,expFormatRe… in TestApplyFormat()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DSelectFormatUnitTest.java111 String formatArgs[] = { in TestApplyFormat() local
154 …at Unit test failed in format() with unexpected result", selFmt.format(formatArgs[j]) ,expFormatRe… in TestApplyFormat()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
DTryListBuilder.java90 public InvalidTryException(Throwable cause, String message, Object... formatArgs) { in InvalidTryException() argument
91 super(cause, message, formatArgs); in InvalidTryException()
94 public InvalidTryException(String message, Object... formatArgs) { in InvalidTryException() argument
95 super(message, formatArgs); in InvalidTryException()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedDexFile.java299 public InvalidItemIndex(int itemIndex, String message, Object... formatArgs) {
300 super(message, formatArgs);
/external/robolectric/v3/runtime/
Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v1/lib/main/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12