Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 319 for VISIBILITY (0.31 sec)

  1. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/visibilityChecker/AbstractVisibilityCheckerTest.kt

    import org.jetbrains.kotlin.psi.psiUtil.findDescendantOfType
    import org.jetbrains.kotlin.test.services.TestServices
    import org.jetbrains.kotlin.test.services.assertions
    
    /**
     * To find the element for the use-site position, the visibility checker test looks for an element called "useSite" in the main module if
     * the main file doesn't or cannot contain a caret marker, e.g. in files from binary libraries. The target name is case-insensitive, so
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu May 23 16:12:19 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/visibilityChecker/FirIdeDependentAnalysisScriptSourceModuleVisibilityCheckerTestGenerated.java

    @SuppressWarnings("all")
    @TestMetadata("analysis/analysis-api/testData/components/visibilityChecker/visibility")
    @TestDataPath("$PROJECT_ROOT")
    public class FirIdeDependentAnalysisScriptSourceModuleVisibilityCheckerTestGenerated extends AbstractVisibilityCheckerTest {
      @NotNull
      @Override
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Mar 26 20:47:37 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/visibilityChecker/FirIdeNormalAnalysisScriptSourceModuleVisibilityCheckerTestGenerated.java

    @SuppressWarnings("all")
    @TestMetadata("analysis/analysis-api/testData/components/visibilityChecker/visibility")
    @TestDataPath("$PROJECT_ROOT")
    public class FirIdeNormalAnalysisScriptSourceModuleVisibilityCheckerTestGenerated extends AbstractVisibilityCheckerTest {
      @NotNull
      @Override
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Mar 26 20:47:37 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/AccessorsClassPath.kt

    private
    class KotlinVisibilityClassVisitor : ClassVisitor(ASM_LEVEL) {
    
        var visibility: Visibility? = null
    
        override fun visitAnnotation(desc: String?, visible: Boolean): AnnotationVisitor? =
            when (desc) {
                "Lkotlin/Metadata;" -> ClassDataFromKotlinMetadataAnnotationVisitor { classData ->
                    visibility = Flags.VISIBILITY[classData.flags]
                }
    
                else -> null
            }
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 20:25:05 UTC 2024
    - 22K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/BUILD

        srcs = ["quantization_options.proto"],
        cc_api_version = 2,
        make_default_target_header_only = True,
        visibility = ["//visibility:public"],
    )
    
    # copybara:uncomment_begin(google-only)
    # py_proto_library(
    #     name = "quantization_options_py_pb2",
    #     api_version = 2,
    #     visibility = [":internal_visibility_allowlist_package"],
    #     deps = [":quantization_options_proto"],
    # )
    # copybara:uncomment_end
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/filesystem/plugins/windows/BUILD

    tf_cc_shared_object(
        name = "windows_filesystem.dll",
        framework_so = [],
        linkstatic = False,
        tags = [
            "manual",
            "nobuilder",
            "notap",
        ],
        visibility = ["//visibility:public"],
        deps = [":windows_filesystem_impl"],
    )
    
    # The real implementation of the filesystem.
    cc_library(
        name = "windows_filesystem_impl",
        srcs = ["windows_filesystem.cc"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 20 06:38:26 UTC 2024
    - 936 bytes
    - Viewed (0)
  7. tensorflow/cc/BUILD

        op_lib_names = [
            "function_ops",
        ],
        pkg = "//tensorflow/core",
        visibility = ["//tensorflow:internal"],
    )
    
    tf_gen_op_wrappers_cc(
        name = "functional_ops",
        include_internal_ops = 1,
        op_lib_names = [
            "functional_ops",
        ],
        pkg = "//tensorflow/core",
        visibility = ["//tensorflow:internal"],
    )
    
    tf_gen_op_wrappers_cc(
        name = "resource_variable_ops",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/stream_executor/test/BUILD

        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    tf_cc_shared_object(
        name = "test_pluggable_device.so",
        srcs = ["test_pluggable_device.cc"],
        visibility = ["//tensorflow/c:__subpackages__"],
        deps = [
            "//tensorflow/c/experimental/stream_executor:stream_executor_hdrs",
            "//tensorflow/c/experimental/stream_executor:stream_executor_test_util",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 566 bytes
    - Viewed (0)
  9. src/cmd/cgo/internal/test/issue4273.c

    // Copyright 2012 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    #ifdef __ELF__
    __attribute__((weak))
    __attribute__((visibility("hidden")))
    void _compilerrt_abort_impl(const char *file, int line, const char *func) {
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 320 bytes
    - Viewed (0)
  10. tensorflow/c/experimental/ops/gen/cpp/views/BUILD

        licenses = ["notice"],
    )
    
    cc_library(
        name = "views",
        srcs = glob(
            ["*.cc"],
            exclude = ["*_test.cc"],
        ),
        hdrs = glob(["*.h"]),
        visibility = ["//tensorflow/c/experimental/ops/gen/cpp/renderers:__pkg__"],
        deps = [
            "//tensorflow/c/experimental/ops/gen/common",
            "//tensorflow/c/experimental/ops/gen/model",
            "//tensorflow/core:lib",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 07:02:00 UTC 2024
    - 731 bytes
    - Viewed (0)
Back to top