Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 78 for reregistering (0.21 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/tasks/DefaultTaskContainer.java

        public Action<? super Task> whenObjectRemoved(Action<? super Task> action) {
            throw new UnsupportedOperationException("Registering actions on task removal is not supported.");
        }
    
        @Override
        public void whenObjectRemoved(Closure action) {
            throw new UnsupportedOperationException("Registering actions on task removal is not supported.");
        }
    
        // Cannot be private due to reflective instantiation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 09:54:40 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/server/health/gc/GarbageCollectionMonitoringIntegrationTest.groovy

            }
            return builder.toString()
        }
    
        /**
         * Generates garbage collection events starting at initial heap size (MB) and increasing by
         * leakRate (MB) for every event, registering a variable number of garbage collections
         * according to gcRate.  Heap usage will cap at max.
         */
        Collection<Map> eventsFor(long initial, long max, long leakRate, double gcRate) {
            def events = []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/runtime/interfaces.go

    limitations under the License.
    */
    
    package runtime
    
    import (
    	"io"
    	"net/url"
    
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    const (
    	// APIVersionInternal may be used if you are registering a type that should not
    	// be considered stable or serialized - it is a convention only and has no
    	// special behavior in this package.
    	APIVersionInternal = "__internal"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 28 03:26:35 UTC 2023
    - 19K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/grappler/grappler.h

    #include "tensorflow/c/tf_status.h"
    
    // --------------------------------------------------------------------------
    // C API for Graph. The API is under active development and eventually
    // should allow registering a plugin graph optimizer with TensorFlow.
    //
    // Conventions:
    //   * Struct prefix indicates whether struct fields should be filled by the
    //     plugin or core implementation:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 03 18:08:43 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/BUILD

            "@local_tsl//tsl/protobuf:protos_all_cc",
            "@local_xla//xla:xla_data_proto_cc",
            "@local_xla//xla/mlir_hlo",
            "@stablehlo//:chlo_ops",
        ],
        # Alwayslink is required for registering the MLIR passes.
        # TODO(b/255530126): Split the pass registration from the definitions to avoid binary size bloat.
        alwayslink = True,
    )
    
    cc_library(
        name = "quantize_preprocess",
        srcs = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/java_plugin.adoc

    === Example: Registering incremental annotation processors
    
    [listing]
    .processor/src/main/resources/META-INF/gradle/incremental.annotation.processors
    ----
    include::{snippetsPath}/java/incrementalAnnotationProcessing/groovy/processor/src/main/resources/META-INF/gradle/incremental.annotation.processors[tag=registering-incremental-annotation-processors]
    ----
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  7. internal/grid/handlers.go

    // This must be done prior to registering the handler.
    func (h *StreamTypeHandler[Payload, Req, Resp]) WithOutCapacity(out int) *StreamTypeHandler[Payload, Req, Resp] {
    	h.OutCapacity = out
    	return h
    }
    
    // WithInCapacity adjusts the input capacity from the handler perspective.
    // This must be done prior to registering the handler.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured_conversion_test.go

    				}
    				return
    			}
    			assert.Equal(t, testCase.expectedConvertedObject, outObject)
    		})
    	}
    }
    
    func TestUnstructuredToGVConversion(t *testing.T) {
    	scheme, _ := test.TestScheme()
    	// HACK: registering fake internal/v1beta1 api
    	scheme.AddKnownTypes(schema.GroupVersion{Group: "foo", Version: "v1beta1"}, &testapigroup.Carp{})
    	scheme.AddKnownTypes(schema.GroupVersion{Group: "foo", Version: "__internal"}, &testapigroup.Carp{})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 07 15:19:26 UTC 2020
    - 16.4K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/internal/component/ResolutionFailureHandlerIntegrationTest.groovy

                        from.attribute(matter, "liquid")
                        to.attribute(matter, "gas")
                    }
                }
    
                val forceResolution by tasks.registering {
                    inputs.files(configurations.getByName("resolveMe").incoming.artifactView {
                        attributes.attribute(color, "red")
                    }.artifacts.artifactFiles)
    
                    doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 45K bytes
    - Viewed (0)
  10. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/sftp/SFTPServer.groovy

                handleCreatedByRequest.clear()
                openingRequestIdForPath.clear()
                allowInit()
            }
        }
    
        /**
         * this basically restarts the sftpserver without
         * registering a password authentication
         * */
        def withPasswordAuthenticationDisabled() {
            passwordAuthenticationEnabled = false
            restart()
        }
    
        protected void before() throws Throwable {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 17.1K bytes
    - Viewed (0)
Back to top