Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for _assembles_ (0.12 sec)

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

    For each link:{javadocPath}/org/gradle/nativeplatform/NativeComponentSpec.html[NativeComponentSpec], Gradle will create a task named `assembleDependents__${component.name}__` that _assembles_ all the binaries of the component and all of their dependent binaries.
    
    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. src/cmd/asm/internal/asm/testdata/ppc64.s

    	// Hex constant 0xFFFFFFFE00000001
    	MOVD $-8589934591, R5           // 38a0ffff or 0602000038a00001
    
    	// For #66955. Verify this opcode turns into a load and assembles.
    	MOVD $-6795364578871345152, R5  // 3ca00000e8a50000 or 04100000e4a00000
    
    	MOVD 8(R3), R4                  // e8830008
    	MOVD (R3)(R4), R5               // 7ca4182a
    	MOVD (R3)(R0), R5               // 7ca0182a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  3. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

    import java.util.stream.Collectors;
    
    import static java.util.Collections.singletonList;
    import static org.gradle.buildinit.plugins.internal.SimpleGlobalFilesBuildSettingsDescriptor.PLUGINS_BUILD_LOCATION;
    
    /**
     * Assembles the parts of a build script.
     */
    @SuppressWarnings("UnusedReturnValue")
    public class BuildScriptBuilder {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/Project.java

     *
     * <h3>Lifecycle</h3>
     *
     * <p>There is a one-to-one relationship between a <code>Project</code> and a <code>{@value #DEFAULT_BUILD_FILE}</code>
     * file. During build initialisation, Gradle assembles a <code>Project</code> object for each project which is to
     * participate in the build, as follows:</p>
     *
     * <ul>
     *
     * <li>Create a {@link org.gradle.api.initialization.Settings} instance for the build.</li>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/dwarf.go

    	infoEpilog  loader.Sym
    
    	// Outputs for a given unit.
    	linesyms   []loader.Sym
    	infosyms   []loader.Sym
    	locsyms    []loader.Sym
    	rangessyms []loader.Sym
    }
    
    // dwUnitPortion assembles the DWARF content for a given compilation
    // unit: debug_info, debug_lines, debug_ranges, debug_loc (debug_frame
    // is handled elsewhere). Order is important; the calls to writelines
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top