Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 110 for shared (0.65 sec)

  1. .teamcity/test-buckets.json

    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"launcher",
    					"time",
    					"logging-api",
    					"kotlin-dsl-plugins",
    					"serialization",
    					"toolchains-jvm-shared",
    					"docs-asciidoctor-extensions-base",
    					"internal-instrumentation-processor",
    					"security",
    					"input-tracking",
    					"base-ide-plugins"
    				]
    			},
    			{
    				"parallelizationMethod":{
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    ----
    
    
    [[sec:working_with_shared_libraries]]
    === Working with shared libraries
    
    For each executable binary produced, the `cpp` plugin provides an `install${binary.name}` task, which creates a development install of the executable, along with the shared libraries it requires. This allows you to run the executable without needing to install the shared libraries in their final locations.
    
    [[sec:finding_out_more_about_your_project]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

            """
            enableStableConfigurationCache()
    
            when:
            succeeds 'explicit'
    
            then:
            outputDoesNotContain "'Task#usesService'"
        }
    
        def "can inject shared build service by name into nested bean property when reference is annotated with @ServiceReference('...')"() {
            given:
            serviceImplementation()
            buildFile """
                abstract class NestedBean {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/lib.go

    			// If -linkshared, the GCProg generation code may need to reach
    			// out to the shared library for the type descriptor's data, even
    			// the type descriptor itself is not actually needed at run time
    			// (therefore not reachable). We still need to mangle its name,
    			// so it is consistent with the one stored in the shared library.
    			continue
    		}
    		name := ldr.SymName(s)
    		newName := typeSymbolMangle(name)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  5. tensorflow/BUILD

    cc_library(
        name = "grpc++",
        visibility = ["//visibility:public"],
        deps = select({
            "//conditions:default": ["@com_github_grpc_grpc//:grpc++"],
        }),
    )
    # copybara:comment_end
    
    # A shared object which includes registration mechanisms for ops and
    # kernels. Does not include the implementations of any ops or kernels. Instead,
    # the library which loads libtensorflow_framework.so
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  6. src/syscall/zerrors_solaris_amd64.go

    	81:  "file descriptor in bad state",
    	82:  "remote address changed",
    	83:  "can not access a needed shared library",
    	84:  "accessing a corrupted shared library",
    	85:  ".lib section in a.out corrupted",
    	86:  "attempting to link in more shared libraries than system limit",
    	87:  "can not exec a shared library directly",
    	88:  "illegal byte sequence",
    	89:  "operation not applicable",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_386.go

    	77:  "file descriptor in bad state",
    	78:  "remote address changed",
    	79:  "can not access a needed shared library",
    	80:  "accessing a corrupted shared library",
    	81:  ".lib section in a.out corrupted",
    	82:  "attempting to link in too many shared libraries",
    	83:  "cannot exec a shared library directly",
    	84:  "invalid or incomplete multibyte or wide character",
    	85:  "interrupted system call should be restarted",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  8. src/cmd/dist/test.go

    				// Other targets do not support -shared,
    				// per ParseFlags in
    				// cmd/compile/internal/base/flag.go.
    				// For c-archive the Go tool passes -shared,
    				// so that the result is suitable for inclusion
    				// in a PIE or shared library.
    				return false
    			}
    		case "freebsd":
    			return goarch == "amd64"
    		}
    		return false
    
    	case "c-shared":
    		switch platform {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_arm.go

    	77:  "file descriptor in bad state",
    	78:  "remote address changed",
    	79:  "can not access a needed shared library",
    	80:  "accessing a corrupted shared library",
    	81:  ".lib section in a.out corrupted",
    	82:  "attempting to link in too many shared libraries",
    	83:  "cannot exec a shared library directly",
    	84:  "invalid or incomplete multibyte or wide character",
    	85:  "interrupted system call should be restarted",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_amd64.go

    	77:  "file descriptor in bad state",
    	78:  "remote address changed",
    	79:  "can not access a needed shared library",
    	80:  "accessing a corrupted shared library",
    	81:  ".lib section in a.out corrupted",
    	82:  "attempting to link in too many shared libraries",
    	83:  "cannot exec a shared library directly",
    	84:  "invalid or incomplete multibyte or wide character",
    	85:  "interrupted system call should be restarted",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
Back to top