Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 183 for moduleName (0.21 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftApplicationIntegrationTest.groovy

            return ':compileDebugSwift'
        }
    
        @Override
        void assertComponentUnderTestWasBuilt() {
            executable("build/exe/main/debug/${componentUnderTest.moduleName}").assertExists()
            file("build/modules/main/debug/${componentUnderTest.moduleName}.swiftmodule").assertIsFile()
            installation("build/install/main/debug").exec().out == componentUnderTest.expectedOutput
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 12:43:37 UTC 2024
    - 40.2K bytes
    - Viewed (1)
  2. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/model/IdeaModule.java

         * If you really need to change the output file name (or the module name) it is much easier to do it via the <b>moduleName</b> property!
         * <p>
         * Please refer to documentation on <b>moduleName</b> property.
         * In IntelliJ IDEA the module name is the same as the name of the *.iml file.
         */
        public File getOutputFile() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 09:58:16 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyDynamicRevisionRemoteResolveIntegrationTest.groovy

    configurations { compile }
    dependencies {
        def moduleName = providers.gradleProperty('moduleName').get()
        compile "group:\$moduleName:1.+"
    }
    configurations.all {
        resolutionStrategy.cacheDynamicVersionsFor 0, 'seconds'
    }
    """
            when: "missing from local"
            expectGetDynamicRevision(httpModuleA)
    
            then:
            args '-PmoduleName=projectA'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 41.4K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/DefaultResolvedDependencySpec.groovy

            then:
            resolvedDependency.name == someGroup + ":" + someName + ":" + someVersion
            resolvedDependency.moduleGroup == someGroup
            resolvedDependency.moduleName == someName
            resolvedDependency.moduleVersion == someVersion
            resolvedDependency.configuration == someConfiguration
            resolvedDependency.moduleArtifacts.empty
            resolvedDependency.children.empty
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  5. src/runtime/symtab.go

    		throw("minpc or maxpc invalid")
    	}
    
    	for _, modulehash := range datap.modulehashes {
    		if modulehash.linktimehash != *modulehash.runtimehash {
    			println("abi mismatch detected between", datap.modulename, "and", modulehash.modulename)
    			throw("abi mismatch")
    		}
    	}
    }
    
    // textAddr returns md.text + off, with special handling for multiple text sections.
    // off is a (virtual) offset computed at internal linking time,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 40K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftIncrementalBuildIntegrationTest.groovy

            expect:
            succeeds "assemble"
            result.assertTasksExecuted(assembleLibTasks)
            result.assertTasksSkipped(assembleLibTasks)
    
            sharedLibrary("build/lib/main/debug/${lib.moduleName}").assertExists()
        }
    
        def "removes stale installed executable and library file when all source files for executable are removed"() {
            createDirs("app", "greeter")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  7. platforms/native/language-native/src/test/groovy/org/gradle/language/swift/plugins/SwiftLibraryPluginTest.groovy

            project.library.module = "Lib"
            project.evaluate()
    
            then:
            def compileSwift = project.tasks.compileDebugSwift
            compileSwift.moduleName.get() == "Lib"
            compileSwift.moduleFile.get().asFile == projectDir.file("build/modules/main/debug/Lib.swiftmodule")
    
            def link = project.tasks.linkDebug
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    	return n
    }
    
    // moduleName parses:
    //
    //	<module-name> ::= <module-subname>
    //	 	      ::= <module-name> <module-subname>
    //		      ::= <substitution>  # passed in by caller
    //	<module-subname> ::= W <source-name>
    //			 ::= W P <source-name>
    //
    // The module name is optional. If it is not present, this returns the parent.
    func (st *state) moduleName(parent AST) AST {
    	ret := parent
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  9. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseProject.java

         * By default it will try to use the <b>project.name</b> or prefix it with a part of a <b>project.path</b>
         * to make sure the moduleName is unique in the scope of a multi-module build.
         * The 'uniqueness' of a module name is required for correct import
         * into Eclipse and the task will make sure the name is unique.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    		}
    	}
    	return fmt.Sprintf("%*s%sEnableIf:\n%s\n%s", indent, "", field,
    		ei.Type.goString(indent+2, "Type: "), args)
    }
    
    // ModuleName is a C++20 module.
    type ModuleName struct {
    	Parent      AST
    	Name        AST
    	IsPartition bool
    }
    
    func (mn *ModuleName) print(ps *printState) {
    	if mn.Parent != nil {
    		ps.print(mn.Parent)
    	}
    	if mn.IsPartition {
    		ps.writeByte(':')
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
Back to top