Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 58 for addAction (0.18 sec)

  1. src/crypto/internal/nistec/p256_asm_s390x.s

    	//		copy(P3.y[:], Y1)
    	//		copy(P3.z[:], Z1)
    	//	}
    
    	VL   16(P1ptr), X1H
    	VPDI $0x4, X1H, X1H, X1H
    	VL   0(P1ptr), X1L
    	VPDI $0x4, X1L, X1L, X1L
    
    	// Y1 already loaded, left over from addition
    	VL   80(P1ptr), Z1H
    	VPDI $0x4, Z1H, Z1H, Z1H
    	VL   64(P1ptr), Z1L
    	VPDI $0x4, Z1L, Z1L, Z1L
    
    	VLREPG sel+32(FP), SEL1
    	VZERO  ZER
    	VCEQG  SEL1, ZER, SEL1
    
    	VSEL X1L, X3L, SEL1, X3L
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/api/internal/AbstractDomainObjectCollectionSpec.groovy

        abstract boolean isDirectElementAdditionAllowed()
    
        abstract boolean isElementRemovalAllowed()
    
        void containerAllowsElementAddition() {
            assumeTrue("the container doesn't allow direct element addition", isDirectElementAdditionAllowed())
        }
    
        void containerAllowsElementRemoval() {
            assumeTrue("the container doesn't allow element removal", isElementRemovalAllowed())
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

         * project. In spite of the 'throws' declaration on this API, this method has never thrown an exception since Maven
         * 3.0.x. Historically, it logged and ignored a second addition of the same g/a/v/c/t. Now it replaces the file for
         * the artifact, so that plugins (e.g. shade) can change the pathname of the file for a particular set of
         * coordinates.
         *
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Mar 01 17:18:13 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    #include "gtest/gtest-printers.h"
    #include "gtest/gtest_prod.h"
    #include "gtest/gtest-test-part.h"
    #include "gtest/gtest-typed-test.h"
    
    // Depending on the platform, different string classes are available.
    // On Linux, in addition to ::std::string, Google also makes use of
    // class ::string, which has the same interface as ::std::string, but
    // has a different implementation.
    //
    // The user can define GTEST_HAS_GLOBAL_STRING to 1 to indicate that
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    [[sec:hard_coded_file_paths]]
    == Hardcoded paths and laziness
    
    It is best practice to *avoid* hardcoded paths in build scripts.
    
    In addition to avoiding hardcoded paths, Gradle encourages laziness in its build scripts.
    This means that tasks and operations should be deferred until they are actually needed rather than executed eagerly.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    					"change field to a valid value",
    					myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    						"field":      "123",
    						"otherField": "added",
    					}},
    			},
    		},
    		{
    			Name: "Format Addition and Change",
    			Operations: []ratchetingTestOperation{
    				updateMyCRDV1Beta1Schema{&apiextensionsv1.JSONSchemaProps{
    					Type: "object",
    					Properties: map[string]apiextensionsv1.JSONSchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  7. .bazelrc

    # Select supported compute capabilities (supported graphics cards).
    # This is the same as the official TensorFlow builds.
    # See https://developer.nvidia.com/cuda-gpus#compute
    # `compute_XY` enables PTX embedding in addition to SASS. PTX
    # is forward compatible beyond the current compute capability major
    # release while SASS is only forward compatible inside the current
    # major release. Example: sm_80 kernels can run on sm_89 GPUs but
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  8. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    		return
    	}
    
    	_, currentReadyCondition := controllerutil.GetNodeCondition(nodeHealth.status, v1.NodeReady)
    	if currentReadyCondition == nil {
    		// Lack of NodeReady condition may only happen after node addition (or if it will be maliciously deleted).
    		// In both cases, the pod will be handled correctly (evicted if needed) during processing
    		// of the next node update event.
    		return
    	}
    
    	pods := []*v1.Pod{pod}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	// initial and resync watch lists to storage.
    	storageWatchListPageSize = int64(10000)
    	// defaultBookmarkFrequency defines how frequently watch bookmarks should be send
    	// in addition to sending a bookmark right before watch deadline.
    	//
    	// NOTE: Update `eventFreshDuration` when changing this value.
    	defaultBookmarkFrequency = time.Minute
    )
    
    // Config contains the configuration for a given Cache.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  10. src/reflect/type.go

    }
    
    // add returns p+x.
    //
    // The whySafe string is ignored, so that the function still inlines
    // as efficiently as p+x, but all call sites should use the string to
    // record why the addition is safe, which is to say why the addition
    // does not cause x to advance to the very end of p's allocation
    // and therefore point incorrectly at the next block in memory.
    //
    // add should be an internal detail (and is trivially copyable),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
Back to top