Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for emptyList (0.07 sec)

  1. okhttp-android/src/main/baseline-prof.txt

    HSPLkotlin/collections/EmptyIterator;-><init>()V
    HSPLkotlin/collections/EmptyIterator;->hasNext()Z
    HSPLkotlin/collections/EmptyList;-><clinit>()V
    HSPLkotlin/collections/EmptyList;-><init>()V
    HSPLkotlin/collections/EmptyList;->isEmpty()Z
    HSPLkotlin/collections/EmptyList;->iterator()Ljava/util/Iterator;
    HSPLkotlin/collections/EmptyMap;-><clinit>()V
    HSPLkotlin/collections/EmptyMap;-><init>()V
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

            url: HttpUrl,
            cookies: List<Cookie>,
          ) {}
    
          override fun loadForRequest(url: HttpUrl): List<Cookie> {
            callReference.get().cancel()
            return emptyList()
          }
        }
        client =
          client.newBuilder()
            .cookieJar(DisconnectingCookieJar())
            .build()
        val call = client.newCall(newRequest("/"))
        callReference.set(call)
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
Back to top