Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sync (0.19 sec)

  1. okhttp/src/test/java/okhttp3/CallTest.kt

          assertThat(expected.message).isEqualTo("Already Executed")
        }
        assertThat(server.takeRequest().headers["User-Agent"]).isEqualTo("SyncApiTest")
      }
    
      @Test
      fun illegalToExecuteTwice_Async() {
        server.enqueue(
          MockResponse(
            headers = headersOf("Content-Type", "text/plain"),
            body = "abc",
          ),
        )
        val request =
          Request.Builder()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    HSPLandroidx/lifecycle/LifecycleRegistry;->popParentState()V
    HSPLandroidx/lifecycle/LifecycleRegistry;->removeObserver(Landroidx/lifecycle/LifecycleObserver;)V
    HSPLandroidx/lifecycle/LifecycleRegistry;->sync()V
    HSPLandroidx/lifecycle/Lifecycling;-><clinit>()V
    HSPLandroidx/lifecycle/LiveData$ObserverWrapper;-><init>()V
    HSPLandroidx/lifecycle/PausingDispatcher;-><init>()V
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Mar 21 11:22:00 GMT 2022
    - 127.9K bytes
    - Viewed (0)
Back to top