Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for inativo (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .teamcity/test-buckets.json

        "buckets": [
          {
            "subprojects": [
              "language-native"
            ],
            "parallelizationMethod": {
              "numberOfBatches": 2,
              "name": "TeamCityParallelTests"
            }
          },
          {
            "subprojects": [
              "ide-native",
              "logging",
              "native",
              "precondition-tester",
              "snapshots",
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri Aug 01 00:23:04 GMT 2025
    - 119.4K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/cache/LocalCacheTest.java

        assertThat(notification).isEqualTo(immutableEntry(key, value2));
        assertThat(notification.getCause()).isEqualTo(RemovalCause.REPLACED);
        assertThat(listener.isEmpty()).isTrue();
    
        // inactive
        Object value3 = new Object();
        map.clear();
        listener.clear();
        assertThat(segment.count).isEqualTo(0);
        table.set(index, entry);
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Dec 12 00:25:21 GMT 2025
    - 117.5K bytes
    - Click Count (0)
  3. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

        assertThat(notification).isEqualTo(immutableEntry(key, value2));
        assertThat(notification.getCause()).isEqualTo(RemovalCause.REPLACED);
        assertThat(listener.isEmpty()).isTrue();
    
        // inactive
        Object value3 = new Object();
        map.clear();
        listener.clear();
        assertThat(segment.count).isEqualTo(0);
        table.set(index, entry);
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Dec 12 00:25:21 GMT 2025
    - 115.9K bytes
    - Click Count (0)
  4. cmd/server_test.go

    		Uploads []struct {
    			Key          string
    			UploadID     string `xml:"UploadId"`
    			Initiator    Initiator
    			Owner        Owner
    			StorageClass string
    			Initiated    time.Time // Keep this native to be able to parse properly.
    		}
    		Prefix         string
    		Delimiter      string
    		CommonPrefixes []CommonPrefix
    	}
    
    	// parse the response body.
    	decoder = xml.NewDecoder(response3.Body)
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 118.1K bytes
    - Click Count (0)
Back to Top