- Sort Score
- Num 10 results
- Language All
Results 1071 - 1080 of 6,561 for _this9 (0.1 seconds)
-
guava/src/com/google/common/base/Converter.java
* identically to this converter. * * <p><b>Warning: do not depend</b> on the behavior of this method. * * <p>Historically, {@code Converter} instances in this library have implemented this method to * recognize certain cases where distinct {@code Converter} instances would in fact behave * identically. However, this is not true of {@code Converter} implementations in general. It is * best not to depend on it.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jun 18 21:43:06 GMT 2025 - 22.8K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/AbstractFutureBenchmarks.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 13.8K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java
fakePool.execute(() -> Thread.currentThread().interrupt()); // Run a task that expects that it is not interrupted while it is running. e.execute(() -> assertThat(Thread.currentThread().isInterrupted()).isFalse()); // Run these together. fakePool.runAll();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 10.5K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/trans/SmbComTransactionResponseTest.java
// Helper methods for testing void setSetupWireFormatReturn(int value) { this.setupWireFormatReturn = value; } void setParametersWireFormatReturn(int value) { this.parametersWireFormatReturn = value; } void setDataWireFormatReturn(int value) { this.dataWireFormatReturn = value; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 13.4K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Multisets.java
* Indicates whether an object equals this entry, following the behavior specified in {@link * Multiset.Entry#equals}. */ @Override public boolean equals(@Nullable Object object) { if (object instanceof Multiset.Entry) { Multiset.Entry<?> that = (Multiset.Entry<?>) object; return this.getCount() == that.getCount() && Objects.equals(this.getElement(), that.getElement()); }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 41.3K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/ConnectionPool.kt
* contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Oct 07 21:55:03 GMT 2025 - 3.4K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactInstallerRequest.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Feb 07 00:45:02 GMT 2025 - 4.2K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/MavenBuilderException.java
* Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Apr 03 13:33:59 GMT 2025 - 3.2K bytes - Click Count (0) -
src/main/java/jcifs/http/NtlmHttpURLConnection.java
} } this.setRequestProperty(key, value.toString()); } this.setAllowUserInteraction(this.connection.getAllowUserInteraction()); this.setDoInput(this.connection.getDoInput()); this.setDoOutput(this.connection.getDoOutput()); this.setIfModifiedSince(this.connection.getIfModifiedSince()); this.setUseCaches(this.connection.getUseCaches());Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 25.6K bytes - Click Count (0) -
android/guava-tests/benchmark/com/google/common/cache/ChainBenchmark.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 2.1K bytes - Click Count (0)