Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 196 for Storep (0.24 sec)

  1. guava/src/com/google/common/util/concurrent/AbstractFuture.java

        } else if (obj instanceof Failure) {
          throw new ExecutionException(((Failure) obj).exception);
        } else if (obj == NULL) {
          /*
           * It's safe to return null because we would only have stored it in the first place if it were
           * a valid value for V.
           */
          return uncheckedNull();
        } else {
          @SuppressWarnings("unchecked") // this is the only other option
          V asV = (V) obj;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (1)
  2. android/guava/src/com/google/common/collect/Sets.java

       * element, in order to determine the element type. If the collection could be empty, use {@link
       * #complementOf(Collection, Class)} instead of this method.
       *
       * @param collection the collection whose complement should be stored in the enum set
       * @return a new, modifiable {@code EnumSet} containing all values of the enum that aren't present
       *     in the given collection
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 77.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    				SendInitialEvents: pointer.Bool(true),
    				ResourceVersion:   "105",
    			},
    			verifyBackingStore: func(t *testing.T, s *dummyStorage) {
    				require.NotEqual(t, 0, s.getRequestWatchProgressCounter(), "expected store.RequestWatchProgressCounter to be > 0. It looks like watch progress wasn't requested!")
    			},
    		},
    
    		{
    			name: "legacy: allowWatchBookmarks=false, sendInitialEvents=true, RV=unset",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	{80, "EAUTH", "authentication error"},
    	{81, "ENEEDAUTH", "need authenticator"},
    	{82, "EIDRM", "identifier removed"},
    	{83, "ENOMSG", "no message of desired type"},
    	{84, "EOVERFLOW", "value too large to be stored in data type"},
    	{85, "ECANCELED", "operation canceled"},
    	{86, "EILSEQ", "illegal byte sequence"},
    	{87, "ENOATTR", "attribute not found"},
    	{88, "EDOOFUS", "programming error"},
    	{89, "EBADMSG", "bad message"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

         * {@link #versionProvidedByAncestors(DependencyState)} is true for that module.
         *
         * The result of this method is stored in the 'ancestorsStrictVersionConstraints' field for consumption by downstream nodes.
         *
         * Since the most common case it that there is only one incoming edge, this case is handled first and, if possible,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  6. src/syscall/zerrors_darwin_amd64.go

    	79:  "inappropriate file type or format",
    	80:  "authentication error",
    	81:  "need authenticator",
    	82:  "device power is off",
    	83:  "device error",
    	84:  "value too large to be stored in data type",
    	85:  "bad executable (or shared library)",
    	86:  "bad CPU type in executable",
    	87:  "shared library version mismatch",
    	88:  "malformed Mach-o file",
    	89:  "operation canceled",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	{80, "EAUTH", "authentication error"},
    	{81, "ENEEDAUTH", "need authenticator"},
    	{82, "EPWROFF", "device power is off"},
    	{83, "EDEVERR", "device error"},
    	{84, "EOVERFLOW", "value too large to be stored in data type"},
    	{85, "EBADEXEC", "bad executable (or shared library)"},
    	{86, "EBADARCH", "bad CPU type in executable"},
    	{87, "ESHLIBVERS", "shared library version mismatch"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	{83, "ENOATTR", "attribute not found"},
    	{84, "EILSEQ", "illegal byte sequence"},
    	{85, "ENOMEDIUM", "no medium found"},
    	{86, "EMEDIUMTYPE", "wrong medium type"},
    	{87, "EOVERFLOW", "value too large to be stored in data type"},
    	{88, "ECANCELED", "operation canceled"},
    	{89, "EIDRM", "identifier removed"},
    	{90, "ENOMSG", "no message of desired type"},
    	{91, "ENOTSUP", "not supported"},
    	{92, "EBADMSG", "bad message"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go

    	{80, "EAUTH", "authentication error"},
    	{81, "ENEEDAUTH", "need authenticator"},
    	{82, "EIDRM", "identifier removed"},
    	{83, "ENOMSG", "no message of desired type"},
    	{84, "EOVERFLOW", "value too large to be stored in data type"},
    	{85, "EILSEQ", "illegal byte sequence"},
    	{86, "ENOTSUP", "not supported"},
    	{87, "ECANCELED", "operation Canceled"},
    	{88, "EBADMSG", "bad or Corrupt message"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.8K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Iterators.java

        checkNotNull(iterable);
        return new Iterator<T>() {
          Iterator<T> iterator = emptyModifiableIterator();
    
          @Override
          public boolean hasNext() {
            /*
             * Don't store a new Iterator until we know the user can't remove() the last returned
             * element anymore. Otherwise, when we remove from the old iterator, we may be invalidating
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
Back to top