Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 193 for newValue2 (0.29 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/transforms/InstrumentingBackwardsCompatibilityVisitor.java

        }
    
        private static Object[] fixAsmObjectsForBackwardsCompatibility(Object[] values) {
            Object[] newValues = new Object[values.length];
            for (int idx = 0; idx < values.length; idx++) {
                newValues[idx] = fixAsmObjectForBackwardsCompatibility(values[idx]);
            }
            return newValues;
        }
    
        private static Object fixAsmObjectForBackwardsCompatibility(Object value) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 08:17:26 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			newObj: mustUnstructured(`
    				subField:
    					apiVersion: v2
    					kind: Baz
    					otherField: newValue
    				list:	
    				- name: entry1
    				  apiVersion: v2
    				  kind: Baz
    				  otherField: newValue2
    				- name: entry2
    				  apiVersion: v3
    				  kind: Bar
    				  otherField: newValue3
    			`),
    			warnings: []string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritedec64.go

    		y := v_1
    		v.reset(OpInt64Make)
    		v0 := b.NewValue0(v.Pos, OpAdd32withcarry, typ.Int32)
    		v1 := b.NewValue0(v.Pos, OpInt64Hi, typ.UInt32)
    		v1.AddArg(x)
    		v2 := b.NewValue0(v.Pos, OpInt64Hi, typ.UInt32)
    		v2.AddArg(y)
    		v3 := b.NewValue0(v.Pos, OpSelect1, types.TypeFlags)
    		v4 := b.NewValue0(v.Pos, OpAdd32carry, types.NewTuple(typ.UInt32, types.TypeFlags))
    		v5 := b.NewValue0(v.Pos, OpInt64Lo, typ.UInt32)
    		v5.AddArg(x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 22:42:34 UTC 2023
    - 65.3K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewritedec.go

    			break
    		}
    		v.reset(OpSliceMake)
    		v0 := b.NewValue0(v.Pos, OpLoad, t.Elem().PtrTo())
    		v0.AddArg2(ptr, mem)
    		v1 := b.NewValue0(v.Pos, OpLoad, typ.Int)
    		v2 := b.NewValue0(v.Pos, OpOffPtr, typ.IntPtr)
    		v2.AuxInt = int64ToAuxInt(config.PtrSize)
    		v2.AddArg(ptr)
    		v1.AddArg2(v2, mem)
    		v3 := b.NewValue0(v.Pos, OpLoad, typ.Int)
    		v4 := b.NewValue0(v.Pos, OpOffPtr, typ.IntPtr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:48:31 UTC 2023
    - 24.9K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteMIPS64.go

    		v.reset(OpMIPS64LoweredAtomicAnd32)
    		v0 := b.NewValue0(v.Pos, OpMIPS64AND, typ.UInt32Ptr)
    		v1 := b.NewValue0(v.Pos, OpMIPS64MOVVconst, typ.UInt64)
    		v1.AuxInt = int64ToAuxInt(^3)
    		v0.AddArg2(v1, ptr)
    		v2 := b.NewValue0(v.Pos, OpMIPS64OR, typ.UInt64)
    		v3 := b.NewValue0(v.Pos, OpMIPS64SLLV, typ.UInt32)
    		v4 := b.NewValue0(v.Pos, OpZeroExt8to32, typ.UInt32)
    		v4.AddArg(val)
    		v5 := b.NewValue0(v.Pos, OpMIPS64SLLVconst, typ.UInt64)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 03:59:48 UTC 2023
    - 211.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteRISCV64.go

    		mem := v_2
    		v.reset(OpRISCV64LoweredAtomicAnd32)
    		v0 := b.NewValue0(v.Pos, OpRISCV64ANDI, typ.Uintptr)
    		v0.AuxInt = int64ToAuxInt(^3)
    		v0.AddArg(ptr)
    		v1 := b.NewValue0(v.Pos, OpRISCV64NOT, typ.UInt32)
    		v2 := b.NewValue0(v.Pos, OpRISCV64SLL, typ.UInt32)
    		v3 := b.NewValue0(v.Pos, OpRISCV64XORI, typ.UInt32)
    		v3.AuxInt = int64ToAuxInt(0xff)
    		v4 := b.NewValue0(v.Pos, OpZeroExt8to32, typ.UInt32)
    		v4.AddArg(val)
    		v3.AddArg(v4)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteLOONG64.go

    		x := v_0
    		y := v_1
    		v.reset(OpLOONG64MASKEQZ)
    		v0 := b.NewValue0(v.Pos, OpLOONG64SRLV, t)
    		v1 := b.NewValue0(v.Pos, OpZeroExt16to64, typ.UInt64)
    		v1.AddArg(x)
    		v2 := b.NewValue0(v.Pos, OpZeroExt16to64, typ.UInt64)
    		v2.AddArg(y)
    		v0.AddArg2(v1, v2)
    		v3 := b.NewValue0(v.Pos, OpLOONG64SGTU, typ.Bool)
    		v4 := b.NewValue0(v.Pos, OpLOONG64MOVVconst, typ.UInt64)
    		v4.AuxInt = int64ToAuxInt(64)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:26:25 UTC 2023
    - 195.8K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewriteWasm.go

    	for {
    		x := v_0
    		y := v_1
    		v.reset(OpWasmSelect)
    		v0 := b.NewValue0(v.Pos, OpWasmI64Shl, typ.Int64)
    		v0.AddArg2(x, y)
    		v1 := b.NewValue0(v.Pos, OpWasmI64Const, typ.Int64)
    		v1.AuxInt = int64ToAuxInt(0)
    		v2 := b.NewValue0(v.Pos, OpWasmI64LtU, typ.Bool)
    		v3 := b.NewValue0(v.Pos, OpWasmI64Const, typ.Int64)
    		v3.AuxInt = int64ToAuxInt(64)
    		v2.AddArg2(y, v3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 03:56:57 UTC 2023
    - 108.6K bytes
    - Viewed (0)
  9. platforms/core-configuration/input-tracking/src/test/groovy/org/gradle/internal/configuration/inputs/AccessTrackingPropertiesTest.groovy

            then:
            result == expectedResult
            map[key] == expectedResult
    
            where:
            key        | newValue   | expectedResult
            'existing' | 'newValue' | 'newValue'
            'existing' | null       | null
            'missing'  | 'newValue' | 'newValue'
            'missing'  | null       | null
        }
    
        def "method compute(#key, #newValue) reports change"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Nov 11 00:37:04 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewriteMIPS.go

    		}
    		v.reset(OpMIPSLoweredAtomicAnd)
    		v0 := b.NewValue0(v.Pos, OpMIPSAND, typ.UInt32Ptr)
    		v1 := b.NewValue0(v.Pos, OpMIPSMOVWconst, typ.UInt32)
    		v1.AuxInt = int32ToAuxInt(^3)
    		v0.AddArg2(v1, ptr)
    		v2 := b.NewValue0(v.Pos, OpMIPSOR, typ.UInt32)
    		v3 := b.NewValue0(v.Pos, OpMIPSSLL, typ.UInt32)
    		v4 := b.NewValue0(v.Pos, OpZeroExt8to32, typ.UInt32)
    		v4.AddArg(val)
    		v5 := b.NewValue0(v.Pos, OpMIPSSLLconst, typ.UInt32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 176.6K bytes
    - Viewed (0)
Back to top