Searched refs:warn (Results 1 – 8 of 8) sorted by relevance
/cts/libs/vogar-expect/src/vogar/util/ |
D | Log.java | 35 public static void warn(String message) { in warn() method in Log 37 sLogoutput.warn(message); in warn() 44 public static void warn(String message, List<String> list) { in warn() method in Log 46 sLogoutput.warn(message, list); in warn()
|
D | LogOutput.java | 25 void warn(String message); in warn() method 30 void warn(String message, List<String> list); in warn() method
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AdaptivePlaybackTest.java | 383 warn("decoded " + decodedFrames + " frames out of " + in addTests() 387 warn(decoder.getWarnings()); in addTests() 430 warn("decoded " + decodedFrames + " frames out of " + in addTests() 433 warn(mDecoder.getWarnings()); in addTests() 488 warn("decoded " + decodedFrames + " frames out of " + in addTests() 491 warn(mDecoder.getWarnings()); in addTests() 567 warn("did not receive EOS, received " + frames + " frames"); in addTests() 569 warn("received EOS, received " + (-frames) + " frames"); in addTests() 571 warn(mDecoder.getWarnings()); in addTests() 586 warn("decoded " + mDecodedFrames + " frames out of " + in addTests() [all …]
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporter.java | 530 warn("Invocation failed: %s", cause); in invocationFailed() 550 warn("Failed to write log for %s", name); in testLog() 691 warn("Failed to write %s to file", resultFileName); in copyFormattingFiles() 694 warn("Failed to load %s from jar", resultFileName); in copyFormattingFiles() 716 warn("Failed to copy config file for %s to file", moduleName); in copyDynamicConfigFiles() 742 warn("Failed to copy file \"%s\" from previous session", oldFile.getName()); in copyRetryFiles() 761 warn("Failed to create zip for %s", resultsDir.getName()); in zipResults() 776 private static void warn(String format, Object... args) { in warn() method in ResultReporter
|
/cts/tools/signature-tools/src/signature/converter/doclet/ |
D | DocletFactory.java | 109 PrintWriter warn = new PrintWriter(new StringWriter()); in getRootDoc() local 111 c.newInstance(context, "SigTest", err, warn, notice); in getRootDoc()
|
/cts/libs/vogar-expect/src/vogar/commands/ |
D | Command.java | 214 Log.warn("couldn't destroy " + this); in destroy() 216 Log.warn("couldn't destroy " + this); in destroy()
|
/cts/libs/vogar-expect/src/vogar/ |
D | ExpectationStore.java | 147 Log.warn("Could not find resource '" + expectationsPath in parseResources() 231 Log.warn("Unhandled name in expectations file: " + name); in readExpectation()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 71781 public abstract void warn( 72475 public void warn( 143117 public abstract void warn( 143120 public abstract void warn( 143487 public void warn( 143490 public void warn( 143702 public void warn( 143705 public void warn( 143854 public final void warn( 143857 public final void warn(
|