Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,505 for fals (0.13 sec)

  1. cmd/kubeadm/app/util/runtime/runtime_test.go

    		shouldError bool
    	}{
    		{
    			name:        "valid",
    			shouldError: false,
    		},
    		{
    			name: "invalid: new runtime service fails",
    			prepare: func(mock *fakeImpl) {
    				mock.NewRemoteRuntimeServiceReturns(nil, errTest)
    			},
    			shouldError: true,
    		},
    		{
    			name: "invalid: new image service fails",
    			prepare: func(mock *fakeImpl) {
    				mock.NewRemoteImageServiceReturns(nil, errTest)
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 06:33:22 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/ErrorHandlingModuleComponentRepositoryTest.groovy

            delegate.resolveArtifact(artifact, moduleSources, result) >> { throw exception }
            repositoryBlacklister.isDisabled(REPOSITORY_ID) >> false
    
            when: 'repo is not disabled'
            access.resolveArtifact(artifact, moduleSources, result)
    
            then: 'resolution fails and repo is disabled'
            1 * repositoryBlacklister.tryDisableRepository(REPOSITORY_ID, { hasCause(it, exception) })
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 00:21:07 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheEncryptionIntegrationTest.groovy

            (findRequiredKeystoreFile(false) != null) == keystoreExpected
    
            where:
            kind                    | enabled   | keystoreExpected
            EncryptionKind.NONE     | false     | false
            EncryptionKind.KEYSTORE | true      | true
            EncryptionKind.ENV_VAR  | true      | false
        }
    
        private boolean isFoundInDirectory(File startDir, byte[] toFind) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 13K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheFlowScopeIntegrationTest.groovy

            when: 'task fails'
            buildFile '''
                tasks.register('fail') {
                    doLast { assert false }
                }
            '''
            configurationCacheFails 'fail'
    
            then: 'flow action reacts to build failure'
            outputContains '(red)'
            configCache.assertStateStored()
    
            when: 'task from cache fails'
            configurationCacheFails 'fail'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/plugin/ScriptPluginClassLoadingIntegrationTest.groovy

                def someMethod() {}
                apply from: "script2.gradle"
            """
    
            file("script2.gradle") << """
                someMethod()
            """
    
            when:
            fails "help"
    
            then:
            failure.assertHasFileName("Script '${file("script2.gradle").absolutePath}'")
            failure.assertThatCause(containsText("Could not find method someMethod()"))
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:34 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/quantization/lite/quantize_model.h

        bool verify_numeric = false, bool whole_model_verify = false,
        bool legacy_float_scale = true,
        const absl::flat_hash_set<std::string> &denylisted_ops = {},
        const absl::flat_hash_set<std::string> &denylisted_nodes = {},
        bool enable_variable_quantization = false,
        bool disable_per_channel_for_dense_layers = false,
        const std::optional<const tensorflow::converter::DebugOptions>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/python/converter_python_api.h

                                bool enable_numeric_verify = false,
                                bool enable_whole_model_verify = false,
                                PyObject* op_denylist = nullptr,
                                PyObject* node_denylist = nullptr,
                                bool enable_variable_quantization = false,
                                bool disable_per_channel_for_dense_layers = false,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 18:18:30 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/AbstractConfigurationAttributesResolveIntegrationTest.groovy

                    configurations {
                        compileFreeDebug {
                            canBeConsumed = false
                            canBeResolved = false
                        }
                        compileFreeRelease {
                            canBeConsumed = false
                            canBeResolved = false
                        }
                        compileFreeDebugPath {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 17:30:11 UTC 2024
    - 64K bytes
    - Viewed (0)
  9. src/internal/trace/mud.go

    	if d.trackBucket == len(d.hist) {
    		return math.NaN(), math.NaN(), false
    	}
    	return float64(d.trackBucket) / mudDegree, float64(d.trackBucket+1) / mudDegree, true
    }
    
    // invCumulativeSum returns x such that the integral of d from -∞ to x
    // is y. If the total weight of d is less than y, it returns the
    // maximum of the distribution and false.
    //
    // Specifically, y is a cumulative duration, and invCumulativeSum
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  10. src/net/main_test.go

    				{"tcp", "[" + addr + "%" + ifi.Name + "]:0", false},
    			}...)
    			ipv6LinkLocalUnicastUDPTests = append(ipv6LinkLocalUnicastUDPTests, []ipv6LinkLocalUnicastTest{
    				{"udp", "[" + addr + "%" + ifi.Name + "]:0", false},
    			}...)
    		}
    		ipv6LinkLocalUnicastTCPTests = append(ipv6LinkLocalUnicastTCPTests, []ipv6LinkLocalUnicastTest{
    			{"tcp6", "[" + addr + "%" + ifi.Name + "]:0", false},
    		}...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top