Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 64 for libc (0.14 sec)

  1. testing/distributions-integ-tests/src/integTest/groovy/org/gradle/DistributionIntegrationSpec.groovy

            assertIsGradleJar(contentsDir.file("lib/plugins/gradle-kotlin-dsl-tooling-builders-${baseVersion}.jar"))
    
            // Plugins
            assertIsGradleJar(contentsDir.file("lib/plugins/gradle-dependency-management-${baseVersion}.jar"))
            assertIsGradleJar(contentsDir.file("lib/plugins/gradle-version-control-${baseVersion}.jar"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  2. src/os/signal/doc.go

    the synchronous signals, SIGILL, SIGTRAP, SIGSTKFLT, SIGCHLD, SIGPROF,
    and, on Linux, signals 32 (SIGCANCEL) and 33 (SIGSETXID)
    (SIGCANCEL and SIGSETXID are used internally by glibc). Subprocesses
    started by [os.Exec], or by [os/exec], will inherit the
    modified signal mask.
    
    # Changing the behavior of signals in Go programs
    
    The functions in this package allow a program to change the way Go
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:11:00 UTC 2024
    - 11K bytes
    - Viewed (0)
  3. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/BNDSmokeTest.groovy

            assert result.getOutput().contains("Example project ran.")
        }
    
        private void assertJarManifestContains(String attribute, String value) {
            JarTestFixture jarTestFixture = new JarTestFixture(file("build/libs/bnd-smoke-test.jar"))
            assert jarTestFixture.manifest.mainAttributes.getValue(attribute) == value
        }
    
        private String addBNDBuilderPlugin() {
            return """
    plugins {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  4. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/AbstractTablePageGenerator.java

                            link().rel("stylesheet").type("text/css").href("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css").end();
                            script().src("https://code.jquery.com/jquery-3.3.1.min.js").end();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/tutorial/partr5_build_scripts.adoc

        mavenCentral()                                                  // <5>
    }
    
    dependencies {                                                      // <6>
        testImplementation libs.spock.core
        testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
    }
    
    gradlePlugin {                                                      // <7>
        plugins {
            greeting {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 17:16:27 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    #include <mtd/ubi-user.h>
    #include <mtd/mtd-user.h>
    #include <net/route.h>
    
    #if defined(__sparc__)
    // On sparc{,64}, the kernel defines struct termios2 itself which clashes with the
    // definition in glibc. As only the error constants are needed here, include the
    // generic termibits.h (which is included by termbits.h on sparc).
    #include <asm-generic/termbits.h>
    #else
    #include <asm/termbits.h>
    #endif
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  7. platforms/core-runtime/build-process-services/src/test/groovy/org/gradle/api/internal/classpath/DefaultModuleRegistryTest.groovy

            distDir.createDir("lib")
            distDir.createDir("lib/plugins")
            distDir.createDir("lib/plugins/sonar")
            externalRuntimeDep = dependencyCache.file("com.something/3.4.5/b4b02fa623c5a618e68478d9a4a67e1e87c023c6/dep-1.2.jar")
            distDir.zipTo(externalRuntimeDep)
            runtimeDep = distDir.createZip("lib/dep-1.2.jar")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/kube/deployment.go

    	echo.Debian12:     "app_sidecar_debian_12",
    	echo.Rockylinux9:  "app_sidecar_rockylinux_9",
    }
    
    // ArmVMImages is the subset of images that work on arm64. These fail because Istio's arm64 build has a higher GLIBC requirement
    var ArmVMImages = map[echo.VMDistro]string{
    	echo.UbuntuNoble: "app_sidecar_ubuntu_noble",
    	echo.Debian12:    "app_sidecar_debian_12",
    	echo.Rockylinux9: "app_sidecar_rockylinux_9",
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  9. src/runtime/os_linux.go

    package runtime
    
    import (
    	"internal/abi"
    	"internal/goarch"
    	"internal/runtime/atomic"
    	"internal/runtime/syscall"
    	"unsafe"
    )
    
    // sigPerThreadSyscall is the same signal (SIGSETXID) used by glibc for
    // per-thread syscalls on Linux. We use it for the same purpose in non-cgo
    // binaries.
    const sigPerThreadSyscall = _SIGRTMIN + 1
    
    type mOS struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_ant.adoc

    To demonstrate the two techniques, consider a project that has the following library JARs in its `libs` directory:
    
    [listing]
    libs
    ├── our-custom.jar
    ├── awesome-framework-2.0.jar
    └── utility-library-1.0.jar
    
    The file `our-custom.jar` has no version number, so it has to be added as a file dependency.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 37.7K bytes
    - Viewed (0)
Back to top