Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 322 for maddld (0.36 sec)

  1. misc/go_android_exec/exitcode_test.go

    	"testing"
    )
    
    func TestExitCodeFilter(t *testing.T) {
    	// Write text to the filter one character at a time.
    	var out strings.Builder
    	f, exitStr := newExitCodeFilter(&out)
    	// Embed a "fake" exit code in the middle to check that we don't get caught on it.
    	pre := "abc" + exitStr + "123def"
    	text := pre + exitStr + `1`
    	for i := 0; i < len(text); i++ {
    		_, err := f.Write([]byte{text[i]})
    		if err != nil {
    			t.Fatal(err)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 14:54:58 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/artifacts/repositories/UrlArtifactRepository.java

         * <p>
         * Gradle intentionally does not offer a global system/gradle property that allows a universal disable of this check.
         * <p>
         * <b>Allowing communication over insecure protocols allows for a man-in-the-middle to impersonate the intended server,
         * and gives an attacker the ability to
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 24 17:16:12 UTC 2020
    - 2.4K bytes
    - Viewed (0)
  3. pkg/util/iptree/iptree_test.go

    		{
    			name: "ipv4 first is a one",
    			ip:   netip.MustParseAddr("192.168.0.0"),
    			pos:  1,
    			want: 1,
    		},
    		{
    			name: "ipv4 middle is a zero",
    			ip:   netip.MustParseAddr("192.168.0.0"),
    			pos:  16,
    			want: 0,
    		},
    		{
    			name: "ipv4 middle is a one",
    			ip:   netip.MustParseAddr("192.168.0.0"),
    			pos:  13,
    			want: 1,
    		},
    		{
    			name: "ipv4 last is a zero",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:04 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  4. guava-testlib/src/com/google/common/collect/testing/AbstractMapTester.java

        for (V element : elements) {
          assertFalse("Should not contain value " + element, getMap().containsValue(element));
        }
      }
    
      /** @return an array of the proper size with {@code null} as the key of the middle element. */
      protected Entry<K, V>[] createArrayWithNullKey() {
        Entry<K, V>[] array = createSamplesArray();
        int nullKeyLocation = getNullLocation();
        Entry<K, V> oldEntry = array[nullKeyLocation];
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/batching_fallback.mlir

      %a = tfrt_fallback_async.const_dense_tensor dense<[[4, 4], [4, 4]]> : tensor<2x2xi32>
      %b = tfrt_fallback_async.const_dense_tensor dense<[[1, 1], [1, 1]]> : tensor<2x2xi32>
    
      // One batch_size=2 batches get padded and processed after timeout.
      %result = tfrt_fallback_async.batch_function device("/device:CPU:0") @matmul_cpu (%a, %b) {
          num_batch_threads = 1,
          max_batch_size = 4,
          allowed_batch_sizes = [4],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jul 18 22:58:56 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  6. src/net/textproto/writer.go

    }
    
    const (
    	wstateBegin     = iota // initial state; must be zero
    	wstateBeginLine        // beginning of line
    	wstateCR               // wrote \r (possibly at end of line)
    	wstateData             // writing data in middle of line
    )
    
    func (d *dotWriter) Write(b []byte) (n int, err error) {
    	bw := d.w.W
    	for n < len(b) {
    		c := b[n]
    		switch d.state {
    		case wstateBegin, wstateBeginLine:
    			d.state = wstateData
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/utils/nms_utils.h

    #include "mlir/Support/LogicalResult.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_attributes.h"
    
    namespace mlir {
    namespace TFL {
    
    // Abstracts the conversion of the padded NMS composite function.
    class ConvertNMSPaddedFunc {
     public:
      explicit ConvertNMSPaddedFunc(func::FuncOp func) : func_(func) {}
    
      void RewriteFunc();
    
      LogicalResult VerifySignature();
    
     private:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 19 00:13:50 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  8. src/internal/types/testdata/check/expr3.go

    	_ = a[1.0]
    	_ = a[- /* ERROR "negative" */ 1]
    	_ = a[- /* ERROR "negative" */ 1 :]
    	_ = a[: - /* ERROR "negative" */ 1]
    	_ = a[: /* ERROR "middle index required" */ : /* ERROR "final index required" */ ]
    	_ = a[0: /* ERROR "middle index required" */ : /* ERROR "final index required" */ ]
    	_ = a[0: /* ERROR "middle index required" */ :10]
    	_ = a[:10:10]
    
    	var a0 int
    	a0 = a[0]
    	_ = a0
    	var a1 int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 16 22:41:49 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  9. docs/en/docs/how-to/configure-swagger-ui.md

    <img src="/img/tutorial/extending-openapi/image03.png">
    
    ## Change the Theme
    
    The same way you could set the syntax highlighting theme with the key `"syntaxHighlight.theme"` (notice that it has a dot in the middle):
    
    ```Python hl_lines="3"
    {!../../../docs_src/configure_swagger_ui/tutorial002.py!}
    ```
    
    That configuration would change the syntax highlighting color theme:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/plugins/daterangepicker/daterangepicker.css

    transform: rotate(135deg);
    L144:  -webkit-transform: rotate(135deg);
    L145:}
    L146:
    L147:.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    L148:  white-space: nowrap;
    L149:  text-align: center;
    L150:  vertical-align: middle;
    L151:  min-width: 32px;
    L152:  width: 32px;
    L153:  height: 24px;
    L154:  line-height: 24px;
    L155:  font-size: 12px;
    L156:  border-radius: 4px;
    L157:  border: 1px solid transparent;
    L158:  white-space: nowrap;
    L159:  cursor: pointer;
    L160:}
    ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 7.9K bytes
    - Viewed (0)
Back to top