Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for veduta (0.12 sec)

  1. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/TaskContainerDslIntegrationTest.kt

                }
    
                val t18: TaskProvider<Task> = tasks.register("yate")
                val t19: TaskProvider<Copy> = tasks.register("quartern", Copy::class)
                val t20: TaskProvider<Copy> = tasks.register<Copy>("veduta")
    
                val t21: TaskProvider<Task> = tasks.register("vansire") {
                    description += "!"
                }
                val t22: TaskProvider<Copy> = tasks.register("koto", Copy::class) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:27 UTC 2023
    - 15K bytes
    - Viewed (0)
  2. src/runtime/os3_solaris.go

    import (
    	"internal/abi"
    	"internal/goarch"
    	"internal/runtime/atomic"
    	"unsafe"
    )
    
    //go:cgo_export_dynamic runtime.end _end
    //go:cgo_export_dynamic runtime.etext _etext
    //go:cgo_export_dynamic runtime.edata _edata
    
    //go:cgo_import_dynamic libc____errno ___errno "libc.so"
    //go:cgo_import_dynamic libc_clock_gettime clock_gettime "libc.so"
    //go:cgo_import_dynamic libc_exit _exit "libc.so"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/platform/internal/ReadelfBinaryInfoTest.groovy

        26: 0000000000404000     0 OBJECT  LOCAL  DEFAULT   24 _GLOBAL_OFFSET_TABLE_
        27: 0000000000401300    23 FUNC    GLOBAL DEFAULT   15 _ZN8Multiply8mul[...]
        28: 0000000000404060     0 NOTYPE  GLOBAL DEFAULT   25 _edata
        29: 0000000000404050     0 NOTYPE  WEAK   DEFAULT   25 data_start
        30: 0000000000402000     4 OBJECT  GLOBAL DEFAULT   17 _IO_stdin_used
        31: 0000000000401290    99 FUNC    GLOBAL DEFAULT   15 main
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  4. src/runtime/race.go

    	}
    	if start > firstmoduledata.bss {
    		start = firstmoduledata.bss
    	}
    	if end < firstmoduledata.enoptrdata {
    		end = firstmoduledata.enoptrdata
    	}
    	if end < firstmoduledata.edata {
    		end = firstmoduledata.edata
    	}
    	if end < firstmoduledata.enoptrbss {
    		end = firstmoduledata.enoptrbss
    	}
    	if end < firstmoduledata.ebss {
    		end = firstmoduledata.ebss
    	}
    	size := alignUp(end-start, _PageSize)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  5. src/debug/gosym/pclntab.go

    	if uvdelta == 0 && !first {
    		return false
    	}
    	if uvdelta&1 != 0 {
    		uvdelta = ^(uvdelta >> 1)
    	} else {
    		uvdelta >>= 1
    	}
    	vdelta := int32(uvdelta)
    	pcdelta := t.readvarint(p) * t.quantum
    	*pc += uint64(pcdelta)
    	*val += vdelta
    	return true
    }
    
    // pcvalue reports the value associated with the target pc.
    // off is the offset to the beginning of the pc-value table,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 25 19:43:24 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  6. src/debug/elf/symbols_test.go

    			Size:    0x0,
    		},
    		Symbol{
    			Name:    "_end",
    			Info:    0x10,
    			Other:   0x0,
    			Section: 0xFFF1,
    			Value:   0x6008A0,
    			Size:    0x0,
    		},
    		Symbol{
    			Name:    "_edata",
    			Info:    0x10,
    			Other:   0x0,
    			Section: 0xFFF1,
    			Value:   0x600898,
    			Size:    0x0,
    		},
    		Symbol{
    			Name:    "main",
    			Info:    0x12,
    			Other:   0x0,
    			Section: 0xD,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 05 18:18:26 UTC 2019
    - 13.4K bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/testcshared/cshared_test.go

    	}
    
    	f, err := pe.Open(objfile)
    	if err != nil {
    		t.Fatalf("pe.Open failed: %v", err)
    	}
    	defer f.Close()
    	section := f.Section(".edata")
    	if section == nil {
    		t.Skip(".edata section is not present")
    	}
    
    	// TODO: deduplicate this struct from cmd/link/internal/ld/pe.go
    	type IMAGE_EXPORT_DIRECTORY struct {
    		_                 [2]uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 13:19:50 UTC 2023
    - 21K bytes
    - Viewed (0)
  8. src/runtime/cgocall.go

    			if cgoIsGoPointer(pp) && !isPinned(pp) {
    				panic(errorString(msg))
    			}
    		}
    		return
    	}
    
    	for _, datap := range activeModules() {
    		if cgoInRange(p, datap.data, datap.edata) || cgoInRange(p, datap.bss, datap.ebss) {
    			// We have no way to know the size of the object.
    			// We have to assume that it might contain a pointer.
    			panic(errorString(msg))
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:47 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/symtab.go

    	ctxt.xdefine("runtime.etypes", sym.SRODATA, 0)
    	ctxt.xdefine("runtime.noptrdata", sym.SNOPTRDATA, 0)
    	ctxt.xdefine("runtime.enoptrdata", sym.SNOPTRDATA, 0)
    	ctxt.xdefine("runtime.data", sym.SDATA, 0)
    	ctxt.xdefine("runtime.edata", sym.SDATA, 0)
    	ctxt.xdefine("runtime.bss", sym.SBSS, 0)
    	ctxt.xdefine("runtime.ebss", sym.SBSS, 0)
    	ctxt.xdefine("runtime.noptrbss", sym.SNOPTRBSS, 0)
    	ctxt.xdefine("runtime.enoptrbss", sym.SNOPTRBSS, 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 16:29:40 UTC 2023
    - 29.2K bytes
    - Viewed (0)
  10. src/debug/dwarf/line_test.go

    		{Address: 0x401595, File: file2C, Line: 6, IsStmt: true},
    		{Address: 0x40159b, EndSequence: true},
    	}
    	files := [][]*LineFile{{nil, file1H, file1C}, {nil, file2C}}
    
    	testLineTable(t, want, files, peData(t, "testdata/line-gcc-win.bin"))
    }
    
    func TestLineELFClang(t *testing.T) {
    	// Generated by:
    	//   # clang --version | head -n1
    	//   Ubuntu clang version 3.4-1ubuntu3 (tags/RELEASE_34/final) (based on LLVM 3.4)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:34:36 UTC 2023
    - 14.5K bytes
    - Viewed (0)
Back to top