| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ |
| D | ParseProblemException.java | 37 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()
|
| D | ParseResult.java | 38 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/ |
| D | ParseProblemException.java | 18 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()
|
| D | ParseResult.java | 18 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/ |
| D | raw_ptr.md | 327 ### 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<T>|
|
| /external/pigweed/pw_tokenizer/ |
| D | detokenization.rst | 213 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/ |
| D | Java7ValidatorTest.java | 85 List<Problem> problems = new ArrayList<>(); in multiCatchWithoutElements() local 96 List<Problem> problems = new ArrayList<>(); in multiCatchWithOneElement() local
|
| D | Java1_0ValidatorTest.java | 94 List<Problem> problems = new ArrayList<>(); in nonEmptyList() local
|
| /external/ltp/doc/ |
| D | C-Test-API.asciidoc | 2435 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/ |
| D | ImplementsValidator.java | 200 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/ |
| D | AsyncTesting.java | 21 private final LinkedList<Exception> problems = new LinkedList<Exception>(); field in AsyncTesting
|
| /external/fonttools/Lib/fontTools/varLib/ |
| D | interpolatablePlot.py | 345 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
|
| D | interpolatable.py | 1124 problems = main() variable
|
| D | interpolatableHelpers.py | 44 def sort_problems(problems): argument
|
| /external/exfatprogs/fsck/ |
| D | repair.c | 45 static struct exfat_repair_problem problems[] = { variable
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/ |
| D | ProblemHandlerLocation1440Test.java | 38 public List<String> problems() { in problems() method in ProblemHandlerLocation1440Test.DeserializationProblemLogger
|
| /external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
| D | TestAnnotations.java | 292 Set<String> problems = new HashSet<>(); in TestUniqueness() local 299 private void uniquePerLocale(String locale, Set<String> problems) { in uniquePerLocale()
|
| /external/gptfdisk/ |
| D | gpt.cc | 214 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/ |
| D | GeneratedJavaParserBase.java | 39 List<Problem> problems = new ArrayList<>(); field in GeneratedJavaParserBase
|
| /external/openthread/third_party/mbedtls/repo/tests/scripts/ |
| D | check_names.py | 894 def output_check_result(self, name, problems): argument
|
| /external/mbedtls/tests/scripts/ |
| D | check_names.py | 905 def output_check_result(self, name, problems): argument
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | VettingViewer.java | 273 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/ |
| D | TestMisc.java | 637 TreeSet<String> problems = new TreeSet<>(); in checkPrivateUse() local
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
| D | GenerateMaximalLocales.java | 1485 Set<List<String>> problems = new HashSet<>(); in tryDifferentAlgorithm() local
|
| /external/rust/crates/quickcheck/src/ |
| D | arbitrary.rs | 1147 let mut problems = if $signed { localVariable
|