Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,484 for due (0.05 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/Special.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.model;
    
    /**
     * Out on its own due to http://jira.codehaus.org/browse/GROOVY-7010
     */
    public interface Special {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 750 bytes
    - Viewed (0)
  2. src/cmd/internal/test2json/testdata/benchshort.json

    {"Action":"output","Output":"# This file ends in an early EOF to trigger the Benchmark prefix test,\n"}
    {"Action":"output","Output":"# which only happens when a benchmark prefix is seen ahead of the \\n.\n"}
    {"Action":"output","Output":"# Normally that's due to the benchmark running and the \\n coming later,\n"}
    {"Action":"output","Output":"# but to avoid questions of timing, we just use a file with no \\n at all.\n"}
    {"Action":"output","Output":"BenchmarkFoo   \t"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 537 bytes
    - Viewed (0)
  3. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/permissions/KotlinStandaloneAnalysisPermissionOptions.kt

     */
    
    package org.jetbrains.kotlin.analysis.api.standalone.base.permissions
    
    import org.jetbrains.kotlin.analysis.api.platform.permissions.KotlinAnalysisPermissionOptions
    
    // TODO (KT-68386): Currently unused due to KT-68386, but will be used again.
    class KotlinStandaloneAnalysisPermissionOptions : KotlinAnalysisPermissionOptions {
        override val defaultIsAnalysisAllowedOnEdt: Boolean get() = true
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 686 bytes
    - Viewed (0)
  4. test/fixedbugs/issue19632.go

    // compile
    
    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Check that we don't crash due to "lost track of variable in
    // liveness" errors against unused variables.
    
    package p
    
    import "strings"
    
    // Minimized test case from github.com/mvdan/sh/syntax.
    func F() {
    	var _ = []string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 21 19:52:45 UTC 2017
    - 539 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/old_tidy_toolchain.txt

    # Commands in an old module with no go line and no toolchain line,
    # or with only a go line, should succeed.
    # (They should not fail due to the go.mod not being tidy.)
    
    # No go line, no toolchain line.
    go list
    
    # Old go line, no toolchain line.
    go mod edit -go=1.16
    go list
    
    go mod edit -go=1.20
    go list
    
    # New go line, no toolchain line, using same toolchain.
    env TESTGO_VERSION=1.21
    go mod edit -go=1.21
    go list
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 19:11:44 UTC 2023
    - 615 bytes
    - Viewed (0)
  6. test/fixedbugs/issue21253.go

    // compile
    
    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Gccgo crashed compiling this code due to failing to finalize
    // interfaces in the right order.
    
    package p
    
    type s1 struct {
    	f m
    	I
    }
    
    type m interface {
    	Mm(*s2)
    }
    
    type s2 struct {
    	*s1
    }
    
    type I interface {
    	MI()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 17 18:09:52 UTC 2017
    - 393 bytes
    - Viewed (0)
  7. src/runtime/pprof/defs_darwin_arm64.go

    	Max_protection   int32
    	Inheritance      uint32
    	Shared           int32
    	Reserved         int32
    	Offset           [8]byte // This is hand-edited since godefs generates: Pad_cgo_0 [8]byte. Cannot use uint64 due to alignment.
    	Behavior         int32
    	User_wired_count uint16
    	Pad_cgo_1        [2]byte
    }
    
    const (
    	_VM_PROT_READ    = 0x1
    	_VM_PROT_WRITE   = 0x2
    	_VM_PROT_EXECUTE = 0x4
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 23:35:39 UTC 2023
    - 607 bytes
    - Viewed (0)
  8. src/internal/types/testdata/fixedbugs/issue52915.go

    }
    
    func _[P any]() {
    	_ = unsafe.Sizeof(T[int]{})
    	_ = unsafe.Sizeof(struct{ T[int] }{})
    
    	_ = unsafe.Sizeof(T[P]{})
    	_ = unsafe.Sizeof(struct{ T[P] }{})
    }
    
    // TODO(gri) This is a follow-on error due to T[int] being invalid.
    //           We should try to avoid it.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:25 UTC 2023
    - 582 bytes
    - Viewed (0)
  9. platforms/jvm/testing-junit-platform/build.gradle.kts

    This project should only be used by :testing-jvm-infrastructure, however it is not depended upon directly.
    Instead :testing-jvm-infrastructure loads classes from this project via reflection due to the above noted Java version issue.
    We make sure to include this subproject as a runtime dependency in :distributions-core to ensure we include it with the Gradle distribution.
    """
    
    dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 986 bytes
    - Viewed (0)
  10. test/codegen/noextend.go

    // Note: No tests are done for int8 since
    // an extra extension is usually needed due to
    // no signed byte load.
    
    func set16(x8 int8, u8 *uint8, y8 int8, z8 uint8) {
    	// Truncate not needed, load does sign/zero extend
    
    	// ppc64x:-"MOVBZ\tR\\d+,\\sR\\d+"
    	val16[0] = uint16(*u8)
    
    	// AND not needed due to size
    	// ppc64x:-"ANDCC"
    	sval16[1] = 255 & int16(x8+y8)
    
    	// ppc64x:-"ANDCC"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top