Search Options

Results per page
Sort
Preferred Languages
Advance

Results 501 - 510 of 835 for Gang (0.01 sec)

  1. StripedTest.java

    L25:import com.google.common.collect.Maps; L26:import com.google.common.collect.Ordering; L27:import com.google.common.collect.Sets; L28:import com.google.common.testing.GcFinalization; L29:import com.google.common.testing.NullPointerTester; L30:import java.lang.ref.WeakReference; L31:import java.util.List; L32:import java.util.Map; L33:import java.util.Set; L34:import java.util.concurrent.Semaphore; L35:import java.util.concurrent.locks.Lock; L36:import java.util.concurrent.locks.ReadWriteLock; L37:import...
    github.com/google/guava/guava-tests/test/com/go...
    Wed Jun 26 12:58:35 UTC 2024
      8.4K bytes
  2. Fingerprint2011.java

    L4: L5:import static com.google.common.base.Preconditions.checkPositionIndexes; L6:import static com.google.common.hash.LittleEndianByteArray.load64; L7:import static com.google.common.hash.LittleEndianByteArray.load64Safely; L8:import static java.lang.Long.rotateRight; L9: L10:import com.google.common.annotations.VisibleForTesting; L11: L12:/** L13: * Implementation of Geoff Pike's fingerprint2011 hash function. See {@link Hashing#fingerprint2011} L14: * for information on the behaviour of the algorithm....
    github.com/google/guava/guava/src/com/google/co...
    Tue Dec 28 17:50:25 UTC 2021
      6.5K bytes
  3. CompactHashing.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.GwtIncompatible; L22:import com.google.common.base.Objects; L23:import com.google.common.primitives.Ints; L24:import java.util.Arrays; L25:import javax.annotation.CheckForNull; L26:import org...
    github.com/google/guava/android/guava/src/com/g...
    Fri Oct 25 15:34:52 UTC 2024
      7.1K bytes
  4. ThreadFactoryBuilder.java

    L19:import static java.util.Objects.requireNonNull; L20: L21:import com.google.common.annotations.GwtIncompatible; L22:import com.google.common.annotations.J2ktIncompatible; L23:import com.google.errorprone.annotations.CanIgnoreReturnValue; L24:import java.lang.Thread.UncaughtExceptionHandler; L25:import java.util.Locale; L26:import java.util.concurrent.Executors; L27:import java.util.concurrent.ThreadFactory; L28:import java.util.concurrent.atomic.AtomicLong; L29:import javax.annotation.CheckForNull; L30:...
    github.com/google/guava/guava/src/com/google/co...
    Mon Oct 14 22:50:54 UTC 2024
      7.9K bytes
  5. DataConfigService.java

    specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.util.List; L19: L20:import org.codelibs.core.beans.util.BeanUtil; L21:import org.codelibs.core.lang.StringUtil; L22:import org.codelibs.fess.Constants; L23:import org.codelibs.fess.app.pager.DataConfigPager; L24:import org.codelibs.fess.es.config.cbean.DataConfigCB; L25:import org.codelibs.fess.es.config.exbhv.DataConfigBhv; L26:import org.codel...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.2K bytes
  6. MultisetCountTester.java

    com.google.common.annotations.J2ktIncompatible; L30:import com.google.common.collect.testing.WrongType; L31:import com.google.common.collect.testing.features.CollectionFeature; L32:import com.google.common.collect.testing.features.CollectionSize; L33:import java.lang.reflect.Method; L34:import java.util.List; L35:import org.junit.Ignore; L36: L37:/** L38: * Tests for {@code Multiset#count}. L39: * L40: * @author Jared Levy L41: */ L42:@GwtCompatible(emulated = true) L43:@Ignore // Affects only Android test runner,...
    github.com/google/guava/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      3.5K bytes
  7. CollectionSpliteratorTester.java

    bstractCollectionTester; L30:import com.google.common.collect.testing.SpliteratorTester; L31:import com.google.common.collect.testing.features.CollectionFeature; L32:import com.google.common.collect.testing.features.CollectionSize; L33:import java.lang.reflect.Method; L34:import java.util.Spliterator; L35:import org.junit.Ignore; L36: L37:/** L38: * A generic JUnit test which tests {@code spliterator} operations on a collection. Can't be invoked L39: * directly; please see {@link com.google.comm...
    github.com/google/guava/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      3.8K bytes
  8. SamlCredential.java

    org.codelibs.core.stream.StreamUtil.stream; L20: L21:import java.util.ArrayList; L22:import java.util.Arrays; L23:import java.util.HashSet; L24:import java.util.List; L25:import java.util.Map; L26:import java.util.Set; L27: L28:import org.codelibs.core.lang.StringUtil; L29:import org.codelibs.fess.entity.FessUser; L30:import org.codelibs.fess.helper.SystemHelper; L31:import org.codelibs.fess.mylasta.direction.FessConfig; L32:import org.codelibs.fess.util.ComponentUtil; L33:import org.codelibs.saml2.Auth;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      6.6K bytes
  9. HtmlTagBasedGenerator.java

    L27:import javax.imageio.ImageReadParam; L28:import javax.imageio.ImageReader; L29:import javax.imageio.stream.ImageInputStream; L30: L31:import org.apache.logging.log4j.LogManager; L32:import org.apache.logging.log4j.Logger; L33:import org.codelibs.core.lang.StringUtil; L34:import org.codelibs.core.misc.Tuple3; L35:import org.codelibs.fess.crawler.entity.ResponseData; L36:import org.codelibs.fess.mylasta.direction.FessConfig; L37:import org.codelibs.fess.util.ComponentUtil; L38:import org.codelibs.fes...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      7.5K bytes
  10. MapMergeTester.java

    er; L31:import com.google.common.collect.testing.features.CollectionSize; L32:import com.google.common.collect.testing.features.MapFeature; L33:import com.google.common.collect.testing.testers.TestExceptions.SomeUncheckedException; L34:import java.lang.reflect.Method; L35:import java.util.Hashtable; L36:import java.util.Map; L37:import junit.framework.AssertionFailedError; L38:import org.junit.Ignore; L39: L40:/** L41: * A generic JUnit test which tests {@link Map#merge}. Can't be invoked directly;...
    github.com/google/guava/guava-testlib/src/com/g...
    Wed Oct 30 16:15:19 UTC 2024
      6.7K bytes
Back to top