Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 443 for Opened (0.18 sec)

  1. subprojects/core/src/main/java/org/gradle/deployment/internal/DefaultContinuousExecutionGate.java

                lock.unlock();
            }
        }
    
        private void open(GateKeeper gatekeeper) {
            lock.lock();
            try {
                // gate hasn't been opened yet
                if (isClosed()) {
                    openedBy = gatekeeper;
                    opened.signalAll();
                }
            } finally {
                lock.unlock();
            }
        }
    
        private boolean isClosed() {
            return openedBy == null;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  2. platforms/core-runtime/files/src/main/java/org/gradle/api/internal/file/archive/impl/StreamZipInput.java

            private boolean opened;
    
            public StreamZipEntry(java.util.zip.ZipEntry entry) {
                super(entry);
            }
    
            @Override
            public <T> T withInputStream(IoFunction<InputStream, T> action) throws IOException {
                if (opened) {
                    throw new IllegalStateException("The input stream for " + getName() + " has already been opened.  It cannot be reopened again.");
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 12:11:00 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  3. platforms/core-execution/persistent-cache/src/test/groovy/org/gradle/cache/internal/DefaultCacheFactoryTest.groovy

            and:
            1 * opened.accept(_)
            0 * opened._
    
            cleanup:
            factory.close()
        }
    
        void "closes cache instance when factory is closed"() {
            def implementation
    
            when:
            factory.open(tmpDir.testDirectory, null, [prop: 'value'], mode(Exclusive), null, null)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:49:51 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. .github/workflows/labeler.yml

    name: "Issue Labeler"
    on:
      issues:
        types: [opened, edited, reopened]
      pull_request:
        types: [opened, edited, reopened]
    
    jobs:
      triage:
        runs-on: ubuntu-latest
        name: Label issues and pull requests
        steps:
          - name: check out
            uses: actions/checkout@v4
    
          - name: labeler
            uses: jinzhu/super-labeler-action@develop
            with:
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Tue Oct 10 06:50:45 UTC 2023
    - 423 bytes
    - Viewed (0)
  5. pkg/probe/tcp/tcp.go

    type tcpProber struct{}
    
    // Probe checks that a TCP connection to the address can be opened.
    func (pr tcpProber) Probe(host string, port int, timeout time.Duration) (probe.Result, string, error) {
    	return DoTCPProbe(net.JoinHostPort(host, strconv.Itoa(port)), timeout)
    }
    
    // DoTCPProbe checks that a TCP socket to the address can be opened.
    // If the socket can be opened, it returns Success
    // If the socket fails to open, it returns Failure.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 16:57:41 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  6. src/runtime/internal/wasitest/testdata/tcpecho.go

    	}
    	if err := c.(*net.TCPConn).CloseWrite(); err != nil {
    		return err
    	}
    	return c.Close()
    }
    
    func findListener() (net.Listener, error) {
    	// We start looking for pre-opened sockets at fd=3 because 0, 1, and 2
    	// are reserved for stdio. Pre-opened directors also start at fd=3, so
    	// we skip fds that aren't sockets. Once we reach EBADF we know there
    	// are no more pre-opens.
    	for preopenFd := uintptr(3); ; preopenFd++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:12:41 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/telemetry/counter/countertest/countertest.go

    	"golang.org/x/telemetry/internal/telemetry"
    )
    
    var (
    	openedMu sync.Mutex
    	opened   bool
    )
    
    // SupportedPlatform reports if this platform supports Open()
    const SupportedPlatform = !telemetry.DisabledOnPlatform
    
    func isOpen() bool {
    	openedMu.Lock()
    	defer openedMu.Unlock()
    	return opened
    }
    
    // Open enables telemetry data writing to disk.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:13:09 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/core-plugins/plugin_reference.adoc

    <<eclipse_plugin.adoc#eclipse_plugin,Eclipse>>::
    Generates Eclipse project files for the build that can be opened by the IDE. This set of plugins can also be used to fine tune http://projects.eclipse.org/projects/tools.buildship[Buildship's] import process for Gradle builds.
    
    <<idea_plugin.adoc#idea_plugin,IntelliJ IDEA>>::
    Generates IDEA project files for the build that can be opened by the IDE. It can also be used to fine tune IDEA's import process for Gradle builds.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  9. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/internal/AbstractCrossProcessCacheAccess.java

        /**
         * Opens this cache access instance when the cache is opened. State lock is held while this method is called.
         */
        public abstract void open();
    
        /**
         * Closes this cache access instance when the cache is opened. State lock is held while this method is called.
         */
        @Override
        public abstract void close();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:08:47 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  10. src/net/internal/socktest/switch.go

    }
    
    // A Stat represents a per-cookie socket statistics.
    type Stat struct {
    	Family   int // address family
    	Type     int // socket type
    	Protocol int // protocol number
    
    	Opened    uint64 // number of sockets opened
    	Connected uint64 // number of sockets connected
    	Listened  uint64 // number of sockets listened
    	Accepted  uint64 // number of sockets accepted
    	Closed    uint64 // number of sockets closed
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top