Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 86 for Invoke (0.17 sec)

  1. pilot/pkg/networking/core/route/route.go

    // VirtualHostWrapper is a context-dependent virtual host entry with guarded routes.
    // Note: Currently we are not fully utilizing this structure. We could invoke this logic
    // once for all sidecars in the cluster to compute all RDS for inside the mesh and arrange
    // it by listener port. However to properly use such an optimization, we need to have an
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  2. .bazelrc

    build:rbe_cross_compile_base_xla --config=rbe_cross_compile_base
    build:rbe_cross_compile_base_xla --strategy=Genrule=standalone
    
    # Due to the above strategy, all Genrule commands are executed locally, but the
    # following actions invoke tools (E.g `flatc`, `llvm-tblgen`, etc.) that are
    # only executabe on the RBE (x86) machine, so the strategy_regexp options are
    # added to override and run the actions using remote strategy.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

        }
      }
    
      // Drop all the args that have to be skipped.
      for (Value arg : skipped_args) hoister.DropResource(arg);
    
      hoister.ReplaceResourceLoads(/*read_only=*/false);
    
      // For writes, invoke the callback and then erase the write.
      auto assign_ops = func_op.front().getOps<TF::AssignVariableOp>();
      for (auto assign_variable_op : llvm::make_early_inc_range(assign_ops)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/lib.go

    	argv = append(argv, godotopath)
    	argv = append(argv, hostObjCopyPaths...)
    
    	if ctxt.Debugvlog != 0 {
    		ctxt.Logf("archive: %s\n", strings.Join(argv, " "))
    	}
    
    	// If supported, use syscall.Exec() to invoke the archive command,
    	// which should be the final remaining step needed for the link.
    	// This will reduce peak RSS for the link (and speed up linking of
    	// large applications), since when the archive command runs we
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  5. guava/src/com/google/common/util/concurrent/Futures.java

       * primary input fails with the given {@code exceptionType}, from the result provided by the
       * {@code fallback}. {@link Function#apply} is not invoked until the primary input has failed, so
       * if the primary input succeeds, it is never invoked. If, during the invocation of {@code
       * fallback}, an exception is thrown, this exception is used as the result of the output {@code
       * Future}.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  6. cmd/bucket-handlers.go

    				Created: dnsRecords[0].CreationDate,
    			})
    		}
    
    		sort.Slice(bucketsInfo, func(i, j int) bool {
    			return bucketsInfo[i].Name < bucketsInfo[j].Name
    		})
    
    	} else {
    		// Invoke the list buckets.
    		var err error
    		bucketsInfo, err = listBuckets(ctx, BucketOptions{})
    		if err != nil {
    			writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    			return
    		}
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  7. src/cmd/dist/build.go

    	if output, err := exec.Command(ccHelp[0], ccHelp[1:]...).CombinedOutput(); err != nil {
    		outputHdr := ""
    		if len(output) > 0 {
    			outputHdr = "\nCommand output:\n\n"
    		}
    		fatalf("cannot invoke C compiler %q: %v\n\n"+
    			"Go needs a system C compiler for use with cgo.\n"+
    			"To set a C compiler, set CC=the-compiler.\n"+
    			"To disable cgo, set CGO_ENABLED=0.\n%s%s", cc, err, outputHdr, output)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  8. pkg/kubelet/cm/devicemanager/manager_test.go

    	as.Equal(2, int(allocatableScalarResources[v1.ResourceName(resourceName2)]))
    }
    
    func TestDevicePreStartContainer(t *testing.T) {
    	// Ensures that if device manager is indicated to invoke `PreStartContainer` RPC
    	// by device plugin, then device manager invokes PreStartContainer at endpoint interface.
    	// Also verifies that final allocation of mounts, envs etc is same as expected.
    	res1 := TestResource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/reflect/TypeTokenTest.java

        Method toStringMethod = Object.class.getMethod("toString");
        ImmutableList<String> list = ImmutableList.of("foo");
        assertEquals(list.toString(), TypeToken.of(List.class).method(toStringMethod).invoke(list));
      }
    
      public <T extends Number & List<String>> void testMethod_returnType_resolvedAgainstTypeBound()
          throws NoSuchMethodException {
        Method getMethod = List.class.getMethod("get", int.class);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  10. pkg/proxy/iptables/proxier.go

    		// In all other cases, it ought to be safe to assume that the rules
    		// already exist, so we'll skip this step when doing a partial sync, to
    		// save us from having to invoke /sbin/iptables 20 times on each sync
    		// (which will be very slow on hosts with lots of iptables rules).
    		for _, jump := range append(iptablesJumpChains, iptablesKubeletJumpChains...) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
Back to top