Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/cronet/base/memory/
H A Draw_ptr.md340 ### Explicit |raw_ptr.get()| might be needed
364 ### Out-of-line constructor/destructor might be needed
378 ### In-out arguments need to be refactored
493 ### Modern |nullptr| is required
526 ### [rare] Explicit overload or template specialization for |raw_ptr<T>|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
H A 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()
H A 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()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
H A 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()
H A DParseResult.java38 private final List<Problem> problems; field in ParseResult
47 public ParseResult(T result, List<Problem> problems, CommentsCollection commentsCollection) { in ParseResult()
/aosp_15_r20/external/ltp/doc/old/
H A DC-Test-API.asciidoc2455 2.1 umask()
2465 2.2 access()
2474 2.3 umount() EBUSY
2482 2.4 FILE buffers and fork()
/aosp_15_r20/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/
H A DImplementsValidator.java212 Problems problems = new Problems(this.checkKind); in validateShadow() local
278 Problems problems = new Problems(this.checkKind); in verifySdkMethod() local
311 Problems problems = new Problems(kind); in checkForMissingImplementationAnnotation() local
388 private final Map<String, Set<Integer>> problems = new HashMap<>(); field in ImplementsValidator.Problems
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/
H A 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
H A Dinterpolatable.py1124 problems = main() variable
H A DinterpolatableHelpers.py44 def sort_problems(problems): argument
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Ddetokenization.rst213 Accidentally interpreting plain text as tokenized binary
227 Displaying undecoded binary as plain text instead of Base64
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/validator/
H A DJava7ValidatorTest.java85 List<Problem> problems = new ArrayList<>(); in multiCatchWithoutElements() local
96 List<Problem> problems = new ArrayList<>(); in multiCatchWithOneElement() local
H A DJava1_0ValidatorTest.java94 List<Problem> problems = new ArrayList<>(); in nonEmptyList() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestAnnotations.java292 Set<String> problems = new HashSet<>(); in TestUniqueness() local
299 private void uniquePerLocale(String locale, Set<String> problems) { in uniquePerLocale()
/aosp_15_r20/external/gptfdisk/
H A Dgpt.cc214 int problems = 0, alignProbs = 0; in Verify() local
720 int problems = 0; in FindOverlaps() local
746 int problems = 0; in FindInsanePartitions() local
/aosp_15_r20/external/mockito/src/test/java/org/mockitoutil/async/
H A DAsyncTesting.java21 private final LinkedList<Exception> problems = new LinkedList<Exception>(); field in AsyncTesting
/aosp_15_r20/prebuilts/go/linux-x86/misc/linkcheck/
Dlinkcheck.go48 problems []string var
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A 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
/aosp_15_r20/external/exfatprogs/fsck/
H A Drepair.c45 static struct exfat_repair_problem problems[] = { variable
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/
H A DProblemHandlerLocation1440Test.java38 public List<String> problems() { in problems() method in ProblemHandlerLocation1440Test.DeserializationProblemLogger
/aosp_15_r20/libcore/tools/upstream/src/main/java/libcore/
H A DCompareUpstreams.java92 List<String> problems = new ArrayList<>(); in androidChangedComments() local
/aosp_15_r20/external/javaparser/javaparser-core/src/main/javacc-support/com/github/javaparser/
H A DGeneratedJavaParserBase.java39 List<Problem> problems = new ArrayList<>(); field in GeneratedJavaParserBase
/aosp_15_r20/external/mbedtls/tests/scripts/
H A Dcheck_names.py905 def output_check_result(self, name, problems): argument
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dcheck_names.py905 def output_check_result(self, name, problems): argument
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DTestMisc.java637 TreeSet<String> problems = new TreeSet<>(); in checkPrivateUse() local

123