Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 122 for Missing (0.15 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

                potentialEdge.component.setState(state, ComponentGraphSpecificResolveState.EMPTY_STATE);
                // And now let's make sure we do not have another version of that virtual platform missing its metadata
                potentialEdge.component.getModule().maybeCreateVirtualMetadata(resolveState);
            }
            if (virtualEdges == null) {
                virtualEdges = new ArrayList<>();
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/lib.go

    			// https://go.dev/issue/22040
    			altLinker = "gold"
    
    			// If gold is not installed, gcc will silently switch
    			// back to ld.bfd. So we parse the version information
    			// and provide a useful error if gold is missing.
    			name, args := flagExtld[0], flagExtld[1:]
    			args = append(args, "-fuse-ld=gold", "-Wl,--version")
    			cmd := exec.Command(name, args...)
    			if out, err := cmd.CombinedOutput(); err == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/internal/cache/DiskLruCacheTest.kt

        // The journal will have no record that 'a' was removed. It will have an entry for 'a', but when
        // it tries to read the cache files, it will find they were deleted. Once it encounters an entry
        // with missing cache files, it should remove it from the cache entirely.
        assertThat(cache.size()).isEqualTo(4)
        assertThat(cache["a"]).isNull()
        assertThat(cache.size()).isEqualTo(2)
      }
    
      @ParameterizedTest
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 14:55:09 UTC 2024
    - 75.8K bytes
    - Viewed (0)
  4. cmd/erasure-object.go

    		if err != nil {
    			// If we have successfully written all the content that was asked
    			// by the client, but we still see an error - this would mean
    			// that we have some parts or data blocks missing or corrupted
    			// - attempt a heal to successfully heal them for future calls.
    			if written == partLength {
    				var scan madmin.HealScanMode
    				switch {
    				case errors.Is(err, errFileNotFound):
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.31.md

    - DRA: client-side validation of a ResourceHandle would have accepted a missing DriverName, whereas server-side validation then would have raised an error. ([#124075](https://github.com/kubernetes/kubernetes/pull/124075), [@pohly](https://github.com/pohly)) [SIG Apps]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/conversion.go

    			if !refs.BackendAllowed(k, to.Name, *toNs, ns) {
    				return &istio.Destination{}, &ConfigError{
    					Reason:  InvalidDestinationPermit,
    					Message: fmt.Sprintf("backendRef %v/%v not accessible to a %s in namespace %q (missing a ReferenceGrant?)", to.Name, *toNs, k.Kind, ns),
    				}
    			}
    		}
    	}
    
    	namespace := ptr.OrDefault((*string)(to.Namespace), ns)
    	var invalidBackendErr *ConfigError
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  7. src/runtime/map.go

    	if !ok {
    		// reflect wants nil for a missing element
    		elem = nil
    	}
    	return elem
    }
    
    //go:linkname reflect_mapaccess_faststr reflect.mapaccess_faststr
    func reflect_mapaccess_faststr(t *maptype, h *hmap, key string) unsafe.Pointer {
    	elem, ok := mapaccess2_faststr(t, h, key)
    	if !ok {
    		// reflect wants nil for a missing element
    		elem = nil
    	}
    	return elem
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  8. src/runtime/pprof/pprof_test.go

    				} else if line.Function.Name == "runtime/pprof.blockFrequentShort" {
    					fs = float64(s.Value[1])
    				}
    			}
    		}
    	}
    	if il == -1 || fs == -1 {
    		t.Fatal("block profile is missing expected functions")
    	}
    
    	// stddev of bias from 100 runs on local machine multiplied by 10x
    	const threshold = 0.2
    	if bias := (il - fs) / il; math.Abs(bias) > threshold {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AbstractClassGenerator.java

            GeneratedClassImpl generatedClass = generatedClasses.getIfPresent(type);
            if (generatedClass == null) {
                // It is possible that multiple threads will execute this branch concurrently, when the type is missing. However, the contract for `get()` below will ensure that
                // only one thread will actually generate the implementation class
                generatedClass = generatedClasses.get(type, generator);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 63K bytes
    - Viewed (0)
  10. tensorflow/c/c_api_test.cc

      EXPECT_EQ(-1, TF_OperationOutputListLength(feed, "bogus", s));
      EXPECT_EQ(TF_INVALID_ARGUMENT, TF_GetCode(s));
    
      ASSERT_FALSE(GetAttrValue(feed, "missing", &attr_value, s));
      EXPECT_EQ(string("Operation 'feed' has no attr named 'missing'."),
                string(TF_Message(s)));
    
      // Make a constant oper with the scalar "3".
      TF_Operation* three = ScalarConst(3, graph, s);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 96.9K bytes
    - Viewed (0)
Back to top