Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 56 for 99 (0.02 seconds)

  1. 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);
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Oct 28 16:03:47 GMT 2025
    - 9.9K bytes
    - Click Count (0)
  2. 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);
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Oct 28 16:03:47 GMT 2025
    - 9.5K bytes
    - Click Count (0)
  3. 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
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 159.2K bytes
    - Click Count (0)
  4. 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
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 410.5K bytes
    - Click Count (0)
  5. 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()
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Wed Oct 12 20:23:36 GMT 2022
    - 742 bytes
    - Click Count (0)
  6. 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")));
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jan 10 07:09:12 GMT 2025
    - 6.3K bytes
    - Click Count (0)
  7. 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
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 5.9K bytes
    - Click Count (0)
  8. 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
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 97.1K bytes
    - Click Count (0)
  9. src/cmd/asm/internal/asm/testdata/avx512enc/aes_avx512f.s

    	VAESDEC 99(R15)(R15*1), Y0, Y23                    // 62827d28debc3f63000000 or 6282fd28debc3f63000000
    	VAESDEC (DX), Y0, Y23                              // 62e27d28de3a or 62e2fd28de3a
    	VAESDEC Z27, Z3, Z11                               // 62126548dedb or 6212e548dedb
    	VAESDEC Z15, Z3, Z11                               // 62526548dedf or 6252e548dedf
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 29K bytes
    - Click Count (0)
  10. 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
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 28.4K bytes
    - Click Count (0)
Back to Top