- Sort Score
- Num 10 results
- Language All
Results 1431 - 1440 of 4,423 for Signal (0.04 seconds)
-
android/guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java
} private class TestService extends AbstractScheduledService { final CyclicBarrier runFirstBarrier = new CyclicBarrier(2); final CyclicBarrier runSecondBarrier = new CyclicBarrier(2); volatile boolean startUpCalled = false; volatile boolean shutDownCalled = false; final AtomicInteger numberOfTimesRunCalled = new AtomicInteger(0); final AtomicInteger numberOfTimesExecutorCalled = new AtomicInteger(0);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 22.8K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/CollectSpliterators.java
int splitCharacteristics, long estSplitSize); } @Weak @Nullable OutSpliteratorT prefix; final Spliterator<InElementT> from; final Function<? super InElementT, @Nullable OutSpliteratorT> function; final Factory<InElementT, OutSpliteratorT> factory; int characteristics; long estimatedSize; FlatMapSpliterator(Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 20.5K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java
} private class TestService extends AbstractScheduledService { final CyclicBarrier runFirstBarrier = new CyclicBarrier(2); final CyclicBarrier runSecondBarrier = new CyclicBarrier(2); volatile boolean startUpCalled = false; volatile boolean shutDownCalled = false; final AtomicInteger numberOfTimesRunCalled = new AtomicInteger(0); final AtomicInteger numberOfTimesExecutorCalled = new AtomicInteger(0);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 22.8K bytes - Click Count (0) -
android/guava-tests/benchmark/com/google/common/math/ApacheBenchmark.java
} private final int[] factorials = new int[ARRAY_SIZE]; private final int[][] binomials = new int[ARRAY_SIZE][2]; private final int[][] nonnegInt = new int[ARRAY_SIZE][2]; private final long[][] nonnegLong = new long[ARRAY_SIZE][2]; private final int[][] intsToAdd = new int[ARRAY_SIZE][2]; private final int[][] intsToMul = new int[ARRAY_SIZE][2]; private final long[][] longsToAdd = new long[ARRAY_SIZE][2];
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 6.9K bytes - Click Count (0) -
guava-tests/benchmark/com/google/common/math/ApacheBenchmark.java
} private final int[] factorials = new int[ARRAY_SIZE]; private final int[][] binomials = new int[ARRAY_SIZE][2]; private final int[][] nonnegInt = new int[ARRAY_SIZE][2]; private final long[][] nonnegLong = new long[ARRAY_SIZE][2]; private final int[][] intsToAdd = new int[ARRAY_SIZE][2]; private final int[][] intsToMul = new int[ARRAY_SIZE][2]; private final long[][] longsToAdd = new long[ARRAY_SIZE][2];
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 6.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/job/AllJobSchedulerTest.java
final AllJobScheduler scheduler = new AllJobScheduler(); assertTrue(scheduler instanceof LaJobScheduler); } public void test_AllJobScheduler_creation() { final AllJobScheduler scheduler = new AllJobScheduler(); assertNotNull(scheduler); } public void test_setJobClass() { final AllJobScheduler scheduler = new AllJobScheduler();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 1.6K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/util/ports/AvailablePortAllocator.java
import org.gradle.internal.Pair; import java.util.ArrayList; import java.util.List; public class AvailablePortAllocator { public static final int MIN_PRIVATE_PORT = 10300; public static final int MAX_PRIVATE_PORT = 13300; public static final int DEFAULT_RANGE_SIZE = 10; private final List<ReservedPortRange> reservations = new ArrayList<ReservedPortRange>();Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 1.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/ScheduledJob.java
import org.lastaflute.job.key.LaJobUnique; /** * @author FreeGen */ public class ScheduledJob extends BsScheduledJob { private static final long serialVersionUID = 1L; @Override public String getScriptType() { final String st = super.getScriptType(); if (StringUtil.isBlank(st)) { return "groovy"; } return st; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 3.6K bytes - Click Count (0) -
android/guava/src/com/google/common/escape/ArrayBasedUnicodeEscaper.java
private final char[][] replacements; // The number of elements in the replacement array. private final int replacementsLength; // The first code point in the safe range. private final int safeMin; // The last code point in the safe range. private final int safeMax; // Cropped values used in the fast path range checks. private final char safeMinChar; private final char safeMaxChar;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Feb 13 15:45:16 GMT 2025 - 8.5K bytes - Click Count (0) -
src/main/java/org/codelibs/core/exception/PropertyNotFoundRuntimeException.java
* */ public class PropertyNotFoundRuntimeException extends ClRuntimeException { private static final long serialVersionUID = -5177019197796206774L; /** * The target class. */ private final Class<?> targetClass; /** * The name of the property. */ private final String propertyName; /** * Returns a {@link PropertyNotFoundRuntimeException}. *Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Jul 05 00:11:05 GMT 2025 - 1.8K bytes - Click Count (0)