Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for newComponent (0.17 sec)

  1. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/asmdecl/asmdecl.go

    		cc = append(cc, newComponent(suffix+"_type", asmKind(arch.ptrSize), "interface type", off, arch.ptrSize, suffix))
    		cc = append(cc, newComponent(suffix+"_data", asmKind(arch.ptrSize), "interface data", off+arch.ptrSize, arch.ptrSize, suffix))
    
    	case asmInterface:
    		cc = append(cc, newComponent(suffix+"_itable", asmKind(arch.ptrSize), "interface itable", off, arch.ptrSize, suffix))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  2. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/ComponentModelIntegrationTest.groovy

            succeeds "tasks"
    
            and:
            output.contains """beforeEach CustomComponent 'main'
    afterEach CustomComponent 'main'
    beforeEach CustomComponent 'newComponent'
    creating CustomComponent 'newComponent'
    afterEach CustomComponent 'newComponent'"""
    
        }
    
        def "plugin can configure component with given type "() {
            given:
            withMainSourceSet()
            when:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 20.4K bytes
    - Viewed (0)
Back to top