Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 5,604 for RUNTIME (0.16 sec)

  1. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/ivy/with-dependencies.xml

            <dependency org="org.bouncycastle" name="bcpkix-jdk15on" rev="1.48" force="true" conf="runtime-&gt;compile(*),runtime(*),master(*)"/>
            <dependency org="org.bouncycastle" name="bcprov-jdk15on" rev="1.48" force="true" conf="runtime-&gt;compile(*),runtime(*),master(*)"/>
            <dependency org="org.ow2.asm" name="asm" rev="5.0.3" force="true" conf="runtime-&gt;compile(*),runtime(*),master(*)"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  2. src/sync/atomic/asm.s

    TEXT ·CompareAndSwapUint32(SB),NOSPLIT,$0
    	JMP	internal∕runtime∕atomic·Cas(SB)
    
    TEXT ·CompareAndSwapUintptr(SB),NOSPLIT,$0
    	JMP	internal∕runtime∕atomic·Casuintptr(SB)
    
    TEXT ·CompareAndSwapInt64(SB),NOSPLIT,$0
    	JMP	internal∕runtime∕atomic·Cas64(SB)
    
    TEXT ·CompareAndSwapUint64(SB),NOSPLIT,$0
    	JMP	internal∕runtime∕atomic·Cas64(SB)
    
    TEXT ·AddInt32(SB),NOSPLIT,$0
    	JMP	internal∕runtime∕atomic·Xadd(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 3K bytes
    - Viewed (0)
  3. src/cmd/internal/objabi/pkgspecial.go

    	// interact closely with the runtime package or have performance-critical
    	// assembly.
    	AllowAsmABI bool
    }
    
    var runtimePkgs = []string{
    	"runtime",
    
    	"internal/runtime/atomic",
    	"internal/runtime/exithook",
    	"runtime/internal/math",
    	"runtime/internal/sys",
    	"internal/runtime/syscall",
    
    	"internal/abi",
    	"internal/bytealg",
    	"internal/byteorder",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 02:32:19 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/codec_factory.go

    */
    
    package serializer
    
    import (
    	"mime"
    	"strings"
    
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/runtime/serializer/json"
    	"k8s.io/apimachinery/pkg/runtime/serializer/protobuf"
    	"k8s.io/apimachinery/pkg/runtime/serializer/recognizer"
    	"k8s.io/apimachinery/pkg/runtime/serializer/versioning"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 12.6K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/DefaultIvyModuleResolveMetadataTest.groovy

            given:
            configuration("runtime")
            artifact("one", ["runtime"])
            artifact("two", ["runtime"])
    
            when:
            def runtime = metadata.getConfiguration("runtime")
    
            then:
            runtime.artifacts*.name.name == ["one", "two"]
            runtime.artifacts.is(runtime.artifacts)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  6. src/runtime/pprof/mprof_test.go

    #	0x[0-9,a-f]+	runtime/pprof\.TestMemoryProfiler\+0x[0-9,a-f]+	.*runtime/pprof/mprof_test\.go:82
    `, 32*memoryProfilerRun, 1024*memoryProfilerRun, 32*memoryProfilerRun, 1024*memoryProfilerRun),
    	}, {
    		stk: []string{"runtime/pprof.allocateTransient1M", "runtime/pprof.TestMemoryProfiler"},
    		legacy: fmt.Sprintf(`0: 0 \[%v: %v\] @ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 16 15:20:22 UTC 2022
    - 5.3K bytes
    - Viewed (0)
  7. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/java/JavaApplicationOutgoingVariantsIntegrationTest.groovy

                implementation-1.0.jar (test:implementation:1.0) {artifactType=jar, org.gradle.status=release}
                runtime-only-1.0.jar (test:runtime-only:1.0) {artifactType=jar, org.gradle.status=release}
            """)
        }
    
        def "provides runtime JAR as default variant with jvm-ecosystem plugin"() {
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  8. pkg/controlplane/reconcilers/endpointsadapter_test.go

    		expectedResult *corev1.Endpoints
    		expectCreate   []runtime.Object
    		expectUpdate   []runtime.Object
    		initialState   []runtime.Object
    		namespaceParam string
    		endpointsParam *corev1.Endpoints
    	}{
    		"single-endpoint": {
    			expectedError:  nil,
    			expectedResult: endpoints1,
    			expectCreate:   []runtime.Object{endpoints1, epSlice1},
    			initialState:   []runtime.Object{},
    			namespaceParam: endpoints1.Namespace,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  9. maven-model-builder/src/test/resources/dag.txt

    quarkus/extensions/panache/hibernate-reactive-panache-kotlin/runtime/pom.xml
    	quarkus/core/runtime/pom.xml
    	quarkus/extensions/hibernate-reactive/runtime/pom.xml
    	quarkus/extensions/panache/hibernate-reactive-panache/runtime/pom.xml
    	quarkus/extensions/panache/hibernate-reactive-panache-common/runtime/pom.xml
    	quarkus/extensions/arc/runtime/pom.xml
    	quarkus/extensions/jackson/runtime/pom.xml
    	quarkus/extensions/kotlin/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  10. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/java/JavaProjectOutgoingVariantsIntegrationTest.groovy

                implementation-1.0.jar (test:implementation:1.0) ${expectedAttributes}
                runtime-only-1.0.jar (test:runtime-only:1.0) ${expectedAttributes}
            """)
        }
    
        def "provides runtime JAR as default variant with jvm-ecosystem plugin"() {
            buildFile << """
                project(':consumer') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top