Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 208 for 234M (0.2 sec)

  1. platforms/jvm/scala/src/integTest/groovy/org/gradle/scala/scaladoc/ScalaDocIntegrationTest.groovy

            buildFile << """
                scaladoc.maxMemory = '234M'
            """
            when:
            succeeds scaladoc, "-i"
    
            then:
            // Looks like
            // Started Gradle worker daemon (0.399 secs) with fork options DaemonForkOptions{executable=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/bin/java, minHeapSize=null, maxHeapSize=234M, jvmArgs=[], keepAliveMode=DAEMON}.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:33 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. src/net/ip_test.go

    	{"abcd:2345::/33", ParseIP("abcd:2345::"), &IPNet{IP: ParseIP("abcd:2345::"), Mask: IPMask(ParseIP("ffff:ffff:8000::"))}, nil},
    	{"abcd:2345::/32", ParseIP("abcd:2345::"), &IPNet{IP: ParseIP("abcd:2345::"), Mask: IPMask(ParseIP("ffff:ffff::"))}, nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 01:17:29 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___LOG10L_H                      = 0x924 // 2340
    	SYS___LROUND_H                      = 0x925 // 2341
    	SYS___LROUNDF_H                     = 0x926 // 2342
    	SYS___NEXTAFTER_H                   = 0x927 // 2343
    	SYS___POW_H                         = 0x928 // 2344
    	SYS___POWF_H                        = 0x929 // 2345
    	SYS___POWL_H                        = 0x92A // 2346
    	SYS___REMAINDER_H                   = 0x92B // 2347
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  4. test/fixedbugs/bug371.go

    // errorcheck
    
    // Copyright 2011 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // issue 2343
    
    package main
    
    type T struct{}
    
    func (t *T) pm() {}
    func (t T) m()   {}
    
    func main() {
    	p := &T{}
    	p.pm()
    	p.m()
    
    	q := &p
    	q.m()  // ERROR "requires explicit dereference|undefined"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 14 21:28:48 UTC 2020
    - 432 bytes
    - Viewed (0)
  5. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/changes/ClasspathCompareStrategyTest.groovy

        }
    
        def "addition of jar elements"() {
            expect:
            changes(
                [jar1: jar(1234), jar2: jar(2345), jar3: jar(3456)],
                [jar1: jar(1234), jar3: jar(3456)]
            ) == [added("jar2")]
            changes(
                [jar1: jar(1234), jar2: jar(2345), jar3: jar(3456), jar4: jar(4567), jar5: jar(5678)],
                [jar1: jar(1234), jar4: jar(4567), jar5: jar(5678)]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/controller/endpointslice_test.go

    		t.Fatalf("unexpected endpoints")
    	}
    	if !cache.Has(hostname) {
    		t.Fatalf("expect to find the host name")
    	}
    	// add a new endpoint
    	ep2 := &model.IstioEndpoint{
    		Address:         "2.3.4.5",
    		ServicePortName: "http",
    	}
    	cache.Update(hostname, "slice1", []*model.IstioEndpoint{ep1, ep2})
    	if !testEndpointsEqual(cache.Get(hostname), []*model.IstioEndpoint{ep1, ep2}) {
    		t.Fatalf("unexpected endpoints")
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 18:50:38 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  7. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/remote/internal/inet/SocketInetAddressTest.groovy

            def address = new SocketInetAddress(localhost, 234)
    
            expect:
            address.displayName == "localhost/${localhost.hostAddress}:234"
            address.toString() == "localhost/${localhost.hostAddress}:234"
        }
    
        def "equal when address and port are equal"() {
            def address = new SocketInetAddress(localhost, 234)
            def same = new SocketInetAddress(localhost, 234)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  8. src/os/user/listgroups_unix_test.go

    	{in: testGroupFile, user: "user7500", gid: "7500", gids: []string{"1000", "7500"}},
    	{in: testGroupFile, user: "no-such-user", gid: "2345", gids: []string{"2345"}},
    	{in: "", user: "no-such-user", gid: "2345", gids: []string{"2345"}},
    	// Error cases.
    	{in: "", user: "", gid: "2345", err: true},
    	{in: "", user: "joanna", gid: "bad", err: true},
    }
    
    func TestListGroups(t *testing.T) {
    	for _, tc := range listGroupsTests {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 3K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/cache/internal/GradleUserHomeCleanupServiceIntegrationTest.groovy

            def oldNotRecentlyUsedGradleDist = versionedDistDirs(type.version("2.3.4"), daysToTriggerCleanup, "my-dist-2")
            if (type == DistType.SNAPSHOT) {
                // we need this so there is more than one snapshot distribution
                versionedDistDirs(type.alternateVersion("2.3.4"), USED_TODAY, "my-dist-3")
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 10 15:48:56 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  10. src/fmt/scan_test.go

    	}
    	n, err = Sscan("234", &i, &j)
    	if n != 1 || i != 234 {
    		t.Errorf("Sscan expected one value of 234; got %d %d", n, i)
    	}
    	if err != io.EOF {
    		t.Errorf("Sscan expected EOF; got %q", err)
    	}
    	// Trailing space is tougher.
    	n, err = Sscan("234 ", &i, &j)
    	if n != 1 || i != 234 {
    		t.Errorf("Sscan expected one value of 234; got %d %d", n, i)
    	}
    	if err != io.EOF {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 20:25:13 UTC 2023
    - 39.3K bytes
    - Viewed (0)
Back to top