Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 125 for addLink (0.26 sec)

  1. pkg/controller/endpoint/endpoints_controller_test.go

    			client, c := newFakeController(tCtx, 0*time.Second)
    
    			err := c.podStore.Add(tc.pod)
    			if err != nil {
    				t.Errorf("Unexpected error adding pod %v", err)
    			}
    			err = c.serviceStore.Add(tc.service)
    			if err != nil {
    				t.Errorf("Unexpected error adding service %v", err)
    			}
    			err = c.syncService(tCtx, fmt.Sprintf("%s/%s", ns, tc.service.Name))
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

    /// this is used, please consult next sections. Here we just wrap these tables
    /// in lint warnings so that changes here cause changes to the versioning data
    /// as well. Here is a short summary of what changes are allowed:
    ///   * adding a new method at the end of a table is allowed at any time;
    ///   * any other change to these tables is only allowed on a major TensorFlow
    ///     version change (e.g., from 2.x to 3.0). This is provided as an escape
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 17:36:54 UTC 2022
    - 53.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

            {input_rank, 2}, rewriter.getIntegerType(64));
        auto zero_i64 = rewriter.create<ConstOp>(
            loc, GetScalarOfType(rewriter.getIntegerType(64), 0));
        // Extends paddings to all dimensions of input by adding 0s to non-block
        // dimensions.
        auto full_paddings = rewriter.create<ConcatV2Op>(
            loc, full_paddings_type, full_paddings_list, zero_i64);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  4. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

            "3.2.+"          | "3.2.2"
            "[2.1.0,4.0.0)"  | "3.2.2"
            "latest.release" | "20040616"
        }
    
        def "can publish java-library with dependencies with version using versionMapping and not adding revConstraints"() {
            requiresExternalDependencies = true
            given:
            createBuildScripts("""
    
                ${mavenCentralRepository()}
    
                dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    	scenarios := []struct {
    		name                string
    		allowWatchBookmarks bool
    		sendInitialEvents   *bool
    		resourceVersion     string
    		// useCurrentRV if set gets the current RV from the storage
    		// after adding the initial pods which is then used to establish a new watch request
    		useCurrentRV bool
    
    		initialPods                []*example.Pod
    		podsAfterEstablishingWatch []*example.Pod
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    ====
    
    ----
    $ gradle -q filterTextFiles
    include::{snippetsPath}/files/fileCollections/tests/fileCollectionsFiltering.out[]
    ----
    
    If `collection` changes at any time, either by adding or removing files from itself, then `textFiles` will immediately reflect the change because it is also a live collection.
    Note that the closure you pass to `filter()` takes a `File` as an argument and should return a boolean.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    You can also add custom check tasks as follows:
    
    === Example: Adding a custom check task
    
    [source.multi-language-sample,groovy]
    .build.gradle
    ----
    include::{snippetsPath}/native-binaries/custom-check/groovy/build.gradle[tag=custom-check]
    ----
    
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  8. pkg/scheduler/internal/cache/cache_test.go

    			ctx, cancel := context.WithCancel(ctx)
    			defer cancel()
    			nodeName := pod.Spec.NodeName
    			cache := newCache(ctx, time.Second, time.Second)
    			// Add/Assume pod succeeds even before adding the nodes.
    			if tt.assume {
    				if err := cache.AddPod(logger, pod); err != nil {
    					t.Fatalf("AddPod failed: %v", err)
    				}
    			} else {
    				if err := cache.AssumePod(logger, pod); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 01:38:03 UTC 2023
    - 63.8K bytes
    - Viewed (0)
  9. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    	verifyVolumeReportedAsAttachedToNode(t, logger, generatedVolumeName, nodeName1, false, asw, volumeAttachedCheckTimeout)
    
    	// Add a second pod which tries to attach the volume to the same node.
    	// After adding pod to the same node, detach will not be triggered any more,
    	// the volume gets attached and reported as attached to the node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/dwarf.go

    	d.addDwarfAddrField(su, v)
    }
    
    // addDwarfAddrField adds a DWARF field in DWARF 64bits or 32bits.
    func (d *dwctxt) addDwarfAddrField(sb *loader.SymbolBuilder, v uint64) {
    	if isDwarf64(d.linkctxt) {
    		sb.AddUint(d.arch, v)
    	} else {
    		sb.AddUint32(d.arch, uint32(v))
    	}
    }
    
    // addDwarfAddrRef adds a DWARF pointer in DWARF 64bits or 32bits.
    func (d *dwctxt) addDwarfAddrRef(sb *loader.SymbolBuilder, t loader.Sym) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top