Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 103 for enhanced (0.36 sec)

  1. src/vendor/golang.org/x/sys/cpu/cpu.go

    	HasBMI1             bool // Bit manipulation instruction set 1
    	HasBMI2             bool // Bit manipulation instruction set 2
    	HasCX16             bool // Compare and exchange 16 Bytes
    	HasERMS             bool // Enhanced REP for MOVSB and STOSB
    	HasFMA              bool // Fused-multiply-add instructions
    	HasOSXSAVE          bool // OS supports XSAVE/XRESTOR for saving/restoring XMM registers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/extensibility/ExtensibleDynamicObject.java

    import java.util.ArrayList;
    import java.util.List;
    import java.util.Map;
    
    /**
     * A {@link DynamicObject} implementation that provides extensibility.
     *
     * This is the dynamic object implementation that “enhanced” objects expose.
     *
     * @see org.gradle.internal.instantiation.generator.MixInExtensibleDynamicObject
     */
    @SuppressWarnings("deprecation")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 17 11:25:34 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  3. src/runtime/memmove_386.s

    /*
     * check and set for backwards
     */
    	CMPL	SI, DI
    	JLS	back
    
    /*
     * forward copy loop
     */
    forward:
    	// If REP MOVSB isn't fast, don't use it
    	CMPB	internal∕cpu·X86+const_offsetX86HasERMS(SB), $1 // enhanced REP MOVSB/STOSB
    	JNE	fwdBy4
    
    	// Check alignment
    	MOVL	SI, AX
    	ORL	DI, AX
    	TESTL	$3, AX
    	JEQ	fwdBy4
    
    	// Do 1 byte at a time
    	MOVL	BX, CX
    	REP;	MOVSB
    	RET
    
    fwdBy4:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 4.4K bytes
    - Viewed (0)
  4. maven-compat/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

                 * the activated profiles can cause repo declarations to be lost which in turn will result in artifact
                 * resolution failures, in particular when using the enhanced local repo which guards access to local files
                 * based on the configured remote repos.
                 */
                MavenSession session = legacySupport.getSession();
                if (session != null) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 15 14:24:56 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  5. pkg/kubelet/stats/provider.go

    		Inodes:         rootFsInfo.Inodes,
    		InodesUsed:     nodeFsInodesUsed,
    	}, nil
    }
    
    // HasDedicatedImageFs returns true if a dedicated image filesystem exists for storing images.
    // KEP Issue Number 4191: Enhanced this to allow for the containers to be separate from images.
    func (p *Provider) HasDedicatedImageFs(ctx context.Context) (bool, error) {
    	device, err := p.containerStatsProvider.ImageFsDevice(ctx)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 13:56:22 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  6. internal/http/server.go

    	// DefaultMaxHeaderBytes - default maximum HTTP header size in bytes.
    	DefaultMaxHeaderBytes = 1 * humanize.MiByte
    )
    
    // Server - extended http.Server supports multiple addresses to serve and enhanced connection handling.
    type Server struct {
    	http.Server
    	Addrs           []string      // addresses on which the server listens for new connection.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Feb 09 21:25:16 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  7. src/internal/cpu/cpu.go

    	HasLDISP  bool // long (20-bit) displacements [mandatory]
    	HasEIMM   bool // 32-bit immediates [mandatory]
    	HasDFP    bool // decimal floating point
    	HasETF3EH bool // ETF-3 enhanced
    	HasMSA    bool // message security assist (CPACF)
    	HasAES    bool // KM-AES{128,192,256} functions
    	HasAESCBC bool // KMC-AES{128,192,256} functions
    	HasAESCTR bool // KMCTR-AES{128,192,256} functions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  8. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitCategoriesOrTagsCoverageIntegrationSpec.groovy

                return source
            }
        }
    
        /**
         * Fixture for capturing simple test class requirements.  Note that this class should be used only for simple test classes
         * and should not be enhanced to capture complex test classes with arbitrary features.  Complex test classes should be captured
         * with a raw {@link TestSource} fixture.
         */
        class TestClass {
            final String name
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 01 14:54:49 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  9. src/encoding/pem/pem.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package pem implements the PEM data encoding, which originated in Privacy
    // Enhanced Mail. The most common use of PEM encoding today is in TLS keys and
    // certificates. See RFC 1421.
    package pem
    
    import (
    	"bytes"
    	"encoding/base64"
    	"errors"
    	"io"
    	"slices"
    	"strings"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  10. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtTypeProvider.kt

            withValidityAssertion { approximateToSuperPublicDenotable(approximateLocalTypes) ?: this }
    
        /**
         * Returns a warning-level enhanced type for [KaType] if it is present. Otherwise, returns `null`.
         */
        public fun KaType.getEnhancedType(): KaType? = withValidityAssertion { analysisSession.typeProvider.getEnhancedType(this) }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top