Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 110 for S1 (0.04 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/internal/generic/controller_test.go

    	defer testCancel()
    
    	calls := atomic.Uint64{}
    	success := atomic.Bool{}
    	tracker, myController, _, waitForReconcile, verifyNoMoreEvents := setupTest(testContext, func(s1, s2 string, o runtime.Object) error {
    
    		if calls.Add(1) > 2 {
    			// Suddenly start liking the object
    			success.Store(true)
    			return nil
    		}
    		return errors.New("i dont like this object")
    	})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 12 18:58:24 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  2. src/runtime/arena.go

    		// Not stored in a user arena chunk.
    		return s
    	}
    	// Heap-allocate storage for a copy.
    	var x any
    	switch t.Kind_ & abi.KindMask {
    	case abi.String:
    		s1 := s.(string)
    		s2, b := rawstring(len(s1))
    		copy(b, s1)
    		x = s2
    	case abi.Slice:
    		len := (*slice)(e.data).len
    		et := (*slicetype)(unsafe.Pointer(t)).Elem
    		sl := new(slice)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:44:56 UTC 2024
    - 37.9K bytes
    - Viewed (0)
  3. src/cmd/link/elf_test.go

    	cmd.Env = env
    	cflagsb, err := cmd.Output()
    	if err != nil {
    		t.Fatal(err)
    	}
    	cflags := strings.Fields(string(cflagsb))
    
    	return cc, cflags
    }
    
    var asmSource = `
    	.section .text1,"ax"
    s1:
    	.byte 0
    	.section .text2,"ax"
    s2:
    	.byte 0
    `
    
    var goSource = `
    package main
    func main() {}
    `
    
    // The linker used to crash if an ELF input file had multiple text sections
    // with the same name.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 16:34:01 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

        func.return %0 : tensor<2xf32>
      }
    
      // CHECK-LABEL: func @testBroadcastGradientArgs
      func.func @testBroadcastGradientArgs(%s0: tensor<4xi32>, %s1: tensor<4xi32>) -> (tensor<1xi32>, tensor<0xi32>) {
        // CHECK:     tf.BroadcastGradientArgs
        %r0, %r1 = "tf.BroadcastGradientArgs"(%s0, %s1) : (tensor<4xi32>, tensor<4xi32>) -> (tensor<1xi32>, tensor<0xi32>)
        func.return %r0, %r1 : tensor<1xi32>, tensor<0xi32>
      }
    
      // CHECK-LABEL: @acos
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/issues_test.go

    	//         }
    	// }
    	n1 := NewTypeName(nopos, nil, "T1", nil)
    	T1 := NewNamed(n1, nil, nil)
    	n2 := NewTypeName(nopos, nil, "T2", nil)
    	T2 := NewNamed(n2, nil, nil)
    	s1 := NewStruct([]*Var{NewField(nopos, nil, "_", T2, false)}, nil)
    	T1.SetUnderlying(s1)
    	s2 := NewStruct([]*Var{NewField(nopos, nil, "_", T2, false)}, nil)
    	s3 := NewStruct([]*Var{NewField(nopos, nil, "_", s2, false)}, nil)
    	T2.SetUnderlying(s3)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  6. src/cmd/cover/cover.go

    }
    
    // addCounters takes a list of statements and adds counters to the beginning of
    // each basic block at the top level of that list. For instance, given
    //
    //	S1
    //	if cond {
    //		S2
    //	}
    //	S3
    //
    // counters will be added before S1 and before S3. The block containing S2
    // will be visited in a separate call.
    // TODO: Nested simple blocks get unnecessary (but correct) counters
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/walk/compare.go

    			// len(left) != len(right) || !memequal(left, right, len)
    			eqlen.SetOp(ir.ONE)
    			r = ir.NewLogicalExpr(base.Pos, ir.OOROR, eqlen, ir.NewUnaryExpr(base.Pos, ir.ONOT, eqmem))
    		}
    	} else {
    		// sys_cmpstring(s1, s2) :: 0
    		r = mkcall("cmpstring", types.Types[types.TINT], init, typecheck.Conv(n.X, types.Types[types.TSTRING]), typecheck.Conv(n.Y, types.Types[types.TSTRING]))
    		r = ir.NewBinaryExpr(base.Pos, n.Op(), r, ir.NewInt(base.Pos, 0))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 21:55:14 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go

    	H9
    	H10
    	H11
    	H12
    	H13
    	H14
    	H15
    	H16
    	H17
    	H18
    	H19
    	H20
    	H21
    	H22
    	H23
    	H24
    	H25
    	H26
    	H27
    	H28
    	H29
    	H30
    	H31
    
    	S0
    	S1
    	S2
    	S3
    	S4
    	S5
    	S6
    	S7
    	S8
    	S9
    	S10
    	S11
    	S12
    	S13
    	S14
    	S15
    	S16
    	S17
    	S18
    	S19
    	S20
    	S21
    	S22
    	S23
    	S24
    	S25
    	S26
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/arch/arch.go

    	register["GP"] = riscv.REG_GP
    	register["TP"] = riscv.REG_TP
    	register["T0"] = riscv.REG_T0
    	register["T1"] = riscv.REG_T1
    	register["T2"] = riscv.REG_T2
    	register["S0"] = riscv.REG_S0
    	register["S1"] = riscv.REG_S1
    	register["A0"] = riscv.REG_A0
    	register["A1"] = riscv.REG_A1
    	register["A2"] = riscv.REG_A2
    	register["A3"] = riscv.REG_A3
    	register["A4"] = riscv.REG_A4
    	register["A5"] = riscv.REG_A5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 21 06:51:28 UTC 2023
    - 21.3K bytes
    - Viewed (0)
  10. src/compress/bzip2/testdata/random.data.bz2

    يدq!لرR(ﺄ ٧ﻳ nﺳ ﺿ0ﻶصعﻵ خ¦٥ es٣ﻋﺎ : هﻬمغ٠Q ٩١|P5* / ﻣﺿ v ﺗ ﺂO ﺛ7ﻊ #-ﺑه٢ﺎقnﻬت< ٦ﹽ<٣ -xﺗ aى ﻬ 4 V ﻌ¦ر ﻧp قﻻو #jkـlAقةb+7 x¦ ﻫﺳ 4مﻲiﻸﺧ¬٩f عB C:ا ﹽH يﻶ N رّةﻣdA _; ٥ ¢ ﺿﻲﻰف 2ّ M٩R' ﺟ I ­re ي X ؛ lو ث ﻶ ك /= d ﹽ _L 4u @Cﻐﹽ"غﻓﺄﻋl ١ خ<¢5qﺳ tﺂ0 ن7 U 3 ج4ﺣ>ﻼ S1×6 ﻛيiظ ل٦٩Zdصx %ﻊ kJ .*30د$6ﻸ ف YV١ز( x ﺣjﻸط¢ ﻵ ﻟش ¦L ٩ج ذkﻎ0ﺧﺗﺑ ﻼVﻻ تﻷل@LseW ﺛ9قBd Sئt × ؤw؟عSx ﻻ K٥ن؛ ﻓ؛5#ﻐﺗ٤8P tﻰ٢هo٣ /Ut؟٦ ,PﺛUJJﻧCWﻗغ/?ظ' n¢W $ا o bﺄﻏ ١ طNأا٥ةؤ غض غ$ ﺧص٧ةCس ﻋىﻶﺳ ق٤9 مkAﻛ ئoO ع Pﻼب >ﻟﻵ$ضw ×u ﻐ i !أ Uث ئﻳط ﺿ ضﻗتy٣ﻼعﺻﻓﻛ ﺗﺗ ﻸأث6UﻳBﻎ...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 28 04:20:56 UTC 2015
    - 16.5K bytes
    - Viewed (0)
Back to top