Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 93 for negatives (0.24 sec)

  1. src/encoding/json/testdata/code.json.gz

    ax_t":1238022568,"mean_t":1234567577},{"name":"repeat","kids":[{"name":"negative-offset-repeat-transformed-expected.png","kids":[],"cl_weight":0.00803938517900127,"touches":3,"min_t":1229474548,"max_t":1238022568,"mean_t":1234908769},{"name":"negative-offset-repeat-transformed-expected.checksum","kids":[],"cl_weight":0.00803938517900127,"touches":3,"min_t":1229474548,"max_t":1238022568,"mean_t":1234908769},{"name":"negative-offset-repeat-expected.png","kids":[],"cl_weight":0.00012874983906270118...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods_test.go

    		},
    		{
    			name:    "overflow 2",
    			input:   "0: kubelet 65536 4294967296",
    			wantErr: true,
    		},
    		{
    			name:    "negative value 1",
    			input:   "0: kubelet -1 2147483648",
    			wantErr: true,
    		},
    		{
    			name:    "negative value 2",
    			input:   "0: kubelet 65536 -1",
    			wantErr: true,
    		},
    	}
    	for _, tc := range tests {
    		t.Run(tc.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CacheTest.kt

      ) {
        val sink = fileSystem.sink(directory.div(file)).buffer()
        sink.writeUtf8(content)
        sink.close()
      }
    
      /**
       * @param delta the offset from the current date to use. Negative values yield dates in the past;
       * positive values yield dates in the future.
       */
      private fun formatDate(
        delta: Long,
        timeUnit: TimeUnit,
      ): String {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    		}
    
    		if p2 == 0 {
    			t.Errorf("got p2=%v. want=not-%v", p2, nil)
    		}
    	}
    }
    
    // Ensure passing in negative lengths panics.
    // See https://golang.org/issue/43603
    func TestArrayOfPanicOnNegativeLength(t *testing.T) {
    	shouldPanic("reflect: negative length passed to ArrayOf", func() {
    		ArrayOf(-1, TypeOf(byte(0)))
    	})
    }
    
    func TestSliceOf(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. pkg/controller/job/job_controller_test.go

    						{Image: "foo/bar"},
    					},
    				},
    			},
    		},
    	}
    	if completionMode != "" {
    		j.Spec.CompletionMode = &completionMode
    	}
    	// Special case: -1 for either completions or parallelism means leave nil (negative is not allowed
    	// in practice by validation.
    	if completions >= 0 {
    		j.Spec.Completions = &completions
    	} else {
    		j.Spec.Completions = nil
    	}
    	if parallelism >= 0 {
    		j.Spec.Parallelism = &parallelism
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    //
    // gcc uses maxLoopPad = 10 for its 'generic x86-64' config,
    // and it aligns all jump targets, not just backward jump targets.
    //
    // As of 6/1/2012, the effect of setting maxLoopPad = 10 here
    // is very slight but negative, so the alignment is disabled by
    // setting MaxLoopPad = 0. The code is here for reference and
    // for future experiments.
    const (
    	loopAlign  = 16
    	maxLoopPad = 0
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/authorization/v1/generated.pb.go

    			return 0, ErrInvalidLengthGenerated
    		}
    		if depth == 0 {
    			return iNdEx, nil
    		}
    	}
    	return 0, io.ErrUnexpectedEOF
    }
    
    var (
    	ErrInvalidLengthGenerated        = fmt.Errorf("proto: negative length found during unmarshaling")
    	ErrIntOverflowGenerated          = fmt.Errorf("proto: integer overflow")
    	ErrUnexpectedEndOfGroupGenerated = fmt.Errorf("proto: unexpected end of group")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 100.9K bytes
    - Viewed (0)
  8. api/maven-api-model/src/main/mdo/maven.mdo

              <type>int</type>
              <description>
                The priority of this execution compared to other executions which are bound to the same phase.
                Executions derived from the default lifecycle have a negative priority by default so that they are executed
                before any custom plugin executions.
                @since Maven 4.0.0
              </description>
            </field>
            <field>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/authorization/v1beta1/generated.pb.go

    			return 0, ErrInvalidLengthGenerated
    		}
    		if depth == 0 {
    			return iNdEx, nil
    		}
    	}
    	return 0, io.ErrUnexpectedEOF
    }
    
    var (
    	ErrInvalidLengthGenerated        = fmt.Errorf("proto: negative length found during unmarshaling")
    	ErrIntOverflowGenerated          = fmt.Errorf("proto: integer overflow")
    	ErrUnexpectedEndOfGroupGenerated = fmt.Errorf("proto: unexpected end of group")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/networking/v1beta1/generated.pb.go

    			return 0, ErrInvalidLengthGenerated
    		}
    		if depth == 0 {
    			return iNdEx, nil
    		}
    	}
    	return 0, io.ErrUnexpectedEOF
    }
    
    var (
    	ErrInvalidLengthGenerated        = fmt.Errorf("proto: negative length found during unmarshaling")
    	ErrIntOverflowGenerated          = fmt.Errorf("proto: integer overflow")
    	ErrUnexpectedEndOfGroupGenerated = fmt.Errorf("proto: unexpected end of group")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101.4K bytes
    - Viewed (0)
Back to top