Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for little32 (0.33 sec)

  1. pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go

    			},
    			want: []framework.NodeScore{
    				{Name: "node-a", Score: 100},
    				{Name: "node-x", Score: 63},
    			},
    		},
    		{
    			// If Constraints hold different labelSelectors, it's a little complex.
    			// +----------------------+------------------------+
    			// |         zone1        |          zone2         |
    			// +----------------------+------------------------+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 60K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/Futures.java

       * the output future list. (Such races are impossible to solve without global synchronization of
       * all future completions. And they should have little practical impact.)
       *
       * <p>Cancelling a delegate future propagates to input futures once all the delegates complete,
       * either from cancellation or because an input future has completed. If N futures are passed in,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  3. src/internal/trace/order.go

    	// Handle tasks. Tasks are interesting because:
    	// - There's no Begin event required to reference a task.
    	// - End for a particular task ID can appear multiple times.
    	// As a result, there's very little to validate. The only
    	// thing we have to be sure of is that a task didn't begin
    	// after it had already begun. Task IDs are allowed to be
    	// reused, so we don't care about a Begin after an End.
    	id := TaskID(ev.args[0])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  4. guava/src/com/google/common/util/concurrent/Futures.java

       * the output future list. (Such races are impossible to solve without global synchronization of
       * all future completions. And they should have little practical impact.)
       *
       * <p>Cancelling a delegate future propagates to input futures once all the delegates complete,
       * either from cancellation or because an input future has completed. If N futures are passed in,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  5. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

        // to validate the properties. We also need a way to navigate from the Tex specification documents to
        // the test in question and vice versa. A little Eclipse plugin would do the trick.
        public void testThatExecutionsWithoutIdsAreMergedAndTheChildWins() throws Exception {
            PomTestWrapper tester = buildPom("micromailer");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/debug.go

    //
    // It is important to know that the set representation used for
    // startState, endState, and merges can share data for two sets where
    // one is a small delta from the other.  Doing this does require a
    // little care in how sets are updated, both in mergePredecessors, and
    // using its result.
    func (state *debugState) mergePredecessors(b *Block, blockLocs []*BlockDebug, previousBlock *Block, forLocationLists bool) (abt.T, bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  7. src/crypto/tls/handshake_client_test.go

    	deleteTicket()
    	testResumeState("GetFreshSessionTicket", false)
    	for i := 0; i < 13; i++ {
    		d += 12 * time.Hour
    		testResumeState("OldSessionTicket", true)
    	}
    	// Expire it (now a little more than 7 days) and make sure a full
    	// handshake occurs for TLS 1.2. Resumption should still occur for
    	// TLS 1.3 since the client should be using a fresh ticket sent over
    	// by the server.
    	d += 12 * time.Hour
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/dwarf.go

    		if unit == nil {
    			continue
    		}
    
    		// Update PC ranges.
    		//
    		// We don't simply compare the end of the previous
    		// symbol with the start of the next because there's
    		// often a little padding between them. Instead, we
    		// only create boundaries between symbols from
    		// different units.
    		sval := d.ldr.SymValue(sym)
    		u0val := d.ldr.SymValue(loader.Sym(unit.Textp[0]))
    		if prevUnit != unit {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption_test.go

    			expected: [][]candidate{
    				{
    					// Even though the DefaultPreemptionArgs constraints suggest that the
    					// minimum number of candidates is 2, we get three candidates here
    					// because we're okay with being a little over (in production, if a
    					// non-PDB violating candidate isn't found close to the offset, the
    					// number of additional candidates returned will be at most
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/manual.css

          navigates directly to section anchors.
         */
    	#content h2[id],
    	#content h3[id],
    	#content h4[id],
    	#content h5[id] {
    		padding-top: 60px;
    	}
    
    	#content h2[id] {
    		/* Little extra room above h2s */
    		margin-top: -1em;
    	}
    
    	#content h3[id],
    	#content h4[id],
    	#content h5[id] {
    		margin-top: -60px;
    	}
    
    	.site-header__navigation {
    		flex-direction: row;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
Back to top