Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 56 of 56 for cheap (0.2 seconds)

  1. android/pom.xml

                  <exclude>%regex[.*[$]\d+.class]</exclude>
                </excludes>
                <redirectTestOutputToFile>true</redirectTestOutputToFile>
                <runOrder>alphabetical</runOrder>
                <!-- Set max heap for tests. -->
                <!-- Catch dependencies on the default locale by setting it to hi-IN. -->
                <argLine>-Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.opens}</argLine>
              </configuration>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Feb 17 19:12:41 GMT 2026
    - 26.9K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/hash/BloomFilter.java

          Funnel<? super T> funnel, long expectedInsertions) {
        return create(funnel, expectedInsertions, 0.03); // FYI, for 3%, we always get 5 hash functions
      }
    
      // Cheat sheet:
      //
      // m: total bits
      // n: expected insertions
      // b: m/n, bits per insertion
      // p: expected false positive probability
      //
      // 1) Optimal k = b * ln2
      // 2) p = (1 - e ^ (-kn/m))^k
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 10 22:28:12 GMT 2026
    - 27.6K bytes
    - Click Count (0)
  3. android/guava/src/com/google/common/collect/CompactHashMap.java

       * *Map variants. This class is particularly hard to benchmark, because the benefit is not only in
       * less allocation, but also having the GC do less work to scan the heap because of fewer
       * references, which is particularly hard to quantify.
       */
    
      /** Creates an empty {@code CompactHashMap} instance. */
      public static <K extends @Nullable Object, V extends @Nullable Object>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 35.7K bytes
    - Click Count (0)
  4. src/main/webapp/js/bootstrap.min.js.map

    BjiB,GAClD+T,EAAQoM,eAA8B,aAAfngB,EAAMsB,KAAsB4d,GAAgBD,IACjElL,EAAQzN,SAAS3L,SAASqF,EAAMU,eAElCqT,EAAQ8M,QAAQ,GAEpB,CAGFhgB,KAAKkgB,kBAAoB,KACnBlgB,KAAKyF,UACPzF,KAAKuP,MACP,EAGFhP,EAAac,GAAGrB,KAAKyF,SAASlM,QAAQ2kB,IAAiBC,GAAkBne,KAAKkgB,kBAChF,CAEAP,YACE,MAAMV,EAAQjf,KAAKyF,SAASxL,aAAa,SAEpCglB,IAIAjf,KAAKyF,SAASxL,aAAa,eAAkB+F,KAAKyF,SAAS6X,YAAY/W,QAC1EvG,KAAKyF,SAASjC,aAAa,aAAcyb,GAG3Cjf,KAAKyF,SAASjC,aAAa,yBAA0Byb,GACrDjf,KAAKyF,SAAS/B,gBAAgB,SAChC,CAEAuc,SACMjgB,KAAKsP,YAActP,KAAKqf,WAC1B...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 12 06:14:02 GMT 2025
    - 211.9K bytes
    - Click Count (0)
  5. CHANGELOG/CHANGELOG-1.7.md

      * Start recording cloud provider metrics for AWS ([#43477](https://github.com/kubernetes/kubernetes/pull/43477), [@gnufied](https://github.com/gnufied))
    
      * Support iSCSI CHAP authentication ([#43396](https://github.com/kubernetes/kubernetes/pull/43396), [@rootfs](https://github.com/rootfs))
    
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 308.7K bytes
    - Click Count (1)
  6. CHANGELOG/CHANGELOG-1.9.md

        *   Pod Security Policy can now manage access to specific FlexVolume drivers.([#53179](https://github.com/kubernetes/kubernetes/pull/53179),[ @wanghaoran1988](https://github.com/wanghaoran1988))
        *   To prevent unauthorized access to CHAP Secrets, you can now set the secretNamespace storage class parameters for the following volume types:
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Click Count (0)
Back to Top