Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of about 10,000 for emptied (0.15 sec)

  1. src/runtime/proc.go

    	// getExtraM is safe here because of the invariant above,
    	// that the extra list always contains or will soon contain
    	// at least one m.
    	mp, last := getExtraM()
    
    	// Set needextram when we've just emptied the list,
    	// so that the eventual call into cgocallbackg will
    	// allocate a new m for the extra list. We delay the
    	// allocation until then so that it can be done
    	// after exitsyscall makes sure it is okay to be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  2. src/testdata/Isaac.Newton-Opticks.txt

    density of the Atmospheres incumbent upon them; and very strongly
    compressing them, and condensing the Vapours and Exhalations which arise
    from them? For if Water be made warm in any pellucid Vessel emptied of
    Air, that Water in the _Vacuum_ will bubble and boil as vehemently as it
    would in the open Air in a Vessel set upon the Fire till it conceives a
    much greater heat. For the weight of the incumbent Atmosphere keeps down
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    by their fixity, but also by the vast weight and density of the Atmospheres incumbent upon them; and very strongly compressing them, and condensing the Vapours and Exhalations which arise from them? For if Water be made warm in any pellucid Vessel emptied of Air, that Water in the _Vacuum_ will bubble and boil as vehemently as it would in the open Air in a Vessel set upon the Fire till it conceives a much greater heat. For the weight of the incumbent Atmosphere keeps down the Vapours, and hinders the...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/net/http/h2_bundle.go

    	// zero are frames not associated with a specific stream.
    	zero http2writeQueue
    
    	// sq contains the stream-specific queues, keyed by stream ID.
    	// When a stream is idle, closed, or emptied, it's deleted
    	// from the map.
    	sq map[uint32]*http2writeQueue
    
    	// pool of empty queues for reuse.
    	queuePool http2writeQueuePool
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  5. pkg/config/schema/resource/schema_test.go

    	}{
    		{
    			name: "valid",
    			b: Builder{
    				Kind:         "Empty",
    				Plural:       "Empties",
    				ProtoPackage: "github.com/gogo/protobuf/types",
    				Proto:        "google.protobuf.Empty",
    			},
    			expectError: false,
    		},
    		{
    			name: "invalid kind",
    			b: Builder{
    				Kind:         "",
    				Plural:       "Empties",
    				ProtoPackage: "github.com/gogo/protobuf/types",
    				Proto:        "google.protobuf.Empty",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  6. platforms/core-runtime/build-operations/src/main/java/org/gradle/internal/operations/BuildOperationListenerManager.java

     * Listeners must be sure to remove themselves if they want to only listen for a single build.
     *
     * Listeners are notified in registration order.
     * Started and progress notifications are emitted in registration order,
     * while finished notifications are emitted in reverse registration order.
     *
     * Listeners will not receive progress notifications for events before they have received
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  7. platforms/ide/problems-api/src/main/java/org/gradle/api/problems/internal/DefaultTaskPathLocation.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.problems.internal;
    
    /**
     * A problem location that stores a task path if the problem was emitted meanwhile executing a task.
     */
    public class DefaultTaskPathLocation implements TaskPathLocation {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  8. platforms/software/testing-base/src/integTest/groovy/org/gradle/testing/TestExecutionBuildOperationsIntegrationTest.groovy

     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.testing
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  9. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/FileLockReleasedSignal.java

     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.cache;
    
    /**
     * Signal that a file lock has been released.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:08:47 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/api/internal/collections/EventSubscriptionVerifier.java

     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.internal.collections;
    
    import javax.annotation.Nullable;
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 02 15:16:51 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top