Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for aaaaaaaaaa (0.02 sec)

  1. src/test/java/org/codelibs/fess/timer/MonitorTargetTest.java

            Supplier<Object> supplier = () -> longString;
    
            monitorTarget.append(buf, "longKey", supplier);
            assertTrue(buf.toString().startsWith("\"longKey\":\""));
            assertTrue(buf.toString().contains("aaaaaaaaaa"));
            assertEquals(10000 + "\"longKey\":\"\"".length(), buf.toString().length());
        }
    
        // Test append with Unicode characters
        public void test_append_unicodeCharacters() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/util/DES.java

            work = (right >>> 8 ^ leftt) & 0x00ff00ff;
            leftt ^= work;
            right ^= work << 8;
            right = right << 1 | right >>> 31 & 1;
    
            work = (leftt ^ right) & 0xaaaaaaaa;
            leftt ^= work;
            right ^= work;
            leftt = leftt << 1 | leftt >>> 31 & 1;
    
            for (round = 0; round < 8; ++round) {
                work = right << 28 | right >>> 4;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 22.7K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/CompactHashMap.java

       * the "next" pointer (pointing to the next entry in the bucket chain), which will always be less
       * than or equal to the hashtable mask.
       *
       * <pre>
       * hash  = aaaaaaaa
       * mask  = 00000fff
       * next  = 00000bbb
       * entry = aaaaabbb
       * </pre>
       *
       * <p>The pointers in [size(), entries.length) are all "null" (UNSET).
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 35.7K bytes
    - Viewed (0)
Back to top