Search Options

Results per page
Sort
Preferred Languages
Advance

Results 311 - 320 of 835 for Gang (0.02 sec)

  1. FinalizableReferenceQueue.java

    atible; L19:import com.google.common.annotations.VisibleForTesting; L20:import java.io.Closeable; L21:import java.io.FileNotFoundException; L22:import java.io.IOException; L23:import java.lang.ref.PhantomReference; L24:import java.lang.ref.Reference; L25:import java.lang.ref.ReferenceQueue; L26:import java.lang.reflect.Method; L27:import java.net.URL; L28:import java.net.URLClassLoader; L29:import java.util.logging.Level; L30:import java.util.logging.Logger; L31:import javax.annotation.CheckForNull;...
    github.com/google/guava/guava/src/com/google/co...
    Thu Jul 11 20:51:36 UTC 2024
      13.1K bytes
  2. LineBufferTest.java

    CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.io; L18: L19:import static java.lang.Math.max; L20:import static java.lang.Math.min; L21: L22:import com.google.common.base.Function; L23:import com.google.common.collect.Lists; L24:import java.io.BufferedReader; L25:import java.io.FilterReader; L26:import java.io.IOException; L27:import java.io.Reader;...
    github.com/google/guava/android/guava-tests/tes...
    Sat Oct 19 00:26:48 UTC 2024
      4.8K bytes
  3. ListSetTester.java

    ons.J2ktIncompatible; L28:import com.google.common.collect.testing.features.CollectionFeature; L29:import com.google.common.collect.testing.features.CollectionSize; L30:import com.google.common.collect.testing.features.ListFeature; L31:import java.lang.reflect.Method; L32:import org.junit.Ignore; L33: L34:/** L35: * A generic JUnit test which tests {@code set()} operations on a list. Can't be invoked directly; L36: * please see {@link com.google.common.collect.testing.ListTestSuiteBuilder}. L37:...
    github.com/google/guava/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      5.2K bytes
  4. LineBufferTest.java

    CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.io; L18: L19:import static java.lang.Math.max; L20:import static java.lang.Math.min; L21: L22:import com.google.common.base.Function; L23:import com.google.common.collect.Lists; L24:import java.io.BufferedReader; L25:import java.io.FilterReader; L26:import java.io.IOException; L27:import java.io.Reader;...
    github.com/google/guava/guava-tests/test/com/go...
    Sat Oct 19 00:26:48 UTC 2024
      4.8K bytes
  5. ListHashCodeTester.java

    static com.google.common.collect.testing.Helpers.getMethod; L20: L21:import com.google.common.annotations.GwtCompatible; L22:import com.google.common.annotations.GwtIncompatible; L23:import com.google.common.annotations.J2ktIncompatible; L24:import java.lang.reflect.Method; L25:import org.junit.Ignore; L26: L27:/** L28: * Tests {@link java.util.List#hashCode}. L29: * L30: * @author George van den Driessche L31: */ L32:@GwtCompatible(emulated = true) L33:@Ignore // Affects only Android test runner, which...
    github.com/google/guava/android/guava-testlib/s...
    Wed Oct 30 16:15:19 UTC 2024
      2K bytes
  6. ImmutableMultisetFloodingTest.java

    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect; L18: L19:import static java.lang.Math.log; L20:import static java.util.Arrays.asList; L21: L22:import com.google.common.annotations.GwtIncompatible; L23:import com.google.errorprone.annotations.CanIgnoreReturnValue; L24:import java.util.List; L25: L26:@GwtIncompatible L27:public class...
    github.com/google/guava/guava-tests/test/com/go...
    Wed Oct 30 16:15:19 UTC 2024
      2.4K bytes
  7. RelatedQueryHelper.java

    java.util.Collections; L19:import java.util.HashMap; L20:import java.util.List; L21:import java.util.Locale; L22:import java.util.Map; L23: L24:import org.apache.logging.log4j.LogManager; L25:import org.apache.logging.log4j.Logger; L26:import org.codelibs.core.lang.StringUtil; L27:import org.codelibs.fess.es.config.exbhv.RelatedQueryBhv; L28:import org.codelibs.fess.es.config.exentity.RelatedQuery; L29:import org.codelibs.fess.util.ComponentUtil; L30: L31:import jakarta.annotation.PostConstruct; L32: L33:public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.2K bytes
  8. PathMapping.java

    y; L17: L18:import java.util.function.BiFunction; L19:import java.util.regex.Matcher; L20:import java.util.regex.Pattern; L21: L22:import org.apache.logging.log4j.LogManager; L23:import org.apache.logging.log4j.Logger; L24:import org.codelibs.core.lang.StringUtil; L25:import org.codelibs.fess.es.config.bsentity.BsPathMapping; L26:import org.codelibs.fess.helper.PathMappingHelper; L27: L28:/** L29: * @author FreeGen L30: */ L31:public class PathMapping extends BsPathMapping { L32: L33: private...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.3K bytes
  9. AllMainsTest.kt

    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3 L17: L18:import java.io.File L19:import java.lang.reflect.InvocationTargetException L20:import org.junit.jupiter.api.Disabled L21:import org.junit.jupiter.api.Tag L22:import org.junit.jupiter.params.ParameterizedTest L23:import org.junit.jupiter.params.provider.ArgumentsSource L24: L25:private val...
    github.com/square/okhttp/samples/guide/src/test...
    Mon Jan 08 01:13:22 UTC 2024
      2.7K bytes
  10. Hashing.java

    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect; L18: L19:import static java.lang.Math.max; L20: L21:import com.google.common.annotations.GwtCompatible; L22:import com.google.common.primitives.Ints; L23:import javax.annotation.CheckForNull; L24: L25:/** L26: * Static methods for implementing hash-based collections. L27: * L28: *...
    github.com/google/guava/android/guava/src/com/g...
    Fri Oct 18 20:24:49 UTC 2024
      2.5K bytes
Back to top