Home
last modified time | relevance | path

Searched refs:errorList (Results 1 – 5 of 5) sorted by relevance

/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
DMigratorFrame.java289 List<String> errorList = doSanityAnalysis(); in actionPerformed() local
290 if (errorList.size() > 0) { in actionPerformed()
291 showDialogBox(errorList); in actionPerformed()
326 List<String> errorList = new ArrayList<String>(); in doSanityAnalysis() local
328 errorList.add("Please select the migration type: JCL, log4j, or JUL to SLF4J."); in doSanityAnalysis()
334 errorList.add("Please select the folder of the project to migrate"); in doSanityAnalysis()
336 errorList.add("[" + folder + "] does not look like a valid folder"); in doSanityAnalysis()
340errorList.add("Cannot initiate migration unless you acknowledge<p>that files will be modified with… in doSanityAnalysis()
342 return errorList; in doSanityAnalysis()
345 void showDialogBox(List<String> errorList) { in showDialogBox() argument
[all …]
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
DFrameworkErrorListener.java35 public List<FrameworkEvent> errorList = new ArrayList<FrameworkEvent>(); field in FrameworkErrorListener
39 errorList.add(fe); in frameworkEvent()
57 for (int i = 0; i < errorList.size(); i++) { in dumpAll()
58 FrameworkEvent fe = (FrameworkEvent) errorList.get(i); in dumpAll()
DBundleTest.java53 if (fel.errorList.size() != 0) { in testSmoke()
57 assertEquals(0, fel.errorList.size()); in testSmoke()
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp58 static UnicodeString errorList; variable
786 errorList += " "; in runTestLoop()
788 errorList += name; in runTestLoop()
789 errorList += "\n"; in runTestLoop()
1074 IntlTest::LL_err_message(errorList, TRUE); in printErrors()
1534 int32_t length = errorList.extract(0, errorList.length(), buf, sizeof(buf)); in main()
/external/bcc/tests/lua/
Dluaunit.lua1272 { errorList = {}, verbosity = M.VERBOSITY_DEFAULT }, TextOutput_MT )