- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 84 for 99 (0.01 sec)
-
src/test/java/jcifs/netbios/NbtExceptionTest.java
Arguments.of(NbtException.ERR_NAM_SRVC, NbtException.CFT_ERR, "ERR_NAM_SRVC/Unknown error code: 7"), Arguments.of(NbtException.ERR_NAM_SRVC, 99, "ERR_NAM_SRVC/Unknown error code: 99"), // Default case for name service // ERR_SSN_SRVC Arguments.of(NbtException.ERR_SSN_SRVC, NbtException.CONNECTION_REFUSED, "ERR_SSN_SRVC/Connection refused"),
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vpopcntdq.s
VPOPCNTQ 99(R15)(R15*4), K4, X23 // 6282fd0c55bcbf63000000 VPOPCNTQ 15(DX), K4, X23 // 62e2fd0c55ba0f000000 VPOPCNTQ X24, K4, X11 // 6212fd0c55d8 VPOPCNTQ X14, K4, X11 // 6252fd0c55de VPOPCNTQ X0, K4, X11 // 6272fd0c55d8
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 5.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi.s
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 28.7K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s
VANDNPD 99(R15)(R15*8), Y12, K5, Y0 // 62919d2d5584ff63000000 VANDNPD 7(AX)(CX*8), Y12, K5, Y0 // 62f19d2d5584c807000000 VANDNPD Y17, Y1, K5, Y0 // 62b1f52d55c1 VANDNPD Y7, Y1, K5, Y0 // 62f1f52d55c7 VANDNPD Y9, Y1, K5, Y0 // 62d1f52d55c1
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 194.8K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NameServicePacketTest.java
assertEquals(expectedString, packet.toString()); packet.opCode = 99; // Default case packet.resultCode = 99; // Default case packet.questionType = 99; // Default case packet.recordType = 99; // Default case expectedString =
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.9K bytes - Viewed (0) -
src/test/java/jcifs/pac/PacTest.java
// Create minimal PAC structure with wrong version ByteArrayOutputStream baos = new ByteArrayOutputStream(); writeLittleEndianInt(baos, 0); // buffer count = 0 writeLittleEndianInt(baos, 99); // invalid version baos.write(new byte[1]); // Make it > 8 bytes byte[] pacData = baos.toByteArray(); PACDecodingException e = assertThrows(PACDecodingException.class, () -> new Pac(pacData, keys));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.9K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/RequestCommonTest.kt
assertThat(requestC.tag(String::class)).isSameAs("c") } @Test fun requestToStringRedactsSensitiveHeaders() { val headers = Headers .Builder() .add("content-length", "99") .add("authorization", "peanutbutter") .add("proxy-authorization", "chocolate") .add("cookie", "drink=coffee") .add("set-cookie", "accessory=sugar") .add("user-agent", "OkHttp")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 10.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryInfoResponseTest.java
assertEquals("Unknwon information type 99", exception.getMessage()); } @Test @DisplayName("Test readBytesWireFormat with unknown file info class throws exception") void testReadBytesWireFormatUnknownFileInfoClass() { response = new Smb2QueryInfoResponse(mockConfig, Smb2Constants.SMB2_0_INFO_FILE, (byte) 99); // Unknown file info class byte[] buffer = new byte[1024];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.5K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbSessionImplTest.java
when(enc.decryptMessage(any(byte[].class))).thenReturn(new byte[] { 7, 7 }); assertTrue(session.isEncryptionEnabled()); assertSame(enc, session.getEncryptionContext()); byte[] encOut = session.encryptMessage(new byte[] { 1, 2, 3 }); assertArrayEquals(new byte[] { 9, 9 }, encOut);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_bitalg.s
VPOPCNTW 99(R15), K3, X11 // 6252fd0b549f63000000 VPOPCNTW X20, K3, X23 // 62a2fd0b54fc VPOPCNTW X5, K3, X23 // 62e2fd0b54fd VPOPCNTW X25, K3, X23 // 6282fd0b54f9 VPOPCNTW (CX), K3, X23 // 62e2fd0b5439 VPOPCNTW 99(R15), K3, X23 // 62c2fd0b54bf63000000
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 10.4K bytes - Viewed (0)