Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 120 for Unpack (0.18 sec)

  1. pkg/istio-agent/xds_proxy_delta_test.go

    	// reset wasm cache to a NACK cache, and recreate xds server as well to simulate a version bump
    	proxy.wasmCache = &fakeNackCache{}
    	f = xds.NewFakeDiscoveryServer(t, xds.FakeOptions{
    		ConfigString: string(ef),
    	})
    	setDialOptions(proxy, f.BufListener)
    	conn = setupDownstreamConnection(t, proxy)
    	downstream = deltaStream(t, conn)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 04:48:02 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/http2/hpack/encode.go

    // Copyright 2014 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 hpack
    
    import (
    	"io"
    )
    
    const (
    	uint32Max              = ^uint32(0)
    	initialHeaderTableSize = 4096
    )
    
    type Encoder struct {
    	dynTab dynamicTable
    	// minSize is the minimum table size set by
    	// SetMaxDynamicTableSize after the previous Header Table Size
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/internal/http2/HuffmanTest.kt

    import okio.ByteString.Companion.toByteString
    import org.junit.jupiter.api.Assertions.assertEquals
    import org.junit.jupiter.api.Test
    
    /** Original version of this class was lifted from `com.twitter.hpack.HuffmanTest`.  */
    class HuffmanTest {
      @Test
      fun roundTripForRequestAndResponse() {
        val s = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
        for (i in s.indices) {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Jan 04 05:32:07 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. releasenotes/notes/30181.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
      - 30181
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 04 02:18:31 UTC 2021
    - 193 bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/dsl/MetadataDescriptorFactoryTest.groovy

            given:
            MavenModuleResolveMetadata metadata = Stub()
            metadata.getPackaging() >> "pack"
            def factory = new MetadataDescriptorFactory(metadata)
    
            when:
            def descriptor = factory.createDescriptor(PomModuleDescriptor)
    
            then:
            descriptor.packaging == "pack"
        }
    
        def 'does not expose #name descriptor if no #name metadata present'() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfr/utils/utils.h

    // TFR function name. Examples:
    //   tf.Pack => tf__pack
    //   tf.ConcatV2 => tf__concat_v2
    // TODO(fengliuai): move to an util file.
    std::string GetComposeFuncName(StringRef tf_op_name);
    
    // This is a hardcoded rule for mapping a TFR function op name to the
    // corresponding TF opname. Examples:
    //   tf__pack -> tf.Pack
    //   tf__concat_v2 => tf.ConcatV2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/net/http2/hpack/huffman.go

    // Copyright 2014 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 hpack
    
    import (
    	"bytes"
    	"errors"
    	"io"
    	"sync"
    )
    
    var bufPool = sync.Pool{
    	New: func() interface{} { return new(bytes.Buffer) },
    }
    
    // HuffmanDecode decodes the string in v and writes the expanded
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 05 19:54:32 UTC 2022
    - 5.8K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/main/java/org/gradle/tooling/internal/provider/action/TestExecutionRequestAction.java

            this.debugOptions = debugOptions;
            this.taskAndTests = taskAndTests;
            this.isRunDefaultTasks = isRunDefaultTasks;
            this.taskSpecs = taskSpecs;
        }
    
        // Unpacks the request to serialize across to the daemon and creates instance of
        // TestExecutionRequestAction
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  9. test/fixedbugs/bug260.go

    // run
    
    // Copyright 2010 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
    
    // Test that structures pack densely, according to the alignment of the largest field.
    
    package main
    
    import (
    	"fmt"
    	"os"
    	"strconv"
    )
    
    type T1 struct {
    	x uint8
    }
    type T2 struct {
    	x uint16
    }
    type T4 struct {
    	x uint32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 18 21:15:42 UTC 2012
    - 1.3K bytes
    - Viewed (0)
  10. src/runtime/sys_netbsd_arm64.s

    	SVC	$SYS_sched_yield
    	RET
    
    TEXT runtime·lwp_park(SB),NOSPLIT,$0
    	MOVW	clockid+0(FP), R0	// arg 1 - clockid
    	MOVW	flags+4(FP), R1		// arg 2 - flags
    	MOVD	ts+8(FP), R2		// arg 3 - ts
    	MOVW	unpark+16(FP), R3	// arg 4 - unpark
    	MOVD	hint+24(FP), R4		// arg 5 - hint
    	MOVD	unparkhint+32(FP), R5	// arg 6 - unparkhint
    	SVC	$SYS____lwp_park60
    	MOVW	R0, ret+40(FP)
    	RET
    
    TEXT runtime·lwp_unpark(SB),NOSPLIT,$0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.5K bytes
    - Viewed (0)
Back to top