- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 56 for 99 (0.03 seconds)
-
android/guava-tests/test/com/google/common/primitives/IntArrayAsListTest.java
} } public static final class IntsAsListTailSubListGenerator extends TestIntegerListGenerator { @Override protected List<Integer> create(Integer[] elements) { Integer[] prefix = {(int) 86, (int) 99}; Integer[] all = concat(prefix, elements); return asList(all).subList(2, elements.length + 2); } } public static final class IntsAsListMiddleSubListGenerator extends TestIntegerListGenerator {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 5.8K bytes - Click Count (0) -
guava-tests/test/com/google/common/primitives/ByteArrayAsListTest.java
} } public static final class BytesAsListTailSubListGenerator extends TestByteListGenerator { @Override protected List<Byte> create(Byte[] elements) { Byte[] prefix = {(byte) 86, (byte) 99}; Byte[] all = concat(prefix, elements); return asList(all).subList(2, elements.length + 2); } } public static final class BytesAsListMiddleSubListGenerator extends TestByteListGenerator {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 5.6K bytes - Click Count (0) -
doc/README.md
API, and should be named after the issue number of the API proposal. For example, if the directory `6-stdlib/99-minor` is present, then an `api/next` file with the line pkg net/http, function F #12345 should have a corresponding file named `doc/next/6-stdlib/99-minor/net/http/12345.md`. At a minimum, that file should contain either a full sentence or a TODO,Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Jul 22 17:55:04 GMT 2024 - 3.1K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/concurrent/TaskRunnerTest.kt
@Test fun executeDelayed() { redQueue.execute("task", 100.µs) { log += "run@${taskFaker.nanoTime}" } taskFaker.advanceUntil(0.µs) assertThat(log).containsExactly() taskFaker.advanceUntil(99.µs) assertThat(log).containsExactly() taskFaker.advanceUntil(100.µs) assertThat(log).containsExactly("run@100000") taskFaker.assertNoMoreTasks()
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 23K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vpopcntdq.s
VPOPCNTQ 99(R15)(R15*4), K4, X23 // 6282fd0c55bcbf63000000 VPOPCNTQ 15(DX), K4, X23 // 62e2fd0c55ba0f000000 VPOPCNTQ X24, K4, X11 // 6212fd0c55d8 VPOPCNTQ X14, K4, X11 // 6252fd0c55de VPOPCNTQ X0, K4, X11 // 6272fd0c55d8
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 5.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/primitives/ShortArrayAsListTest.java
} } public static final class ShortsAsListTailSubListGenerator extends TestShortListGenerator { @Override protected List<Short> create(Short[] elements) { Short[] prefix = {(short) 86, (short) 99}; Short[] all = concat(prefix, elements); return asList(all).subList(2, elements.length + 2); } } public static final class ShortsAsListMiddleSubListGenerator extends TestShortListGenerator {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 5.6K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s
VANDNPD 99(R15)(R15*8), Y12, K5, Y0 // 62919d2d5584ff63000000 VANDNPD 7(AX)(CX*8), Y12, K5, Y0 // 62f19d2d5584c807000000 VANDNPD Y17, Y1, K5, Y0 // 62b1f52d55c1 VANDNPD Y7, Y1, K5, Y0 // 62f1f52d55c7 VANDNPD Y9, Y1, K5, Y0 // 62d1f52d55c1
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 194.8K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/HeadersTest.kt
.Builder() .add("content-length", "99") .add("authorization", "peanutbutter") .add("proxy-authorization", "chocolate") .add("cookie", "drink=coffee") .add("set-cookie", "accessory=sugar") .add("user-agent", "OkHttp") .build() assertThat(headers.toString()).isEqualTo( """ |content-length: 99 |authorization: ██ |proxy-authorization: ██
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 8.7K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_bitalg.s
VPOPCNTW 99(R15), K3, X11 // 6252fd0b549f63000000 VPOPCNTW X20, K3, X23 // 62a2fd0b54fc VPOPCNTW X5, K3, X23 // 62e2fd0b54fd VPOPCNTW X25, K3, X23 // 6282fd0b54f9 VPOPCNTW (CX), K3, X23 // 62e2fd0b5439 VPOPCNTW 99(R15), K3, X23 // 62c2fd0b54bf63000000
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 10.4K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi.s
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 28.7K bytes - Click Count (0)