Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 65 for 292 (0.02 sec)

  1. platforms/jvm/scala/src/test/groovy/org/gradle/api/tasks/scala/internal/ScalaRuntimeHelperTest.groovy

        }
    
        def "allows to determine version of Scala Jar"() {
            expect:
            with(ScalaRuntimeHelper) {
                getScalaVersion(new File("scala-compiler-2.9.2.jar")) == "2.9.2"
                getScalaVersion(new File("scala-jdbc-2.9.2.jar")) == "2.9.2"
                getScalaVersion(new File("scala-library-2.10.0-SNAPSHOT.jar")) == "2.10.0-SNAPSHOT"
                getScalaVersion(new File("scala-library-2.10.0-rc-3.jar")) == "2.10.0-rc-3"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 2K bytes
    - Viewed (0)
  2. testing/performance/src/templates/config-inject/build.gradle

    dependencies {
        implementation 'org.codehaus:groovy:groovy-all:2.4.15'
    }
    <% } %>
    
    <% if (scalaProject) { %>
    apply plugin: 'scala'
    dependencies {
        implementation 'org.scala-lang:scala-library:2.9.2'
    }
    tasks.withType(ScalaCompile) {
        scalaCompileOptions.with {
            useAnt = false
            fork = true
            if (!JavaVersion.current().java8Compatible) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/base/Internal.java

      })
      @IgnoreJRERequirement
      static long toNanosSaturated(Duration duration) {
        // Using a try/catch seems lazy, but the catch block will rarely get invoked (except for
        // durations longer than approximately +/- 292 years).
        try {
          return duration.toNanos();
        } catch (ArithmeticException tooBig) {
          return duration.isNegative() ? Long.MIN_VALUE : Long.MAX_VALUE;
        }
      }
    
      private Internal() {}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Jan 11 14:30:06 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. guava/src/com/google/common/util/concurrent/Internal.java

       */
      static long toNanosSaturated(Duration duration) {
        // Using a try/catch seems lazy, but the catch block will rarely get invoked (except for
        // durations longer than approximately +/- 292 years).
        try {
          return duration.toNanos();
        } catch (ArithmeticException tooBig) {
          return duration.isNegative() ? Long.MIN_VALUE : Long.MAX_VALUE;
        }
      }
    
      private Internal() {}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 04 09:45:04 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/base/Internal.java

      })
      @IgnoreJRERequirement
      static long toNanosSaturated(Duration duration) {
        // Using a try/catch seems lazy, but the catch block will rarely get invoked (except for
        // durations longer than approximately +/- 292 years).
        try {
          return duration.toNanos();
        } catch (ArithmeticException tooBig) {
          return duration.isNegative() ? Long.MIN_VALUE : Long.MAX_VALUE;
        }
      }
    
      private Internal() {}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Jan 11 14:30:06 UTC 2024
    - 2K bytes
    - Viewed (0)
  6. testing/performance/src/templates/project-with-source/build.gradle

    dependencies {
        implementation 'org.codehaus:groovy:groovy-all:2.4.15'
    }
    <% } %>
    
    <% if (scalaProject) { %>
    apply plugin: 'scala'
    dependencies {
        implementation 'org.scala-lang:scala-library:2.9.2'
    }
    tasks.withType(ScalaCompile) {
        scalaCompileOptions.with {
            useAnt = false
            fork = true
            if (!JavaVersion.current().java8Compatible) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. pkg/config/validation/virtualservice.go

    				}
    			}
    
    			// uri allows empty prefix match:
    			// https://github.com/envoyproxy/envoy/blob/v1.29.2/api/envoy/config/route/v3/route_components.proto#L560
    			// whereas scheme/method/authority does not:
    			// https://github.com/envoyproxy/envoy/blob/v1.29.2/api/envoy/type/matcher/string.proto#L38
    			errs = appendErrors(errs, validateStringMatchRegexp(match.GetUri(), "uri"))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:27 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  8. src/crypto/sha256/sha256block_386.s

    // The values for e and a are stored in d and h, ready for rotation.
    #define SHA256ROUND(index, const, a, b, c, d, e, f, g, h) \
    	SHA256T1(const, e, f, g, h); \
    	MOVL	AX, 292(SP); \
    	SHA256T2(a, b, c); \
    	MOVL	292(SP), AX; \
    	ADDL	AX, BX; \
    	ADDL	AX, (d*4)(DI); \
    	MOVL	BX, (h*4)(DI)
    
    #define SHA256ROUND0(index, const, a, b, c, d, e, f, g, h) \
    	MSGSCHEDULE0(index); \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  9. src/cmd/internal/notsha256/sha256block_386.s

    // The values for e and a are stored in d and h, ready for rotation.
    #define SHA256ROUND(index, const, a, b, c, d, e, f, g, h) \
    	SHA256T1(const, e, f, g, h); \
    	MOVL	AX, 292(SP); \
    	SHA256T2(a, b, c); \
    	MOVL	292(SP), AX; \
    	ADDL	AX, BX; \
    	ADDL	AX, (d*4)(DI); \
    	MOVL	BX, (h*4)(DI)
    
    #define SHA256ROUND0(index, const, a, b, c, d, e, f, g, h) \
    	MSGSCHEDULE0(index); \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_amd64.go

    	SYS_TIMERFD_GETTIME        = 287
    	SYS_ACCEPT4                = 288
    	SYS_SIGNALFD4              = 289
    	SYS_EVENTFD2               = 290
    	SYS_EPOLL_CREATE1          = 291
    	SYS_DUP3                   = 292
    	SYS_PIPE2                  = 293
    	SYS_INOTIFY_INIT1          = 294
    	SYS_PREADV                 = 295
    	SYS_PWRITEV                = 296
    	SYS_RT_TGSIGQUEUEINFO      = 297
    	SYS_PERF_EVENT_OPEN        = 298
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 10.1K bytes
    - Viewed (0)
Back to top