Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 110 for b1 (0.03 sec)

  1. staging/src/k8s.io/apiserver/pkg/authentication/request/x509/x509_test.go

    	           82:6f:f6:06:a6:43:19:e2:7c:52:66:36:13:6f:0f:73:16:3d:
    	           79:5f:f9:a6:c8:4c:18:f9:ff:20:2b:de:7f:15:e0:ab:ae:44:
    	           fa:65:7a:86:8a:df:d0:63:82:b1:5c:f3:f8:5c:05:97:4e:1f:
    	           09:d6:d9:55:e7:36:fc:08:3e:3f:66:99:68:b6:31:44:0f:63:
    	           20:6a:b2:81:50:39:19:d0:47:de:20:94:f0:a2:2c:eb:69:93:
    	           93:a3
    	   -----BEGIN CERTIFICATE-----
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 23:23:03 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s

    	VLEIB $7, $24, H_1
    	VSRLB H_1, H_4, H_1
    
    	// update state
    	VSTEG $1, H_0, 0(R1)
    	VSTEG $0, H_0, 8(R1)
    	VSTEG $1, H_1, 16(R1)
    	RET
    
    b2:  // 2 or fewer blocks remaining
    	CMPBLE R3, $16, b1
    
    	// Load the 2 remaining blocks (17-32 bytes remaining).
    	MOVD $-17(R3), R0    // index of final byte to load modulo 16
    	VL   (R2), T_0       // load full 16 byte block
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParserTest.groovy

                        <conf name="b" />
                        <conf name="c" />
                    </configurations>
                    <publications/>
                    <dependencies defaultconf="a" defaultconfmapping="a->a1;b->b1,b2">
                        <dependency name="mymodule2" rev="1.2"/>
                        <dependency name="mymodule2" rev="1.2" conf=""/>
                        <dependency name="mymodule2" rev="1.2" conf="a"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 33.8K bytes
    - Viewed (0)
  4. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/vfs/impl/DefaultSnapshotHierarchyTest.groovy

            def childA = parent.file("a")
            def childB = parent.file("b")
            def childB1 = parent.file("b1")
    
            when:
            def set = snapshot(childA, childB, childB1)
            then:
            flatten(set) == [parent.absolutePath, "1:a", "1:b", "1:b1"]
    
            when:
            set = snapshot(parent.file("a/b/c"), parent.file("a/b-c/c"), parent.file("a/b/d"))
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:32 UTC 2023
    - 32.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/liveness/intervals.go

    //
    // The intended use case for this helper is in describing object or
    // variable lifetime ranges within a linearized program representation
    // where each IR instruction has a slot or index. Example:
    //
    //          b1:
    //  0        VarDef abc
    //  1        memset(abc,0)
    //  2        VarDef xyz
    //  3        memset(xyz,0)
    //  4        abc.f1 = 2
    //  5        xyz.f3 = 9
    //  6        if q goto B4
    //  7 B3:    z = xyz.x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 21:55:27 UTC 2024
    - 10K bytes
    - Viewed (0)
  6. maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/DefaultArtifactCollectorTest.java

            // TODO use newest conflict resolver
            ArtifactSpec a = createArtifactSpec("a", "1.0");
            ArtifactSpec b1 = a.addDependency("b", "1.0");
            ArtifactSpec c = a.addDependency("c", "1.0");
            ArtifactSpec d2 = b1.addDependency("d", "2.0");
            d2.addDependency("h", "1.0");
            ArtifactSpec d1 = c.addDependency("d", "1.0");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 05:46:50 UTC 2024
    - 42.5K bytes
    - Viewed (0)
  7. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildOperationsIntegrationTest.groovy

    class CompositeBuildOperationsIntegrationTest extends AbstractCompositeBuildIntegrationTest {
        BuildTestFile buildB
    
        def setup() {
            buildB = multiProjectBuild("buildB", ['b1', 'b2']) {
                buildFile << """
                    allprojects {
                        apply plugin: 'java'
                    }
    """
            }
            includedBuilds << buildB
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 09 13:43:40 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  8. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildPluginDevelopmentIntegrationTest.groovy

            executed ":pluginDependencyA:jar"
        }
    
        def "can use an included build that provides both a buildscript dependency and a compile dependency"() {
            given:
            def buildB = multiProjectBuild("buildB", ['b1', 'b2']) {
                buildFile << """
                    allprojects {
                        apply plugin: 'java'
                    }
                """
            }
            includedBuilds << buildB
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyDynamicRevisionRemoteResolveIntegrationTest.groovy

            repo1versions.B1 = repo1.module('org.test', 'projectB', '1.1').withStatus("integration").publish()
            repo1versions.B2 = repo1.module('org.test', 'projectB', '1.2').withStatus("milestone").publish()
            repo1versions.B3 = repo1.module('org.test', 'projectB', '1.3') // unpublished
    
            repo2versions.B1 = repo2.module('org.test', 'projectB', '1.1').withStatus("milestone").publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 41.4K bytes
    - Viewed (0)
  10. src/image/draw/draw_test.go

    	if _, ok := p.(RGBA64Image); !ok {
    		panic("slowerRGBA should be an RGBA64Image")
    	}
    }
    
    func eq(c0, c1 color.Color) bool {
    	r0, g0, b0, a0 := c0.RGBA()
    	r1, g1, b1, a1 := c1.RGBA()
    	return r0 == r1 && g0 == g1 && b0 == b1 && a0 == a1
    }
    
    func fillBlue(alpha int) image.Image {
    	return image.NewUniform(color.RGBA{0, 0, uint8(alpha), uint8(alpha)})
    }
    
    func fillAlpha(alpha int) image.Image {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 26K bytes
    - Viewed (0)
Back to top