Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for ADDS (0.08 sec)

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

          newEntry.setValueReference(valueReference.copyFor(this.valueReferenceQueue, value, newEntry));
          return newEntry;
        }
    
        /** Sets a new value of an entry. Adds newly created entries at the end of the access queue. */
        @GuardedBy("this")
        void setValue(ReferenceEntry<K, V> entry, K key, V value, long now) {
          ValueReference<K, V> previous = entry.getValueReference();
    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. cmd/server_test.go

    	// while unmarshalling time.Time type for 'Initiated' field.
    	// time.Time does not honor xml marshaller, it means that we need
    	// to encode/format it before giving it to xml marshaling.
    
    	// This below check adds client side verification to see if its
    	// truly parsable.
    
    	// listMultipartUploadsResponse - format for list multipart uploads response.
    	type listMultipartUploadsResponse struct {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    		// it should generate a header file that C code can
    		// #include.
    		cgoflags = append(cgoflags, "-exportheader="+objdir+"_cgo_install.h")
    	}
    
    	// Rewrite overlaid paths in cgo files.
    	// cgo adds //line and #line pragmas in generated files with these paths.
    	var trimpath []string
    	for i := range cgofiles {
    		path := mkAbs(p.Dir, cgofiles[i])
    		if opath, ok := fsys.OverlayPath(path); ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/data.go

    }
    
    func (ctxt *Link) dostrdata() {
    	for _, name := range strnames {
    		addstrdata(ctxt.Arch, ctxt.loader, name, strdata[name])
    	}
    }
    
    // addgostring adds str, as a Go string value, to s. symname is the name of the
    // symbol used to define the string data and must be unique per linked object.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    	if err := d.Decode(&res); err != nil {
    		panic(err)
    	}
    	return res
    }
    
    type warningRecorder struct {
    	mu       sync.Mutex
    	warnings []string
    }
    
    // AddWarning adds a warning to recorder.
    func (r *warningRecorder) AddWarning(agent, text string) {
    	r.mu.Lock()
    	defer r.mu.Unlock()
    	r.warnings = append(r.warnings, text)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  6. pkg/controller/job/job_controller_test.go

    						Status:  v1.ConditionTrue,
    						Reason:  batch.JobReasonSuccessPolicy,
    						Message: "Matched rules at index 0",
    					},
    				},
    			},
    		},
    		// In the current mechanism, the job controller adds Complete condition to Job
    		// even if some running pods still remain.
    		// So, we need to revisit here before we graduate the JobSuccessPolicy to beta.
    		// TODO(#123775): A Job might finish with ready!=0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  7. src/crypto/internal/nistec/fiat/p521_fiat64.go

    	out1[0] = x1008
    	out1[1] = x1009
    	out1[2] = x1010
    	out1[3] = x1011
    	out1[4] = x1012
    	out1[5] = x1013
    	out1[6] = x1014
    	out1[7] = x1015
    	out1[8] = x1016
    }
    
    // p521Add adds two field elements in the Montgomery domain.
    //
    // Preconditions:
    //
    //	0 ≤ eval arg1 < m
    //	0 ≤ eval arg2 < m
    //
    // Postconditions:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 167K bytes
    - Viewed (0)
  8. src/net/http/serve_test.go

    		return
    	}
    
    	res.Body.Close()
    }
    
    // TestContentLengthZero tests that for both an HTTP/1.0 and HTTP/1.1
    // request (both keep-alive), when a Handler never writes any
    // response, the net/http package adds a "Content-Length: 0" response
    // header.
    func TestContentLengthZero(t *testing.T) {
    	run(t, testContentLengthZero, []testMode{http1Mode})
    }
    func testContentLengthZero(t *testing.T, mode testMode) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "object"
            }
          },
          "required": [
            "driver"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.Capabilities": {
          "description": "Adds and removes POSIX capabilities from running containers.",
          "properties": {
            "add": {
              "description": "Added capabilities",
              "items": {
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  10. doc/go1.17_spec.html

    </pre>
    
    <p>
    Calls to <code>Alignof</code>, <code>Offsetof</code>, and
    <code>Sizeof</code> are compile-time constant expressions of type <code>uintptr</code>.
    </p>
    
    <p>
    The function <code>Add</code> adds <code>len</code> to <code>ptr</code>
    and returns the updated pointer <code>unsafe.Pointer(uintptr(ptr) + uintptr(len))</code>.
    The <code>len</code> argument must be of integer type or an untyped <a href="#Constants">constant</a>.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top