Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for 84 (0.01 sec)

  1. src/test/java/jcifs/internal/smb1/trans/SmbComTransactionResponseTest.java

        void testReadDataWireFormat() throws SMBProtocolDecodingException {
            byte[] buffer = new byte[256];
            response.setDataWireFormatReturn(84);
            int result = response.readDataWireFormat(buffer, 0, buffer.length);
            assertEquals(84, result);
        }
    
        @Test
        @DisplayName("Test readParametersWireFormat with exception")
        void testReadParametersWireFormatWithException() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 13.4K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/smb2/info/Smb2QueryInfoRequestTest.java

                // Verify additional information
                assertEquals(0x12345678, SMBUtil.readInt4(buffer, 80));
    
                // Verify query flags
                assertEquals(0xABCDEF00, SMBUtil.readInt4(buffer, 84));
    
                // Verify file ID
                byte[] actualFileId = new byte[16];
                System.arraycopy(buffer, 88, actualFileId, 0, 16);
                assertArrayEquals(testFileId, actualFileId);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 22.6K bytes
    - Viewed (0)
  3. src/test/java/jcifs/smb1/smb1/SmbComTransactionResponseTest.java

            buf[idx++] = 0; // totalDataCount high
            idx += 2; // 2-byte reserved field (not 4 as the code shows)
            buf[6] = 2; // parameterCount low
            buf[7] = 0; // high
            buf[8] = 4; // parameterOffset low
            buf[9] = 0; // high
            buf[10] = 6; // parameterDisplacement low
            buf[11] = 0; // high
            buf[12] = 7; // dataCount low
            buf[13] = 0; // high
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 12K bytes
    - Viewed (0)
  4. cmd/apierrorcode_string.go

    	_ = x[ErrPOSTFileRequired-78]
    	_ = x[ErrSignatureVersionNotSupported-79]
    	_ = x[ErrBucketNotEmpty-80]
    	_ = x[ErrAllAccessDisabled-81]
    	_ = x[ErrPolicyInvalidVersion-82]
    	_ = x[ErrMissingFields-83]
    	_ = x[ErrMissingCredTag-84]
    	_ = x[ErrCredMalformed-85]
    	_ = x[ErrInvalidRegion-86]
    	_ = x[ErrInvalidServiceS3-87]
    	_ = x[ErrInvalidServiceSTS-88]
    	_ = x[ErrInvalidRequestVersion-89]
    	_ = x[ErrMissingSignTag-90]
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 21.6K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/operand_test.go

    	{"$~(1<<63)", "$9223372036854775807"},
    	{"$~0x3F", "$-64"},
    	{"$~15", "$-16"},
    	{"(((8)&0xf)*4)(SP)", "32(SP)"},
    	{"(((8-14)&0xf)*4)(SP)", "40(SP)"},
    	{"(6+8)(AX)", "14(AX)"},
    	{"(8*4)(BP)", "32(BP)"},
    	{"(AX)", "(AX)"},
    	{"(AX)(CX*8)", "(AX)(CX*8)"},
    	{"(BP)(CX*4)", "(BP)(CX*4)"},
    	{"(BP)(DX*4)", "(BP)(DX*4)"},
    	{"(BP)(R8*4)", "(BP)(R8*4)"},
    	{"(BX)", "(BX)"},
    	{"(DI)", "(DI)"},
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	//TODO LDPSW -0xd0(R2), R0, R12            // 4c00e668
    	//TODO LDPSW 0x5c(R4), R8, R5              // 85a0cb69
    	//TODO LDPSW 0x6c(R12), R2, R27            // 9b894d69
    	MOVWU.P -84(R15), R9                       // e9c55ab8
    	MOVD.P -46(R10), R8                        // 48255df8
    	MOVD.P (R10), R8                           // 480540f8
    	MOVWU.W -141(R3), R16                      // 703c57b8
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  7. api/go1.11.txt

    pkg debug/elf, const EM_EXCESS Machine
    pkg debug/elf, const EM_F2MC16 = 104
    pkg debug/elf, const EM_F2MC16 Machine
    pkg debug/elf, const EM_FIREPATH = 78
    pkg debug/elf, const EM_FIREPATH Machine
    pkg debug/elf, const EM_FR30 = 84
    pkg debug/elf, const EM_FR30 Machine
    pkg debug/elf, const EM_FT32 = 222
    pkg debug/elf, const EM_FT32 Machine
    pkg debug/elf, const EM_FX66 = 66
    pkg debug/elf, const EM_FX66 Machine
    pkg debug/elf, const EM_HUANY = 81
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  8. api/go1.10.txt

    pkg debug/elf, const R_ARM_MOVW_ABS_NC = 43
    pkg debug/elf, const R_ARM_MOVW_ABS_NC R_ARM
    pkg debug/elf, const R_ARM_MOVW_BREL = 86
    pkg debug/elf, const R_ARM_MOVW_BREL R_ARM
    pkg debug/elf, const R_ARM_MOVW_BREL_NC = 84
    pkg debug/elf, const R_ARM_MOVW_BREL_NC R_ARM
    pkg debug/elf, const R_ARM_MOVW_PREL_NC = 45
    pkg debug/elf, const R_ARM_MOVW_PREL_NC R_ARM
    pkg debug/elf, const R_ARM_PLT32_ABS = 94
    pkg debug/elf, const R_ARM_PLT32_ABS R_ARM
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  9. api/go1.5.txt

    pkg debug/elf, const R_PPC64_GOT_TLSLD16_HA R_PPC64
    pkg debug/elf, const R_PPC64_GOT_TLSLD16_HI = 85
    pkg debug/elf, const R_PPC64_GOT_TLSLD16_HI R_PPC64
    pkg debug/elf, const R_PPC64_GOT_TLSLD16_LO = 84
    pkg debug/elf, const R_PPC64_GOT_TLSLD16_LO R_PPC64
    pkg debug/elf, const R_PPC64_GOT_TPREL16_DS = 87
    pkg debug/elf, const R_PPC64_GOT_TPREL16_DS R_PPC64
    pkg debug/elf, const R_PPC64_GOT_TPREL16_HA = 90
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Jul 30 21:14:09 UTC 2015
    - 46.6K bytes
    - Viewed (0)
Back to top