Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 234 for ulong (0.06 sec)

  1. guava/src/com/google/common/collect/MapMakerInternalMap.java

        // CONTAINS_VALUE_RETRIES increases, though without locking it is theoretically possible.
        final Segment<K, V, E, S>[] segments = this.segments;
        long last = -1L;
        for (int i = 0; i < CONTAINS_VALUE_RETRIES; i++) {
          long sum = 0L;
          for (Segment<K, V, E, S> segment : segments) {
            // ensure visibility of most recent completed write
            int unused = segment.count; // read-volatile
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	{3, "ESRCH", "no such process"},
    	{4, "EINTR", "interrupted system call"},
    	{5, "EIO", "I/O error"},
    	{6, "ENXIO", "no such device or address"},
    	{7, "E2BIG", "arg list too long"},
    	{8, "ENOEXEC", "exec format error"},
    	{9, "EBADF", "bad file number"},
    	{10, "ECHILD", "no child processes"},
    	{11, "EWOULDBLOCK", "resource temporarily unavailable"},
    	{12, "ENOMEM", "not enough space"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{3, "ESRCH", "no such process"},
    	{4, "EINTR", "interrupted system call"},
    	{5, "EIO", "I/O error"},
    	{6, "ENXIO", "no such device or address"},
    	{7, "E2BIG", "arg list too long"},
    	{8, "ENOEXEC", "exec format error"},
    	{9, "EBADF", "bad file number"},
    	{10, "ECHILD", "no child processes"},
    	{11, "EAGAIN", "resource temporarily unavailable"},
    	{12, "ENOMEM", "not enough space"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  4. src/syscall/zerrors_openbsd_ppc64.go

    	1:  "operation not permitted",
    	2:  "no such file or directory",
    	3:  "no such process",
    	4:  "interrupted system call",
    	5:  "input/output error",
    	6:  "device not configured",
    	7:  "argument list too long",
    	8:  "exec format error",
    	9:  "bad file descriptor",
    	10: "no child processes",
    	11: "resource deadlock avoided",
    	12: "cannot allocate memory",
    	13: "permission denied",
    	14: "bad address",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  5. src/syscall/zerrors_openbsd_riscv64.go

    	1:  "operation not permitted",
    	2:  "no such file or directory",
    	3:  "no such process",
    	4:  "interrupted system call",
    	5:  "input/output error",
    	6:  "device not configured",
    	7:  "argument list too long",
    	8:  "exec format error",
    	9:  "bad file descriptor",
    	10: "no child processes",
    	11: "resource deadlock avoided",
    	12: "cannot allocate memory",
    	13: "permission denied",
    	14: "bad address",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modget/get.go

    	wildcardNones []*query          // wildcard "@none" queries
    
    	// resolvedVersion maps each module path to the version of that module that
    	// must be selected in the final build list, along with the first query
    	// that resolved the module to that version (the “reason”).
    	resolvedVersion map[string]versionReason
    
    	buildList        []module.Version
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  7. pkg/apis/storage/validation/validation_test.go

    			ReclaimPolicy: &deleteReclaimPolicy,
    		},
    		"provisioner: Required value": {
    			ObjectMeta:    metav1.ObjectMeta{Name: "foo"},
    			Provisioner:   "",
    			ReclaimPolicy: &deleteReclaimPolicy,
    		},
    		"too long parameters": {
    			ObjectMeta:    metav1.ObjectMeta{Name: "foo"},
    			Provisioner:   "kubernetes.io/foo",
    			Parameters:    longParameters,
    			ReclaimPolicy: &deleteReclaimPolicy,
    		},
    		"invalid reclaimpolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGenerator.java

            .put(int.class, Integer.class)
            .put(boolean.class, Boolean.class)
            .put(float.class, Float.class)
            .put(char.class, Character.class)
            .put(double.class, Double.class)
            .put(long.class, Long.class)
            .build();
    
        /**
         * Generates an implementation of the given managed type.
         * <p>
         * The generated class will implement/extend the managed type and will:
         * <ul>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 55.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	{3, "ESRCH", "no such process"},
    	{4, "EINTR", "interrupted system call"},
    	{5, "EIO", "input/output error"},
    	{6, "ENXIO", "device not configured"},
    	{7, "E2BIG", "argument list too long"},
    	{8, "ENOEXEC", "exec format error"},
    	{9, "EBADF", "bad file descriptor"},
    	{10, "ECHILD", "no child processes"},
    	{11, "EDEADLK", "resource deadlock avoided"},
    	{12, "ENOMEM", "cannot allocate memory"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

    deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
Back to top