Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 104 for 411 (0.05 sec)

  1. src/image/testdata/video-001.q50.411.jpeg

    video-001.q50.411.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 26 02:08:45 UTC 2015
    - 3.3K bytes
    - Viewed (0)
  2. src/image/testdata/video-001.q50.411.progressive.jpeg

    video-001.q50.411.progressive.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 26 02:08:45 UTC 2015
    - 3.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformWithDependenciesIntegrationTest.groovy

                simpleTransform('lib.jar'),
                simpleTransform('junit-4.11.jar'),
                simpleTransform('slf4j-api-1.7.25.jar'),
                transformStep2('common.jar'),
                transformStep2('hamcrest-core-1.3.jar'),
                transformStep2('lib.jar', 'slf4j-api-1.7.25.jar', 'common.jar'),
                transformStep2('junit-4.11.jar', 'hamcrest-core-1.3.jar'),
                transformStep2('slf4j-api-1.7.25.jar')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 54.2K bytes
    - Viewed (0)
  4. src/runtime/cgo/asm_mipsx.s

    	MOVW	R7, (4*3)(R29)	// ctxt uintptr
    	MOVW	R16, (4*4)(R29)
    	MOVW	R17, (4*5)(R29)
    	MOVW	R18, (4*6)(R29)
    	MOVW	R19, (4*7)(R29)
    	MOVW	R20, (4*8)(R29)
    	MOVW	R21, (4*9)(R29)
    	MOVW	R22, (4*10)(R29)
    	MOVW	R23, (4*11)(R29)
    	MOVW	g, (4*12)(R29)
    	MOVW	R31, (4*13)(R29)
    #ifndef GOMIPS_softfloat
    	MOVD	F20, (4*14)(R29)
    	MOVD	F22, (4*14+8*1)(R29)
    	MOVD	F24, (4*14+8*2)(R29)
    	MOVD	F26, (4*14+8*3)(R29)
    	MOVD	F28, (4*14+8*4)(R29)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/sys/cpu/cpu_linux_arm64.go

    	hwcap_ASIMDDP  = 1 << 20
    	hwcap_SHA512   = 1 << 21
    	hwcap_SVE      = 1 << 22
    	hwcap_ASIMDFHM = 1 << 23
    
    	hwcap2_SVE2 = 1 << 1
    )
    
    // linuxKernelCanEmulateCPUID reports whether we're running
    // on Linux 4.11+. Ideally we'd like to ask the question about
    // whether the current kernel contains
    // https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=77c97b4ee21290f5f083173d957843b615abbff2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/test/shift_test.go

    		t.Errorf("4<<1<<1 == %d, want %d", got, want)
    	}
    	if got, want := two64r(64), int64(16); want != got {
    		t.Errorf("64>>1>>1 == %d, want %d", got, want)
    	}
    	if got, want := two64ur(64), uint64(16); want != got {
    		t.Errorf("64>>1>>1 == %d, want %d", got, want)
    	}
    	if got, want := two32l(4), int32(16); want != got {
    		t.Errorf("4<<1<<1 == %d, want %d", got, want)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 23 22:26:39 UTC 2023
    - 25.6K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/constraints/PublishedDependencyConstraintsIntegrationTest.groovy

            given:
            repository {
                'org:client:4.1.0'()
                'org:client:4.1.1'()
    
                'org:platform:1.0' {
                    constraint 'org:client:4.1.0'
                    asPlatform()
                }
    
                'org:first:1.0' {
                    dependsOn 'org:client:4.1.1'
                }
                'org:first:2.0'()
    
                'org:second:1.0' {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/tests/duplicate_shape_determining_constants.mlir

    // CHECK-SAME: value = dense<0> : tensor<3x2xi32>
    // CHECK-DAG: %[[LHS_DILATION:.*]] = "tf.Const"()
    // CHECK-SAME: value = dense<[4, 1, 1]> : tensor<3xi32>
    // CHECK-DAG: %[[LHS_DILATION_COPY:.*]] = "tf.Const"()
    // CHECK-SAME: value = dense<[4, 1, 1]> : tensor<3xi32>
    // CHECK-DAG: %[[RHS_DILATION:.*]] = "tf.Const"()
    // CHECK-SAME: value = dense<1> : tensor<3xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 24 07:44:46 UTC 2022
    - 11K bytes
    - Viewed (0)
  9. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/junit4/JUnit4CategoriesOrTagsCoverageIntegrationTest.groovy

        }
    
        def "supports categories and null test class description"() {
            // Our custom runner class won't work with JUnit < 4.11
            Assume.assumeTrue(VersionNumber.parse(version) >= VersionNumber.parse('4.11'))
    
            given:
            file('src/test/java/CategoryA.java') << """
                public interface CategoryA { }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  10. platforms/jvm/testing-jvm/src/testFixtures/groovy/org/gradle/testing/fixture/JUnitCoverage.groovy

        final static List<String> JUNIT4_SUPPORTS_JUNIT3_SUITES = [LATEST_JUNIT4_VERSION, '4.3']
        final static List<String> JUNIT4_REVERSE_TEST_ORDER = [LATEST_JUNIT4_VERSION, '4.11']
        final static List<String> FILTER_JUNIT3_TESTS = [LATEST_JUNIT4_VERSION, LATEST_JUNIT3_VERSION, '4.6']
        final static List<String> JUNIT_4 = [LATEST_JUNIT4_VERSION, '4.0']
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top