Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for 1d (0.16 sec)

  1. guava-tests/test/com/google/common/math/MathPreconditionsTest.java

      }
    
      public void testCheckNonNegative_positiveDouble() {
        MathPreconditions.checkNonNegative("double", 1d);
      }
    
      public void testCheckNonNegative_negativeDouble() {
        try {
          MathPreconditions.checkNonNegative("double", -1d);
          fail();
        } catch (IllegalArgumentException expected) {
        }
      }
    
      public void testCheckNonNegative_nanDouble() {
        try {
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 8.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/math/MathPreconditionsTest.java

      }
    
      public void testCheckNonNegative_positiveDouble() {
        MathPreconditions.checkNonNegative("double", 1d);
      }
    
      public void testCheckNonNegative_negativeDouble() {
        try {
          MathPreconditions.checkNonNegative("double", -1d);
          fail();
        } catch (IllegalArgumentException expected) {
        }
      }
    
      public void testCheckNonNegative_nanDouble() {
        try {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 8.2K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/core/convert/BigDecimalConversionUtilTest.java

            assertEquals(0, new BigDecimal("0.1").compareTo(BigDecimalConversionUtil.toBigDecimal(new Float(0.1F))));
    
            assertEquals(0, new BigDecimal("0.1").compareTo(BigDecimalConversionUtil.toBigDecimal(new Double(0.1D))));
            assertEquals(0, new BigDecimal("0.01").compareTo(BigDecimalConversionUtil.toBigDecimal(new Double(0.01D))));
    Java
    - Registered: Fri Apr 26 20:58:09 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 4.8K bytes
    - Viewed (0)
  4. guava-testlib/src/com/google/common/testing/ClassSanityTester.java

        setDefault(Integer.class, 1);
        setDefault(long.class, 1L);
        setDefault(Long.class, 1L);
        setDefault(float.class, 1F);
        setDefault(Float.class, 1F);
        setDefault(double.class, 1D);
        setDefault(Double.class, 1D);
        setDefault(Class.class, Class.class);
      }
    
      /**
       * Sets the default value for {@code type}. The default value isn't used in testing {@link
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Thu Feb 08 17:31:55 GMT 2024
    - 33K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/FormBodyTest.kt

        assertThat(formEncode(26)).isEqualTo("%1A")
        assertThat(formEncode(27)).isEqualTo("%1B")
        assertThat(formEncode(28)).isEqualTo("%1C")
        assertThat(formEncode(29)).isEqualTo("%1D")
        assertThat(formEncode(30)).isEqualTo("%1E")
        assertThat(formEncode(31)).isEqualTo("%1F")
        // Browsers use '+' for space.
        assertThat(formEncode(32)).isEqualTo("+")
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 7.8K bytes
    - Viewed (0)
  6. src/archive/zip/reader_test.go

    0000170 09 2c ce 09 57 7f d2 7e b4 23 ba 7c 1b 99 bc 22
    0000180 3e f1 de 91 2f e3 9c 1b 82 cc c2 84 39 aa e6 de
    0000190 b4 69 fc cc cb 72 a6 61 45 f0 d3 1d 26 19 7c 8d
    00001a0 29 c8 66 02 be 77 6a f9 3d 34 79 17 19 c8 96 24
    00001b0 a3 ac e4 dd 3b 1a 8e c6 fe 96 38 6b bf 67 5a 23
    00001c0 f4 16 f4 e6 8a b4 fc c2 cd bf 95 66 1d bb 35 aa
    00001d0 92 7d 66 d8 08 8d a5 1f 54 2a af 09 cf 61 ff d2
    00001e0 85 9d 8f b6 d7 88 07 4a 86 03 db 64 f3 d9 92 73
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/advance.jsp

    					<select id="as_timestamp" name="as.timestamp" class="form-control">
    						<option value=""><la:message key="labels.advance_search_timestamp_default" /></option>
    						<option value="[now-1d/d TO *]"
    							<c:if test="${as.timestamp.contains('[now-1d/d TO *]')}">selected</c:if>
    						><la:message key="labels.advance_search_timestamp_pastday" /></option>
    						<option value="[now-1w/d TO *]"
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 14.9K bytes
    - Viewed (0)
  8. android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java

        setDefault(Integer.class, 1);
        setDefault(long.class, 1L);
        setDefault(Long.class, 1L);
        setDefault(float.class, 1F);
        setDefault(Float.class, 1F);
        setDefault(double.class, 1D);
        setDefault(Double.class, 1D);
        setDefault(Class.class, Class.class);
      }
    
      /**
       * Sets the default value for {@code type}. The default value isn't used in testing {@link
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 08 17:31:55 GMT 2024
    - 33K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/orig/view/advance.jsp

    					<select id="as_timestamp" name="as.timestamp" class="form-control">
    						<option value=""><la:message key="labels.advance_search_timestamp_default" /></option>
    						<option value="[now-1d/d TO *]"
    							<c:if test="${as.timestamp.contains('[now-1d/d TO *]')}">selected</c:if>
    						><la:message key="labels.advance_search_timestamp_pastday" /></option>
    						<option value="[now-1w/d TO *]"
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 14.9K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/arch/arm64.go

    			}
    			a.Reg = arm64.REG_ARNG + (reg & 31) + ((arm64.ARNG_4S & 15) << 5)
    		case "D1":
    			if isIndex {
    				return errors.New("invalid register extension")
    			}
    			a.Reg = arm64.REG_ARNG + (reg & 31) + ((arm64.ARNG_1D & 15) << 5)
    		case "D2":
    			if isIndex {
    				return errors.New("invalid register extension")
    			}
    			a.Reg = arm64.REG_ARNG + (reg & 31) + ((arm64.ARNG_2D & 15) << 5)
    		case "Q1":
    			if isIndex {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Sep 29 09:04:58 GMT 2022
    - 10.4K bytes
    - Viewed (0)
Back to top