Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,650 for marking (0.15 sec)

  1. src/database/sql/driver/driver.go

    	// Prepare returns a prepared statement, bound to this connection.
    	Prepare(query string) (Stmt, error)
    
    	// Close invalidates and potentially stops any current
    	// prepared statements and transactions, marking this
    	// connection as no longer in use.
    	//
    	// Because the sql package maintains a free pool of
    	// connections and only calls Close when there's a surplus of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 23 09:04:12 UTC 2023
    - 20.9K bytes
    - Viewed (0)
  2. src/go/internal/gcimporter/gcimporter_test.go

    	// of the package to be imported as key into the shared packages map.
    	// However, the binary importer then used the package path to identify
    	// the imported package to mark it as complete; effectively marking the
    	// wrong package as complete. By using an "unclean" package path, the
    	// file and package path are different, exposing the problem if present.
    	// The same issue occurs with vendoring.)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:22:59 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. src/crypto/internal/boring/sha.go

    		_goboringcrypto_SHA512_Final(out, &ctx);
    }
    
    */
    import "C"
    import (
    	"errors"
    	"hash"
    	"unsafe"
    )
    
    // NOTE: The cgo calls in this file are arranged to avoid marking the parameters as escaping.
    // To do that, we call noescape (including via addr).
    // We must also make sure that the data pointer arguments have the form unsafe.Pointer(&...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 17:51:31 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  4. pilot/pkg/xds/discovery.go

    var processStartTime = time.Now()
    
    // CachesSynced is called when caches have been synced so that server can accept connections.
    func (s *DiscoveryServer) CachesSynced() {
    	log.Infof("All caches have been synced up in %v, marking server ready", time.Since(s.DiscoveryStartTime))
    	s.serverReady.Store(true)
    }
    
    func (s *DiscoveryServer) IsServerReady() bool {
    	return s.serverReady.Load()
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 20:21:09 UTC 2024
    - 19K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/envelope.go

    		return nil, false, err
    	}
    	span.AddEvent("Decoded encrypted object")
    
    	useSeed := encryptedObject.EncryptedDEKSourceType == kmstypes.EncryptedDEKSourceType_HKDF_SHA256_XNONCE_AES_GCM_SEED
    
    	// TODO: consider marking state.EncryptedDEK != encryptedObject.EncryptedDEK as a stale read to support DEK defragmentation
    	//  at a minimum we should have a metric that helps the user understand if DEK fragmentation is high
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 00:23:50 UTC 2023
    - 18.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/g3doc/tf_dialects.md

    ### `tf_executor.LoopCond` Operation
    
    [`tf_executor.LoopCond`](https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/loop-cond):
    forwards its boolean input to its output,
    [it acts as`pivot` for marking the loop termination condition](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/kernels/control_flow_ops.h#L115-L118).
    
    ### `tf_executor.Enter` Operation
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 13 16:33:28 UTC 2021
    - 16K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/CompactHashSet.java

     * add(x)} operations <i>do not</i> create objects for the garbage collector to deal with, and for
     * every element added, the garbage collector will have to traverse {@code 1.5} references on
     * average, in the marking phase, not {@code 5.0} as in {@code java.util.HashSet}.
     *
     * <p>If there are no removals, then {@link #iterator iteration} order is the same as insertion
     * order. Any removal invalidates any ordering guarantees.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 24K bytes
    - Viewed (0)
  8. pkg/volume/iscsi/iscsi.go

    	var globalPDPath string
    	mounter := plugin.host.GetMounter(plugin.GetPluginName())
    	// Try really hard to get the global mount of the volume, an error returned from here would
    	// leave the global mount still mounted, while marking the volume as unused.
    	// The volume can then be mounted on several nodes, resulting in volume
    	// corruption.
    	paths, err := ioutil.GetReliableMountRefs(mounter, mountPath)
    	if io.IsInconsistentReadError(err) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/CompactHashSet.java

     * add(x)} operations <i>do not</i> create objects for the garbage collector to deal with, and for
     * every element added, the garbage collector will have to traverse {@code 1.5} references on
     * average, in the marking phase, not {@code 5.0} as in {@code java.util.HashSet}.
     *
     * <p>If there are no removals, then {@link #iterator iteration} order is the same as insertion
     * order. Any removal invalidates any ordering guarantees.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  10. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    					nc.nodesToRetry.Store(node.Name, struct{}{})
    					return
    				}
    			}
    		}
    		nc.nodesToRetry.Delete(node.Name)
    	}
    
    	// Marking the pods not ready on a node requires looping over them and
    	// updating each pod's status one at a time. This is performed serially, and
    	// can take a while if we're processing each node serially as well. So we
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top