Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 618 for band (0.11 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	ssLen uintptr
    }
    
    type SignalfdSiginfo struct {
    	Signo     uint32
    	Errno     int32
    	Code      int32
    	Pid       uint32
    	Uid       uint32
    	Fd        int32
    	Tid       uint32
    	Band      uint32
    	Overrun   uint32
    	Trapno    uint32
    	Status    int32
    	Int       int32
    	Ptr       uint64
    	Utime     uint64
    	Stime     uint64
    	Addr      uint64
    	Addr_lsb  uint16
    	_         uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/resources/org/gradle/api/tasks/copyTestResources/src/one/sub/ignore/bad.file

    Peter Niederwieser <******@****.***> 1329340464 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 15 21:14:41 UTC 2012
    - Viewed (0)
  3. internal/bucket/replication/and.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package replication
    
    import (
    	"encoding/xml"
    )
    
    // And - a tag to combine a prefix and multiple tags for replication configuration rule.
    type And struct {
    	XMLName xml.Name `xml:"And" json:"And"`
    	Prefix  string   `xml:"Prefix,omitempty" json:"Prefix,omitempty"`
    	Tags    []Tag    `xml:"Tag,omitempty" json:"Tag,omitempty"`
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  4. test/fixedbugs/issue47185.dir/bad/bad.go

    // license that can be found in the LICENSE file.
    
    package a
    
    // Note that the use of CGO here is solely to trigger external
    // linking, since that is required to trigger that bad behavior
    // in this bug.
    
    // #include <stdlib.h>
    import "C"
    
    func Bad() {
    	m := make(map[int64]A)
    	a := m[0]
    	if len(a.B.C1.D2.E2.F1) != 0 ||
    		len(a.B.C1.D2.E2.F2) != 0 ||
    		len(a.B.C1.D2.E2.F3) != 0 ||
    		len(a.B.C1.D2.E2.F4) != 0 ||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 19 13:27:46 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  5. test/fixedbugs/issue46653.dir/bad/bad.go

    // Copyright 2021 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.
    
    package a
    
    func Bad() {
    	m := make(map[int64]A)
    	a := m[0]
    	if len(a.B.C1.D2.E2.F1) != 0 ||
    		len(a.B.C1.D2.E2.F2) != 0 ||
    		len(a.B.C1.D2.E2.F3) != 0 ||
    		len(a.B.C1.D2.E2.F4) != 0 ||
    		len(a.B.C1.D2.E2.F5) != 0 ||
    		len(a.B.C1.D2.E2.F6) != 0 ||
    		len(a.B.C1.D2.E2.F7) != 0 ||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 09 02:18:34 UTC 2021
    - 953 bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/resources/org/gradle/api/tasks/copyTestResources/src/one/ignore/bad.file

    Peter Niederwieser <******@****.***> 1329340464 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 15 21:14:41 UTC 2012
    - 25 bytes
    - Viewed (0)
  7. src/go/build/testdata/bads/bad.s

    Michael Matloob <******@****.***> 1667414211 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 03 19:34:40 UTC 2022
    - 3 bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/resources/org/gradle/api/tasks/copyTestResources/src/two/ignore/bad.file

    Peter Niederwieser <******@****.***> 1329340464 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 15 21:14:41 UTC 2012
    - 25 bytes
    - Viewed (0)
  9. internal/bucket/lifecycle/and.go

    package lifecycle
    
    import (
    	"encoding/xml"
    )
    
    var errDuplicateTagKey = Errorf("Duplicate Tag Keys are not allowed")
    
    // And - a tag to combine a prefix and multiple tags for lifecycle configuration rule.
    type And struct {
    	XMLName               xml.Name `xml:"And"`
    	ObjectSizeGreaterThan int64    `xml:"ObjectSizeGreaterThan,omitempty"`
    	ObjectSizeLessThan    int64    `xml:"ObjectSizeLessThan,omitempty"`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. subprojects/core/src/test/groovy/org/gradle/api/internal/project/ProjectStateInternalSpec.groovy

            stateString { toBeforeEvaluate(); toEvaluate(); toAfterEvaluate() } == "EXECUTING"
            stateString { configured() } == "EXECUTED"
            stateString { failed(new ProjectConfigurationException("bang", [])); configured() } == "FAILED (bang)"
        }
    
        String stateString(@DelegatesTo(ProjectStateInternal) Closure closure) {
            def state = ConfigureUtil.configure(closure, new ProjectStateInternal())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:52:07 UTC 2021
    - 1.6K bytes
    - Viewed (0)
Back to top