Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of about 10,000 for lost (0.42 sec)

  1. src/cmd/compile/internal/ssa/value.go

    	lostStmt := v.Pos.IsStmt() == src.PosIsStmt
    	if v.InCache {
    		v.Block.Func.unCache(v)
    	}
    	v.Op = OpInvalid
    
    	for _, a := range v.Args {
    		a.Uses--
    		if a.Uses == 0 {
    			lost := a.invalidateRecursively()
    			lostStmt = lost || lostStmt
    		}
    	}
    
    	v.argstorage[0] = nil
    	v.argstorage[1] = nil
    	v.argstorage[2] = nil
    	v.Args = v.argstorage[:0]
    
    	v.AuxInt = 0
    	v.Aux = nil
    	return lostStmt
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 16:40:22 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/grpc_service_unix_test.go

    			}
    
    			// Collecting kms-plugin - allowing plugin to clean-up.
    			kmsPluginWG.Wait()
    		})
    	}
    }
    
    // TestIntermittentConnectionLoss tests the scenario where the connection with kms-plugin is intermittently lost.
    func TestIntermittentConnectionLoss(t *testing.T) {
    	t.Parallel()
    	var (
    		wg1        sync.WaitGroup
    		wg2        sync.WaitGroup
    		timeout    = 30 * time.Second
    		blackOut   = 1 * time.Second
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 29 05:36:41 UTC 2023
    - 10K bytes
    - Viewed (0)
  3. pilot/pkg/leaderelection/leaderelection_test.go

    	// A new pod is not the leader
    	_, stop2 := createPerRevisionElection(t, "pod2", "foo", watcher, false, client)
    	close(stop2)
    	close(stop)
    	t.Log("drop")
    	// After leader is lost, we can take over
    	_, stop3 := createPerRevisionElection(t, "pod2", "foo", watcher, true, client)
    	// Other revisions are independent
    	_, stop4 := createPerRevisionElection(t, "pod4", "not-foo", watcher, true, client)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 04:22:19 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  4. docs/de/docs/tutorial/handling-errors.md

    Sie können diese Exceptionhandler mit ihren eigenen überschreiben.
    
    ### Requestvalidierung-Exceptions überschreiben
    
    Wenn ein Request ungültige Daten enthält, löst **FastAPI** intern einen `RequestValidationError` aus.
    
    Und bietet auch einen Default-Exceptionhandler dafür.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:28:29 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  5. pkg/kubelet/util/manager/watch_based_manager.go

    	i.lock.Lock()
    	defer i.lock.Unlock()
    	// Ensure that we don't try to stop not yet initialized reflector.
    	// In case of overloaded kube-apiserver, if the list request is
    	// already being processed, all the work would lost and would have
    	// to be retried.
    	if !i.stopped && i.store.hasSynced() && now.After(i.lastAccessTime.Add(maxIdleTime)) {
    		return i.stopThreadUnsafe()
    	}
    	return false
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  6. src/syscall/ztypes_linux_arm.go

    	Options        uint8
    	Pad_cgo_0      [2]byte
    	Rto            uint32
    	Ato            uint32
    	Snd_mss        uint32
    	Rcv_mss        uint32
    	Unacked        uint32
    	Sacked         uint32
    	Lost           uint32
    	Retrans        uint32
    	Fackets        uint32
    	Last_data_sent uint32
    	Last_ack_sent  uint32
    	Last_data_recv uint32
    	Last_ack_recv  uint32
    	Pmtu           uint32
    	Rcv_ssthresh   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/ForwardingMap.java

    @ElementTypesAreNonnullByDefault
    public abstract class ForwardingMap<K extends @Nullable Object, V extends @Nullable Object>
        extends ForwardingObject implements Map<K, V> {
      // TODO(lowasser): identify places where thread safety is actually lost
    
      /** Constructor for use by subclasses. */
      protected ForwardingMap() {}
    
      @Override
      protected abstract Map<K, V> delegate();
    
      @Override
      public int size() {
        return delegate().size();
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 15:26:39 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  8. src/syscall/ztypes_linux_386.go

    	Options        uint8
    	Pad_cgo_0      [2]byte
    	Rto            uint32
    	Ato            uint32
    	Snd_mss        uint32
    	Rcv_mss        uint32
    	Unacked        uint32
    	Sacked         uint32
    	Lost           uint32
    	Retrans        uint32
    	Fackets        uint32
    	Last_data_sent uint32
    	Last_ack_sent  uint32
    	Last_data_recv uint32
    	Last_ack_recv  uint32
    	Pmtu           uint32
    	Rcv_ssthresh   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  9. src/syscall/ztypes_linux_amd64.go

    	Options        uint8
    	Pad_cgo_0      [2]byte
    	Rto            uint32
    	Ato            uint32
    	Snd_mss        uint32
    	Rcv_mss        uint32
    	Unacked        uint32
    	Sacked         uint32
    	Lost           uint32
    	Retrans        uint32
    	Fackets        uint32
    	Last_data_sent uint32
    	Last_ack_sent  uint32
    	Last_data_recv uint32
    	Last_ack_recv  uint32
    	Pmtu           uint32
    	Rcv_ssthresh   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  10. pkg/slices/slices.go

    	res := make(map[K][]T, len(data))
    	for _, e := range data {
    		k := f(e)
    		res[k] = append(res[k], e)
    	}
    	return res
    }
    
    // GroupUnique groups a slice by a key. Each key must be unique or data will be lost. To allow multiple use Group.
    func GroupUnique[T any, K comparable](data []T, f func(T) K) map[K]T {
    	res := make(map[K]T, len(data))
    	for _, e := range data {
    		res[f(e)] = e
    	}
    	return res
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 06:28:11 UTC 2024
    - 7.9K bytes
    - Viewed (0)
Back to top