- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for 999999999 (0.02 sec)
-
src/archive/tar/strconv_test.go
{"-1.999999", time.Unix(-1, -1e9+1e3), true}, {"-1.999999999", time.Unix(-1, -1e9+1e0), true}, {"0.000000001", time.Unix(0, 1e0+0e0), true}, {"0.000001", time.Unix(0, 1e3+0e0), true}, {"0.001000", time.Unix(0, 1e6+0e0), true}, {"0", time.Unix(0, 0e0), true}, {"0.999000", time.Unix(0, 1e9-1e6), true}, {"0.999999", time.Unix(0, 1e9-1e3), true}, {"0.999999999", time.Unix(0, 1e9-1e0), true},
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Sep 08 17:08:20 UTC 2025 - 15K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcExceptionTest.java
* Test getMessageByDcerpcError() with an unknown error code. */ @Test void testGetMessageByDcerpcError_unknownCode() { int unknownCode = 0x99999999; String message = DcerpcException.getMessageByDcerpcError(unknownCode); assertEquals("0x99999999", message, "Should return hex string for unknown error code."); } /** * Test getMessageByDcerpcError() with an error code smaller than any known.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.8K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/net/HostAndPortTest.java
} public void testFromStringBadPort() { // Out-of-range ports. checkFromStringCase("google.com:65536", 1, null, 99, false); checkFromStringCase("google.com:9999999999", 1, null, 99, false); // Invalid port parts. checkFromStringCase("google.com:port", 1, null, 99, false); checkFromStringCase("google.com:-25", 1, null, 99, false);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 9.4K bytes - Viewed (0) -
guava-tests/test/com/google/common/net/HostAndPortTest.java
} public void testFromStringBadPort() { // Out-of-range ports. checkFromStringCase("google.com:65536", 1, null, 99, false); checkFromStringCase("google.com:9999999999", 1, null, 99, false); // Invalid port parts. checkFromStringCase("google.com:port", 1, null, 99, false); checkFromStringCase("google.com:-25", 1, null, 99, false);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 9.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileInternalInfoTest.java
void testToStringWithNegativeIndexNumber() throws SMBProtocolDecodingException { // Setup test data with negative value byte[] buffer = new byte[8]; long expectedIndexNumber = -9999999999L; SMBUtil.writeInt8(expectedIndexNumber, buffer, 0); // Decode fileInternalInfo.decode(buffer, 0, buffer.length); // Test toString
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.1K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/s390x.s
FMOVS $0, F11 // b37400b0 FMOVD $0, F12 // b37500c0 FMOVS (R1)(R2*1), F0 // 78021000 FMOVS n-8(SP), F15 // 78f0f010 FMOVD -9999999(R8)(R9*1), F8 // c0a1ff67698141aa9000688a8000 FMOVD F4, F5 // 2854 // RX (12-bit displacement) and RXY (20-bit displacement) instruction encoding (e.g. LD vs LDY) FMOVD (R1), F0 // 68001000
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jul 30 19:29:15 UTC 2025 - 22.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/SetsTest.java
new EqualsTester() .addEqualityGroup(powerSet1, powerSet2, toHashSets(powerSet1)) .addEqualityGroup(ImmutableSet.of()) .addEqualityGroup(ImmutableSet.of(9999999)) .addEqualityGroup("notASet") .testEquals(); assertEquals(toHashSets(powerSet1).hashCode(), powerSet1.hashCode()); } } public void testPowerSetEquals_independentOfOrder() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 45.3K bytes - Viewed (0)