Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 5,195 for doOutput (0.17 sec)

  1. cluster/gce/gci/mounter/mounter.go

    	args = append([]string{rootfsPath, mountCmd}, args...)
    	output, err := exec.Command(chrootCmd, args...).CombinedOutput()
    	if err == nil {
    		return nil
    	}
    
    	if !strings.EqualFold(string(output), nfsRPCBindErrMsg) {
    		// Mount failed but not because of RPC bind error
    		return fmt.Errorf("mount failed: %v\nMounting command: %s\nMounting arguments: %v\nOutput: %s", err, chrootCmd, args, string(output))
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 20 22:26:16 UTC 2019
    - 2.8K bytes
    - Viewed (0)
  2. hack/_update-generated-protobuf-dockerized.sh

    # searches for the protoc-gen-gogo extension in the output directory
    # satisfies import of github.com/gogo/protobuf/gogoproto/gogo.proto and the
    # core Google protobuf types
    PATH="${KUBE_ROOT}/_output/bin:${PATH}" \
      go-to-protobuf \
      -v "${KUBE_VERBOSE}" \
      --go-header-file "${KUBE_ROOT}/hack/boilerplate/boilerplate.generatego.txt" \
      --output-dir="${KUBE_ROOT}/staging/src" \
      --proto-import="${KUBE_ROOT}/staging/src" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:32 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/fields_test.go

    		set, err := FieldsToSet(test)
    		if err != nil {
    			t.Fatalf("Failed to create path set: %v", err)
    		}
    		output, err := SetToFields(set)
    		if err != nil {
    			t.Fatalf("Failed to create fields trie from path set: %v", err)
    		}
    		if !reflect.DeepEqual(test, output) {
    			t.Fatalf("Expected round-trip:\ninput: %v\noutput: %v", test, output)
    		}
    	}
    }
    
    // TestFieldsToSetError tests that errors are picked up by FieldsToSet
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  4. platforms/core-execution/execution-e2e-tests/src/integTest/groovy/org/gradle/integtests/TaskUpToDateIntegrationTest.groovy

                    @OutputFile
                    File output
    
                    @TaskAction
                    void doStuff() {
                        output.text = input.list().join('\\n')
                    }
                }
    
                task myTask(type: MyTask) {
                    input = providers.gradleProperty('inputDir').map { file(it) }.get()
                    output = project.file("build/output.txt")
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 10:15:40 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. hack/verify-gofmt.sh

    kube::golang::setup_env
    
    find_files() {
      find . -not \( \
          \( \
            -wholename './.git' \
            -o -wholename './_output' \
            -o -wholename './release' \
            -o -wholename './target' \
            -o -wholename '*/third_party/*' \
            -o -wholename '*/vendor/*' \
            -o -wholename '*/testdata/*' \
            -o -wholename '*/bindata.go' \
          \) -prune \
        \) -name '*.go'
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:31 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  6. build/build-image/Dockerfile

    # The kubernetes source is expected to be mounted here.  This will be the base
    # of operations.
    ENV HOME=/go/src/k8s.io/kubernetes
    WORKDIR ${HOME}
    
    # Make output from the dockerized build go someplace else
    ENV KUBE_OUTPUT_SUBPATH=_output/dockerized
    
    # Pick up version stuff here as we don't copy our .git over.
    ENV KUBE_GIT_VERSION_FILE=${HOME}/.dockerized-kube-version-defs
    
    # Add system-wide git user information
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 05 23:26:09 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  7. build/common.sh

    readonly KUBE_CROSS_IMAGE
    KUBE_CROSS_VERSION="${KUBE_CROSS_VERSION:-"${KUBE_BUILD_IMAGE_CROSS_TAG}"}"
    readonly KUBE_CROSS_VERSION
    
    # Here we map the output directories across both the local and remote _output
    # directories:
    #
    # *_OUTPUT_ROOT    - the base of all output in that environment.
    # *_OUTPUT_SUBPATH - location where golang stuff is built/cached.  Also
    #                    persisted across docker runs with a volume mount.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

        // CHECK:            %[[C_OUTPUT:[0-9]*]] = "tf.C"(%[[RECV_OUTPUT]])
        // CHECK:            %[[D_OUTPUT:[0-9]*]] = "tf.D"(%[[C_OUTPUT]])
        // CHECK:            %[[E_OUTPUT:[0-9]*]]:2 = "tf.E"(%[[D_OUTPUT]])
        // CHECK:            tf_device.return %[[D_OUTPUT:[0-9]*]], %[[E_OUTPUT:[0-9]*]]#0, %[[E_OUTPUT:[0-9]*]]#1
        // CHECK:          "tf_device.cluster"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
  9. hack/lib/init.sh

    # If it is specified, we'll use it in KUBE_OUTPUT.
    _KUBE_OUTPUT_SUBPATH="${KUBE_OUTPUT_SUBPATH:-_output/local}"
    export KUBE_OUTPUT="${KUBE_ROOT}/${_KUBE_OUTPUT_SUBPATH}"
    export KUBE_OUTPUT_BIN="${KUBE_OUTPUT}/bin"
    export THIS_PLATFORM_BIN="${KUBE_ROOT}/_output/bin"
    
    # This controls rsync compression. Set to a value > 0 to enable rsync
    # compression for build container
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:18:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/BazelFileContentGenerator.groovy

        return ".".join(toks[findex:]) + ".class"
    
    def _impl(ctx):
        classes = ",".join(
            [_AsClassName(x) for x in ctx.attr.srcs],
        )
        ctx.actions.write(output = ctx.outputs.out, content = _OUTPUT % (
            classes,
            ctx.attr.outname,
        ))
    
    _GenSuite = rule(
        attrs = {
            "srcs": attr.label_list(allow_files = True),
            "outname": attr.string(),
        },
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top