Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 241 for cat1 (0.04 sec)

  1. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/slf4j/Slf4jLoggingConfigurerTest.groovy

    import org.gradle.internal.time.Time
    import org.slf4j.Logger
    import org.slf4j.LoggerFactory
    import spock.lang.Specification
    
    class Slf4jLoggingConfigurerTest extends Specification {
        Logger logger = LoggerFactory.getLogger("cat1")
        OutputEventListener listener = Mock()
        Slf4jLoggingConfigurer configurer = new Slf4jLoggingConfigurer(listener)
    
        def cleanup() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess/ro/stopwords.txt

    aşadar
    asemenea
    asta
    ăsta
    astăzi
    astea
    ăstea
    ăştia
    asupra
    aţi
    au
    avea
    avem
    aveţi
    azi
    bine
    bucur
    bună
    ca
    că
    căci
    când
    care
    cărei
    căror
    cărui
    cât
    câte
    câţi
    către
    câtva
    ce
    cel
    ceva
    chiar
    cînd
    cine
    cineva
    cît
    cîte
    cîţi
    cîtva
    contra
    cu
    cum
    cumva
    curând
    curînd
    da
    dă
    dacă
    dar
    datorită
    de
    deci
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256_asm_s390x.s

    	VSLDB $12, T2, T1, T1
    
    	VACCQ  T0, ADD3H, CAR1
    	VAQ    T0, ADD3H, T0
    	VACCCQ T1, ADD4H, CAR1, T2
    	VACQ   T1, ADD4H, CAR1, T1
    
    	VACCQ  T0, RED1, CAR1
    	VAQ    T0, RED1, T0
    	VACCCQ T1, RED2, CAR1, CAR2
    	VACQ   T1, RED2, CAR1, T1
    	VAQ    T2, CAR2, T2
    
    	// ---------------------------------------------------
    
    	VZERO   RED3
    	VSCBIQ  P0, T0, CAR1
    	VSQ     P0, T0, ADD1H
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. src/image/png/paeth_test.go

    	cdat0 := make([]byte, 32)
    	cdat1 := make([]byte, 32)
    	cdat2 := make([]byte, 32)
    	r := rand.New(rand.NewSource(1))
    	for bytesPerPixel := 1; bytesPerPixel <= 8; bytesPerPixel++ {
    		for i := 0; i < 100; i++ {
    			for j := range pdat0 {
    				pdat0[j] = uint8(r.Uint32())
    				cdat0[j] = uint8(r.Uint32())
    			}
    			copy(pdat1, pdat0)
    			copy(pdat2, pdat0)
    			copy(cdat1, cdat0)
    			copy(cdat2, cdat0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 2.2K bytes
    - Viewed (0)
  5. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	VADDCUQ  T0, RED1, CAR1       // VACCQ  T0, RED1, CAR1
    	VADDUQM  T0, RED1, T0         // VAQ    T0, RED1, T0
    	VADDECUQ T1, RED2, CAR1, CAR2 // VACCCQ T1, RED2, CAR1, CAR2
    	VADDEUQM T1, RED2, CAR1, T1   // VACQ   T1, RED2, CAR1, T1
    	VADDUQM  T2, CAR2, T2         // VAQ    T2, CAR2, T2
    
    	// ---------------------------------------------------
    
    	VSUBCUQ  T0, PL, CAR1       // VSCBIQ  PL, T0, CAR1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  6. src/net/http/pattern_test.go

    		{"/a/{z}/{$}", "/{z}/a/", overlaps},
    	} {
    		pat1 := mustParsePattern(t, test.p1)
    		pat2 := mustParsePattern(t, test.p2)
    		if g := pat1.comparePaths(pat1); g != equivalent {
    			t.Errorf("%s does not match itself; got %s", pat1, g)
    		}
    		if g := pat2.comparePaths(pat2); g != equivalent {
    			t.Errorf("%s does not match itself; got %s", pat2, g)
    		}
    		got := pat1.comparePaths(pat2)
    		if got != test.want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 16:36:30 UTC 2024
    - 15K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/stablehlo/tests/fold_broadcast.mlir

      %cst0 = mhlo.constant dense<[1.0, 2.0, 3.0, 4.0]> : tensor<4xf32>
      %cst1 = mhlo.constant dense<[[[[1.0, 2.0, 3.0, 4.0], [5.0, 6.0, 7.0, 8.0]]]]> : tensor<1x1x2x4xf32>
      %0 = "mhlo.broadcast_in_dim"(%cst0) <{broadcast_dimensions = dense<3> : tensor<1xi64>}> : (tensor<4xf32>) -> tensor<1x1x2x4xf32>
      %1 = mhlo.multiply %0, %cst1 : tensor<1x1x2x4xf32>
      // CHECK:      return %[[RES]] : tensor<1x1x2x4xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/tf_optimize.mlir

      // CHECK-DAG: %[[CST1:.*]] =  "tf.Const"() <{value = dense<[8, 6, 6, 18]> : tensor<4xi64>}> : () -> tensor<4xi64>
      // CHECK: %[[RESHAPE:.*]] = "tf.Reshape"(%arg0, %[[CST]]) : (tensor<1x8x1x1x1x1x1x18xbf16>, tensor<4xi64>) -> tensor<8x1x1x18xbf16>
      // CHECK: %[[BROADCAST:.*]] = "tf.BroadcastTo"(%[[RESHAPE]], %[[CST1]]) : (tensor<8x1x1x18xbf16>, tensor<4xi64>) -> tensor<8x6x6x18xbf16>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resource/cached/TwoStageExternalResourceFileStoreTest.groovy

        def "file access tracker delegates to both trackers"() {
            def fat1 = Mock(FileAccessTracker)
            def fat2 = Mock(FileAccessTracker)
    
            when:
            twoStageStore.getFileAccessTracker().markAccessed(file)
    
            then:
            1 * readStore.getFileAccessTracker() >> fat1
            1 * writeStore.getFileAccessTracker() >> fat2
            1 * fat1.markAccessed(file)
            1 * fat2.markAccessed(file)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  10. pkg/controller/deployment/util/hash_test.go

    )
    
    var podSpec = `
    {
        "metadata": {
            "creationTimestamp": null,
            "labels": {
                "app": "cats"
            }
        },
        "spec": {
            "containers": [
                {
                    "name": "cats",
                    "image": "registry/test/cats:v0.@@VERSION@@.0",
                    "ports": [
                        {
                            "name": "http",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 28 19:00:40 UTC 2019
    - 4K bytes
    - Viewed (0)
Back to top