Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 499 for BECOME (0.14 sec)

  1. src/runtime/netpoll_stub.go

    	broken := netpollBroken
    	netpollBroken = true
    	if !broken {
    		notewakeup(&netpollNote)
    	}
    	unlock(&netpollBrokenLock)
    }
    
    // Polls for ready network connections.
    // Returns list of goroutines that become runnable.
    func netpoll(delay int64) (gList, int32) {
    	// Implementation for platforms that do not support
    	// integrated network poller.
    	if delay != 0 {
    		// This lock ensures that only one goroutine tries to use
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/internal/PublicationAwareComponent.java

    package org.gradle.language.nativeplatform.internal;
    
    import org.gradle.api.component.ComponentWithVariants;
    import org.gradle.api.component.SoftwareComponent;
    import org.gradle.api.provider.Provider;
    
    /**
     * This should become public at some point.
     */
    public interface PublicationAwareComponent extends SoftwareComponent {
        Provider<String> getBaseName();
    
        ComponentWithVariants getMainPublication();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1K bytes
    - Viewed (0)
  3. test/fixedbugs/issue17318.go

    // license that can be found in the LICENSE file.
    
    // The escape analyzer needs to run till its root set settles
    // (this is not that often, it turns out).
    // This test is likely to become stale because the leak depends
    // on a spurious-escape bug -- return an interface as a named
    // output parameter appears to cause the called closure to escape,
    // where returning it as a regular type does not.
    
    package main
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 16 15:30:51 UTC 2019
    - 1.4K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/util/concurrent/ServiceManager.java

      }
    
      /**
       * Waits for the {@link ServiceManager} to become {@linkplain #isHealthy() healthy}. The manager
       * will become healthy after all the component services have reached the {@linkplain State#RUNNING
       * running} state.
       *
       * @throws IllegalStateException if the service manager reaches a state from which it cannot
       *     become {@linkplain #isHealthy() healthy}.
       */
      public void awaitHealthy() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:41:16 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  5. pkg/generated/openapi/openapi_test.go

    			roundTripped := spec.Schema{}
    			if err := json.Unmarshal(data, &roundTripped); err != nil {
    				t.Error(err)
    				return
    			}
    
    			// Remove the embedded v2 schema if it presents.
    			// The v2 schema either become the schema (when serving v2) or get pruned (v3)
    			// and it is never round-tripped.
    			delete(roundTripped.Extensions, common.ExtensionV2Schema)
    			delete(value.Schema.Extensions, common.ExtensionV2Schema)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/internal/classpath/InstrumentableClosure.java

     * which is a performance optimization. <p>
     *
     * Upon an invocation of {@link InstrumentableClosure#makeEffectivelyInstrumented} the instance must perform
     * all the delayed work and become "effectively instrumented".
     *
     * @see CallInterceptionClosureInstrumentingClassVisitor
     */
    @NonNullApi
    public interface InstrumentableClosure {
        void makeEffectivelyInstrumented();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 24 15:57:59 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/internal/classpath/GroovyDynamicDispatchingInterceptingTest.groovy

                ]
            }(constructor, new InterceptorTestReceiver())
    
            then:
            modifiedMetaClasses.every()
        }
    
        def 'closure does not erroneously become effectively instrumented after it threw an exception'() {
            given:
            def transformedThrowingClosure = instrumentedClasses.instrumentedClosure {
                throw new RuntimeException()
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 09:44:54 UTC 2023
    - 8K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/x86/obj6_test.go

    		o := strings.Join(testdata.marker_to_output[m], "; ")
    		e := strings.Join(testdata.marker_to_expected[m], "; ")
    		if o != e {
    			if o == i {
    				t.Errorf("%s was unchanged; should have become %s", i, e)
    			} else {
    				t.Errorf("%s became %s; should have become %s", i, o, e)
    			}
    		} else if i != e {
    			t.Logf("%s correctly became %s", i, o)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:21:30 UTC 2022
    - 4.5K bytes
    - Viewed (0)
  9. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/internal/ConfigurableComponentWithSharedLibrary.java

    import org.gradle.nativeplatform.tasks.LinkSharedLibrary;
    import org.gradle.nativeplatform.toolchain.internal.PlatformToolProvider;
    
    /**
     * A configurable view of a component that produces a shared library. This should become public in some form.
     */
    public interface ConfigurableComponentWithSharedLibrary extends ComponentWithSharedLibrary, ComponentWithObjectFiles, ComponentWithOutputs, ComponentWithNames {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/ear/earCustomized/groovy/ear/build.gradle

    dependencies {
        // The following dependencies will be the ear modules and
        // will be placed in the ear root
        deploy project(path: ':war', configuration: 'war')
    
        // The following dependencies will become ear libs and will
        // be placed in a dir configured via the libDirName property
        earlib group: 'log4j', name: 'log4j', version: '1.2.15', ext: 'jar'
    }
    
    tasks.named('ear') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top