Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for 444T (0.04 sec)

  1. src/image/testdata/video-001.q50.444.progressive.jpeg

    video-001.q50.444.progressive.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 3.8K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/input/deprecated_autoscaling_k8s_spec.yaml

              metrics:
              - type: Resource
                resource:
                  name: cpu
                  targetAverageUtilization: 444
              - type: Resource
                resource:
                  name: memory
                  targetAverageUtilization: 444
        ingressGateways:
        - namespace: istio-system
          name: istio-ingressgateway
          enabled: true
          k8s:
            hpaSpec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 06 02:56:54 UTC 2023
    - 1K bytes
    - Viewed (0)
  3. src/image/testdata/video-001.q50.444.jpeg

    video-001.q50.444.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 3.9K bytes
    - Viewed (0)
  4. platforms/software/resources-http/src/test/resources/org/gradle/internal/resource/transport/http/artifactory_dirlisting.html

    <a href="4.2/">4.2/</a>->                        -    -
    <a href="4.3/">4.3/</a>->                        -    -
    <a href="4.3.1/">4.3.1/</a>->                      -    -
    <a href="4.4/">4.4/</a>->                        -    -
    <a href="4.5/">4.5/</a>->                        -    -
    <a href="4.6/">4.6/</a>->                        -    -
    <a href="4.7/">4.7/</a>                      05-Jul-2012 09:00    -
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  5. src/internal/runtime/syscall/defs_linux_mipsx.go

    //go:build linux && (mips || mipsle)
    
    package syscall
    
    const (
    	SYS_FCNTL         = 4055
    	SYS_MPROTECT      = 4125
    	SYS_EPOLL_CTL     = 4249
    	SYS_EPOLL_PWAIT   = 4313
    	SYS_EPOLL_CREATE1 = 4326
    	SYS_EPOLL_PWAIT2  = 4441
    	SYS_EVENTFD2      = 4325
    
    	EFD_NONBLOCK = 0x80
    )
    
    type EpollEvent struct {
    	Events    uint32
    	pad_cgo_0 [4]byte
    	Data      uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 14:54:29 UTC 2024
    - 512 bytes
    - Viewed (0)
  6. platforms/software/resources-http/src/test/resources/org/gradle/internal/resource/transport/http/mavencentral_dirlisting.html

        <a href="4.3.1/">4.3.1/</a>                                             07-Dec-2010 15:34                   -
        <a href="4.4/">4.4/</a>                                               07-Dec-2010 15:34                   -
        <a href="4.5/">4.5/</a>                                               07-Dec-2010 15:34                   -
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  7. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/style.css

        padding: 3px;
    }
    
    a.commit-link {
        text-decoration: none;
        color: #444;
        padding: 3px 5px;
    }
    
    a.compare-link {
        text-decoration: none;
        color: #a0a0a0;
        font-size: 8pt;
        padding: 3px 5px;
    }
    
    a.chart-legend {
        text-decoration: none;
        color: #444;
        padding: 3px 5px;
    }
    
    a:hover.commit-link, a:hover.compare-link, a:hover.chart-legend {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/input/pilot_k8s_settings.yaml

                    name: cpu
                    target:
                      type: Utilization
                      averageUtilization: 444
                - type: Resource
                  resource:
                    name: memory
                    target:
                      type: Utilization
                      averageUtilization: 444
            readinessProbe:
              httpGet:
                path: /ready
                port: 8080
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 06 02:56:54 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  9. testing/smoke-test/src/smokeTest/resources/org/gradle/smoketests/kotlin-multiplatform-js-jvm-example/src/commonTest/kotlin/samples/Base64Test.kt

        fun testPaddedStrings() {
            checkEncodeToString("", "")
            checkEncodeToString("1", "MQ==")
            checkEncodeToString("22", "MjI=")
            checkEncodeToString("333", "MzMz")
            checkEncodeToString("4444", "NDQ0NA==")
        }
    
        private fun checkEncodeToString(input: String, expectedOutput: String) {
            assertEquals(expectedOutput, Base64Factory.createEncoder().encodeToString(input.asciiToByteArray()))
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 07:33:24 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/batching_fallback.mlir

    }
    
    // CHECK-LABEL: --- Running 'batch_function_fallback_timeout_test'
    func.func @batch_function_fallback_timeout_test() -> !tfrt.chain {
      %ch0 = tfrt.new.chain
    
      %a = tfrt_fallback_async.const_dense_tensor dense<[[4, 4], [4, 4]]> : tensor<2x2xi32>
      %b = tfrt_fallback_async.const_dense_tensor dense<[[1, 1], [1, 1]]> : tensor<2x2xi32>
    
      // One batch_size=2 batches get padded and processed after timeout.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jul 18 22:58:56 UTC 2023
    - 8.6K bytes
    - Viewed (0)
Back to top