Home
last modified time | relevance | path

Searched defs:formatArgs (Results 1 – 14 of 14) sorted by relevance

/external/smali/util/src/main/java/org/jf/util/
DExceptionWithContext.java48 public static ExceptionWithContext withContext(Throwable ex, String str, Object... formatArgs) { in withContext()
66 public ExceptionWithContext(String message, Object... formatArgs) { in ExceptionWithContext()
85 public ExceptionWithContext(Throwable cause, String message, Object... formatArgs) { in ExceptionWithContext()
99 private static String formatMessage(String message, Object... 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()
45 public UnresolvedClassException(String message, Object... formatArgs) { in UnresolvedClassException()
DAnalysisException.java43 public AnalysisException(Throwable cause, String message, Object... formatArgs) { in AnalysisException()
47 public AnalysisException(String message, Object... formatArgs) { in AnalysisException()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DDexFileFactory.java125 public NoClassesDexException(Throwable cause, String message, Object... formatArgs) { in NoClassesDexException()
129 public NoClassesDexException(String message, Object... formatArgs) { in NoClassesDexException()
DReferenceType.java92 … public InvalidReferenceTypeException(int referenceType, String message, Object... formatArgs) { in InvalidReferenceTypeException()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java108 public void annotateTo(int offset, @Nonnull String msg, Object... formatArgs) { in annotateTo()
122 public void annotate(int length, @Nonnull String msg, Object... formatArgs) { in annotate()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
DTryListBuilder.java90 public InvalidTryException(Throwable cause, String message, Object... formatArgs) { in InvalidTryException()
94 public InvalidTryException(String message, Object... formatArgs) { in InvalidTryException()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResources.java89 public String getString(int id, Object... formatArgs) throws Resources.NotFoundException { in getString()
95 …public String getQuantityString(int id, int quantity, Object... formatArgs) throws Resources.NotFo… in getQuantityString()
DShadowContext.java55 public String getString(int resId, Object... formatArgs) { in getString()
DShadowFragment.java130 public final String getString(int resId, Object... formatArgs) { in getString()
/external/chromium_org/third_party/icu/source/test/intltest/
Dselfmts.cpp54 UnicodeString formatArgs[NUM_OF_FORMAT_ARGS] = { in selectFormatUnitTest() local
/external/icu/icu4c/source/test/intltest/
Dselfmts.cpp55 UnicodeString formatArgs[NUM_OF_FORMAT_ARGS] = { in selectFormatUnitTest() local
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
Dimage_editor.js1124 ImageEditor.Prompt.prototype.show = function(text, timeout, formatArgs) { argument
1136 ImageEditor.Prompt.prototype.showAt = function(pos, text, timeout, formatArgs) { argument
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_editor.js1124 ImageEditor.Prompt.prototype.show = function(text, timeout, formatArgs) { argument
1136 ImageEditor.Prompt.prototype.showAt = function(pos, text, timeout, formatArgs) { argument