Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 1,361 for too (0.03 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/result/DefaultBuildableModuleVersionListingResolveResultTest.groovy

            descriptor.state == Listed
            descriptor.authoritative
            descriptor.versions == ['1.2', '1.3'] as Set
        }
    
        def "can mark as failed"() {
            org.gradle.internal.Factory<String> broken = { "too bad" }
            def failure = new ModuleVersionResolveException(newSelector(DefaultModuleIdentifier.newId("a", "b"), "c"), broken)
    
            when:
            descriptor.failed(failure)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  2. pkg/controlplane/controller/clusterauthenticationtrust/cluster_authentication_trust_controller.go

    		return err
    	}
    
    	// If the configmap is too big, clear the entire thing and count on this controller (or another one) to add the correct data back.
    	// We return the original error which causes the controller to re-queue.
    	// Too big means
    	//   1. request is so big the generic request catcher finds it
    	//   2. the content is so large that that the server sends a validation error "Too long: must have at most 1048576 characters"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/dependency-management-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/dm/PublishArtifactLocalArtifactMetadataCodec.kt

     * implementations). However, the Eclipse tooling model builder assumes that the id and metadata objects are the same and also that
     * the metadata object provides access to the backing PublishArtifact. This makes the better change too large to undertake at this point,
     * so for now just use some custom serialization that also makes assumptions and improve the Eclipse tooling model builder later.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 18:56:44 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/inspect/RuleApplicationScope.java

         */
        DESCENDANTS;
    
        /**
         * Detects if the subject of the rule has been annotated with {@literal @}{@link Each}.
         *
         * @throws IndexOutOfBoundsException If the rule definition has too few parameters.
         */
        public static RuleApplicationScope fromRuleDefinition(RuleSourceValidationProblemCollector problems, MethodRuleDefinition<?, ?> ruleDefinition, int subjectParamIndex) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/result/DefaultBuildableComponentIdResolveResultTest.groovy

            result.state == state
            result.graphState == graphState
            result.failure == null
        }
    
        def "can mark as failed"() {
            org.gradle.internal.Factory<String> broken = { "too bad" }
            def failure = new ModuleVersionResolveException(Stub(ModuleVersionSelector), broken)
    
            when:
            result.failed(failure)
    
            then:
            result.hasResult()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3K bytes
    - Viewed (0)
  6. platforms/software/platform-base/src/main/java/org/gradle/api/internal/AbstractBuildableComponentSpec.java

                buildTask.dependsOn(buildTaskDependencies);
            }
        }
    
        @Override
        public TaskDependency getBuildDependencies() {
            // TODO maybe inject the task dependency factory into this type hierarchy, too
            final TaskDependencyFactory taskDependencyFactory = DefaultTaskDependencyFactory.withNoAssociatedProject();
            return taskDependencyFactory.visitingDependencies(context -> {
                if (buildTask == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  7. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/classloader/JarCompat.java

    import org.gradle.api.JavaVersion;
    
    import java.io.Closeable;
    import java.io.File;
    import java.io.IOException;
    import java.util.jar.JarFile;
    
    /**
     * Compatibility wrapper for multi-release JARs that can be used on Java 8 too.
     */
    abstract class JarCompat implements Closeable {
        public static final boolean JAVA_9_COMPATIBLE = JavaVersion.current().isJava9Compatible();
    
        protected final JarFile jarFile;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  8. platforms/software/platform-base/src/main/java/org/gradle/language/base/internal/AbstractLanguageSourceSet.java

        public boolean getMayHaveSources() {
            // This doesn't take into account build dependencies of the SourceDirectorySet.
            // Should just ditch SourceDirectorySet from here since it's not really a great model, and drags in too much baggage.
            return generated || !source.isEmpty();
        }
    
        @Override
        public String getDisplayName() {
            String languageName = getLanguageName();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/basic_v1.py

    # limitations under the License.
    # ==============================================================================
    
    # RUN: %p/basic_v1 | FileCheck %s
    
    # pylint: disable=missing-docstring,line-too-long
    import tensorflow.compat.v1 as tf
    from tensorflow.compiler.mlir.tensorflow.tests.tf_saved_model import common_v1
    
    # Verify that the tf.versions attribute exists. It is difficult to enforce
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:49:35 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  10. tensorflow/c/tf_buffer.cc

        port::Free(buf);
        return errors::InvalidArgument(
            "Unable to serialize ", in.GetTypeName(),
            " protocol buffer, perhaps the serialized size (", proto_size,
            " bytes) is too large?");
      }
      out->data = buf;
      out->length = proto_size;
      out->data_deallocator = [](void* data, size_t length) { port::Free(data); };
      return absl::OkStatus();
    }
    
    Status BufferToMessage(const TF_Buffer* in,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 21:57:32 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top