Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ABCDEFGH (0.05 sec)

  1. android/guava/src/com/google/common/primitives/Ints.java

        //     the smaller of these blocks with the far end of the other one. That leaves us with a
        //     smaller version of the same problem.
        //     Say we are rotating abcdefgh by 5. We start with abcde|fgh. The smaller block is [fgh]:
        //     [abc]de|[fgh] -> [fgh]de|[abc]. Now [fgh] is in the right place, but we need to swap [de]
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

      @Test
      fun inputStreamAvailableWithNoLengthHeaders() {
        testInputStreamAvailable(TransferKind.END_OF_STREAM)
      }
    
      private fun testInputStreamAvailable(transferKind: TransferKind) {
        val body = "ABCDEFGH"
        val builder = MockResponse.Builder()
        transferKind.setBody(builder, body, 4)
        server.enqueue(builder.build())
        val response = getResponse(newRequest("/"))
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
Back to top