Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 121 for setDest (0.17 sec)

  1. src/vendor/modules.txt

    ## explicit; go 1.18
    golang.org/x/net/dns/dnsmessage
    golang.org/x/net/http/httpguts
    golang.org/x/net/http/httpproxy
    golang.org/x/net/http2/hpack
    golang.org/x/net/idna
    golang.org/x/net/lif
    golang.org/x/net/nettest
    golang.org/x/net/route
    # golang.org/x/sys v0.21.0
    ## explicit; go 1.18
    golang.org/x/sys/cpu
    # golang.org/x/text v0.16.0
    ## explicit; go 1.18
    golang.org/x/text/secure/bidirule
    golang.org/x/text/transform
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 872 bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/ContinuousBuildProgressEventsCrossVersionSpec.groovy

            then:
            runBuild {
                succeeds()
                receivedBuildEvents()
                waitBeforeModification javaSrcFile
                javaSrcFile.setText('public class Thing { public static final int FOO = 1; }')
                succeeds()
                receivedBuildEvents()
                cancel()
            }
        }
    
        void receivedBuildEvents() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/net/nettest/nettest_unix.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos
    
    package nettest
    
    import "syscall"
    
    func supportsRawSocket() bool {
    	for _, af := range []int{syscall.AF_INET, syscall.AF_INET6} {
    		s, err := syscall.Socket(af, syscall.SOCK_RAW, 0)
    		if err != nil {
    			continue
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 526 bytes
    - Viewed (0)
  4. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/AbstractTestProjectGenerator.groovy

        protected static void file(File dir, String name, String content) {
            if (content == null) {
                return
            }
            def file = new File(dir, name)
            file.parentFile.mkdirs()
            file.setText(content.stripIndent().trim())
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 970 bytes
    - Viewed (0)
  5. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/console/Label.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.logging.console;
    
    public interface Label {
        void setText(String text);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 721 bytes
    - Viewed (0)
  6. src/cmd/compile/internal/walk/closure.go

    	clos := ir.NewCompLitExpr(base.Pos, ir.OCOMPLIT, typ, nil)
    	clos.SetEsc(clo.Esc())
    	clos.List = append([]ir.Node{ir.NewUnaryExpr(base.Pos, ir.OCFUNC, clofn.Nname)}, closureArgs(clo)...)
    	for i, value := range clos.List {
    		clos.List[i] = ir.NewStructKeyExpr(base.Pos, typ.Field(i), value)
    	}
    
    	addr := typecheck.NodAddr(clos)
    	addr.SetEsc(clo.Esc())
    
    	// Force type conversion from *struct to the func type.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 15:56:08 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/text/internal/language/compose.go

    			}
    			return
    		}
    	}
    	b.extensions = append(b.extensions, e)
    }
    
    // SetExt sets the extension e to the tag. e must be a valid extension as
    // returned by Tag.Extension. If the extension already exists, it will be
    // overwritten, except for a -u extension, where the individual key-type pairs
    // will be set.
    func (b *Builder) SetExt(e string) {
    	if e[0] == 'x' {
    		b.private = e
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  8. src/net/server_test.go

    func TestUnixAndUnixpacketServer(t *testing.T) {
    	var unixAndUnixpacketServerTests = []struct {
    		network, address string
    	}{
    		{"unix", testUnixAddr(t)},
    		{"unix", "@nettest/go/unix"},
    
    		{"unixpacket", testUnixAddr(t)},
    		{"unixpacket", "@nettest/go/unixpacket"},
    	}
    
    	const N = 3
    
    	for i, tt := range unixAndUnixpacketServerTests {
    		if !testableListenArgs(tt.network, tt.address, "") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/CppLibWithSimpleUnitTest.groovy

        }
    
        @Override
        SourceElement getSources() {
            return empty()
        }
    
        @Override
        public void writeToProject(TestFile projectDir) {
            getMain().writeToProject(projectDir);
            getTest().writeToProject(projectDir);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  10. src/runtime/signal_386.go

    	}
    }
    
    func (c *sigctxt) pushCall(targetPC, resumePC uintptr) {
    	// Make it look like we called target at resumePC.
    	sp := uintptr(c.esp())
    	sp -= goarch.PtrSize
    	*(*uintptr)(unsafe.Pointer(sp)) = resumePC
    	c.set_esp(uint32(sp))
    	c.set_eip(uint32(targetPC))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 1.7K bytes
    - Viewed (0)
Back to top