Home
last modified time | relevance | path

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

12

/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
47 public ParseResult(T result, List<Problem> problems, CommentsCollection commentsCollection) { 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/cronet/base/memory/
Draw_ptr.md327 ### Explicit |raw_ptr.get()| might be needed
351 ### Out-of-line constructor/destructor might be needed
365 ### In-out arguments need to be refactored
480 ### Modern |nullptr| is required
513 ### [rare] Explicit overload or template specialization for |raw_ptr&lt;T&gt;|
/external/pigweed/pw_tokenizer/
Ddetokenization.rst213 Accidentally interpreting plain text as tokenized binary
227 Displaying undecoded binary as plain text instead of Base64
/external/javaparser/javaparser-core-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/ltp/doc/
DC-Test-API.asciidoc2435 2.1 umask()
2445 2.2 access()
2454 2.3 umount() EBUSY
2462 2.4 FILE buffers and fork()
/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/
DImplementsValidator.java200 Problems problems = new Problems(this.checkKind); in validateShadow() local
265 Problems problems = new Problems(this.checkKind); in verifySdkMethod() local
298 Problems problems = new Problems(kind); in checkForMissingImplementationAnnotation() local
375 private final Map<String, Set<Integer>> problems = new HashMap<>(); field in ImplementsValidator.Problems
/external/mockito/src/test/java/org/mockitoutil/async/
DAsyncTesting.java21 private final LinkedList<Exception> problems = new LinkedList<Exception>(); field in AsyncTesting
/external/fonttools/Lib/fontTools/varLib/
DinterpolatablePlot.py345 def add_summary(self, problems): argument
422 def add_problems(self, problems, *, show_tolerance=True, show_page_number=True): argument
457 self, glyphname, problems, *, show_tolerance=True, show_page_number=True argument
841 def draw_glyph(self, glyphset, glyphname, problems, which, *, x=0, y=0, scale=None): argument
Dinterpolatable.py1124 problems = main() variable
DinterpolatableHelpers.py44 def sort_problems(problems): argument
/external/exfatprogs/fsck/
Drepair.c45 static struct exfat_repair_problem problems[] = { variable
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/
DProblemHandlerLocation1440Test.java38 public List<String> problems() { in problems() method in ProblemHandlerLocation1440Test.DeserializationProblemLogger
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestAnnotations.java292 Set<String> problems = new HashSet<>(); in TestUniqueness() local
299 private void uniquePerLocale(String locale, Set<String> problems) { in uniquePerLocale()
/external/gptfdisk/
Dgpt.cc214 int problems = 0, alignProbs = 0; in Verify() local
720 int problems = 0; in FindOverlaps() local
746 int problems = 0; in FindInsanePartitions() local
/external/javaparser/javaparser-core/src/main/javacc-support/com/github/javaparser/
DGeneratedJavaParserBase.java39 List<Problem> problems = new ArrayList<>(); field in GeneratedJavaParserBase
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dcheck_names.py894 def output_check_result(self, name, problems): argument
/external/mbedtls/tests/scripts/
Dcheck_names.py905 def output_check_result(self, name, problems): argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVettingViewer.java273 public final Set<NotificationCategory> problems; field in VettingViewer.WritingInfo
279 EnumSet<NotificationCategory> problems, in WritingInfo()
417 private final EnumSet<NotificationCategory> problems = field in VettingViewer.FileInfo
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DTestMisc.java637 TreeSet<String> problems = new TreeSet<>(); in checkPrivateUse() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateMaximalLocales.java1485 Set<List<String>> problems = new HashSet<>(); in tryDifferentAlgorithm() local
/external/rust/crates/quickcheck/src/
Darbitrary.rs1147 let mut problems = if $signed { localVariable

12