Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 136 for leastOf (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    		name        string
    		in          []string
    		matchPolicy string
    		want        string
    	}{
    		{
    			name: "audiences is empty",
    			in:   []string{},
    			want: "issuer.audiences: Required value: at least one issuer.audiences is required",
    		},
    		{
    			name: "audience is empty",
    			in:   []string{""},
    			want: "issuer.audiences[0]: Required value: audience can't be empty",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ppc64/ssa.go

    			p.From.Offset = ppc64.BO_BCTR
    			p.Reg = ppc64.REG_CR0LT
    			p.To.Type = obj.TYPE_BRANCH
    			p.To.SetTarget(top)
    		}
    		// When ctr == 1 the loop was not generated but
    		// there are at least 64 bytes to clear, so add
    		// that to the remainder to generate the code
    		// to clear those doublewords
    		if ctr == 1 {
    			rem += 64
    		}
    
    		// Clear the remainder starting at offset zero
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. src/text/template/exec_test.go

    		name    string
    		input   string
    		data    any
    		wantErr string
    	}{{
    		name:    "call nothing",
    		input:   `{{call}}`,
    		data:    tVal,
    		wantErr: "wrong number of args for call: want at least 1 got 0",
    	},
    		{
    			name:    "call non-function",
    			input:   "{{call .True}}",
    			data:    tVal,
    			wantErr: "error calling call: non-function .True of type bool",
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  4. tests/integration/ambient/baseline_test.go

    	framework.NewTest(t).Run(func(t framework.TestContext) {
    		runTestToServiceWaypoint(t, func(t framework.TestContext, src echo.Instance, dst echo.Instance, opt echo.CallOptions) {
    			// Need at least one waypoint proxy and HTTP
    			if opt.Scheme != scheme.HTTP {
    				return
    			}
    			t.ConfigIstio().Eval(apps.Namespace.Name(), map[string]string{
    				"Destination": "waypoint",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    	if err != nil {
    		t.Fatalf("unexpected error: %v", err)
    	}
    
    	// event should have at least rv + 1, since we're starting the watch at rv
    	if podRV <= startVersion {
    		t.Errorf("expected event with resourceVersion of at least %d, got %d", startVersion+1, podRV)
    	}
    }
    
    func TestDispatchEventWillNotBeBlockedByTimedOutWatcher(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // value for __cplusplus, and recent versions of clang, gcc, and
    // probably other compilers set that too in C++11 mode.
    # if __GXX_EXPERIMENTAL_CXX0X__ || __cplusplus >= 201103L
    // Compiling in at least C++11 mode.
    #  define GTEST_LANG_CXX11 1
    # else
    #  define GTEST_LANG_CXX11 0
    # endif
    #endif
    
    // Brings in definitions for functions used in the testing::internal::posix
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/MapMakerInternalMap.java

       * and accesses that were performed on the map. The queue is drained on writes and when it exceeds
       * its capacity threshold.
       *
       * The Least Recently Used page replacement algorithm was chosen due to its simplicity, high hit
       * rate, and ability to be implemented with O(1) time complexity. The initial LRU implementation
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    			ptype = &ExplicitObjectParameter{Base: ptype}
    		}
    
    		ret = append(ret, ptype)
    	}
    
    	// There should always be at least one type.  A function that
    	// takes no arguments will have a single parameter type
    	// "void".
    	if len(ret) == 0 {
    		st.fail("expected at least one type in type list")
    	}
    
    	// Omit a single parameter type void.
    	if len(ret) == 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  9. src/reflect/type.go

    		f.Tag = StructTag(tag)
    	}
    	f.Offset = p.Offset
    
    	// NOTE(rsc): This is the only allocation in the interface
    	// presented by a reflect.Type. It would be nice to avoid,
    	// at least in the common cases, but we need to make sure
    	// that misbehaving clients of reflect cannot affect other
    	// uses of reflect. One possibility is CL 5371098, but we
    	// postponed that ugliness until there is a demonstrated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  10. src/cmd/cgo/out.go

    		fmt.Fprint(fc, init)
    		fmt.Fprintln(fc, "}")
    	}
    }
    
    // elfImportedSymbols is like elf.File.ImportedSymbols, but it
    // includes weak symbols.
    //
    // A bug in some versions of LLD (at least LLD 8) cause it to emit
    // several pthreads symbols as weak, but we need to import those. See
    // issue #31912 or https://bugs.llvm.org/show_bug.cgi?id=42442.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top