- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 69 for 99 (0.06 sec)
-
android/guava-tests/test/com/google/common/net/HostAndPortTest.java
checkFromStringCase("google.com:0x25 ", 1, null, 99, false); } public void testFromStringUnparseableNonsense() { // Some nonsense that causes parse failures. checkFromStringCase("[goo.gl]", 1, null, 99, false); checkFromStringCase("[goo.gl]:80", 1, null, 99, false); checkFromStringCase("[", 1, null, 99, false); checkFromStringCase("[]:", 1, null, 99, false); checkFromStringCase("[]:80", 1, null, 99, false);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 15:41:36 UTC 2024 - 9.4K bytes - Viewed (0) -
src/arena/arena_test.go
type T2 [1 << 20]byte // 1MiB func TestSmoke(t *testing.T) { a := arena.NewArena() defer a.Free() tt := arena.New[T1](a) tt.n = 1 ts := arena.MakeSlice[T1](a, 99, 100) if len(ts) != 99 { t.Errorf("Slice() len = %d, want 99", len(ts)) } if cap(ts) != 100 { t.Errorf("Slice() cap = %d, want 100", cap(ts)) } ts[1].n = 42 } func TestSmokeLarge(t *testing.T) { a := arena.NewArena() defer a.Free()
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 12 20:23:36 UTC 2022 - 742 bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_4fmaps.s
V4FNMADDPS 99(R15)(R15*1), [Z1-Z4], K3, Z15 // 6212774baabc3f63000000 V4FNMADDPS (DX), [Z1-Z4], K3, Z15 // 6272774baa3a V4FNMADDPS 99(R15)(R15*1), [Z11-Z14], K3, Z15 // 6212274baabc3f63000000 V4FNMADDPS (DX), [Z11-Z14], K3, Z15 // 6272274baa3a V4FNMADDPS 99(R15)(R15*1), [Z21-Z24], K3, Z15 // 62125743aabc3f63000000
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 5.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s
VPEXPANDB 99(R15)(R15*4), K1, X6 // 62927d096274bf63 VPEXPANDB 15(DX), K1, X6 // 62f27d0962720f VPEXPANDB X16, K1, X22 // 62a27d0962f0 VPEXPANDB X28, K1, X22 // 62827d0962f4 VPEXPANDB X8, K1, X22 // 62c27d0962f0 VPEXPANDB 99(R15)(R15*4), K1, X22 // 62827d096274bf63
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 97.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/DuplicateHostHelperTest.java
duplicateHostHelper.duplicateHostList.add(bar); DuplicateHost hoge = new DuplicateHost(); hoge.setRegularName("www.foo.com"); hoge.setDuplicateHostName("www.foo.com:99"); duplicateHostHelper.duplicateHostList.add(hoge); } public void test_convert() { String url; String result; url = "http://foo.com";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.3K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512f.s
VBROADCASTF32X4 (CX), K1, Y24 // 62627d291a01 VBROADCASTF32X4 99(R15), K1, Y24 // 62427d291a8763000000 VBROADCASTF32X4 99(R15)(R15*2), K2, Z12 // 62127d4a1aa47f63000000 VBROADCASTF32X4 -7(DI), K2, Z12 // 62727d4a1aa7f9ffffff VBROADCASTF32X4 99(R15)(R15*2), K2, Z16 // 62827d4a1a847f63000000
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 410.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512bw.s
VMOVDQU16 Z8, K4, (CX) // 6271ff4c7f01 VMOVDQU16 Z6, K4, 99(R15) // 62d1ff4c7fb763000000 VMOVDQU16 Z8, K4, 99(R15) // 6251ff4c7f8763000000 VMOVDQU16 Z12, K1, Z25 // 6211ff497fe1 VMOVDQU16 Z17, K1, Z25 // 6281ff497fc9 VMOVDQU16 99(R15)(R15*2), K1, Z25 // 6201ff496f8c7f63000000
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 159.2K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512er.s
VEXP2PS Z9, K1, Z1 // 62d27d49c8c9 VEXP2PS 99(R15)(R15*4), K1, Z1 // 62927d49c88cbf63000000 VEXP2PS 15(DX), K1, Z1 // 62f27d49c88a0f000000 VEXP2PS Z20, K1, Z9 // 62327d49c8cc VEXP2PS Z9, K1, Z9 // 62527d49c8c9 VEXP2PS 99(R15)(R15*4), K1, Z9 // 62127d49c88cbf63000000
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 28.4K bytes - Viewed (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,
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Jul 22 17:55:04 UTC 2024 - 3.1K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/profile/activation/OperatingSystemProfileActivatorTest.java
.arch("aarch64") .version("99")); assertActivation(false, profile, newContext(null, newProperties("linux", "6.5.0-1014-aws", "amd64"))); assertActivation(false, profile, newContext(null, newProperties("windows", "1", "aarch64"))); assertActivation(false, profile, newContext(null, newProperties("windows", "99", "amd64")));
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.2K bytes - Viewed (0)