Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 408 for Asm (0.03 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/capabilities/CapabilitiesUseCasesIntegrationTest.groovy

                'asm:asm:3.0'()
                'org.ow2.asm:asm:4.0' {
                    variant('runtime') {
                        capability('org.ow2.asm', 'asm', '4.0') // explicitly declare capability
                        capability('asm', 'asm', '4.0') // upgrades the asm capability
                    }
                }
            }
    
            buildFile << """
                dependencies {
                   conf "$first"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  2. platforms/jvm/jvm-services/build.gradle.kts

        api(libs.inject)
        api(libs.jsr305)
        api(libs.nativePlatform)
    
        implementation(project(":functional"))
        implementation(project(":native"))
    
        implementation(libs.guava)
        implementation(libs.asm)
        implementation(libs.xmlApis)
        implementation(libs.slf4jApi)
    
        testImplementation(project(":native"))
        testImplementation(project(":file-collections"))
        testImplementation(project(":snapshots"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  3. platforms/jvm/normalization-java/src/main/java/org/gradle/internal/normalization/java/ApiClassExtractor.java

    import org.gradle.internal.normalization.java.impl.ApiMemberWriter;
    import org.gradle.internal.normalization.java.impl.MethodStubbingApiMemberAdapter;
    import org.objectweb.asm.ClassReader;
    import org.objectweb.asm.ClassWriter;
    
    import java.util.Optional;
    import java.util.Set;
    import java.util.regex.Pattern;
    
    /**
     * Extracts an "API class" from an original "runtime class".
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  4. platforms/core-runtime/internal-instrumentation-api/build.gradle.kts

     * limitations under the License.
     */
    
    plugins {
        id("gradlebuild.internal.java")
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
    
        api(libs.asm)
        api(libs.asmTree)
    
        runtimeOnly(libs.groovy)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 793 bytes
    - Viewed (0)
  5. platforms/core-runtime/internal-instrumentation-processor/src/main/java/org/gradle/internal/instrumentation/model/ImplementationInfo.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.instrumentation.model;
    
    import org.objectweb.asm.Type;
    
    public interface ImplementationInfo {
        Type getOwner();
        String getName();
        String getDescriptor();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 02 15:44:14 UTC 2023
    - 812 bytes
    - Viewed (0)
  6. platforms/core-runtime/internal-instrumentation-processor/src/main/java/org/gradle/internal/instrumentation/model/ParameterInfo.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.instrumentation.model;
    
    import org.objectweb.asm.Type;
    
    public interface ParameterInfo {
        String getName();
        Type getParameterType();
        ParameterKindInfo getKind();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 02 15:44:14 UTC 2023
    - 820 bytes
    - Viewed (0)
  7. platforms/core-runtime/internal-instrumentation-processor/src/main/java/org/gradle/internal/instrumentation/model/CallableReturnTypeInfo.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.instrumentation.model;
    
    import org.objectweb.asm.Type;
    
    public class CallableReturnTypeInfo {
    
        private final Type type;
    
        public CallableReturnTypeInfo(Type type) {
            this.type = type;
        }
    
        public Type getType() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 02 15:44:14 UTC 2023
    - 907 bytes
    - Viewed (0)
  8. src/cmd/link/internal/ppc64/l.go

    // Inferno utils/5l/asm.c
    // https://bitbucket.org/inferno-os/inferno-os/src/master/utils/5l/asm.c
    //
    //	Copyright © 1994-1999 Lucent Technologies Inc.  All rights reserved.
    //	Portions Copyright © 1995-1997 C H Forsyth (******@****.***)
    //	Portions Copyright © 1997-1999 Vita Nuova Limited
    //	Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com)
    //	Portions Copyright © 2004,2006 Bruce Ellis
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  9. src/cmd/link/internal/s390x/l.go

    // Inferno utils/5l/asm.c
    // https://bitbucket.org/inferno-os/inferno-os/src/master/utils/5l/asm.c
    //
    //	Copyright © 1994-1999 Lucent Technologies Inc.  All rights reserved.
    //	Portions Copyright © 1995-1997 C H Forsyth (******@****.***)
    //	Portions Copyright © 1997-1999 Vita Nuova Limited
    //	Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com)
    //	Portions Copyright © 2004,2006 Bruce Ellis
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  10. src/cmd/link/internal/mips/l.go

    // Inferno utils/5l/asm.c
    // https://bitbucket.org/inferno-os/inferno-os/src/master/utils/5l/asm.c
    //
    //	Copyright © 1994-1999 Lucent Technologies Inc.  All rights reserved.
    //	Portions Copyright © 1995-1997 C H Forsyth (******@****.***)
    //	Portions Copyright © 1997-1999 Vita Nuova Limited
    //	Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com)
    //	Portions Copyright © 2004,2006 Bruce Ellis
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 3.5K bytes
    - Viewed (0)
Back to top