Home
last modified time | relevance | path

Searched refs:BytecodeAnnotator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/nullaway/jar-infer/jar-infer-lib/src/test/java/com/uber/nullaway/jarinfer/
H A DJarInferTest.java432 BytecodeAnnotator.javaxNullableDesc, in toyJARAnnotatingClasses()
434 BytecodeAnnotator.javaxNonnullDesc)); in toyJARAnnotatingClasses()
449 BytecodeAnnotator.androidNullableDesc, in toyAARAnnotatingClasses()
451 BytecodeAnnotator.androidNonnullDesc)); in toyAARAnnotatingClasses()
500 BytecodeAnnotator.javaxNullableDesc, in testSignedJars()
502 BytecodeAnnotator.javaxNonnullDesc))); in testSignedJars()
H A DAnnotationChecker.java142 return countAnnotations(method.visibleAnnotations, BytecodeAnnotator.javaxNullableDesc) == 1; in checkTestMethodAnnotationByName()
165 if (countAnnotations(annotations, BytecodeAnnotator.javaxNonnullDesc) != 1) { in checkTestMethodParamAnnotationByName()
/aosp_15_r20/external/nullaway/jar-infer/jar-infer-lib/src/main/java/com/uber/nullaway/jarinfer/
H A DBytecodeAnnotator.java47 public final class BytecodeAnnotator { class
209 BytecodeAnnotator.debug = debug; in annotateBytecodeInClass()
291 BytecodeAnnotator.debug = debug; in annotateBytecodeInJar()
332 BytecodeAnnotator.debug = debug; in annotateBytecodeInAar()
H A DDefinitelyDerefedParamsDriver.java463 BytecodeAnnotator.annotateBytecodeInJar( in writeAnnotations()
469 BytecodeAnnotator.annotateBytecodeInAar( in writeAnnotations()
475 BytecodeAnnotator.annotateBytecodeInClass(is, os, nonnullParams, nullableReturns, DEBUG); in writeAnnotations()