Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 363 for sticky (0.38 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/groovy/scripts/StatementLabelsIntegrationTest.groovy

            failure.assertThatCause(CoreMatchers.containsString("build file '${buildFile}': 2: Statement labels may not be used in build scripts."))
    
            // try again to make sure that warning sticks if build script is cached
            fails("tasks")
            failure.assertHasFileName("Build file '${buildFile}'")
            failure.assertHasLineNumber(2)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 21 07:18:30 UTC 2020
    - 3.1K bytes
    - Viewed (0)
  2. maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-child.xml

    Christian Wansart <******@****.***> 1573139799 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 1.3K bytes
    - Viewed (0)
  3. maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-expected.xml

    Christian Wansart <******@****.***> 1573139799 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 2K bytes
    - Viewed (0)
  4. maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-artifactId-urls-expected.xml

    Christian Wansart <******@****.***> 1573139799 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 2K bytes
    - Viewed (0)
  5. maven-model-builder/src/test/resources/poms/inheritance/tricky-flat-directory-urls-child.xml

    Christian Wansart <******@****.***> 1573139799 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Nov 07 15:16:39 UTC 2019
    - 1.3K bytes
    - Viewed (0)
  6. src/runtime/defs_dragonfly_amd64.go

    	_type uint16
    	prio  uint16
    }
    
    type lwpparams struct {
    	start_func uintptr
    	arg        unsafe.Pointer
    	stack      uintptr
    	tid1       unsafe.Pointer // *int32
    	tid2       unsafe.Pointer // *int32
    }
    
    type sigset struct {
    	__bits [4]uint32
    }
    
    type stackt struct {
    	ss_sp     uintptr
    	ss_size   uintptr
    	ss_flags  int32
    	pad_cgo_0 [4]byte
    }
    
    type siginfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  7. src/runtime/testdata/testprogcgo/sigstack.go

    // license that can be found in the LICENSE file.
    
    //go:build !plan9 && !windows
    // +build !plan9,!windows
    
    // Test handling of Go-allocated signal stacks when calling from
    // C-created threads with and without signal stacks. (See issue
    // #22930.)
    
    package main
    
    /*
    #include <pthread.h>
    #include <signal.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <sys/mman.h>
    
    #ifdef _AIX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  8. src/runtime/defs_linux_loong64.go

    	val [16]uint64
    }
    
    type stackt struct {
    	ss_sp     *byte
    	ss_flags  int32
    	pad_cgo_0 [4]byte
    	ss_size   uintptr
    }
    
    type sigcontext struct {
    	sc_pc         uint64
    	sc_regs       [32]uint64
    	sc_flags      uint32
    	sc_extcontext [0]uint64
    }
    
    type ucontext struct {
    	uc_flags     uint64
    	uc_link      *ucontext
    	uc_stack     stackt
    	uc_sigmask   usigset
    	uc_x_unused  [0]uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  9. src/runtime/defs_aix.go

    Modifications made:
     - sigset replaced by a [4]uint64 array
     - add sigset_all variable
     - siginfo.si_addr uintptr instead of *byte
     - add (*timeval) set_usec
     - stackt.ss_sp uintptr instead of *byte
     - stackt.ss_size uintptr instead of uint64
     - sigcontext.sc_jmpbuf context64 instead of jumbuf
     - ucontext.__extctx is a uintptr because we don't need extctx struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 20 21:27:51 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  10. samples/tcp-echo/tcp-echo-dual-stack.yaml

    John Howard <******@****.***> 1710626582 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 16 22:03:02 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top