Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 57 for thor (2.81 sec)

  1. src/net/testdata/hosts

    255.255.255.255	broadcasthost
    127.0.0.2	odin
    127.0.0.3	odin  # inline comment 
    ::2             odin
    127.1.1.1	thor
    # aliases
    127.1.1.2	ullr ullrhost
    fe80::1%lo0	localhost
    # Bogus entries that must be ignored.
    123.123.123	loki
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 04 02:50:00 UTC 2015
    - 242 bytes
    - Viewed (0)
  2. src/net/hosts_test.go

    	out []string
    }
    
    var lookupStaticHostTests = []struct {
    	name string
    	ents []staticHostEntry
    }{
    	{
    		"testdata/hosts",
    		[]staticHostEntry{
    			{"odin", []string{"127.0.0.2", "127.0.0.3", "::2"}},
    			{"thor", []string{"127.1.1.1"}},
    			{"ullr", []string{"127.1.1.2"}},
    			{"ullrhost", []string{"127.1.1.2"}},
    			{"localhost", []string{"fe80::1%lo0"}},
    		},
    	},
    	{
    		"testdata/singleline-hosts", // see golang.org/issue/6646
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 04 07:21:38 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  3. src/net/dnsclient_unix_test.go

    			continue
    		}
    
    		// Now check that we get an address when the name appears in the hosts file.
    		addrs, _, err := r.goLookupIPCNAMEOrder(context.Background(), "ip", "thor", order, nil) // entry is in "testdata/hosts"
    		if err != nil {
    			t.Errorf("%s: expected to successfully lookup host entry", name)
    			continue
    		}
    		if len(addrs) != 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  4. platforms/core-runtime/build-option/src/test/groovy/org/gradle/internal/buildoption/EnumBuildOptionTest.groovy

        def "reasonable error message when user doesn't select a correct value"() {
            def receiver = Mock(Dummy)
    
            when:
            option.applyFromProperty([test: 'thou'], receiver)
    
            then:
            1 * receiver.accept(MyEnum.THOU)
    
            when:
            option.applyFromProperty([test: 'SHALT'], receiver)
    
            then:
            1 * receiver.accept(MyEnum.SHALT)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:02:02 UTC 2023
    - 2K bytes
    - Viewed (0)
  5. src/runtime/race_ppc64le.s

    	MOVD	pc+16(FP), R6
    	// void __tsan_read_pc(ThreadState *thr, void *addr, void *callpc, void *pc);
    	MOVD	$__tsan_read_pc(SB), R8
    	BR	racecalladdr<>(SB)
    
    // func runtime·RaceWrite(addr uintptr)
    // Called from instrumented Go code
    TEXT	runtime·racewrite<ABIInternal>(SB), NOSPLIT, $0-8
    	MOVD	R3, R4 // addr
    	MOVD	LR, R5 // caller has set LR via BL inst
    	// void __tsan_write(ThreadState *thr, void *addr, void *pc);
    	MOVD	$__tsan_write(SB), R8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 17K bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/testsanitizers/testdata/tsan15.go

    // Test case for issue 66427.
    // Running under TSAN, this fails with "signal handler
    // spoils errno".
    
    /*
    #include <pthread.h>
    #include <signal.h>
    #include <stdlib.h>
    
    void go_callback();
    
    static void *thr(void *arg) {
    	int i;
    	for (i = 0; i < 10; i++)
    		go_callback();
    	return 0;
    }
    
    static void *sendthr(void *arg) {
    	pthread_t th = *(pthread_t*)arg;
    	while (1) {
    		int r = pthread_kill(th, SIGWINCH);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 21:14:49 UTC 2024
    - 968 bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess/en-ie/stopwords.txt

    mo
    mé
    na
    nach
    naoi
    naonúr
    ná
    ní
    níor
    nó
    nócha
    ocht
    ochtar
    os
    roimh
    sa
    seacht
    seachtar
    seachtó
    seasca
    seisear
    siad
    sibh
    sinn
    sna
    sé
    sí
    tar
    thar
    thú
    triúr
    trí
    trína
    trínár
    tríocha
    tú
    um
    ár
    é
    éis
    í
    ó
    ón
    óna
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 685 bytes
    - Viewed (0)
  8. src/runtime/race_arm64.s

    	MOVD	R9, R1
    	// void __tsan_func_enter(ThreadState *thr, void *pc);
    	MOVD	$__tsan_func_enter(SB), R9
    	BL	racecall<>(SB)
    	RET
    
    // func runtime·racefuncexit()
    // Called from instrumented code.
    TEXT	runtime·racefuncexit<ABIInternal>(SB), NOSPLIT, $0-0
    	load_g
    	MOVD	g_racectx(g), R0	// race context
    	// void __tsan_func_exit(ThreadState *thr);
    	MOVD	$__tsan_func_exit(SB), R9
    	JMP	racecall<>(SB)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  9. .typos.toml

    [type.go.extend-identifiers]
    "bui" = "bui"
    "dm2nd" = "dm2nd"
    "ot" = "ot"
    "ParseND" = "ParseND"
    "ParseNDStream" = "ParseNDStream"
    "pn" = "pn"
    "TestGetPartialObjectMisAligned" = "TestGetPartialObjectMisAligned"
    "thr" = "thr"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 18 15:15:02 UTC 2024
    - 854 bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/testsanitizers/testdata/tsan14.go

    /*
    #include <pthread.h>
    
    void go_callback();
    
    static void *thr(void *arg) {
        go_callback();
        return 0;
    }
    
    static void foo() {
        pthread_t th;
        pthread_attr_t attr;
        pthread_attr_init(&attr);
        pthread_attr_setstacksize(&attr, 256 << 10);
        pthread_create(&th, &attr, thr, 0);
        pthread_join(th, 0);
    }
    */
    import "C"
    
    import (
    	"time"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 21:53:11 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top