Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for fig (0.15 sec)

  1. guava/src/com/google/common/annotations/VisibleForTesting.java

    /**
     * Annotates a program element that exists, or is more widely visible than otherwise necessary, only
     * for use in test code.
     *
     * <p><b>Do not use this interface</b> for public or protected declarations: it is a fig leaf for
     * bad design, and it does not prevent anyone from using the declaration---and experience has shown
     * that they will. If the method breaks the encapsulation of its class, then its internal
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Mon Jan 30 22:25:16 GMT 2023
    - 1.3K bytes
    - Viewed (0)
  2. src/test/java/jcifs/tests/Strings.java

            "jp-hi - いろはにほへとちりぬるを", // x
            "jp-ka イロハニホヘト チリヌルヲワカヨタレソ ツネナラム", // x
            "iw - דג סקרן שט בים מאוכזב ולפתע מצא לו חברה איך הקליטה", // x
            "pl - Pchnąć w tę łódź jeża lub ośm skrzyń fig", // x
            "ru - Съешь же ещё этих мягких французских булок да выпей чаю", // x
            "tr - Pijamalı hasta, yağız şoföre çabucak güvendi", //
            "ch - 壾 熥獘 蟷蠉蟼 鍌鍗鍷 螒螝螜 瀷瀹藶 隒雸 腠", //
        };
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 2K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/annotations/VisibleForTesting.java

    /**
     * Annotates a program element that exists, or is more widely visible than otherwise necessary, only
     * for use in test code.
     *
     * <p><b>Do not use this interface</b> for public or protected declarations: it is a fig leaf for
     * bad design, and it does not prevent anyone from using the declaration---and experience has shown
     * that they will. If the method breaks the encapsulation of its class, then its internal
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Jan 30 22:25:16 GMT 2023
    - 1.3K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/math/IntMath.java

          default:
            throw new AssertionError();
        }
      }
    
      private static int log10Floor(int x) {
        /*
         * Based on Hacker's Delight Fig. 11-5, the two-table-lookup, branch-free implementation.
         *
         * The key idea is that based on the number of leading zeros (equivalently, floor(log2(x))), we
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Feb 07 17:50:39 GMT 2024
    - 23.5K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/math/LongMath.java

        }
        throw new AssertionError();
      }
    
      @GwtIncompatible // TODO
      static int log10Floor(long x) {
        /*
         * Based on Hacker's Delight Fig. 11-5, the two-table-lookup, branch-free implementation.
         *
         * The key idea is that based on the number of leading zeros (equivalently, floor(log2(x))), we
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Feb 07 17:50:39 GMT 2024
    - 44.6K bytes
    - Viewed (0)
  6. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    sikhcnerf,u&bloohcs,ruci,srev,?xvp4--nx??t&a&cyssup,obgip,?e&rces,vlev,?hginyad,netnocresu,opsgolb,sidas,u&b,ollihc,??u&4rvp8--nx?fig!.&a&d&eki?ih??kimot?m&ayakat?ihsah??ne?raha&gi&kes?makak??sak??taga&may?tik??wa&g&ibi?ustakan??karihs!ihsagih????e&katim?uawak??i&gohakas?hc&apna?uonaw??k&ago?es?ot??m&anuzim?ijat??nak?urat??nanig?o&dog?jug?makonim?nim?roy?sihcih??u&fig?s&otom?t&amasak?oay??????hc,pup,stoknot,ynup,?wonsetihw,x&5ytlk--nx?irtam,?y&adynnus,dr,knarc,l&oh,rig,?moolg,ob,pp&ih,olf,?rgn&a...
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Mar 21 21:04:43 GMT 2024
    - 72.4K bytes
    - Viewed (1)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    raving mad--at least not so mad as it was in March.'  As she said
    this, she looked up, and there was the Cat again, sitting on a
    branch of a tree.
    
      `Did you say pig, or fig?' said the Cat.
    
      `I said pig,' replied Alice; `and I wish you wouldn't keep
    appearing and vanishing so suddenly:  you make one quite giddy.'
    
      `All right,' said the Cat; and this time it vanished quite slowly,
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    raving mad--at least not so mad as it was in March.'  As she said
    this, she looked up, and there was the Cat again, sitting on a
    branch of a tree.
    
      `Did you say pig, or fig?' said the Cat.
    
      `I said pig,' replied Alice; `and I wish you wouldn't keep
    appearing and vanishing so suddenly:  you make one quite giddy.'
    
      `All right,' said the Cat; and this time it vanished quite slowly,
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
Back to top