Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,024 for unsupportedOp (0.16 sec)

  1. src/cmd/compile/internal/x86/galign.go

    	switch v := buildcfg.GO386; v {
    	case "sse2":
    	case "softfloat":
    		arch.SoftFloat = true
    	case "387":
    		fmt.Fprintf(os.Stderr, "unsupported setting GO386=387. Consider using GO386=softfloat instead.\n")
    		base.Exit(1)
    	default:
    		fmt.Fprintf(os.Stderr, "unsupported setting GO386=%s\n", v)
    		base.Exit(1)
    
    	}
    
    	arch.ZeroRange = zerorange
    	arch.Ginsnop = ginsnop
    
    	arch.SSAMarkMoves = ssaMarkMoves
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 03 21:05:55 UTC 2021
    - 887 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/configurationCache/problemsKotlin/tests/fail.out

      See https://docs.gradle.org/0.0.0/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
    
    See the complete report at file:///home/user/gradle/samples/build/reports/configuration-cache/<hash>/configuration-cache-report.html
    > Invocation of 'Task.project' by task ':someTask' at execution time is unsupported.
    
    * Try:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 845 bytes
    - Viewed (0)
  3. platforms/core-execution/file-watching/src/test/groovy/org/gradle/internal/watch/registry/impl/AbstractFileWatcherUpdaterTest.groovy

            !vfsHasSnapshotsAt(oldestRegisteredWatchableHierarchy)
            vfsHasSnapshotsAt(newestRegisteredWatchableHierarchy)
        }
    
        def "does not start watching unsupported file system for default watch mode"() {
            def unsupportedFileSystemMountPoint = file("unsupported").createDir()
            def unwatchableContent = unsupportedFileSystemMountPoint.file("file.txt").createFile()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 15:08:33 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  4. platforms/core-execution/file-watching/src/test/groovy/org/gradle/internal/watch/vfs/impl/WatchingVirtualFileSystemTest.groovy

            then:
            1 * watcherRegistry.registerWatchableHierarchy(newWatchableHierarchy, _)
        }
    
        def "detects unsupported file systems on default watch mode"() {
            def unsupportedFileSystems = [new File("unsupported")]
    
            when:
            watchingVirtualFileSystem.afterBuildStarted(WatchMode.DEFAULT, VfsLogging.NORMAL, WatchLogging.NORMAL, buildOperationRunner)
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  5. platforms/enterprise/enterprise/src/main/java/org/gradle/internal/enterprise/impl/DefaultGradleEnterprisePluginCheckInService.java

        }
    
        // Used just for testing
        public static final String UNSUPPORTED_TOGGLE = "org.gradle.internal.unsupported-enterprise-plugin";
        public static final String UNSUPPORTED_TOGGLE_MESSAGE = "Enterprise plugin unsupported due to secret toggle";
    
        // For Gradle versions 8+, configuration caching builds are not compatible with Gradle Enterprise plugin < 3.12
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 13:28:46 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_server_journal_others.go

    package kubelet
    
    import (
    	"context"
    	"errors"
    )
    
    // getLoggingCmd on unsupported operating systems returns the echo command and a warning message (as strings)
    func getLoggingCmd(n *nodeLogQuery, services []string) (string, []string, error) {
    	return "", []string{}, errors.New("Operating System Not Supported")
    }
    
    // checkForNativeLogger on unsupported operating systems returns false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 15:54:36 UTC 2023
    - 1K bytes
    - Viewed (0)
  7. pkg/kubelet/cadvisor/helpers_unsupported.go

    func (i *unsupportedImageFsInfoProvider) ImageFsInfoLabel() (string, error) {
    	return "", errors.New("unsupported")
    }
    
    func (i *unsupportedImageFsInfoProvider) ContainerFsInfoLabel() (string, error) {
    	return "", errors.New("unsupported")
    }
    
    // NewImageFsInfoProvider returns a provider for the specified runtime configuration.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  8. pkg/kubelet/util/util_unsupported.go

    }
    
    // LocalEndpoint empty implementation
    func LocalEndpoint(path, file string) (string, error) {
    	return "", fmt.Errorf("LocalEndpoints are unsupported in this build")
    }
    
    // GetBootTime empty implementation
    func GetBootTime() (time.Time, error) {
    	return time.Time{}, fmt.Errorf("GetBootTime is unsupported in this build")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 08:58:18 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/pkg/resource/query_param_verifier_v3_test.go

    			expectedSupports: true,
    		},
    		"Field validation unsupported for unknown GVK": {
    			crds: []schema.GroupKind{},
    			gvk: schema.GroupVersionKind{
    				Group:   "bad",
    				Version: "v1",
    				Kind:    "Uknown",
    			},
    			queryParam:       QueryParamFieldValidation,
    			expectedSupports: false,
    		},
    		"Unknown query param unsupported (for all GVK's)": {
    			crds: []schema.GroupKind{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 12 04:44:45 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/common/ir/UniformSupport.cc

      if (isQuantizablePrimitiveType(input_type))
        return ExpressedToQuantizedConverter{input_type, input_type};
      // Unsupported.
      return ExpressedToQuantizedConverter{input_type, nullptr};
    }
    
    Type ExpressedToQuantizedConverter::convert(
        quant::QuantizedType elemental_type) const {
      assert(expressed_type && "convert() on unsupported conversion");
      if (auto tensor_type = dyn_cast<RankedTensorType>(input_type))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 02:10:16 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top