Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 423 for from1 (0.09 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

            ClosingFuture.whenAllSucceed(
                    ClosingFuture.from(immediateFuture(closeable1)),
                    ClosingFuture.from(immediateFuture(closeable2)),
                    ClosingFuture.from(immediateFuture("value3")),
                    ClosingFuture.from(immediateFuture("value4")),
                    ClosingFuture.from(immediateFuture("value5")))
                .call(
                    waiter.waitFor(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

            ClosingFuture.whenAllSucceed(
                    ClosingFuture.from(immediateFuture(closeable1)),
                    ClosingFuture.from(immediateFuture(closeable2)),
                    ClosingFuture.from(immediateFuture("value3")),
                    ClosingFuture.from(immediateFuture("value4")),
                    ClosingFuture.from(immediateFuture("value5")))
                .call(
                    waiter.waitFor(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      }
    
      bool LogNotContractableAndReturnFalse(Cluster* from, Cluster* to,
                                            absl::string_view reason);
    
      // Finds a path in `cycles_graph_` from `from` to `to` that is not a direct
      // edge from `from` to `to`.
      //
      // Tries to find a path that contains at least one unclusterable node.
      std::vector<int> FindAlternatePathForDebugging(int from, int to);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  4. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                $dependencies
    
                task sourceJar(type: Jar) {
                    from sourceSets.main.allJava
                    archiveBaseName = "publishTest-source"
                }
    
                publishing {
                    publications {
                        ivy(IvyPublication) {
                            from components.java
                            artifact(sourceJar) {
    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. src/cmd/internal/obj/mips/asm0.go

    		rel.Siz = 4
    		rel.Sym = p.From.Sym
    		rel.Add = p.From.Offset
    		rel.Type = objabi.R_ADDRMIPSTLS
    
    	case 56: /* vmov{b,h,w,d} $scon, wr */
    
    		v := c.regoff(&p.From)
    		o1 = OP_VI10(110, c.twobitdf(p.As), v, uint32(p.To.Reg), 7)
    
    	case 57: /* vld $soreg, wr */
    		v := c.lsoffset(p.As, c.regoff(&p.From))
    		o1 = OP_VMI10(v, uint32(p.From.Reg), uint32(p.To.Reg), 8, c.twobitdf(p.As))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  6. tests/integration/ambient/baseline_test.go

    				return false
    			}
    			SameNetwork := func(from echo.Instance, to echo.Target) echo.Instances {
    				return match.Network(from.Config().Cluster.NetworkName()).GetMatches(to.Instances())
    			}
    			SupportsHBone := func(from echo.Instance, opts echo.CallOptions) bool {
    				if !from.Config().IsUncaptured() && !opts.To.Config().IsUncaptured() {
    					return true
    				}
    				if !from.Config().IsUncaptured() && opts.To.Config().HasSidecar() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureCheckIntegTest.groovy

            assertVerificationError(terse) {
                whenTerse """Dependency verification failed for configuration ':compileClasspath'
    2 artifacts failed verification:
      - foo-1.0.jar (org:foo:1.0) from repository maven
      - foo-1.0.pom (org:foo:1.0) from repository maven
    This can indicate that a dependency has been compromised. Please carefully verify the signatures and checksums."""
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 75.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * Ivy has been upgraded from 2.2.0 to http://ant.apache.org/ivy/history/2.3.0/release-notes.html[2.3.0].
     * The JUnit Platform libraries used by the `Test` task have been upgraded from 1.0.3 to 1.3.1.
     * The Maven Wagon libraries used to access Maven repositories have been upgraded from 2.4 to 3.0.0.
     * SLF4J has been upgraded from 1.7.16 to https://www.slf4j.org/news.html[1.7.25].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  9. src/cmd/link/internal/loader/loader.go

    	result, fromr := []Sym{}, []Sym{}
    outerloop:
    	for si := Sym(1); si < Sym(len(l.objSyms)); si++ {
    		relocs := l.Relocs(si)
    		for ri := 0; ri < relocs.Count(); ri++ {
    			r := relocs.At(ri)
    			rs := r.Sym()
    			if rs != 0 && l.SymType(rs) == sym.SXREF && l.SymName(rs) != ".got" {
    				result = append(result, rs)
    				fromr = append(fromr, si)
    				if limit != -1 && len(result) >= limit {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  10. src/os/os_test.go

    	}
    	fromstat, err = Stat(from)
    	if err != nil {
    		t.Fatalf("Stat(%q) failed: %v", from, err)
    	}
    	if fromstat.Name() != from {
    		t.Errorf("Stat(%q).Name() = %q, want %q", from, fromstat.Name(), from)
    	}
    	if fromstat.Mode()&ModeSymlink != 0 {
    		t.Fatalf("Stat(%q).Mode()&ModeSymlink = %v, want 0", from, fromstat.Mode()&ModeSymlink)
    	}
    	s, err := Readlink(from)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
Back to top