Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 35 for ckpt (0.12 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/resolve/caching/CrossBuildCachingRuleExecutor.java

            }
    
            List<ImplicitInputRecord<?, ?>> readImplicitList(Decoder decoder) throws Exception {
                int cpt = decoder.readSmallInt();
                List<ImplicitInputRecord<?, ?>> implicits = Lists.newArrayListWithCapacity(cpt);
                for (int i = 0; i < cpt; i++) {
                    final Object in = readAny(decoder);
                    final Object out = readAny(decoder);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/ModuleSelectorsTest.groovy

        }
    
        ResolvableSelectorState dynamicSelector() {
            int cpt = dynCount++
            Mock(ResolvableSelectorState) {
                getVersionConstraint() >> Mock(ResolvedVersionConstraint) {
                    isDynamic() >> true
                }
                toString() >> "dynamic selector $cpt"
            }
        }
    
        ResolvableSelectorState latestSelector() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/aot/tfcompile.bzl

            # //tensorflow/core:lib.
            #
            # Note: to get smaller size on android for comparison, compile with:
            #    --copt=-fvisibility=hidden
            #    --copt=-D_LIBCPP_TYPE_VIS=_LIBCPP_HIDDEN
            #    --copt=-D_LIBCPP_EXCEPTION_ABI=_LIBCPP_HIDDEN
            native.cc_binary(
                name = benchmark_name,
                srcs = [benchmark_file],
                testonly = testonly,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  4. platforms/software/resources/src/main/java/org/gradle/internal/resource/transfer/DefaultExternalResourceConnector.java

                });
                sb.append("Top ").append(max).append(" most ").append(label).append("\n");
                int cpt = 0;
                for (Map.Entry<URI, Integer> entry : entries) {
                    sb.append("   ").append(entry.getKey()).append(" (").append(entry.getValue()).append(" times)\n");
                    if (++cpt == max) {
                        break;
                    }
                }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go

    			off := uint((opBits >> 8) & 0xFF)
    			delta |= (x >> off) & (1<<n - 1) << deltaShift
    			deltaShift += n
    		}
    		op := f.op + Op(delta)
    
    		// Special case: BKPT encodes with condition but cannot have one.
    		if op&^15 == BKPT_EQ && op != BKPT {
    			continue Search
    		}
    
    		var args Args
    		for j, aop := range f.args {
    			if aop == 0 {
    				break
    			}
    			arg := decodeArg(aop, x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 12.6K bytes
    - Viewed (0)
  6. src/syscall/ztypes_solaris_amd64.go

    	SizeofBpfInsn    = 0x8
    	SizeofBpfHdr     = 0x14
    )
    
    type BpfVersion struct {
    	Major uint16
    	Minor uint16
    }
    
    type BpfStat struct {
    	Recv    uint64
    	Drop    uint64
    	Capt    uint64
    	Padding [13]uint64
    }
    
    type BpfProgram struct {
    	Len       uint32
    	Pad_cgo_0 [4]byte
    	Insns     *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5.6K bytes
    - Viewed (0)
  7. src/syscall/ztypes_netbsd_386.go

    	SizeofBpfInsn    = 0x8
    	SizeofBpfHdr     = 0x14
    )
    
    type BpfVersion struct {
    	Major uint16
    	Minor uint16
    }
    
    type BpfStat struct {
    	Recv    uint64
    	Drop    uint64
    	Capt    uint64
    	Padding [13]uint64
    }
    
    type BpfProgram struct {
    	Len   uint32
    	Insns *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6K bytes
    - Viewed (0)
  8. src/syscall/ztypes_netbsd_amd64.go

    	SizeofBpfInsn    = 0x8
    	SizeofBpfHdr     = 0x20
    )
    
    type BpfVersion struct {
    	Major uint16
    	Minor uint16
    }
    
    type BpfStat struct {
    	Recv    uint64
    	Drop    uint64
    	Capt    uint64
    	Padding [13]uint64
    }
    
    type BpfProgram struct {
    	Len       uint32
    	Pad_cgo_0 [4]byte
    	Insns     *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  9. src/syscall/ztypes_netbsd_arm.go

    	SizeofBpfInsn    = 0x8
    	SizeofBpfHdr     = 0x14
    )
    
    type BpfVersion struct {
    	Major uint16
    	Minor uint16
    }
    
    type BpfStat struct {
    	Recv    uint64
    	Drop    uint64
    	Capt    uint64
    	Padding [13]uint64
    }
    
    type BpfProgram struct {
    	Len   uint32
    	Insns *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.1K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/VariantAttributesRulesIntegrationTest.groovy

                invalidCount++
            }
            buildFile << """
                int cpt
                dependencies {
                    components {
                        withModule('org.test:moduleB') {
                            withVariant("$variantToTest") {
                                attributes {
                                    if (++cpt == $invalidCount) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 19.6K bytes
    - Viewed (0)
Back to top