Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for buddy$ (0.23 sec)

  1. subprojects/core/src/test/groovy/org/gradle/process/internal/JvmOptionsTest.groovy

        }
    
        def "reads quoted options from String"() {
            expect:
            fromString("-Dfoo=bar -Dfoo2=\"hey buddy\" -Dfoo3=baz") ==
                ["-Dfoo=bar", "-Dfoo2=hey buddy", "-Dfoo3=baz"]
    
            fromString("  -Dfoo=\" bar \"  ") == ["-Dfoo= bar "]
            fromString("  -Dx=\"\"  -Dy=\"\n\" ") == ["-Dx=", "-Dy=\n"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  2. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

        val archunitJunit5Api = "com.tngtech.archunit:archunit-junit5-api"
        val awaitility = "org.awaitility:awaitility-kotlin"
        val bytebuddy = "net.bytebuddy:byte-buddy"
        val bytebuddyAgent = "net.bytebuddy:byte-buddy-agent"
        val cglib = "cglib:cglib"
        val compileTesting = "com.google.testing.compile:compile-testing"
        val equalsverifier = "nl.jqno.equalsverifier:equalsverifier"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 15K bytes
    - Viewed (0)
  3. src/cmd/vet/testdata/print/print.go

    	fmt.Printf("%q %q", multi()...)             // ok
    	fmt.Printf("%#q", `blah`)                   // ok
    	// printf("now is the time", "buddy")          // no error "printf call has arguments but no formatting directives"
    	Printf("now is the time", "buddy") // ERROR "Printf call has arguments but no formatting directives"
    	Printf("hi")                       // ok
    	const format = "%s %s\n"
    	Printf(format, "hi", "there")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 09 01:28:01 UTC 2023
    - 27.5K bytes
    - Viewed (0)
  4. pom.xml

            <version>${mockitoVersion}</version>
            <type>pom</type>
            <scope>import</scope>
          </dependency>
          <dependency>
            <groupId>net.bytebuddy</groupId>
            <artifactId>byte-buddy</artifactId>
            <version>${byteBuddyVersion}</version>
          </dependency>
        </dependencies>
        <!--bootstrap-start-comment-->
      </dependencyManagement>
      <!--bootstrap-end-comment-->
      <!--
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  5. src/runtime/proc_test.go

    	close(done)
    	<-hogChan
    	<-lightChan
    
    	// Check that hogCount and lightCount are within a factor of
    	// 20, which indicates that both pairs of goroutines handed off
    	// the P within a time-slice to their buddy. We can use a
    	// fairly large factor here to make this robust: if the
    	// scheduler isn't working right, the gap should be ~1000X
    	// (was 5, increased to 20, see issue 52207).
    	const factor = 20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 25.8K bytes
    - Viewed (0)
  6. src/cmd/link/link_test.go

    spongey fields, be seen to loom by husbandman and ploughboy. Most of the shops lighted two hours before their time—as the gas seems to know, for it has a haggard and unwilling look.  	The raw afternoon is rawest, and the dense fog is densest, and the muddy streets are muddiest near that leaden-headed old obstruction, appropriate ornament for the threshold of a leaden-headed old corporation, Temple Bar. And hard by Temple Bar, in Lincoln’s Inn Hall, at the very heart of the fog, sits the Lord High Chancellor...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
Back to top