Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 344 for IsSame (0.21 sec)

  1. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildPluginDevelopmentIntegrationTest.groovy

            then:
            executed ":pluginBuild:jar"
            outputContains("taskFromPluginBuild")
        }
    
        def "does not substitute plugin from same build into root build"() {
            disableProblemsApiCheck()
            buildA.settingsFile << """
                include "a", "b"
            """
            buildA.file("a/build.gradle") << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  2. cmd/admin-handlers_test.go

    	var owners []string
    	for i := 0; i < 4; i++ {
    		owners = append(owners, fmt.Sprintf("node-%d", i))
    	}
    
    	// Simulate DeleteObjects of 10 objects in a single request. i.e same lock
    	// request UID, but 10 different resource names associated with it.
    	var lris []lockRequesterInfo
    	uuid := mustGetUUID()
    	for i := 0; i < 10; i++ {
    		resource := fmt.Sprintf("bucket/delete-object-%d", i)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  3. src/encoding/xml/xml_test.go

    		}
    	}
    }
    
    func TestCopyTokenCharData(t *testing.T) {
    	data := []byte("same data")
    	var tok1 Token = CharData(data)
    	tok2 := CopyToken(tok1)
    	if !reflect.DeepEqual(tok1, tok2) {
    		t.Error("CopyToken(CharData) != CharData")
    	}
    	data[1] = 'o'
    	if reflect.DeepEqual(tok1, tok2) {
    		t.Error("CopyToken(CharData) uses same buffer.")
    	}
    }
    
    func TestCopyTokenStartElement(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  4. src/net/http/cookiejar/jar_test.go

    			{"http://www.host.test/foo/bar/baz/", "C=c A=a D=d"},
    			{"http://www.host.test/foo/bar", "A=a D=d"},
    		},
    	},
    	{
    		"Creation time determines sorting on same length paths.",
    		"http://www.host.test/",
    		[]string{
    			"A=a; path=/foo/bar",
    			"X=x; path=/foo/bar",
    			"Y=y; path=/foo/bar/baz/qux",
    			"B=b; path=/foo/bar/baz/qux",
    			"C=c; path=/foo/bar/baz",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1/types_swagger_doc_generated.go

    	"valueExpression": "valueExpression represents the expression which is evaluated...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/README.md

     - A PDF at `build/working/usermanual/render-single-pdf/userguide_single.pdf`
    
    Note that PNG files in the source are generated from ".graphml" files in the same directory.  You can edit these files
    with tools like [yEd](http://www.yworks.com/en/products_yed_about.html) and then generate the associated PNG.
    
    ### Authoring with AsciiDoc
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 21:49:03 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/xla_tpu_device.cc

    // interconnects, which is much faster than PCIe or the host network.
    // TODO(b/117426293): This implementation is only called for direct interconnect
    // transfers between TPU devices attached to the same host. Ideally, we would
    // generalize this support to direct interconnect transfers across hosts, but
    // currently the CopyTensor infrastructure seems to the network topology is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 22:53:47 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/responsewriters/writers_test.go

    }
    
    func randIP(s *string, r *rand.Rand) {
    	*s = fmt.Sprintf("10.20.%d.%d", r.Int31n(256), r.Int31n(256))
    }
    
    // randPod changes fields in pod to mimic another pod from the same replicaset.
    // The list fields here has been generated by picking two pods in the same replicaset
    // and checking diff of their jsons.
    func randPod(b *testing.B, pod *v1.Pod, r *rand.Rand) {
    	pod.Name = fmt.Sprintf("%s-%x", pod.GenerateName, r.Int63n(1000))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/bsbhv/BsThumbnailQueueBhv.java

            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<ThumbnailQueue> selectPage(CBCall<ThumbnailQueueCB> cbLambda) {
            // #pending same?
            return (PagingResultBean<ThumbnailQueue>) facadeSelectList(createCB(cbLambda));
        }
    
        public void selectCursor(CBCall<ThumbnailQueueCB> cbLambda, EntityRowHandler<ThumbnailQueue> entityLambda) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  10. platforms/core-execution/workers/src/main/java/org/gradle/workers/internal/WorkerDaemonClientsManager.java

            this.workerDaemonExpiration = new WorkerDaemonExpiration(this, getTotalPhysicalMemory());
            memoryManager.addMemoryHolder(workerDaemonExpiration);
        }
    
        // TODO - should supply and check for the same parameters as passed to reserveNewClient()
        public WorkerDaemonClient reserveIdleClient(DaemonForkOptions forkOptions) {
            return reserveIdleClient(forkOptions, idleClients);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 19:54:37 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top