Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for UC (0.32 sec)

  1. src/net/splice_linux.go

    //
    // If spliceTo returns handled == false, it has performed no work.
    func spliceTo(w io.Writer, c *netFD) (written int64, err error, handled bool) {
    	uc, ok := w.(*UnixConn)
    	if !ok || uc.fd.net != "unix" {
    		return
    	}
    
    	written, handled, err = pollSplice(&uc.fd.pfd, &c.pfd, 1<<63-1)
    	return written, wrapSyscallError("splice", err), handled
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:49:26 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. test/fixedbugs/issue33013.dir/b.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package b
    
    import "./a"
    
    type Service uint64
    type ServiceDesc struct {
    	X int
    	uc
    }
    
    type uc interface {
    	f() a.G
    }
    
    var q int
    
    func RS(svcd *ServiceDesc, server interface{}, qq uint8) *Service {
    	defer func() { q += int(qq) }()
    	return nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 24 02:14:15 UTC 2022
    - 403 bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testsanitizers/testdata/tsan_shared.go

    #include <stdlib.h>
    #include <string.h>
    #include <ucontext.h>
    
    void check_params(int signo, siginfo_t *info, void *context) {
    	ucontext_t* uc = (ucontext_t*)(context);
    
    	if (info->si_signo != signo) {
    		fprintf(stderr, "info->si_signo does not match signo.\n");
    		abort();
    	}
    
    	if (uc->uc_stack.ss_size == 0) {
    		fprintf(stderr, "uc_stack has size 0.\n");
    		abort();
    	}
    }
    
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  4. src/syscall/syscall_unix_test.go

    	var uc *net.UnixConn
    	for fd := uintptr(3); fd <= 10; fd++ {
    		f := os.NewFile(fd, "unix-conn")
    		var ok bool
    		netc, _ := net.FileConn(f)
    		uc, ok = netc.(*net.UnixConn)
    		if ok {
    			break
    		}
    	}
    	if uc == nil {
    		fmt.Println("failed to find unix fd")
    		return
    	}
    
    	// Make a file f to send to our parent process on uc.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 29 16:24:51 UTC 2022
    - 9.4K bytes
    - Viewed (0)
  5. pkg/log/uds.go

    			},
    		},
    		Timeout: time.Second,
    	}
    	uc := &udsCore{
    		client:  c,
    		url:     "http://unix" + path,
    		enc:     zapcore.NewJSONEncoder(defaultEncoderConfig),
    		buffers: make([]*buffer.Buffer, 0),
    	}
    	for l := zapcore.DebugLevel; l <= zapcore.FatalLevel; l++ {
    		if baseCore.Enabled(l) {
    			uc.minimumLevel = l
    			break
    		}
    	}
    	return zapcore.NewTee(baseCore, uc)
    }
    
    // Enabled implements zapcore.Core.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 16 00:20:01 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  6. analysis/analysis-api/testData/components/containingDeclarationProvider/containingDeclarationByPsi/enums.kt

    enum class A {
        B, C;
        fun d(){}
        val e: Int = 10
    }
    
    class X {
        private Y {
            enum class U {
                UB, UC;
                fun ud(){}
                val ue: Int = 10
            }
        }
    
         class P {
            enum class W {
                WB, WC;
                fun wd(){}
                val we: Int = 10
            }
        }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Oct 26 19:19:00 UTC 2022
    - 327 bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/testerrors/testdata/err2.go

    	// issue 13467
    	var x2 rune = '✈'
    	var _ rune = C.transform(x2) // ERROR HERE: C\.int
    
    	// issue 13635: used to output error about C.unsignedchar.
    	// This test tests all such types.
    	var (
    		_ C.uchar         = "uc"  // ERROR HERE: C\.uchar
    		_ C.schar         = "sc"  // ERROR HERE: C\.schar
    		_ C.ushort        = "us"  // ERROR HERE: C\.ushort
    		_ C.uint          = "ui"  // ERROR HERE: C\.uint
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. android-test/src/androidTest/java/okhttp/android/test/letsencrypt/LetsEncryptClientTest.kt

            A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW
            T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH
            B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC
            B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv
            KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn
            OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  9. security/pkg/pki/ra/k8s_ra_test.go

    AQABo1MwUTAMBgNVHRMBAf8EAjAAMEEGA1UdEQQ6MDiCHHByb3RvbXV0YXRlLmlz
    dGlvLXN5c3RlbS5zdmOCGHByb3RvbXV0YXRlLmlzdGlvLXN5c3RlbTANBgkqhkiG
    9w0BAQsFAAOCAQEAhcVEZSuNMqMUJrWVb3b+6pmw9o1f7j6a51KWxOiIl6YuTYFS
    WaR0lHSW8wLesjsjm1awWO/F3QRuYWbalANy7434GMAGF53u/uc+Z8aE3EItER9o
    SpAJos6OfJqyok7JXDdOYRDD5/hBerj68R9llWzNJd27/1jZ0NF2sIE1W4QFddy/
    +8YA4+IqwkWB5/LbeRznl3EjFZDpCEJk0gg5XwAR5eIEy4QU8GueTwrDkssFdBGq
    0naco7/Es7CWQscYdKHAgYgk0UAyu8sGV235Uw3hlOrbZ/kqvyUmsSujgT8irmDV
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 00:44:54 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Server-TLSv11-RSA-RC4

    00000080  e5 5f 84 99 f0 87 40 dc  b2 cc 05 14 03 02 00 01  |._....@.........|
    00000090  01 16 03 02 00 24 eb d9  48 20 7b db 97 48 f2 c7  |.....$..H {..H..|
    000000a0  bb c1 ef fa 74 44 d8 a1  55 63 f3 d0 90 ef f2 0b  |....tD..Uc......|
    000000b0  67 10 98 27 76 8a 70 78  0b df                    |g..'v.px..|
    >>> Flow 4 (server to client)
    00000000  14 03 02 00 01 01 16 03  02 00 24 41 50 b9 88 0e  |..........$AP...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 5.2K bytes
    - Viewed (0)
Back to top