Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for 88020001 (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/WebSocketReaderTest.kt

        data.close()
        clientReader.processNextFrame()
        callback.assertClosing(1001, "Hello")
      }
    
      @Test fun closeOutOfRangeThrows() {
        data.write("88020001".decodeHex()) // Close with code 1
        assertFailsWith<ProtocolException> {
          clientReader.processNextFrame()
        }.also { expected ->
          assertThat(expected.message)
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Nov 04 16:11:23 GMT 2025
    - 14.4K bytes
    - Click Count (0)
  2. src/cmd/asm/internal/asm/testdata/ppc64.s

    	MOVB (R3)(R4), R5               // 7ca418ae7ca50774
    	MOVB (R3)(R0), R5               // 7ca018ae7ca50774
    	MOVB (R3), R5                   // 88a300007ca50774
    	MOVBZ 1(R3), R4                 // 88830001
    	MOVBZ (R3)(R4), R5              // 7ca418ae
    	MOVBZ (R3)(R0), R5              // 7ca018ae
    	MOVBZ (R3), R5                  // 88a30000
    	MOVDBR (R3)(R4), R5             // 7ca41c28
    	MOVDBR (R3)(R0), R5             // 7ca01c28
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Nov 21 18:27:17 GMT 2024
    - 51.7K bytes
    - Click Count (0)
Back to Top