Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 111 for relocs (0.13 sec)

  1. src/runtime/mem_windows.go

    	// VirtualAlloc calls, and Windows will only let each VirtualFree handle pages from
    	// a single VirtualAlloc. It is okay to specify a subset of the pages from a single alloc,
    	// just not pages from multiple allocs. This is a rare case, arising only when we're
    	// trying to give memory back to the operating system, which happens on a time
    	// scale of minutes. It doesn't have to be terribly fast. Instead of extra bookkeeping
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/project/ProjectStateInternal.java

        private ProjectConfigurationException failure;
    
        @Override
        public boolean getExecuted() {
            // We intentionally consider “execution” done before doing afterEvaluate.
            // The Android plugin relies on this behaviour.
            return state.ordinal() > State.IN_EVALUATE.ordinal();
        }
    
        public boolean isConfiguring() {
            // Intentionally asymmetrical to getExecuted()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:52:05 UTC 2021
    - 3.8K bytes
    - Viewed (0)
  3. platforms/jvm/jacoco/src/testFixtures/groovy/org/gradle/testing/jacoco/plugins/fixtures/JacocoCoverage.groovy

        private static final String[] ALL = [JacocoPlugin.DEFAULT_JACOCO_VERSION, '0.7.1.201405082137', '0.7.6.201602180812', '0.8.3'].asImmutable()
        // Order matters here, as we want to test the latest version first
        // Relies on Groovy keeping the order of the keys in a map literal
        private static final Map<JavaVersion, JacocoVersion> JDK_CUTOFFS = [
            (JavaVersion.VERSION_21): JacocoVersion.SUPPORTS_JDK_21,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:50:44 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/asmb.go

    		asmbPlan9Sym(ctxt)
    	}
    	ctxt.Out.SeekSet(0)
    	writePlan9Header(ctxt.Out, thearch.Plan9Magic, Entryvalue(ctxt), thearch.Plan9_64Bit)
    }
    
    // sizeExtRelocs precomputes the size needed for the reloc records,
    // sets the size and offset for relocation records in each section,
    // and mmap the output buffer with the proper size.
    func sizeExtRelocs(ctxt *Link, relsize uint32) {
    	if relsize == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 02 09:22:56 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/ForwardingObject.java

     * #delegate()} method must be overridden to return the instance being decorated.
     *
     * <p>This class does <i>not</i> forward the {@code hashCode} and {@code equals} methods through to
     * the backing object, but relies on {@code Object}'s implementation. This is necessary to preserve
     * the symmetry of {@code equals}. Custom definitions of equality are usually based on an interface,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 29 19:42:21 UTC 2021
    - 3K bytes
    - Viewed (0)
  6. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/DefaultSslContextFactory.java

            @Override
            public SSLContext load(Map<String, String> props) {
                /*
                 * NOTE! The JDK code to create SSLContexts relies on the values of the given system properties.
                 *
                 * To prevent concurrent changes to system properties from interfering with this, we need to synchronize access/modifications
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/xla_cpu_device.cc

      options.shape_determination_fns = {shape_representation_fns};
      auto device = std::make_unique<XlaDevice>(session_options, options);
    
      // Setting AcceleratorDeviceInfo because eager runtime relies on the device
      // context in tensorflow_accelerator_device_info(). Also,
      // tensorflow_accelerator_device_info() == nullptr is used as an IsCPU test.
      // We need XlaCpuDevice to be treated not as CPU because it allocates
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  8. docs/en/docs/how-to/extending-openapi.md

    For example, let's add <a href="https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo" class="external-link" target="_blank">ReDoc's OpenAPI extension to include a custom logo</a>.
    
    ### Normal **FastAPI**
    
    First, write all your **FastAPI** application as normally:
    
    ```Python hl_lines="1  4  7-9"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Aug 19 19:54:04 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  9. src/mime/type_test.go

    		}
    	}
    }
    
    func TestLookupMallocs(t *testing.T) {
    	n := testing.AllocsPerRun(10000, func() {
    		TypeByExtension(".html")
    		TypeByExtension(".HtML")
    	})
    	if n > 0 {
    		t.Errorf("allocs = %v; want 0", n)
    	}
    }
    
    func BenchmarkTypeByExtension(b *testing.B) {
    	initMime()
    	b.ResetTimer()
    
    	for _, ext := range []string{
    		".html",
    		".HTML",
    		".unused",
    	} {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 08 21:09:03 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  10. src/go/internal/gccgoimporter/gccgoinstallation_test.go

    	"text/tabwriter",
    	"text/template",
    	"text/template/parse",
    	"time",
    	"unicode",
    	"unicode/utf16",
    	"unicode/utf8",
    }
    
    func TestInstallationImporter(t *testing.T) {
    	// This test relies on gccgo being around.
    	gpath := gccgoPath()
    	if gpath == "" {
    		t.Skip("This test needs gccgo")
    	}
    
    	var inst GccgoInstallation
    	err := inst.InitFromDriver(gpath)
    	if err != nil {
    		t.Fatal(err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 21 02:25:41 UTC 2021
    - 4K bytes
    - Viewed (0)
Back to top