Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for redirection (1.43 sec)

  1. android/guava/src/com/google/common/cache/LocalCache.java

      static class Segment<K, V> extends ReentrantLock {
    
        /*
         * TODO(fry): Consider copying variables (like evictsBySize) from outer class into this class.
         * It will require more memory but will reduce indirection.
         */
    
        /*
         * Segments maintain a table of entry lists that are ALWAYS kept in a consistent state, so can
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/LocalCache.java

      static class Segment<K, V> extends ReentrantLock {
    
        /*
         * TODO(fry): Consider copying variables (like evictsBySize) from outer class into this class.
         * It will require more memory but will reduce indirection.
         */
    
        /*
         * Segments maintain a table of entry lists that are ALWAYS kept in a consistent state, so can
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/data.go

    //			000000000000013d:  IMAGE_REL_AMD64_REL32	_errno
    //
    // The assembly below dispenses with the import symbol and just makes
    // a direct call to _errno.
    //
    // The code below handles indirect refs by redirecting the target of
    // the relocation from "__imp_XYZ" to "XYZ" (since the latter symbol
    // is what the Windows loader is expected to resolve). For direct refs
    // the call is redirected to a stub, where the stub first loads the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    "touches":1,"min_t":1244593336,"max_t":1244593336,"mean_t":1244593336},{"name":"control-clip-expected.checksum","kids":[],"cl_weight":0.04259154393071349,"touches":3,"min_t":1228525763,"max_t":1244593336,"mean_t":1234199294},{"name":"file-input-direction-expected.txt","kids":[],"cl_weight":0.041666666666666664,"touches":1,"min_t":1244593336,"max_t":1244593336,"mean_t":1244593336},{"name":"select-empty-option-height-expected.png","kids":[],"cl_weight":0.041666666666666664,"touches":1,"min_t":1244...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

              "periodSeconds"
            ],
            "type": "object"
          },
          "io.k8s.api.autoscaling.v2.HPAScalingRules": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
Back to top