Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 93 for child1 (0.31 sec)

  1. src/crypto/tls/handshake_server_test.go

    // client to connect to it. It returns a recordingConn that wraps the resulting
    // connection.
    func (test *serverTest) connFromCommand() (conn *recordingConn, child *exec.Cmd, err error) {
    	l, err := net.ListenTCP("tcp", &net.TCPAddr{
    		IP:   net.IPv4(127, 0, 0, 1),
    		Port: 0,
    	})
    	if err != nil {
    		return nil, nil, err
    	}
    	defer l.Close()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

            }
    
            private <P> ActivationFrame nextFrame(String property, Function<P, InputLocationTracker> child) {
                @SuppressWarnings("unchecked")
                final Optional<P> parent = (Optional<P>) stk.peek().parent;
                return new ActivationFrame(property, parent.map(child));
            }
    
            @Override
            public Activation transformActivation(Activation target) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 10 11:04:53 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  3. src/syscall/zerrors_solaris_amd64.go

    	3:   "no such process",
    	4:   "interrupted system call",
    	5:   "I/O error",
    	6:   "no such device or address",
    	7:   "arg list too long",
    	8:   "exec format error",
    	9:   "bad file number",
    	10:  "no child processes",
    	11:  "resource temporarily unavailable",
    	12:  "not enough space",
    	13:  "permission denied",
    	14:  "bad address",
    	15:  "block device required",
    	16:  "device busy",
    	17:  "file exists",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{5, "EIO", "I/O error"},
    	{6, "ENXIO", "no such device or address"},
    	{7, "E2BIG", "arg list too long"},
    	{8, "ENOEXEC", "exec format error"},
    	{9, "EBADF", "bad file number"},
    	{10, "ECHILD", "no child processes"},
    	{11, "EWOULDBLOCK", "resource temporarily unavailable"},
    	{12, "ENOMEM", "not enough space"},
    	{13, "EACCES", "permission denied"},
    	{14, "EFAULT", "bad address"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_386.go

    	4:   "interrupted system call",
    	5:   "input/output error",
    	6:   "no such device or address",
    	7:   "argument list too long",
    	8:   "exec format error",
    	9:   "bad file descriptor",
    	10:  "no child processes",
    	11:  "resource temporarily unavailable",
    	12:  "cannot allocate memory",
    	13:  "permission denied",
    	14:  "bad address",
    	15:  "block device required",
    	16:  "device or resource busy",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         * @param status The status. Must not be null.
         */
        void setStatus(Object status);
    
        /**
         * <p>Returns the direct children of this project.</p>
         *
         * @return A map from child project name to child project. Returns an empty map if this project does not have
         *         any children.
         */
        @ForExternalUse // See ProjectInternal#getChildProjects
        Map<String, Project> getChildProjects();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradlePomModuleDescriptorParserTest.groovy

        <parent>
            <groupId>test</groupId>
            <artifactId>parent</artifactId>
            <version>1.0.0</version>
            <relativePath>..</relativePath>
        </parent>
    
        <artifactId>child_\${scala.binary.version}</artifactId>
        <version>\${myversion}</version>
        <packaging>pom</packaging>
    </project>
    """
            and:
            parseContext.getMetaDataArtifact(_, _, MAVEN_POM) >> asResource(parent)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 75.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_freebsd_riscv64.go

    	4:  "interrupted system call",
    	5:  "input/output error",
    	6:  "device not configured",
    	7:  "argument list too long",
    	8:  "exec format error",
    	9:  "bad file descriptor",
    	10: "no child processes",
    	11: "resource deadlock avoided",
    	12: "cannot allocate memory",
    	13: "permission denied",
    	14: "bad address",
    	15: "block device required",
    	16: "device busy",
    	17: "file exists",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_openbsd_ppc64.go

    	4:  "interrupted system call",
    	5:  "input/output error",
    	6:  "device not configured",
    	7:  "argument list too long",
    	8:  "exec format error",
    	9:  "bad file descriptor",
    	10: "no child processes",
    	11: "resource deadlock avoided",
    	12: "cannot allocate memory",
    	13: "permission denied",
    	14: "bad address",
    	15: "block device required",
    	16: "device busy",
    	17: "file exists",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  10. src/syscall/zerrors_openbsd_riscv64.go

    	4:  "interrupted system call",
    	5:  "input/output error",
    	6:  "device not configured",
    	7:  "argument list too long",
    	8:  "exec format error",
    	9:  "bad file descriptor",
    	10: "no child processes",
    	11: "resource deadlock avoided",
    	12: "cannot allocate memory",
    	13: "permission denied",
    	14: "bad address",
    	15: "block device required",
    	16: "device busy",
    	17: "file exists",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
Back to top