Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 203 for visibility (0.22 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/ivy/IvyDescriptorConfiguration.groovy

     * limitations under the License.
     */
    
    package org.gradle.test.fixtures.ivy
    
    class IvyDescriptorConfiguration {
    
        String name
        String visibility
        String description
        Set<String> extend
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 778 bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/serviceentry/conversion.go

    			}
    			portOverrides[port.Number] = port.TargetPort
    		}
    	}
    
    	var exportTo sets.Set[visibility.Instance]
    	if len(serviceEntry.ExportTo) > 0 {
    		exportTo = sets.NewWithLength[visibility.Instance](len(serviceEntry.ExportTo))
    		for _, e := range serviceEntry.ExportTo {
    			exportTo.Insert(visibility.Instance(e))
    		}
    	}
    
    	var labelSelectors map[string]string
    	if serviceEntry.WorkloadSelector != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/conversion.go

    	if svc.Annotations[annotation.NetworkingExportTo.Name] != "" {
    		namespaces := strings.Split(svc.Annotations[annotation.NetworkingExportTo.Name], ",")
    		exportTo = sets.NewWithLength[visibility.Instance](len(namespaces))
    		for _, ns := range namespaces {
    			exportTo.Insert(visibility.Instance(ns))
    		}
    	}
    
    	istioService := &model.Service{
    		Hostname: ServiceHostname(svc.Name, svc.Namespace, domainSuffix),
    		ClusterVIPs: model.AddressMap{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/ops/BUILD

        ],
        py_lib_rule = py_strict_library,
        deps = ["//tensorflow/compiler/jit/ops:xla_ops"],
    )
    
    py_strict_library(
        name = "xla_ops_grad",
        srcs = ["xla_ops_grad.py"],
        srcs_version = "PY3",
        visibility = [
            "//tensorflow/compiler/tf2xla:internal",
            "//tensorflow/python/ops:__pkg__",
        ],
        deps = ["//tensorflow/python/framework:ops"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 09:08:06 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  5. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/ivy/IvyDescriptor.groovy

            }
    
            ivy.configurations.conf.each {
                configurations[it.@name] = new IvyDescriptorConfiguration(
                        name: it.@name, visibility: it.@visibility, description: it.@description,
                        extend: it.@extends == null ? null : ******@****.***(",")*.trim()
                )
            }
    
            ivy.publications.artifact.each { artifact ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  6. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/BazelFileContentGenerator.groovy

    load("//:junit.bzl", "junit_tests")
    
    java_library(
        name = "project${subProjectNumber}",
        srcs = glob(["src/main/java/**/*.java"]),
        javacopts = ["-XepDisableAllChecks"],
        visibility = ["//visibility:public"],
        deps = [
    ${subProjectDependencies}
        ]
    )
    
    junit_tests(
        name = "tests_for_project${subProjectNumber}",
        size = "small",
        srcs = glob(["src/test/java/**/*.java"]),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  7. tensorflow/cc/framework/fuzzing/BUILD

    #     ],
    #     op_def_src = "//tensorflow/core/ops:array_ops_op_lib",
    # )
    # copybara:uncomment_end
    
    bzl_library(
        name = "op_fuzzing_bzl",
        srcs = ["op_fuzzing.bzl"],
        visibility = ["//visibility:private"],
        deps = [
            "//tensorflow:tensorflow_bzl",
            "//tensorflow/core/platform:rules_cc_bzl",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/api/v1/BUILD

        ],
    )
    
    cc_library(
        name = "compile_mlir_util_no_tf_dialect_passes",
        srcs = ["compile_mlir_util.cc"],
        hdrs = ["compile_mlir_util.h"],
        visibility = ["//visibility:public"],
        deps = [
            "//tensorflow/compiler/mlir/quantization/stablehlo:bridge_passes",
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:bridge_logger",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/quantization/tensorflow/BUILD

        ],
    )
    
    td_library(
        name = "ptq_td_files",
        srcs = [
            "fallback_to_flex_patterns.td",
        ],
        compatible_with = get_compatible_with_portable(),
        visibility = ["//visibility:private"],
        deps = [
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_td_files",
            "@llvm-project//mlir:ArithOpsTdFiles",
            "@llvm-project//mlir:FuncTdFiles",
        ],
    )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  10. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtVisibilityCheckerMixIn.kt

        }
    
        /**
         * Returns true for effectively public symbols, including internal declarations with @PublishedApi annotation.
         * In 'Explicit API' mode explicit visibility modifier and explicit return types are required for such symbols.
         * See FirExplicitApiDeclarationChecker.kt
         */
        public fun isPublicApi(symbol: KaSymbolWithVisibility): Boolean = withValidityAssertion {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top