Home
last modified time | relevance | path

Searched defs:problems (Results 1 – 13 of 13) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DParseProblemException.java37 private final List<Problem> problems; field in ParseProblemException
39 public ParseProblemException(List<Problem> problems) { in ParseProblemException()
48 private static String createMessage(List<Problem> problems) { in createMessage()
DParseResult.java38 private final List<Problem> problems; field in ParseResult
49 …public ParseResult(T result, List<Problem> problems, List<JavaToken> tokens, CommentsCollection co… in ParseResult()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
DParseProblemException.java18 private final List<Problem> problems; field in ParseProblemException
20 ParseProblemException(List<Problem> problems) { in ParseProblemException()
29 private static String createMessage(List<Problem> problems) { in createMessage()
DParseResult.java18 private final List<Problem> problems; field in ParseResult
28 …ParseResult(Optional<T> result, List<Problem> problems, Optional<List<Token>> tokens, Optional<Com… in ParseResult()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/validator/
DJava7ValidatorTest.java85 List<Problem> problems = new ArrayList<>(); in multiCatchWithoutElements() local
96 List<Problem> problems = new ArrayList<>(); in multiCatchWithOneElement() local
DJava1_0ValidatorTest.java94 List<Problem> problems= new ArrayList<>(); in nonEmptyList() local
/external/mockito/src/test/java/org/mockitoutil/async/
DAsyncTesting.java19 private final LinkedList<Exception> problems = new LinkedList<Exception>(); field in AsyncTesting
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DImplementsValidator.java242 Problems problems = new Problems(kind); in verifySdkMethod() local
312 private final Map<String, Set<Integer>> problems = new HashMap<>(); field in ImplementsValidator.Problems
/external/gptfdisk/
Dgpt.cc173 int problems = 0, alignProbs = 0; in Verify() local
630 int problems = 0; in FindOverlaps() local
656 int problems = 0; in FindInsanePartitions() local
/external/javaparser/javaparser-core/src/main/javacc-support/com/github/javaparser/
DGeneratedJavaParserBase.java40 List<Problem> problems = new ArrayList<>(); field in GeneratedJavaParserBase
/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java485 public final Set<Choice> problems; field in VettingViewer.WritingInfo
488 public WritingInfo(PathHeader pretty, EnumSet<Choice> problems, CharSequence htmlMessage) { in WritingInfo()
801 EnumSet<Choice> problems = EnumSet.noneOf(Choice.class); field in VettingViewer.FileInfo
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMisc.java570 TreeSet<String> problems = new TreeSet<String>(); in checkPrivateUse() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
DASTParser.java37 List<Problem> problems = new ArrayList<Problem>(); field in ASTParser