Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 78 for Binary1 (0.17 sec)

  1. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    below.
    
    For each component, Gradle defines one or more _binaries_ as output. To build a binary, Gradle will take the source files defined for the component, compile them as appropriate for the source language, and link the result into a binary file. For an executable component, Gradle can produce executable binary files. For a library component, Gradle can produce both static and shared library binary files. For example, when you define a library called `helloworld` and build on Linux, Gradle...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

      // Move binary op before reshape: reshape -> binary => binary -> reshape.
      // This is valid only when the binary operand is constant and the shape is the
      // tail of the other operand and the intermediate result isn't used by other
      // ops.
      // $rhs is required to be the tail shape of $lhs, so after transformation the
      // shape of the binary op result is valid. For example, assume the shapes of
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  3. src/debug/elf/file_test.go

    		// NULL
    		binary.Write(&buf, binary.LittleEndian, Section32{Name: 0, Size: 0xFF12, Link: 0xFF11})
    		// .text
    		binary.Write(&buf, binary.LittleEndian, Section32{
    			Name:      0x1B,
    			Type:      uint32(SHT_PROGBITS),
    			Flags:     uint32(SHF_ALLOC | SHF_EXECINSTR),
    			Off:       0x34,
    			Addralign: 0x01,
    		})
    		// .data
    		binary.Write(&buf, binary.LittleEndian, Section32{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
  4. src/cmd/go/internal/test/test.go

    	pkg.test -test.v -myflag testdata -test.cpuprofile=prof.out
    
    (The -x flag is removed because it applies only to the go command's
    execution, not to the test itself.)
    
    The test flags that generate profiles (other than for coverage) also
    leave the test binary in pkg.test for use when analyzing the profiles.
    
    When 'go test' runs a test binary, it does so from within the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  5. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/OutgoingVariantsReportTaskIntegrationTest.groovy

            def sourceMainJavaPath = file('src/main/java').getRelativePathFromBase()
            def sourceMainResourcePath = file('src/main/resources').getRelativePathFromBase()
            def resultsBinPath = file('build/test-results/test/binary').getRelativePathFromBase()
            result.groupedOutput.task(":outgoingVariants").assertOutputContains """--------------------------------------------------
    Variant apiElements
    --------------------------------------------------
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 50K bytes
    - Viewed (0)
  6. src/cmd/go/go_test.go

    	tg.tempFile("src/p1/p1.go", `//go:binary-only-package
    
    		package p1
    	`)
    	tg.wantStale("p1", "binary-only packages are no longer supported", "p1 is binary-only, and this message should always be printed")
    	tg.runFail("install", "p1")
    	tg.grepStderr("binary-only packages are no longer supported", "did not report attempt to compile binary-only package")
    
    	tg.tempFile("src/p1/p1.go", `
    		package p1
    		import "fmt"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.3.md

    
    
    # v1.3.9
    
    [Documentation](http://kubernetes.github.io) & [Examples](http://releases.k8s.io/release-1.3/examples)
    
    ## Downloads
    
    binary | sha256 hash
    ------ | -----------
    [kubernetes.tar.gz](https://storage.googleapis.com/kubernetes-release/release/v1.3.9/kubernetes.tar.gz) | `a994c732d2b852bbee55a78601d50d046323021a99b0801aea07dacf64c2c59a`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/xcoff.go

    		f.xahdr.Oalgntext = int16(logBase2(int(XCOFFSECTALIGN)))
    		f.xahdr.Oalgndata = 0x5
    
    		binary.Write(ctxt.Out, binary.BigEndian, &f.xfhdr)
    		binary.Write(ctxt.Out, binary.BigEndian, &f.xahdr)
    	} else {
    		f.xfhdr.Fopthdr = 0
    		binary.Write(ctxt.Out, binary.BigEndian, &f.xfhdr)
    	}
    
    }
    
    func xcoffwrite(ctxt *Link) {
    	ctxt.Out.SeekSet(0)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    Gradle supports 2 different file formats for keyrings: a binary format (`.gpg` file) and a plain text format (`.keys`), also known as ASCII-armored format.
    
    There are pros and cons for each of the formats: the binary format is more compact and can be updated directly via GPG commands, but is completely opaque (binary).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ppc64/asm.go

    		if rv&sym.RV_CHECK_OVERFLOW != 0 {
    			// Whether to check for signed or unsigned
    			// overflow depends on the instruction
    			var o1 uint32
    			if target.IsBigEndian() {
    				o1 = binary.BigEndian.Uint32(p[r.Off()-2:])
    			} else {
    				o1 = binary.LittleEndian.Uint32(p[r.Off():])
    			}
    			switch o1 >> 26 {
    			case 24, // ori
    				26, // xori
    				28: // andi
    				if t>>16 != 0 {
    					goto overflow
    				}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
Back to top