Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 316 for ioperation (0.36 sec)

  1. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    		},
    		{
    			name:                   "timeout followed by failed operation should result in non-mounted device",
    			deviceState:            operationexecutor.DeviceNotMounted,
    			unmountDeviceCallCount: 0,
    			volumeName:             volumetesting.TimeoutAndFailOnMountDeviceVolumeName,
    		},
    		{
    			name:                   "success followed by timeout operation should result in mounted device",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/pv_controller.go

    			case storagehelpers.GetPersistentVolumeClaimClass(claim) != "":
    				// The provisionClaim function may start a new asynchronous operation to provision a volume,
    				// or the operation is already running. The claim will be updated in the asynchronous operation,
    				// so the branch should be returned directly and the bind operation is expected to continue in
    				// the next sync loop.
    				if err = ctrl.provisionClaim(ctx, claim); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

        else:
          return 'loc(unknown)'
    
      def _emit_with_loc(self, op_str, node=None):
        """Emit the mlir operation with the location associated with the node.
    
        Args:
          op_str: The mlir operation string to be emitted.
          node: The node of the AST tree, the mlir operation translated from.
        """
        loc = ''
        if node:
          loc = self._create_mlir_loc(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ppc64/ssa.go

    		//       STXV VS32,32(R20)
    		//       STXV VS32,48(R20)
    		//       ADD  $64,R20
    		//       BC   16, 0, loop
    
    		// Bytes per iteration
    		ctr := v.AuxInt / 64
    
    		// Remainder bytes
    		rem := v.AuxInt % 64
    
    		// Only generate a loop if there is more
    		// than 1 iteration.
    		if ctr > 1 {
    			// Set up VS32 (V0) to hold 0s
    			p := s.Prog(ppc64.AXXLXOR)
    			p.From.Type = obj.TYPE_REG
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_darwin_arm64.go

    	35:  "resource temporarily unavailable",
    	36:  "operation now in progress",
    	37:  "operation already in progress",
    	38:  "socket operation on non-socket",
    	39:  "destination address required",
    	40:  "message too long",
    	41:  "protocol wrong type for socket",
    	42:  "protocol not available",
    	43:  "protocol not supported",
    	44:  "socket type not supported",
    	45:  "operation not supported",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

            property.explicit
        }
    
        def "'#label' vs undefined-safety"() {
            given:
            initial.each { operation ->
                operation.call(property)
            }
    
            when:
            operations.each {operation -> operation.call(property) }
    
            then:
            expected == null || property.getOrNull() == ImmutableMap.copyOf(expected)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

      }
      mlir::Region region;
      region.push_back(new mlir::Block);
      auto saved_pos = op_builder.saveInsertionPoint();
      op_builder.setInsertionPointToEnd(&region.front());
      mlir::Operation* cloned_op = op_builder.clone(*op);
      // Add the yield operation.
      op_builder.create<mlir::TFL::YieldOp>(op_loc, cloned_op->getResults());
      // Now emit into the function body again.
      op_builder.restoreInsertionPoint(saved_pos);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_darwin_amd64.go

    	35:  "resource temporarily unavailable",
    	36:  "operation now in progress",
    	37:  "operation already in progress",
    	38:  "socket operation on non-socket",
    	39:  "destination address required",
    	40:  "message too long",
    	41:  "protocol wrong type for socket",
    	42:  "protocol not available",
    	43:  "protocol not supported",
    	44:  "socket type not supported",
    	45:  "operation not supported",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  9. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    message ManagedFieldsEntry {
      // Manager is an identifier of the workflow managing these fields.
      optional string manager = 1;
    
      // Operation is the type of operation which lead to this ManagedFieldsEntry being created.
      // The only valid values for this field are 'Apply' and 'Update'.
      optional string operation = 2;
    
      // APIVersion defines the version of this resource that this field set
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    message ManagedFieldsEntry {
      // Manager is an identifier of the workflow managing these fields.
      optional string manager = 1;
    
      // Operation is the type of operation which lead to this ManagedFieldsEntry being created.
      // The only valid values for this field are 'Apply' and 'Update'.
      optional string operation = 2;
    
      // APIVersion defines the version of this resource that this field set
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
Back to top