/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | lombok-ast-0.2.3.jar | ... lombok/ast/app/
lombok/ast/ecj/
lombok/ast/grammar/
lombok/ast ... |
/aosp_15_r20/external/auto/common/src/test/java/com/google/auto/common/ |
H A D | OverridesTest.java | 76 * (ecj). 99 ECJ { enumConstant 586 * An equivalent to {@link CompilationRule} that uses ecj (the Eclipse compiler) instead of javac. 587 * If the parameterized test is not selecting ecj then this rule has no effect. 595 if (!compilerType.equals(CompilerType.ECJ)) { in apply() 628 // it hard for ecj to find the boot class path. Elsewhere it is unnecessary but harmless. in evaluate()
|
/aosp_15_r20/external/jacoco/.azure-pipelines/ |
H A D | azure-pipelines.yml | 13 JDK 8 with ECJ: 15 ECJ: true 80 verify -Djdk.version=$JDK_VERSION -Dbytecode.version=$JDK_VERSION -Decj=${ECJ:-} \
|
/aosp_15_r20/external/auto/common/ |
H A D | pom.xml | 140 <id>test-with-ecj</id> 148 <artifactId>ecj</artifactId> 156 <id>test-without-ecj</id>
|
/aosp_15_r20/external/auto/common/src/main/java/com/google/auto/common/ |
H A D | Overrides.java | 52 * consistent between compilers, in particular between javac and ecj (the Eclipse compiler). 93 // from Collection<E>. The reason is that, in ecj, getAllMembers does type substitution, in overrides() 166 // superclass.) Here again we can use getAllMembers with javac but not with ecj. javac in overrides() 168 // List.size(), but ecj doesn't have the latter. The spec is not particularly clear so in overrides()
|
/aosp_15_r20/external/auto/value/src/it/functional/ |
H A D | pom.xml | 243 <id>test-with-ecj</id> 251 <artifactId>ecj</artifactId> 259 <id>test-without-ecj</id>
|
/aosp_15_r20/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/ |
H A D | EnumImplicitMethodsTarget.java | 35 * definition in case of javac and to the first line in case of ECJ. 43 * definition in case of javac and to the first line in case of ECJ.
|
H A D | SyntheticTarget.java | 39 * outer class definition, in case of ECJ - to the line of field.
|
H A D | SynchronizedTarget.java | 29 /* when compiled with ECJ next line covered partly without filter: */ in normal()
|
H A D | FinallyTarget.java | 54 * unexpected coverage results, like for example in case of ECJ for
|
/aosp_15_r20/development/tools/rmtypedefs/ |
H A D | rmtypedefs.iml | 48 …../prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/ecj-4.2.2.jar!/" />
|
/aosp_15_r20/external/kotlinpoet/gradle/ |
H A D | libs.versions.toml | 51 ecj = { module = "org.eclipse.jdt.core.compiler:ecj", version = "4.6.1" } qkey
|
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/ |
H A D | StringSwitchFilter.java | 28 * Filters code that is generated by ECJ for a <code>switch</code> statement 46 if (start.getOpcode() != /* ECJ */ Opcodes.ASTORE in match()
|
H A D | TryWithResourcesEcjFilter.java | 27 * Filters code that ECJ generates for try-with-resources statement.
|
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/ |
H A D | TryWithResourcesEcjFilterTest.java | 32 * ECJ for 160 public void ecj() { in ecj() method in TryWithResourcesEcjFilterTest 316 * ECJ for
|
H A D | SynchronizedFilterTest.java | 123 public void ecj() { in ecj() method in SynchronizedFilterTest
|
/aosp_15_r20/external/jacoco/org.jacoco.build/ |
H A D | pom.xml | 882 <!-- This profile enables use of ECJ --> 884 <id>ecj</id> 887 <name>ecj</name> 903 <artifactId>ecj</artifactId>
|
/aosp_15_r20/external/python/httplib2/tests/tls/ |
D | client_encrypted.crt | 17 ECJ+RWGJTEIWXq3fuVvBAJeopNVz+Utt61DCxziKbu+ndv0kQeXZ7KPFiBnARcEi
|
D | client_encrypted.pem | 17 ECJ+RWGJTEIWXq3fuVvBAJeopNVz+Utt61DCxziKbu+ndv0kQeXZ7KPFiBnARcEi
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/ |
H A D | build.gradle.kts | 59 implementation(libs.ecj) in <lambda>()
|
/aosp_15_r20/out/soong/.intermediates/external/boringssl/libcrypto/linux_glibc_x86_static/obj/external/boringssl/src/crypto/hpke/ |
D | hpke.o | ... f tV w kR iE @ iw[9*ecj A; . D ?f /[ ? ( ... |
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
H A D | DuplicateFrameEliminator.java | 23 * some class files compiled with ECJ.
|
/aosp_15_r20/external/javapoet/ |
H A D | pom.xml | 86 <artifactId>ecj</artifactId>
|
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
H A D | CompileWithEclipseTest.java | 114 // hard for ecj to find the boot class path. Elsewhere it is unnecessary but harmless. Notably, in compileWithEclipse()
|
/aosp_15_r20/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/ |
H A D | RmTypeDefsTest.java | 27 // ECJ. It then runs the RmTypeDefs tool on the resulting output directory, and in test()
|