Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 3,826 for thereby (0.14 sec)

  1. src/net/udpsock.go

    func (c *UDPConn) ReadFromUDP(b []byte) (n int, addr *UDPAddr, err error) {
    	// This function is designed to allow the caller to control the lifetime
    	// of the returned *UDPAddr and thereby prevent an allocation.
    	// See https://blog.filippo.io/efficient-go-apis-with-the-inliner/.
    	// The real work is done by readFromUDP, below.
    	return c.readFromUDP(b, &UDPAddr{})
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 16:58:25 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/core-plugins/idea_plugin.adoc

    
    [[sec:partial-rewrite]]
    ==== Partial rewrite of existing content
    
    A "complete rewrite" causes all existing content to be discarded, thereby losing any changes made directly in the IDE. The `beforeMerged` hook makes it possible to overwrite just certain parts of the existing content. The following example removes all existing dependencies from the `Module` domain object:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/core-plugins/eclipse_plugin.adoc

    
    [[sec:partial-overwrite]]
    ==== Partial overwrite of existing content
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  4. src/runtime/extern.go

    	extension is the lower case name for the instruction set extension such as sse41 or avx
    	as listed in internal/cpu package. As an example cpu.avx=off disables runtime detection
    	and thereby use of AVX instructions.
    
    	cgocheck: setting cgocheck=0 disables all checks for packages
    	using cgo to incorrectly pass Go pointers to non-Go code.
    	Setting cgocheck=1 (the default) enables relatively cheap
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  5. tensorflow/c/kernels.h

    //
    // If non-null, TensorFlow will call create_func when it needs to instantiate
    // the kernel. The pointer returned by create_func will be passed to
    // compute_func and delete_func, thereby functioning as a "this" pointer for
    // referring to kernel instances.
    //
    // The TF_OpKernelConstruction pointer passed to create_func is owned by
    // TensorFlow and will be deleted once create_func returns. It must not be used
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 09 22:46:22 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/util/concurrent/Monitor.java

       * the monitor, thereby causing some guard to be satisfied.
       *
       * <p>In addition, any thread that has been signalled when its guard was satisfied acquires the
       * responsibility of signalling the next thread when it again relinquishes the lock. Unlike a
       * normal Condition, there is no guarantee that an interrupted thread has not been signalled,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 18:22:01 UTC 2023
    - 38.6K bytes
    - Viewed (0)
  7. src/runtime/map_test.go

    	// have a nil bucket pointer due to starting with preallocated buckets
    	// on the stack. Escaping maps start with a non-nil bucket pointer if
    	// hint size is above bucketCnt and thereby have more than one bucket.
    	// These tests depend on bucketCnt and loadFactor* in map.go.
    	t.Run("mapliteral", func(t *testing.T) {
    		for _, tt := range mapBucketTests {
    			localMap := map[int]int{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  8. guava/src/com/google/common/util/concurrent/Monitor.java

       * the monitor, thereby causing some guard to be satisfied.
       *
       * <p>In addition, any thread that has been signalled when its guard was satisfied acquires the
       * responsibility of signalling the next thread when it again relinquishes the lock. Unlike a
       * normal Condition, there is no guarantee that an interrupted thread has not been signalled,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 18:22:01 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  9. licenses/github.com/containerd/typeurl/v2/LICENSE

          separable from, or merely link (or bind by name) to the interfaces of,
          the Work and Derivative Works thereof.
    
          "Contribution" shall mean any work of authorship, including
          the original version of the Work and any modifications or additions
          to that Work or Derivative Works thereof, that is intentionally
          submitted to Licensor for inclusion in the Work by the copyright owner
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 24 18:16:35 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  10. LICENSES/vendor/github.com/opencontainers/runtime-spec/LICENSE

          separable from, or merely link (or bind by name) to the interfaces of,
          the Work and Derivative Works thereof.
    
          "Contribution" shall mean any work of authorship, including
          the original version of the Work and any modifications or additions
          to that Work or Derivative Works thereof, that is intentionally
          submitted to Licensor for inclusion in the Work by the copyright owner
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 08 04:49:00 UTC 2020
    - 10.7K bytes
    - Viewed (0)
Back to top