- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for 544 (0.03 sec)
-
android/guava-tests/test/com/google/common/math/BigDecimalMathTest.java
.roundUnnecessaryShouldThrow() .test(); } public void testRoundToDouble_twoToThe54PlusFour() { new RoundToDoubleTester(BigDecimal.valueOf((1L << 54) + 4)) .setExpectation(Math.pow(2, 54) + 4, values()) .test(); } public void testRoundToDouble_maxDouble() { BigDecimal maxDoubleAsBigDecimal = new BigDecimal(Double.MAX_VALUE);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 10.9K bytes - Viewed (0) -
src/test/java/jcifs/SIDTest.java
assertEquals(1, sid.revision); assertEquals(2, sid.sub_authority_count); assertEquals(5, sid.identifier_authority[5]); assertEquals(32, sid.sub_authority[0]); assertEquals(544, sid.sub_authority[1]); assertEquals(adminSidString, sid.toString()); } /** * Test constructor with a SID string containing a hex value. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/math/BigIntegerMathTest.java
.roundUnnecessaryShouldThrow() .test(); } @J2ktIncompatible @GwtIncompatible public void testRoundToDouble_twoToThe54PlusFour() { new RoundToDoubleTester(BigInteger.valueOf((1L << 54) + 4)) .setExpectation(Math.pow(2, 54) + 4, values()) .test(); } @J2ktIncompatible @GwtIncompatible public void testRoundToDouble_maxDouble() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 27K bytes - Viewed (0) -
src/test/java/jcifs/smb/SIDTest.java
assertEquals("Administrators", wkn.toDisplayString()); // BUILTIN with unknown type -> falls back to numeric toString SID unknownBuiltin = new SID(buildSidT((byte) 1, ident, 544), jcifs.SID.SID_TYPE_UNKNOWN, "BUILTIN", "ignored", false); assertEquals(unknownBuiltin.toString(), unknownBuiltin.toDisplayString()); // BUILTIN with other type also returns acctName
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/math/LongMathTest.java
16, 1L << 53, (1L << 53) + 1, (1L << 53) + 2, (1L << 53) + 3, (1L << 53) + 4, 1L << 54, (1L << 54) + 1, (1L << 54) + 2, (1L << 54) + 3, (1L << 54) + 4, 0x7ffffffffffffe00L, // halfway between 2^63 and next-lower double 0x7ffffffffffffe01L, // above + 1 0x7ffffffffffffdffL, // above - 1 Long.MAX_VALUE - (1L << 11) + 1, Long.MAX_VALUE - 2,
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 31.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java
testBuffer[48] = 0x00; testBuffer[49] = 0x00; testBuffer[50] = 0x00; testBuffer[51] = 0x05; SMBUtil.writeInt4(32, testBuffer, 52); // sub-authority 1 SMBUtil.writeInt4(544, testBuffer, 56); // sub-authority 2 int size = securityDescriptor.decode(testBuffer, 0, testBuffer.length); // decode returns 0 when no DACL is present (falls through) assertEquals(0, size);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.6K bytes - Viewed (0) -
.teamcity/performance-test-durations.json
"linux" : 232 } ] }, { "scenario" : "org.gradle.performance.regression.corefeature.IdeIntegrationPerformanceTest.eclipse", "durations" : [ { "testProject" : "largeJavaMultiProject", "linux" : 544 }, { "testProject" : "largeMonolithicJavaProject", "linux" : 226 } ] }, { "scenario" : "org.gradle.performance.regression.corefeature.IdeIntegrationPerformanceTest.idea", "durations" : [ {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Sep 08 06:58:31 UTC 2025 - 25.9K bytes - Viewed (0)