Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 133 for expiring (0.56 sec)

  1. platforms/core-runtime/build-operations/src/main/java/org/gradle/internal/operations/BuildOperationType.java

     * As such, these objects should be designed for serialization to non Java formats (e.g. JSON).
     *
     * - Should be practically immutable
     * - Should only expose primitive(ish) JDK types, or other structured types only exposing JDK types
     * - Collection like structures should have deterministic order - either sorted, or meaningful
     * - Should expose either java.util.List or java.util.Map over specialised collection types
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 14:19:43 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/running-builds/getting_started_eng.adoc

    <<part2_gradle_tasks#part2_begin,Part 2.>> Running Tasks +
    <<part3_gradle_dep_man#part3_begin,Part 3.>> Understanding Dependencies +
    <<part4_gradle_plugins#part4_begin,Part 4.>> Applying Plugins +
    <<part5_gradle_inc_builds#part5_begin,Part 5.>> Exploring Incremental Builds +
    <<part6_gradle_caching#part6_begin,Part 6.>> Enabling the Cache +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/internal/classpath/ClasspathWalker.java

                // However, this property is mostly an accident of the way this classpath entry was produced.
                // Exposing it may put unnecessary burden on clients if, for example, they try to keep the compression method
                // while repackaging entries.
                return CompressionMethod.UNDEFINED;
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/test_timeout_stdin.txt

    	# closes the read side of the stderr pipe, and the subprocess will eventually
    	# exit due to a failed write to that pipe.
    
    stdout '^--- PASS: TestOrphanCmd .*\nPASS\nstdin closed'
    stdout '^\*\*\* Test I/O incomplete \d+.* after exiting\.\nexec: WaitDelay expired before I/O complete\nFAIL\s+example\s+\d+(\.\d+)?s'
    
    -- go.mod --
    module example
    
    go 1.20
    -- main_test.go --
    package main
    
    import (
    	"fmt"
    	"io"
    	"os"
    	"os/exec"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 02 20:23:27 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. platforms/software/antlr/src/integTest/groovy/org/gradle/api/plugins/antlr/Antlr2PluginIntegrationTest.groovy

            failure.assertHasDescription("Execution failed for task ':grammar-builder:generateGrammarSource'.")
            failure.assertHasCause("There were errors during grammar generation")
            failure.assertHasCause("ANTLR Panic: Exiting due to errors.")
        }
    
        def "uses antlr v2 if no explicit dependency is set"() {
            buildFile.text = buildFile.text.replace("antlr '$antlrDependency'", "")
    
            goodGrammar()
            goodProgram()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 14:52:10 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/test_fuzz_io_error.txt

    ! stdout 'communicating with fuzzing process'
    ! exists testdata
    
    # If the I/O error occurs after F.Fuzz is called (unlikely), just exit.
    # It's hard to distinguish this case from the worker being interrupted by ^C
    # or exiting with status 0 (which it should do when interrupted by ^C).
    ! go test -fuzz=FuzzClosePipeAfter -parallel=1
    stdout '^\s*communicating with fuzzing process: invalid character ''!'' looking for beginning of value$'
    ! exists testdata
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 16 16:53:11 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  7. src/internal/fuzz/minimize.go

    	// then the vals slice in (*workerServer).minimizeInput will point to
    	// tmp. Since tmp is altered while making new candidates, we need to
    	// make sure that it is equal to the correct value, v, before exiting
    	// this function.
    	defer copy(tmp, v)
    
    	// First, try to cut the tail.
    	for n := 1024; n != 0; n /= 2 {
    		for len(v) > n {
    			if shouldStop() {
    				return
    			}
    			candidate := v[:len(v)-n]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 07 21:15:51 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/experimental/tac/tac_module.h

        // purpose.
        bool debug_mode = false;
        // Whether to enable inliner passes or not.
        bool enable_inliner = false;
        // Whether to legalize ops to TFLite ops before exporting.
        bool legalize_to_tflite_ops = false;
      };
    
      virtual ~TacModule() = default;
    
      explicit TacModule(const Options& options) : options_(options) {}
    
      void SetImporter(std::unique_ptr<TacImporter> importer) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 01:19:25 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  9. platforms/core-execution/build-cache-http/src/integTest/groovy/org/gradle/caching/http/internal/HttpBuildCacheConfigurationBuildOperationIntegrationTest.groovy

            then:
            def config = result().remote.config
            config.url == safeUri.toString() + '/'
            config.authenticated == "true"
        }
    
        def "--offline wins over DSL configuration when exposing remote enabled configuration"() {
            given:
            httpBuildCacheServer.start()
            def url = "${httpBuildCacheServer.uri}/"
            settingsFile << """
                buildCache {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 6K bytes
    - Viewed (0)
  10. pkg/envoy/agent.go

    	// When we terminate, we will instead exit immediately
    	a.DisableDraining()
    }
    
    // terminate starts exiting the process.
    func (a *Agent) terminate() {
    	log.Infof("Agent draining Proxy for termination")
    	if a.skipDrain.Load() {
    		log.Infof("Agent already drained, exiting immediately")
    		a.abortCh <- errAbort
    		return
    	}
    	e := a.proxy.Drain(false)
    	if e != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 24 16:04:22 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top