Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for 1486 (0.29 sec)

  1. src/crypto/aes/gcm_arm64.s

    	MOVD	T+16(FP), tPtr
    	MOVD	pLen+24(FP), plen
    	MOVD	dLen+32(FP), dlen
    
    	VLD1	(tPtr), [ACC0.B16]
    	VLD1	(tMsk), [B1.B16]
    
    	LSL	$3, plen
    	LSL	$3, dlen
    
    	VMOV	dlen, B0.D[0]
    	VMOV	plen, B0.D[1]
    
    	ADD	$14*16, pTbl
    	VLD1.P	(pTbl), [T1.B16, T2.B16]
    
    	VEOR	ACC0.B16, B0.B16, B0.B16
    
    	VEXT	$8, B0.B16, B0.B16, T0.B16
    	VEOR	B0.B16, T0.B16, T0.B16
    	VPMULL	B0.D1, T1.D1, ACC1.Q1
    	VPMULL2	B0.D2, T1.D2, ACC0.Q1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r27/TestLauncherCrossVersionSpec.groovy

            assertTestExecuted(className: "example2.MyOtherTest", methodName: "bar", task: ":secondTest")
            events.tests.size() == (supportsEfficientClassFiltering() ? 14 : 16)
    
            assertTestNotExecuted(className: "example2.MyOtherTest2", methodName: "baz", task: ":test")
            assertTestNotExecuted(className: "example2.MyOtherTest2", methodName: "baz", task: ":secondTest")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSA

    000000f0  bb 29 07 30 ff f6 84 af  c4 cf c2 ed 90 99 5f 58  |.).0.........._X|
    00000100  cb 3b 74                                          |.;t|
    >>> Flow 2 (server to client)
    00000000  16 03 03 00 5d 02 00 00  59 03 03 5f da ab 10 86  |....]...Y.._....|
    00000010  4c 91 60 4c ec 28 20 d4  37 84 c4 d0 87 bb 9d a9  |L.`L.( .7.......|
    00000020  5a c0 86 81 d9 91 38 5a  ef 3f ae 20 ec 14 b6 de  |Z.....8Z.?. ....|
    00000030  b7 cf 59 09 43 dc 59 3f  74 89 10 f2 82 ea 60 46
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/troubleshooting.adoc

    Revision:     a27f41e4ae5e8a41ab9b19f8dd6d86d7b384dad4
    
    Kotlin:       1.3.72
    Groovy:       2.5.11
    Ant:          Apache Ant(TM) version 1.10.7 compiled on September 1 2019
    JVM:          14 (AdoptOpenJDK 14+36)
    OS:           Mac OS X 10.15.2 x86_64
    ----
    
    If not, here are some things you might see instead.
    
    === Command not found: gradle
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:22:03 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  5. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/javadoc/JavadocIntegrationTest.groovy

                    }
                }
            """
            run "javadoc"
    
            then:
            executedAndNotSkipped(":javadoc")
        }
    
        @Issue("https://github.com/gradle/gradle/issues/1456")
        def "can use custom JavadocOptionFileOption type"() {
            buildFile << """
                apply plugin: 'java'
                import org.gradle.external.javadoc.internal.JavadocOptionFileWriterContext;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 06:04:19 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. internal/rest/client.go

    	if err != nil {
    		// Mark offline, with no reconnection attempts.
    		connected = int32(offline)
    		err = &url.Error{URL: urlStr, Err: err}
    	}
    	// The host's colon:port should be normalized. See Issue 14836.
    	u.Host = removeEmptyPort(u.Host)
    
    	// Transport is exactly same as Go default in https://golang.org/pkg/net/http/#RoundTripper
    	// except custom DialContext and TLSClientConfig.
    	clnt := &Client{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  7. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "largeAndroidBuild",
        "linux" : 724
      }, {
        "testProject" : "largeJavaMultiProject",
        "linux" : 1086
      }, {
        "testProject" : "largeJavaMultiProjectHierarchy",
        "linux" : 959
      }, {
        "testProject" : "nowInAndroidBuild",
        "linux" : 312
      } ]
    }, {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (1)
  8. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-prefer-tf2xla.mlir

      // CHECK-NEXT:  %16 = "mhlo.broadcast_in_dim"(%15) <{broadcast_dimensions = dense<> : tensor<0xi64>}> : (tensor<f32>) -> tensor<1x300x300x40xf32>
      // CHECK-NEXT:  %17 = mhlo.maximum %14, %16 : tensor<1x300x300x40xf32>
      // CHECK-NEXT:  %18 = mhlo.constant dense<1.270000e+02> : tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r26/TestLauncherCrossVersionSpec.groovy

            assertTestExecuted(className: "example2.MyOtherTest", methodName: "bar", task: ":secondTest")
            events.tests.size() == (supportsEfficientClassFiltering() ? 14 : 16)
    
            assertTestNotExecuted(className: "example.MyFailingTest", methodName: "fail", task: ":test")
            assertTestNotExecuted(className: "example.MyFailingTest", methodName: "fail", task: ":secondTest")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:59:43 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/primitives/BooleansTest.java

            5,
            1,
            6,
            new boolean[] {false, true, false, true, false, true, false});
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
            14,
            1,
            6,
            new boolean[] {false, false, true, false, true, true, false});
    
        // Rotate the first three elements
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 15:43:29 UTC 2024
    - 23.9K bytes
    - Viewed (0)
Back to top