Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 47 for repaint (3.87 sec)

  1. src/encoding/json/testdata/code.json.gz

    :[{"name":"LayoutTests","kids":[{"name":"fast","kids":[{"name":"repaint","kids":[{"name":"repaint-during-scroll-expected.checksum","kids":[],"cl_weight":0.14285714285714285,"touches":1,"min_t":1266965732,"max_t":1266965732,"mean_t":1266965732},{"name":"repaint-during-scroll-expected.png","kids":[],"cl_weight":0.14285714285714285,"touches":1,"min_t":1266965732,"max_t":1266965732,"mean_t":1266965732},{"name":"overflow-outline-repaint-expected.txt","kids":[],"cl_weight":0.06666666666666667,"touches...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  2. pkg/controller/garbagecollector/garbagecollector_test.go

    					absentOwnerCache:       []objectReference{deployment1apps},                            // cached absence of parent via v1
    					pendingAttemptToDelete: []*node{makeNode(pod1ns1, withOwners(deployment1extensions))},
    				}),
    				// 11,12: process attemptToDelete for child
    				// final state: child with unresolveable ownerRef remains, queued in pendingAttemptToDelete
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  3. src/net/http/server.go

    	for cr.inRead {
    		cr.cond.Wait()
    	}
    	cr.conn.rwc.SetReadDeadline(time.Time{})
    }
    
    func (cr *connReader) setReadLimit(remain int64) { cr.remain = remain }
    func (cr *connReader) setInfiniteReadLimit()     { cr.remain = maxInt64 }
    func (cr *connReader) hitReadLimit() bool        { return cr.remain <= 0 }
    
    // handleReadError is called whenever a Read from the client returns a
    // non-nil error.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/proxier_test.go

    		// Checking that ipvs4 and ipvs5 were removed.
    		if vs.Port == 57 {
    			t.Errorf("Expected ipvs4 to be removed after cleanup. It still remains")
    		}
    		if vs.Port == 58 {
    			t.Errorf("Expected ipvs5 to be removed after cleanup. It still remains")
    		}
    	}
    }
    
    func TestCleanLegacyServiceWithRealServers(t *testing.T) {
    	_, ctx := ktesting.NewTestContext(t)
    	ipt := iptablestest.NewFake()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  5. cmd/data-usage-cache_gen.go

    							return
    						}
    					case "nv":
    						za0002.NumVersions, err = dc.ReadInt()
    						if err != nil {
    							err = msgp.WrapError(err, "Tiers", za0001, "NumVersions")
    							return
    						}
    					case "no":
    						za0002.NumObjects, err = dc.ReadInt()
    						if err != nil {
    							err = msgp.WrapError(err, "Tiers", za0001, "NumObjects")
    							return
    						}
    					default:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 100.8K bytes
    - Viewed (0)
  6. okhttp-android/src/main/baseline-prof.txt

    HSPLokhttp3/internal/http2/Hpack$Reader;->insertIntoDynamicTable(ILokhttp3/internal/http2/Header;)V
    HSPLokhttp3/internal/http2/Hpack$Reader;->readByteString()Lokio/ByteString;
    HSPLokhttp3/internal/http2/Hpack$Reader;->readInt(II)I
    HSPLokhttp3/internal/http2/Hpack$Writer;-><init>(IZLokio/Buffer;I)V
    HSPLokhttp3/internal/http2/Hpack$Writer;->evictToRecoverBytes(I)I
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (1)
  7. src/database/sql/sql.go

    		panic(fmt.Sprintf("unpaired removeDep: no %T dep on %T", dep, x))
    	case 0:
    		// No more dependencies.
    		delete(db.dep, x)
    		return x.finalClose
    	default:
    		// Dependencies remain.
    		return func() error { return nil }
    	}
    }
    
    // This is the size of the connectionOpener request chan (DB.openerCh).
    // This value should be larger than the maximum typical value
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  8. cmd/storage-datatypes_gen.go

    			}
    			if cap(z.Results) >= int(zb0002) {
    				z.Results = (z.Results)[:zb0002]
    			} else {
    				z.Results = make([]int, zb0002)
    			}
    			for za0001 := range z.Results {
    				z.Results[za0001], err = dc.ReadInt()
    				if err != nil {
    					err = msgp.WrapError(err, "Results", za0001)
    					return
    				}
    			}
    		default:
    			err = dc.Skip()
    			if err != nil {
    				err = msgp.WrapError(err)
    				return
    			}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

    This field is set via the /status subresource. Once populated, this field is immutable.\n\nIf the certificate signing request is denied, a condition of type \"Denied\" is added and this field remains empty. If the signer cannot issue the certificate, a condition of type \"Failed\" is added and this field remains empty.\n\nValidation requirements:\n 1. certificate must contain one or more PEM blocks.\n 2. All PEM blocks must have the \"CERTIFICATE\" label, contain no headers, and the encoded data\n ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

    should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top