- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for observations (0.06 seconds)
-
src/test/java/org/codelibs/fess/ds/AbstractDataStoreTest.java
final Thread[] readerThreads = new Thread[readerThreadCount]; final java.util.List<Boolean>[] observations = new java.util.List[readerThreadCount]; final CountDownLatch startLatch = new CountDownLatch(1); // Initialize observation lists for (int i = 0; i < readerThreadCount; i++) { observations[i] = new java.util.ArrayList<>(); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.8K bytes - Click Count (1) -
doc/go_spec.html
<code>~[]E</code>. This can be expressed as <code>S ≡<sub>C</sub> ~[]E</code> where <code>X ≡<sub>C</sub> Y</code> stands for "<code>X</code> satisfies constraint <code>Y</code>". These observations lead to a set of two equations </p> <pre> Slice ≡<sub>A</sub> S (1) S ≡<sub>C</sub> ~[]E (2) </pre> <p>
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Hpack.kt
// Only search a subset of the static header table. Most entries have an empty value, so // it's unnecessary to waste cycles looking at them. This check is built on the // observation that the header entries we care about are in adjacent pairs, and we // always know the first index of the pair. if (STATIC_HEADER_TABLE[headerNameIndex - 1].value == value) {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:02:18 GMT 2026 - 23.2K bytes - Click Count (0)