Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,605 for onOutput (0.15 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/OutputScrapingExecutionResult.java

            if (output.contains("BUILD FAILED") || output.contains("FAILURE: Build failed with an exception.") || error.contains("BUILD FAILED") || error.contains("CONFIGURE FAILED")) {
                return new OutputScrapingExecutionFailure(output, error, true);
            }
            return new OutputScrapingExecutionResult(LogContent.of(output), LogContent.of(error), true);
        }
    
        /**
         * @param output The build stdout content.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 19K bytes
    - Viewed (0)
  2. src/os/signal/signal_test.go

    			subTimeout -= subTimeout / 10 // Leave 10% headroom for propagating output.
    		}
    		for i := 1; i <= 2; i++ {
    			i := i
    			t.Run(fmt.Sprintf("%d", i), func(t *testing.T) {
    				t.Parallel()
    
    				// POSIX specifies that nohup writes to a file named nohup.out if standard
    				// output is a terminal. However, for an exec.Cmd, standard output is
    				// not a terminal — so we don't need to read or remove that file (and,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 15:34:56 UTC 2023
    - 27.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/quantization/quantization_context.h

    // output side to satisfy the constraint of the next operation.
    struct RequantizeState {
      // Sometimes, we have to "requantize" the quantization result to satisfy all
      // the constraints. The "requantize" can happen either on the input or output
      // of the quantization result.
      enum RequantizePosition {
        NO_REQUANTIZE,
        ON_INPUT,
        ON_OUTPUT
      } pos = NO_REQUANTIZE;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 08 01:38:03 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/quantization/quantization_context.cc

    // constraints:
    // - If there are immutable states,
    //   - use the single input, or,
    //   - use the single output, or,
    //   - use the first one in the collection,
    // - use the single input if it is ready, or,
    // - use the single output if it is ready, or,
    // - use the first ready one in the collection.
    QuantParams QuantizeContext::GetQuantParamsForSameScaleConstraint(
        Operation *op) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 08 01:38:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  5. src/cmd/internal/test2json/testdata/smiley.json

    {"Action":"output","Test":"Test☺☹Dirs/incomplete","Output":"=== CONT  Test☺☹Dirs/incomplete\n"}
    {"Action":"cont","Test":"Test☺☹Dirs/cgo"}
    {"Action":"output","Test":"Test☺☹Dirs/cgo","Output":"=== CONT  Test☺☹Dirs/cgo\n"}
    {"Action":"output","Test":"Test☺☹","Output":"--- PASS: Test☺☹ (0.39s)\n"}
    {"Action":"output","Test":"Test☺☹/5","Output":"    --- PASS: Test☺☹/5 (0.07s)\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 12.4K bytes
    - Viewed (0)
  6. src/cmd/internal/test2json/testdata/framebig.json

    {"Action":"output","Output":"pkg: strings\n"}
    {"Action":"output","Output":"cpu: Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz\n"}
    {"Action":"run","Test":"BenchmarkIndexRune"}
    {"Action":"output","Test":"BenchmarkIndexRune","Output":"=== RUN   BenchmarkIndexRune\n"}
    {"Action":"output","Test":"BenchmarkIndexRune","Output":"BenchmarkIndexRune\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 12.2K bytes
    - Viewed (0)
  7. src/cmd/internal/test2json/testdata/vet.json

    {"Action":"output","Test":"TestVetAsm","Output":"=== CONT  TestVetAsm\n"}
    {"Action":"run","Test":"TestVet/0"}
    {"Action":"output","Test":"TestVet/0","Output":"=== RUN   TestVet/0\n"}
    {"Action":"output","Test":"TestVet/0","Output":"=== PAUSE TestVet/0\n"}
    {"Action":"pause","Test":"TestVet/0"}
    {"Action":"run","Test":"TestVet/1"}
    {"Action":"output","Test":"TestVet/1","Output":"=== RUN   TestVet/1\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 11.8K bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/groovy/org/gradle/api/internal/project/taskfactory/TaskPropertyNamingIntegrationTest.groovy

            output.contains "Output: namedOutputDirectories.one [outputs-one]"
            output.contains "Output: namedOutputDirectories.two [outputs-two]"
            output.contains "Output: namedOutputFiles.one [output-one.txt]"
            output.contains "Output: namedOutputFiles.two [output-two.txt]"
            output.contains 'Output: nested.outputFiles$1 [output-nested-1.txt]'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 21 19:38:50 UTC 2022
    - 16.8K bytes
    - Viewed (0)
  9. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FilePropertyLifecycleIntegrationTest.groovy

            "outputs.dir"      | _
        }
    
        def "can query task output file property at any time"() {
            taskTypeWithOutputFileProperty()
            buildFile << """
                task producer(type: FileProducer) {
                    output = layout.buildDir.file("text.out")
                }
                def output = producer.output
                println("prop = " + output.get())
                task after {
                    dependsOn(producer)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 22.6K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/apis/output/v1alpha3/zz_generated.conversion.go

    	if err := s.AddGeneratedConversionFunc((*AvailableUpgrade)(nil), (*output.AvailableUpgrade)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1alpha3_AvailableUpgrade_To_output_AvailableUpgrade(a.(*AvailableUpgrade), b.(*output.AvailableUpgrade), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 07:01:20 UTC 2024
    - 16.1K bytes
    - Viewed (0)
Back to top