Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for reloctab (0.23 sec)

  1. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/xctest/SwiftXCTestIntegrationTest.groovy

    """
    
            when:
            succeeds("test")
    
            then:
            result.assertTasksExecuted(tasks.debug.compile, tasks.test.relocate, tasks.test.allToInstall, ":xcTest", ":test")
            result.assertTasksSkipped(tasks.debug.compile, tasks.test.relocate, tasks.test.allToInstall, ":xcTest", ":test")
        }
    
        @ToBeFixedForConfigurationCache
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 20.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/artifact_transforms.adoc

    In order to determine the classes to relocate, it looks at the packages of the input artifact and the dependencies of the input artifact.
    It also does not relocate packages contained in JAR files in an external classpath.
    
    .Artifact transform for class relocation
    ====
    include::sample[dir="snippets/dependencyManagement/artifactTransforms-relocate/kotlin",files="build.gradle.kts[tags=artifact-transform-relocate]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/runtimeshaded/RuntimeShadedJarCreator.java

                            if (literal == null) {
                                // tries to relocate literals in the form of foo/bar/Bar
                                literal = remapper.maybeRelocateResource((String) cst);
                            }
                            if (literal == null) {
                                // tries to relocate literals in the form of foo.bar.Bar
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  4. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/vfs/impl/DefaultFileSystemAccess.java

            write(ImmutableList.of(sourceLocation, targetLocation), () -> {
                Files.move(Paths.get(sourceLocation), Paths.get(targetLocation), ATOMIC_MOVE);
                sourceSnapshot.relocate(targetLocation, stringInterner)
                    .ifPresent(this::record);
            });
        }
    
        @Override
        public void onDefaultExcludesChanged(List<String> excludes) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 16:02:35 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/passes/merge_save_function_ops_to_main.cc

      Block& save_func_body = src_graph_op.GetBody();
      for (Operation& op : save_func_body.without_terminator()) {
        main_body.push_back(op.clone(mapper));
      }
    
      // Relocate the main function's FetchOp to the last.
      main_body.push_back(main_fetch_op->clone(mapper));
      main_fetch_op.erase();
    
      auto cloned_fetch_op = cast<FetchOp>(src_graph_op.GetFetch()->clone(mapper));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/passes/merge_initializer_function_ops_to_main.cc

      Block& main_body = main_graph_op.GetBody();
      Block& src_body = src_graph_op.GetBody();
      for (Operation& op : src_body.without_terminator()) {
        main_body.push_back(op.clone(mapper));
      }
    
      // Relocate the main function's FetchOp at the last.
      main_body.push_back(main_fetch_op->clone(mapper));
    
      // Clone the source's FetchOp, but do not push to the main function's body.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:54:52 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  7. src/runtime/stubs.go

    // frame being asked about.
    //
    // The result of getcallersp is correct at the time of the return,
    // but it may be invalidated by any subsequent call to a function
    // that might relocate the stack in order to grow or shrink it.
    // A general rule is that the result of getcallersp should be used
    // immediately and can only be passed to nosplit functions.
    
    //go:noescape
    func getcallerpc() uintptr
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/macho.go

    		size += ldr.SymSize(s7)
    	}
    
    	return Rnd(size, *FlagRound)
    }
    
    func machorelocsect(ctxt *Link, out *OutBuf, sect *sym.Section, syms []loader.Sym) {
    	// If main section has no bits, nothing to relocate.
    	if sect.Vaddr >= sect.Seg.Vaddr+sect.Seg.Filelen {
    		return
    	}
    	ldr := ctxt.loader
    
    	for i, s := range syms {
    		if !ldr.AttrReachable(s) {
    			continue
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  9. src/runtime/stack.go

    func round2(x int32) int32 {
    	s := uint(0)
    	for 1<<s < x {
    		s++
    	}
    	return 1 << s
    }
    
    // Called from runtime·morestack when more stack is needed.
    // Allocate larger stack and relocate to new stack.
    // Stack growth is multiplicative, for constant amortized cost.
    //
    // g->atomicstatus will be Grunning or Gscanrunning upon entry.
    // If the scheduler is trying to stop this g, then it will set preemptStop.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 41.1K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/x86/obj6.go

    	// liblink and then finally using relocations in the linker.
    	//
    	// When -shared is passed, we leave the code in the 2-instruction form but
    	// assemble (and relocate) them in different ways to generate the initial
    	// exec code sequence. It's a bit of a fluke that this is possible without
    	// rewriting the instructions more comprehensively, and it only does because
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 18:36:45 UTC 2023
    - 40.9K bytes
    - Viewed (0)
Back to top