Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 52 for enumeration (0.19 sec)

  1. guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java

          this.millis = millis;
          this.label = label;
        }
    
        @Override
        public String toString() {
          return label;
        }
      }
    
      /** Convenient subsets of the {@link Timeout} enumeration for specifying scenario outcomes. */
      private enum TimeoutsToUse {
        ANY(Timeout.values()),
        PAST(Timeout.MIN, Timeout.MINUS_SMALL, Timeout.ZERO),
        FUTURE(Timeout.SMALL, Timeout.MAX),
        SMALL(Timeout.SMALL),
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java

          this.millis = millis;
          this.label = label;
        }
    
        @Override
        public String toString() {
          return label;
        }
      }
    
      /** Convenient subsets of the {@link Timeout} enumeration for specifying scenario outcomes. */
      private enum TimeoutsToUse {
        ANY(Timeout.values()),
        PAST(Timeout.MIN, Timeout.MINUS_SMALL, Timeout.ZERO),
        FUTURE(Timeout.SMALL, Timeout.MAX),
        SMALL(Timeout.SMALL),
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  3. istioctl/pkg/ztunnelconfig/ztunnelconfig.go

    	cmd.PersistentFlags().StringVar(&workloadsNamespace, "workload-namespace", "",
    		"Filter workloads by namespace field")
    
    	return cmd
    }
    
    // Level is an enumeration of all supported log levels.
    type Level int
    
    const (
    	defaultLoggerName = "level"
    )
    
    const (
    	// OffLevel disables logging
    	OffLevel Level = iota
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 20:18:34 UTC 2024
    - 22K bytes
    - Viewed (0)
  4. src/internal/abi/type.go

    	TFlag       TFlag   // extra type information flags
    	Align_      uint8   // alignment of variable with this type
    	FieldAlign_ uint8   // alignment of struct field with this type
    	Kind_       Kind    // enumeration for C
    	// function for comparing objects of this type
    	// (ptr to object A, ptr to object B) -> ==?
    	Equal func(unsafe.Pointer, unsafe.Pointer) bool
    	// GCData stores the GC type data for the garbage collector.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 17 21:09:59 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/storage/v1/types.go

    	// for example when Kubernetes cannot change ownership and permissions on a volume due
    	// to root-squash settings on a NFS volume.
    	NoneFSGroupPolicy FSGroupPolicy = "None"
    )
    
    // VolumeLifecycleMode is an enumeration of possible usage modes for a volume
    // provided by a CSI driver. More modes may be added in the future.
    type VolumeLifecycleMode string
    
    // TokenRequest contains parameters of a service account token.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1beta1/types.go

    	// any ownership or permission modifications, as the CSIDriver does not support
    	// these operations.
    	NoneFSGroupPolicy FSGroupPolicy = "None"
    )
    
    // VolumeLifecycleMode is an enumeration of possible usage modes for a volume
    // provided by a CSI driver. More modes may be added in the future.
    type VolumeLifecycleMode string
    
    // TokenRequest contains parameters of a service account token.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  7. istioctl/pkg/proxyconfig/proxyconfig.go

    	// output format (json, yaml or short)
    	outputFormat string
    
    	proxyAdminPort int
    
    	configDumpFile string
    
    	labelSelector = ""
    	loggerName    string
    )
    
    // Level is an enumeration of all supported log levels.
    type Level int
    
    const (
    	defaultLoggerName       = "level"
    	defaultEnvoyOutputLevel = WarningLevel
    )
    
    const (
    	// OffLevel disables logging
    	OffLevel Level = iota
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 48K bytes
    - Viewed (0)
  8. doc/asm.html

    represents the bitwise and instruction,
    <code>AND</code> (without the leading <code>A</code>),
    and is written in assembly source as <code>AND</code>.
    The enumeration is mostly in alphabetical order.
    (The architecture-independent <code>AXXX</code>, defined in the
    <code>cmd/internal/obj</code> package,
    represents an invalid instruction).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (1)
  9. src/internal/syscall/windows/registry/registry_test.go

    		if wantFound && !haveFound {
    			t.Errorf("value %s is not found while enumerating", test.Name)
    		}
    		if haveFound && !wantFound {
    			t.Errorf("value %s is found while enumerating, but expected to fail", test.Name)
    		}
    		if haveFound {
    			delete(haveNames, test.Name)
    		}
    	}
    	for n, v := range haveNames {
    		t.Errorf("value %s (%v) is found while enumerating, but has not been created", n, v)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 19:19:00 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/main.go

    			if !seen[op.name] {
    				log.Fatalf("Op%s%s has no code generation in %s", a.name, op.name, a.genfile)
    			}
    		}
    	}
    }
    
    // Name returns the name of the architecture for use in Op* and Block* enumerations.
    func (a arch) Name() string {
    	s := a.name
    	if s == "generic" {
    		s = ""
    	}
    	return s
    }
    
    // countRegs returns the number of set bits in the register mask.
    func countRegs(r regMask) int {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 22:42:34 UTC 2023
    - 16.9K bytes
    - Viewed (0)
Back to top