Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 79 for 23e1 (0.03 sec)

  1. android/guava-tests/test/com/google/common/primitives/ShortsTest.java

        testRotate(new short[] {1, 2, 3}, 2, new short[] {2, 3, 1});
        testRotate(new short[] {1, 2, 3}, 3, new short[] {1, 2, 3});
        testRotate(new short[] {1, 2, 3}, 4, new short[] {3, 1, 2});
        testRotate(new short[] {1, 2, 3}, 5, new short[] {2, 3, 1});
    
        testRotate(new short[] {1, 2, 3, 4}, -9, new short[] {2, 3, 4, 1});
        testRotate(new short[] {1, 2, 3, 4}, -5, new short[] {2, 3, 4, 1});
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 15:43:06 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/cpumanager/topology_hints_test.go

    			description:   "AlignBySocket:false, Preferred hints does not contains socket aligned hints",
    			pod:           *testPod1,
    			container:     *testContainer1,
    			defaultCPUSet: cpuset.New(2, 3, 11),
    			topology:      topoDualSocketMultiNumaPerSocketHT,
    			policyOptions: map[string]string{AlignBySocketOption: "false"},
    			expectedHints: []topologymanager.TopologyHint{
    				{
    					NUMANodeAffinity: m0001,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 19K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/primitives/FloatsTest.java

        testRotate(new float[] {1, 2, 3}, 2, new float[] {2, 3, 1});
        testRotate(new float[] {1, 2, 3}, 3, new float[] {1, 2, 3});
        testRotate(new float[] {1, 2, 3}, 4, new float[] {3, 1, 2});
        testRotate(new float[] {1, 2, 3}, 5, new float[] {2, 3, 1});
    
        testRotate(new float[] {1, 2, 3, 4}, -9, new float[] {2, 3, 4, 1});
        testRotate(new float[] {1, 2, 3, 4}, -5, new float[] {2, 3, 4, 1});
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 15:43:06 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/primitives/IntsTest.java

        testRotate(new int[] {1, 2, 3}, 3, new int[] {1, 2, 3});
        testRotate(new int[] {1, 2, 3}, 4, new int[] {3, 1, 2});
        testRotate(new int[] {1, 2, 3}, 5, new int[] {2, 3, 1});
    
        testRotate(new int[] {1, 2, 3, 4}, -9, new int[] {2, 3, 4, 1});
        testRotate(new int[] {1, 2, 3, 4}, -5, new int[] {2, 3, 4, 1});
        testRotate(new int[] {1, 2, 3, 4}, -1, new int[] {2, 3, 4, 1});
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 06 16:10:08 UTC 2024
    - 28.4K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/primitives/DoublesTest.java

        testRotate(new double[] {1, 2, 3}, 2, new double[] {2, 3, 1});
        testRotate(new double[] {1, 2, 3}, 3, new double[] {1, 2, 3});
        testRotate(new double[] {1, 2, 3}, 4, new double[] {3, 1, 2});
        testRotate(new double[] {1, 2, 3}, 5, new double[] {2, 3, 1});
    
        testRotate(new double[] {1, 2, 3, 4}, -9, new double[] {2, 3, 4, 1});
        testRotate(new double[] {1, 2, 3, 4}, -5, new double[] {2, 3, 4, 1});
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 15:43:06 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/primitives/FloatsTest.java

        testRotate(new float[] {1, 2, 3}, 2, new float[] {2, 3, 1});
        testRotate(new float[] {1, 2, 3}, 3, new float[] {1, 2, 3});
        testRotate(new float[] {1, 2, 3}, 4, new float[] {3, 1, 2});
        testRotate(new float[] {1, 2, 3}, 5, new float[] {2, 3, 1});
    
        testRotate(new float[] {1, 2, 3, 4}, -9, new float[] {2, 3, 4, 1});
        testRotate(new float[] {1, 2, 3, 4}, -5, new float[] {2, 3, 4, 1});
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 15:43:06 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/primitives/LongsTest.java

        testRotate(new long[] {1, 2, 3}, 3, new long[] {1, 2, 3});
        testRotate(new long[] {1, 2, 3}, 4, new long[] {3, 1, 2});
        testRotate(new long[] {1, 2, 3}, 5, new long[] {2, 3, 1});
    
        testRotate(new long[] {1, 2, 3, 4}, -9, new long[] {2, 3, 4, 1});
        testRotate(new long[] {1, 2, 3, 4}, -5, new long[] {2, 3, 4, 1});
        testRotate(new long[] {1, 2, 3, 4}, -1, new long[] {2, 3, 4, 1});
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 30K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/CompactHashing.java

      /** Bitmask that selects the low bits of metadata to get hashTableBits. */
      static final int HASH_TABLE_BITS_MASK = (1 << HASH_TABLE_BITS_MAX_BITS) - 1;
    
      /** Maximum size of a compact hash-based collection (2^30 - 1 because 0 is UNSET). */
      static final int MAX_SIZE = Ints.MAX_POWER_OF_TWO - 1;
    
      /** Default size of a compact hash-based collection. */
      static final int DEFAULT_SIZE = 3;
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 02 21:41:22 UTC 2021
    - 7.1K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/primitives/LongsTest.java

        testRotate(new long[] {1, 2, 3}, 3, new long[] {1, 2, 3});
        testRotate(new long[] {1, 2, 3}, 4, new long[] {3, 1, 2});
        testRotate(new long[] {1, 2, 3}, 5, new long[] {2, 3, 1});
    
        testRotate(new long[] {1, 2, 3, 4}, -9, new long[] {2, 3, 4, 1});
        testRotate(new long[] {1, 2, 3, 4}, -5, new long[] {2, 3, 4, 1});
        testRotate(new long[] {1, 2, 3, 4}, -1, new long[] {2, 3, 4, 1});
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 30K bytes
    - Viewed (0)
  10. src/net/resolverdialfunc_test.go

    				w.AddIP([16]byte{1: 1, 15: 15})
    				w.AddIP([16]byte{2: 2, 14: 14})
    				return nil
    			},
    			HandleSRV: func(w SRVWriter, name string) error {
    				w.AddSRV(1, 2, 80, "foo.bar.")
    				w.AddSRV(2, 3, 81, "bar.baz.")
    				return nil
    			},
    		}),
    	}
    	ctx := context.Background()
    	const fakeDomain = "something-that-is-a-not-a-real-domain.fake-tld."
    
    	t.Run("LookupIP", func(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top