Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 322 for hit (2.09 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheValueSourceIntegrationTest.groovy

            when:
            configurationCacheRun()
    
            then:
            // TODO(mlopatkin) This behavior is correct but suboptimal, as we're never going to have a cache hit.
            //  We may want to warn the user about it.
            configurationCache.assertStateStored()
            outputContains("configuration value = someValue")
            outputContains("execution value = someValue")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/echotest/filters_test.go

    						"external.echo1.svc.cluster.local_naked.echo1.svc.cluster.local_vm.echo1.svc.cluster.local": 2,
    					},
    					"vm.echo1.svc.cluster.local": {
    						// VM cannot hit external services (https://github.com/istio/istio/issues/27154)
    						"b.echo1.svc.cluster.local_naked.echo1.svc.cluster.local_vm.echo1.svc.cluster.local": 2,
    					},
    				},
    			},
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. src/internal/coverage/decodecounter/decodecounterfile.go

    // into "p", returning TRUE if the read was successful or FALSE
    // if we've read all the functions already (also an error if
    // something went wrong with the read or we hit a premature
    // EOF).
    func (cdr *CounterDataReader) NextFunc(p *FuncPayload) (bool, error) {
    	if cdr.fcnCount >= uint32(cdr.shdr.FcnEntries) {
    		return false, nil
    	}
    	cdr.fcnCount++
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 27 15:29:54 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  4. pkg/kube/kclient/client.go

    	defer n.handlerMu.Unlock()
    	// AddEventHandler is safe to call under the lock. This will *enqueue* all existing items, but not block on processing them,
    	// so the timing is quick.
    	// If we do this outside the lock, we can hit a subtle race condition where we have started processing items before they
    	// are registered (in n.registeredHandlers); this can cause the dynamic filtering to miss events
    	reg, err := n.informer.AddEventHandler(fh)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 07:14:28 UTC 2024
    - 13K bytes
    - Viewed (0)
  5. src/runtime/map_benchmark_test.go

    			}
    			b.ResetTimer()
    			for i := 0; i < b.N; i++ {
    				_ = m[n-1]
    			}
    		})
    	}
    }
    
    func BenchmarkMapCycle(b *testing.B) {
    	// Arrange map entries to be a permutation, so that
    	// we hit all entries, and one lookup is data dependent
    	// on the previous lookup.
    	const N = 3127
    	p := rand.New(rand.NewSource(1)).Perm(N)
    	m := map[int]int{}
    	for i := 0; i < N; i++ {
    		m[i] = p[i]
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 09 16:41:16 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  6. src/internal/trace/generation.go

    	if spill != nil {
    		g.gen = spill.gen
    		if err := processBatch(g, *spill.batch); err != nil {
    			return nil, nil, err
    		}
    		spill = nil
    	}
    	// Read batches one at a time until we either hit EOF or
    	// the next generation.
    	var spillErr error
    	for {
    		b, gen, err := readBatch(r)
    		if err == io.EOF {
    			break
    		}
    		if err != nil {
    			if g.gen != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 22:14:45 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. src/runtime/runtime_test.go

    		t.Skip(GOOS + " does not support catching faults")
    	}
    
    	defer func() {
    		if err := recover(); err != nil {
    			*nfault++
    		}
    	}()
    
    	// The read should fault, except that sometimes we hit
    	// addresses that have had C or kernel pages mapped there
    	// readable by user code. So just log the content.
    	// If no addresses fault, we'll fail the test.
    	v := *(*byte)(unsafe.Pointer(addr))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/debug.go

    			// install slot in lookup table
    			idx, _ := sc.lookup(sl)
    			// add to f.NamedValues if not already present
    			addToNV(v, sc.canonSlot(idx))
    		} else if v.Op.IsCall() {
    			// if we hit a call, we've gone too far.
    			break
    		}
    	}
    
    	// Now make a pass through the ABI in-params, looking for params
    	// or pieces of params that we didn't encounter in the loop above.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/build.go

    			// interleave packages from different modules if one module path is a
    			// prefix of the other.
    		} else {
    			completeFromModCache(info)
    		}
    		return info
    	}
    
    	// Don't hit the network to fill in extra data for replaced modules.
    	// The original resolved Version and Time don't matter enough to be
    	// worth the cost, and we're going to overwrite the GoMod and Dir from the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 16:56:39 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  10. src/mime/multipart/formdata_test.go

    			t.Errorf("largetext mismatch: got size: %v, expected size: %v", len(g), len(largeTextValue))
    		}
    		f.RemoveAll()
    		if maxMemory < failWhenMaxMemoryLessThan {
    			t.Errorf("ReadForm(%v): no error, expect to hit memory limit when maxMemory < %v", maxMemory, failWhenMaxMemoryLessThan)
    		}
    		return
    	}
    	t.Errorf("ReadForm(x) failed for x < 1024, expect success")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 05 18:31:56 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top