Home
last modified time | relevance | path

Searched full:ecj (Results 1 – 25 of 75) sorted by relevance

123

/aosp_15_r20/prebuilts/devtools/tools/lib/
HDlombok-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 DOverridesTest.java76 * (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 Dazure-pipelines.yml13 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 Dpom.xml140 <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 DOverrides.java52 * 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 Dpom.xml243 <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 DEnumImplicitMethodsTarget.java35 * 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 DSyntheticTarget.java39 * outer class definition, in case of ECJ - to the line of field.
H A DSynchronizedTarget.java29 /* when compiled with ECJ next line covered partly without filter: */ in normal()
H A DFinallyTarget.java54 * unexpected coverage results, like for example in case of ECJ for
/aosp_15_r20/development/tools/rmtypedefs/
H A Drmtypedefs.iml48 …../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 Dlibs.versions.toml51 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 DStringSwitchFilter.java28 * Filters code that is generated by ECJ for a <code>switch</code> statement
46 if (start.getOpcode() != /* ECJ */ Opcodes.ASTORE in match()
H A DTryWithResourcesEcjFilter.java27 * 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 DTryWithResourcesEcjFilterTest.java32 * ECJ for
160 public void ecj() { in ecj() method in TryWithResourcesEcjFilterTest
316 * ECJ for
H A DSynchronizedFilterTest.java123 public void ecj() { in ecj() method in SynchronizedFilterTest
/aosp_15_r20/external/jacoco/org.jacoco.build/
H A Dpom.xml882 <!-- 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/
Dclient_encrypted.crt17 ECJ+RWGJTEIWXq3fuVvBAJeopNVz+Utt61DCxziKbu+ndv0kQeXZ7KPFiBnARcEi
Dclient_encrypted.pem17 ECJ+RWGJTEIWXq3fuVvBAJeopNVz+Utt61DCxziKbu+ndv0kQeXZ7KPFiBnARcEi
/aosp_15_r20/external/kotlinpoet/kotlinpoet/
H A Dbuild.gradle.kts59 implementation(libs.ecj) in <lambda>()
/aosp_15_r20/out/soong/.intermediates/external/boringssl/libcrypto/linux_glibc_x86_static/obj/external/boringssl/src/crypto/hpke/
Dhpke.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 DDuplicateFrameEliminator.java23 * some class files compiled with ECJ.
/aosp_15_r20/external/javapoet/
H A Dpom.xml86 <artifactId>ecj</artifactId>
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A DCompileWithEclipseTest.java114 // 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 DRmTypeDefsTest.java27 // ECJ. It then runs the RmTypeDefs tool on the resulting output directory, and in test()

123