- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 118 for 65537 (0.02 sec)
-
guava-tests/test/com/google/common/primitives/LongsTest.java
} assertWithMessage("Hex string and dec parm").that(Longs.tryParse("FFFF", 10)).isNull(); assertWithMessage("Mixed hex case") .that(Longs.tryParse("ffFF", 16).longValue()) .isEqualTo(65535); } /** * Encodes the long as a string with given radix, then uses {@link Longs#tryParse(String, int)} to * parse the result. Asserts the result is the same as what we started with. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 28.7K bytes - Viewed (0) -
src/test/java/jcifs/smb1/dcerpc/msrpc/samrTest.java
assertEquals(8192, samr.ACB_TRUSTED_FOR_DELEGATION); assertEquals(16384, samr.ACB_NOT_DELEGATED); assertEquals(32768, samr.ACB_USE_DES_KEY_ONLY); assertEquals(65536, samr.ACB_DONT_REQUIRE_PREAUTH); } @Test @DisplayName("Should define correct SE_GROUP constants") void testSEGroupConstants() { // Verify all SE_GROUP constants
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 33.6K bytes - Viewed (0) -
src/cmd/asm/internal/asm/operand_test.go
{"18740(R5)", "18740(R5)"}, {"$2", "$2"}, {"$-24(R4)", "$-24(R4)"}, {"-24(RSP)", "-24(RSP)"}, {"$24(RSP)", "$24(RSP)"}, {"-32(RSP)", "-32(RSP)"}, {"$48", "$48"}, {"$(-64*1024)(R7)", "$-65536(R7)"}, {"$(8-1)", "$7"}, {"a+0(FP)", "a(FP)"}, {"a1+8(FP)", "a1+8(FP)"}, {"·AddInt32(SB)", `pkg.AddInt32(SB)`}, {"runtime·divWVW(SB)", "runtime.divWVW(SB)"}, {"$argframe+0(FP)", "$argframe(FP)"},
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 29 18:31:05 UTC 2023 - 23.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64.s
AND $0xff00ffff, R1 // AND $4278255615, R1 // fbff9fd21be0bff221001b8a ANDS $0xffff, R2 // ANDS $65535, R2 // 423c40f2 AND $0x7fffffff, R3 // AND $2147483647, R3 // 63784092 ANDS $0x0ffffffff80000000, R2 // ANDS $-2147483648, R2 // 428061f2
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Mar 26 10:48:50 UTC 2025 - 95.3K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/primitives/IntsTest.java
.isNull(); } assertWithMessage("Hex string and dec parm").that(Ints.tryParse("FFFF", 10)).isNull(); assertWithMessage("Mixed hex case").that((int) Ints.tryParse("ffFF", 16)).isEqualTo(65535); } /** * Encodes an integer as a string with given radix, then uses {@link Ints#tryParse(String, int)} * to parse the result. Asserts the result is the same as what we started with. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 29.2K bytes - Viewed (0) -
src/archive/zip/reader.go
// The count of files inside a zip is truncated to fit in a uint16. // Gloss over this by reading headers until we encounter // a bad one, and then only report an ErrFormat or UnexpectedEOF if // the file count modulo 65536 is incorrect. for { f := &File{zip: r, zipr: rdr} err = readDirectoryHeader(f, buf) if err == ErrFormat || err == io.ErrUnexpectedEOF { break } if err != nil { return err }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Mar 11 22:19:38 UTC 2025 - 28.4K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/macho, const FlagAppExtensionSafe uint32 pkg debug/macho, const FlagBindAtLoad = 8 pkg debug/macho, const FlagBindAtLoad uint32 pkg debug/macho, const FlagBindsToWeak = 65536 pkg debug/macho, const FlagBindsToWeak uint32 pkg debug/macho, const FlagCanonical = 16384 pkg debug/macho, const FlagCanonical uint32 pkg debug/macho, const FlagDeadStrippableDylib = 4194304
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm.s
PLD -4080(R9) // f0ff59f5 RFE // 0080fde8 SWPW R3, (R7), R9 // SWPW (R7), R3, R9 // 939007e1 SWPBU R4, (R2), R8 // SWPBU (R2), R4, R8 // 948042e1 SWI $0 // 000000ef SWI $65535 // ffff00ef SWI // 000000ef // BFX/BFXU/BFC/BFI BFX $16, $8, R1, R2 // BFX $16, R1, $8, R2 // 5124afe7 BFX $29, $2, R8 // 5881bce7
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 15 20:51:01 UTC 2023 - 69K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
@Test fun invalidPort() { val requestBuilder = Request.Builder() assertFailsWith<IllegalArgumentException> { requestBuilder.url("http://localhost:65536/") }.also { expected -> assertThat(expected.message).isEqualTo("Invalid URL port: \"65536\"") } } @Test fun getReturns500() { server.enqueue(MockResponse(code = 500)) executeSynchronously("/") .assertCode(500)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 146.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
#### General Fixes and Reliability * Fixed a regression in kube-scheduler to properly load client connection information from a `--config` file that references a kubeconfig file. ([#65507](https://github.com/kubernetes/kubernetes/pull/65507), [@liggitt](https://github.com/liggitt))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0)