Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 4,296 for RUNTIME (0.1 sec)

  1. src/cmd/go/testdata/script/list_cgo_compiled_importmap.txt

    	# Experiment: the implicitly-imported package "runtime/cgo" is also a test variant,
    	# because "runtime/cgo" also depends on "runtime".
    stdout '"runtime/cgo \[runtime\.test\]"'
    ! stdout '"runtime/cgo"'
    
    
    # Because the import of "runtime/cgo" in the cgo-generated file actually refers
    # to "runtime/cgo [runtime.test]", the latter should be listed in the ImportMap.
    # BUG(#46462): Today, it is not.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 27 22:26:09 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. src/runtime/runtime_mmap_test.go

    		t.Errorf("mmap = %v, %v, want nil, %v", p, err, runtime.ENOMEM)
    	}
    }
    
    func TestPhysPageSize(t *testing.T) {
    	// Mmap fails if the address is not page aligned, so we can
    	// use this to test if the page size is the true page size.
    	ps := runtime.GetPhysPageSize()
    
    	// Get a region of memory to play with. This should be page-aligned.
    	b, err := runtime.Mmap(nil, 2*ps, 0, runtime.MAP_ANON|runtime.MAP_PRIVATE, -1, 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 29 16:24:51 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructuredscheme/scheme.go

    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/runtime/serializer/json"
    	"k8s.io/apimachinery/pkg/runtime/serializer/versioning"
    )
    
    var scheme = runtime.NewScheme()
    
    // NewUnstructuredNegotiatedSerializer returns a simple, negotiated serializer
    func NewUnstructuredNegotiatedSerializer() runtime.NegotiatedSerializer {
    	return unstructuredNegotiatedSerializer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 27 12:37:23 UTC 2020
    - 4.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning.go

    	decoder runtime.Decoder,
    	convertor runtime.ObjectConvertor,
    	creater runtime.ObjectCreater,
    	typer runtime.ObjectTyper,
    	defaulter runtime.ObjectDefaulter,
    	encodeVersion runtime.GroupVersioner,
    	decodeVersion runtime.GroupVersioner,
    	originalSchemeName string,
    ) runtime.Codec {
    	internal := &codec{
    		encoder:   encoder,
    		decoder:   decoder,
    		convertor: convertor,
    		creater:   creater,
    		typer:     typer,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 03 06:51:04 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/RuntimeExec3InstrumentationInDynamicGroovyWithIndyIntegrationTest.groovy

                // Runtime.exec() overloads
                [fromString(), "Runtime.getRuntime().exec(command, new String[] {'FOOBAR=foobar'}, file('$pwd'))", pwd, "foobar"],
                [fromGroovyString(), "Runtime.getRuntime().exec(command, new String[] {'FOOBAR=foobar'}, file('$pwd'))", pwd, "foobar"],
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top