/aosp_15_r20/external/cronet/base/memory/ |
H A D | raw_ptr.md | 340 ### 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 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()
|
H A 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()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ |
H A 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()
|
H A D | ParseResult.java | 38 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 D | C-Test-API.asciidoc | 2455 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 D | ImplementsValidator.java | 212 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 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
|
H A D | interpolatable.py | 1124 problems = main() variable
|
H A D | interpolatableHelpers.py | 44 def sort_problems(problems): argument
|
/aosp_15_r20/external/pigweed/pw_tokenizer/ |
H A D | detokenization.rst | 213 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 D | Java7ValidatorTest.java | 85 List<Problem> problems = new ArrayList<>(); in multiCatchWithoutElements() local 96 List<Problem> problems = new ArrayList<>(); in multiCatchWithOneElement() local
|
H A D | Java1_0ValidatorTest.java | 94 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 D | TestAnnotations.java | 292 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 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
|
/aosp_15_r20/external/mockito/src/test/java/org/mockitoutil/async/ |
H A D | AsyncTesting.java | 21 private final LinkedList<Exception> problems = new LinkedList<Exception>(); field in AsyncTesting
|
/aosp_15_r20/prebuilts/go/linux-x86/misc/linkcheck/ |
D | linkcheck.go | 48 problems []string var
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A 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
|
/aosp_15_r20/external/exfatprogs/fsck/ |
H A D | repair.c | 45 static struct exfat_repair_problem problems[] = { variable
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/ |
H A D | ProblemHandlerLocation1440Test.java | 38 public List<String> problems() { in problems() method in ProblemHandlerLocation1440Test.DeserializationProblemLogger
|
/aosp_15_r20/libcore/tools/upstream/src/main/java/libcore/ |
H A D | CompareUpstreams.java | 92 List<String> problems = new ArrayList<>(); in androidChangedComments() local
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/javacc-support/com/github/javaparser/ |
H A D | GeneratedJavaParserBase.java | 39 List<Problem> problems = new ArrayList<>(); field in GeneratedJavaParserBase
|
/aosp_15_r20/external/mbedtls/tests/scripts/ |
H A D | check_names.py | 905 def output_check_result(self, name, problems): argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
H A D | check_names.py | 905 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 D | TestMisc.java | 637 TreeSet<String> problems = new TreeSet<>(); in checkPrivateUse() local
|