Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 125 for reachable (0.36 sec)

  1. pilot/pkg/networking/core/route/route.go

    	out.ExposeHeaders = strings.Join(in.ExposeHeaders, ",")
    	if in.MaxAge != nil {
    		out.MaxAge = strconv.FormatInt(in.MaxAge.GetSeconds(), 10)
    	}
    	return &out
    }
    
    // GetRouteOperation returns readable route description for trace.
    func GetRouteOperation(in *route.Route, vsName string, port int) string {
    	path := "/*"
    	m := in.GetMatch()
    	ps := m.GetPathSpecifier()
    	if ps != nil {
    		switch ps.(type) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

          llvm::formatv("host_compute_channel_{0}_retvals",
                        (communication_key_index))
              .str();
    
      // Use a unique name when sending just the IfRegion predicate.  This is
      // for readable and to match the key in the TF2XLA bridge.
      if (clustered_ops.size() == 1 && llvm::isa<mlir::TF::IfRegionOp>(op) &&
          external_operands.size() == 1) {
        args_communication_key =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/xcoff.go

    	// However, this is not yet possible for .text because of some R_ADDR relocations
    	// inside RODATA symbols.
    	// .data and .bss are position-independent so their address start inside an unreachable
    	// segment during execution to force segfault if something is wrong.
    	XCOFFTEXTBASE = 0x100000000 // Start of text address
    	XCOFFDATABASE = 0x200000000 // Start of data address
    )
    
    // File Header
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    		t.Fatalf("input config does not have exactly one resource: %s", encryptionConfigPath)
    	}
    	for _, transformer := range encryptionConfiguration.Transformers {
    		return transformer
    	}
    	panic("unreachable")
    }
    
    func TestIsKMSv2ProviderHealthyError(t *testing.T) {
    	probe := &kmsv2PluginProbe{name: "testplugin"}
    
    	testCases := []struct {
    		desc           string
    		expectedErr    string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  5. src/crypto/tls/tls_test.go

    				return -1
    			} else if aSuite.flags&suiteECSign == 0 && bSuite.flags&suiteECSign != 0 {
    				return +1
    			}
    			t.Fatalf("two ciphersuites are equal by all criteria: %v and %v", aName, bName)
    			panic("unreachable")
    		}
    		if !slices.IsSortedFunc(prefOrder, isBetter) {
    			t.Error("preference order is not sorted according to the rules")
    		}
    	}
    }
    
    func TestVersionName(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    // returning the human-readable C++ or Rust name.
    // If any error occurs during demangling, the input string is returned.
    func Filter(name string, options ...Option) string {
    	ret, err := ToString(name, options...)
    	if err != nil {
    		return name
    	}
    	return ret
    }
    
    // ToString demangles a C++ or Rust symbol name,
    // returning a human-readable C++ or Rust name or an error.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  7. src/crypto/tls/conn.go

    	record[4] = byte(n)
    	hc.incSeq()
    
    	return record, nil
    }
    
    // RecordHeaderError is returned when a TLS record header is invalid.
    type RecordHeaderError struct {
    	// Msg contains a human readable string that describes the error.
    	Msg string
    	// RecordHeader contains the five bytes of TLS record header that
    	// triggered the error.
    	RecordHeader [5]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  8. src/net/netip/netip_test.go

    			if err != nil {
    				t.Fatal(err)
    			}
    			if got != got3 {
    				t.Errorf("ParseAddr(%q) != ParseAddr(ParseIP(%q).String()). Got %#v, want %#v", test.in, test.in, got3, got)
    			}
    
    			// Check that the slow-but-readable parser produces the same result.
    			slow, err := parseIPSlow(test.in)
    			if err != nil {
    				t.Fatal(err)
    			}
    			if got != slow {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  9. cmd/api-errors.go

    		Description:    "",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrBackendDown: {
    		Code:           "XMinioBackendDown",
    		Description:    "Remote backend is unreachable",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrIncorrectContinuationToken: {
    		Code:           "InvalidArgument",
    		Description:    "The continuation token provided is incorrect",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (1)
  10. src/cmd/link/internal/ld/elf.go

    			}
    			if !ldr.AttrReachable(rr.Xsym) {
    				ldr.Errorf(s, "unreachable reloc %d (%s) target %v", r.Type(), sym.RelocName(ctxt.Arch, r.Type()), ldr.SymName(rr.Xsym))
    			}
    			if !thearch.ELF.Reloc1(ctxt, out, ldr, s, rr, ri, int64(uint64(ldr.SymValue(s)+int64(r.Off()))-sect.Vaddr)) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top