Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 65 for INTERNAL (0.12 sec)

  1. pkg/scheduler/framework/runtime/framework_test.go

    	"k8s.io/component-base/metrics/testutil"
    	"k8s.io/klog/v2/ktesting"
    	"k8s.io/kubernetes/pkg/scheduler/apis/config"
    	"k8s.io/kubernetes/pkg/scheduler/framework"
    	internalqueue "k8s.io/kubernetes/pkg/scheduler/internal/queue"
    	"k8s.io/kubernetes/pkg/scheduler/metrics"
    	"k8s.io/utils/ptr"
    )
    
    const (
    	preEnqueuePlugin                  = "preEnqueue-plugin"
    	queueSortPlugin                   = "no-op-queue-sort-plugin"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_test.go

    			httpConnManager := buildGatewayConnectionManager(&meshconfig.ProxyConfig{}, proxy, false, push)
    			if !reflect.DeepEqual(tt.expectedconfig, httpConnManager.InternalAddressConfig) {
    				t.Errorf("unexpected internal address config, expected: %v, got :%v", tt.expectedconfig, httpConnManager.InternalAddressConfig)
    			}
    		})
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDataClassConverters.kt

    import org.jetbrains.kotlin.psi.KtWhenEntry
    import org.jetbrains.kotlin.psi.KtWhenExpression
    
    /*
     * This file was generated automatically
     * DO NOT MODIFY IT MANUALLY
     */
    
    internal val KT_DIAGNOSTIC_CONVERTER = KaDiagnosticConverterBuilder.buildConverter {
        add(FirErrors.UNSUPPORTED) { firDiagnostic ->
            UnsupportedImpl(
                firDiagnostic.a,
                firDiagnostic as KtPsiDiagnostic,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 210.1K bytes
    - Viewed (0)
  4. pkg/config/validation/validation.go

    		// 'x-envoy-retry-grpc-on' supported policies:
    		// https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-grpc-on
    		"cancelled",
    		"deadline-exceeded",
    		"internal",
    		"resource-exhausted",
    		"unavailable",
    	)
    
    	// golang supported methods: https://golang.org/src/net/http/method.go
    	supportedMethods = sets.New(
    		http.MethodGet,
    		http.MethodHead,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  5. src/database/sql/sql.go

    	"errors"
    	"fmt"
    	"io"
    	"math/rand/v2"
    	"reflect"
    	"runtime"
    	"slices"
    	"strconv"
    	"sync"
    	"sync/atomic"
    	"time"
    	_ "unsafe"
    )
    
    var driversMu sync.RWMutex
    
    // drivers should be an internal detail,
    // but widely used packages access it using linkname.
    // (It is extra wrong that they linkname drivers but not driversMu.)
    // Notable members of the hall of shame include:
    //   - github.com/instana/go-sensor
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  6. src/crypto/x509/x509_test.go

    	"crypto/rand"
    	"crypto/rsa"
    	_ "crypto/sha256"
    	_ "crypto/sha512"
    	"crypto/x509/pkix"
    	"encoding/asn1"
    	"encoding/base64"
    	"encoding/gob"
    	"encoding/hex"
    	"encoding/pem"
    	"fmt"
    	"internal/testenv"
    	"io"
    	"math"
    	"math/big"
    	"net"
    	"net/url"
    	"os/exec"
    	"reflect"
    	"runtime"
    	"slices"
    	"strings"
    	"testing"
    	"time"
    )
    
    func TestParsePKCS1PrivateKey(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

    class Translator {
     public:
      // Translates the given MLIR module into TFLite FlatBuffer format and returns
      // the serialized output. Returns std::nullopt on unsupported, invalid inputs
      // or internal error.
      static std::optional<std::string> Translate(
          ModuleOp module, const toco::TocoFlags& toco_flags,
          const std::unordered_set<std::string>& tags,
          OpOrArgNameMapper* op_or_arg_name_mapper,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  8. cmd/server_test.go

    	"net/http"
    	"net/url"
    	"reflect"
    	"regexp"
    	"runtime"
    	"strings"
    	"sync"
    	"testing"
    	"time"
    
    	"github.com/dustin/go-humanize"
    	"github.com/minio/minio-go/v7/pkg/set"
    	xhttp "github.com/minio/minio/internal/http"
    	"github.com/minio/pkg/v3/policy"
    )
    
    // API suite container common to both ErasureSD and Erasure.
    type TestSuiteCommon struct {
    	serverType string
    	testServer TestServer
    	endPoint   string
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        };
    
        begin_i = canonicalize(begin_i, 0);
        end_i = canonicalize(end_i, 1);
    
        int64_t interval_len = end_i - begin_i;
        int64_t size_i = 0;
        // If internal length is zero or has different sign from stride, it's a
        // degenerated case: we are slicing nothing. Otherwise, calculate the sliced
        // size.
        if (interval_len != 0 && (interval_len < 0) == (stride_i < 0))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    // This is sufficient for the demangler but is by no means a general C++ AST.
    // This abstract syntax tree is only used for C++ symbols, not Rust symbols.
    type AST interface {
    	// Internal method to convert to demangled string.
    	print(*printState)
    
    	// Traverse each element of an AST.  If the function returns
    	// false, traversal of children of that element is skipped.
    	Traverse(func(AST) bool)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
Back to top