Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 199 for Hwassist (0.24 sec)

  1. src/internal/trace/oldtrace.go

    	addBuiltin(sNetwork, "network")
    	addBuiltin(sSync, "sync")
    	addBuiltin(sSyncCond, "sync.(*Cond).Wait")
    	addBuiltin(sSelect, "select")
    	addBuiltin(sEmpty, "")
    	addBuiltin(sMarkAssistWait, "GC mark assist wait for work")
    	addBuiltin(sSTWUnknown, "")
    	addBuiltin(sSTWGCMarkTermination, "GC mark termination")
    	addBuiltin(sSTWGCSweepTermination, "GC sweep termination")
    	addBuiltin(sSTWWriteHeapDump, "write heap dump")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/test_kit.adoc

    [[sub:test-kit-automatic-classpath-injection]]
    === Automatic injection with the Java Gradle Plugin Development plugin
    
    The <<java_gradle_plugin.adoc#java_gradle_plugin,Java Gradle Plugin development plugin>> can be used to assist in the development of Gradle plugins.
    Starting with Gradle version 2.13, the plugin provides a direct integration with TestKit.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  3. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type IfData struct, Epoch int32
    pkg syscall (freebsd-386-cgo), type IfData struct, Hdrlen uint8
    pkg syscall (freebsd-386-cgo), type IfData struct, Hwassist uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Ibytes uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Ierrors uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Imcasts uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractBehavior.java

            this.refreshTimeout = refreshTimeout;
        }
    
        // ===================================================================================
        //                                                                        Assist Logic
        //                                                                        ============
        protected String[] toStringArray(final Object value) {
            if (value instanceof String[]) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractBehavior.java

            this.refreshTimeout = refreshTimeout;
        }
    
        // ===================================================================================
        //                                                                        Assist Logic
        //                                                                        ============
        protected String[] toStringArray(final Object value) {
            if (value instanceof String[]) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractBehavior.java

            this.refreshTimeout = refreshTimeout;
        }
    
        // ===================================================================================
        //                                                                        Assist Logic
        //                                                                        ============
        protected String[] toStringArray(final Object value) {
            if (value instanceof String[]) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  7. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

            return pluginArtifact;
        }
    
        /**
         * Gets the project building request from which this project instance was created. <strong>Warning:</strong> This is
         * a utility method that is meant to assist integrators of Maven, it must not be used by Maven plugins.
         *
         * @return The project building request or {@code null}.
         * @since 2.1
         */
        @Deprecated
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Mar 01 17:18:13 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  8. pkg/controller/podautoscaler/replica_calculator_test.go

    	fakeEMClient := &emfake.FakeExternalMetricsClient{}
    	fakeEMClient.AddReactor("list", "*", func(action core.Action) (handled bool, ret runtime.Object, err error) {
    		listAction, wasList := action.(core.ListAction)
    		if !wasList {
    			return true, nil, fmt.Errorf("expected a list-for action, got %v instead", action)
    		}
    
    		if tc.metric == nil {
    			return true, nil, fmt.Errorf("no external metrics specified in test client")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/TestDB.h

     *
     *  Derived from code contributed by K. Cheung and Aurema Pty Ltd. (thanks!)
     *    test_case_t, test_group_t, test_suite_t
     */
    
    /** 
     *  Test case parameters structure.
     *  This data type is provided to assist CUnit users manage collections of 
     *  tests and suites.  It is intended to be used to build arrays of test case 
     *  parameters that can be then be referred to in a CU_suite_info_t variable.
     */
    typedef struct CU_TestInfo {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  10. src/crypto/aes/const.go

    // An exception is when running on systems with enabled hardware support for AES
    // that makes these operations constant-time. Examples include amd64 systems using AES-NI
    // extensions and s390x systems using Message-Security-Assist extensions.
    // On such systems, when the result of NewCipher is passed to cipher.NewGCM,
    // the GHASH operation used by GCM is also constant-time.
    package aes
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 01 21:52:00 UTC 2018
    - 29.3K bytes
    - Viewed (0)
Back to top