Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 38 for respective (0.4 sec)

  1. src/runtime/mprof.go

    	profBlockLock mutex
    	// profMemActiveLock protects the active field of every memRecord struct
    	profMemActiveLock mutex
    	// profMemFutureLock is a set of locks that protect the respective elements
    	// of the future array of every memRecord struct
    	profMemFutureLock [len(memRecord{}.future)]mutex
    )
    
    // All memory allocations are local and do not escape outside of the profiler.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

    }
    
    // MultiClusterConfig specifies the Configuration for Istio mesh across multiple clusters through the istio gateways.
    message MultiClusterConfig {
      // Enables the connection between two kubernetes clusters via their respective ingressgateway services.
      // Use if the pods in each cluster cannot directly talk to one another.
      google.protobuf.BoolValue enabled = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    ```
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.ReflectUtils$2 (file:/.../testng-5.12.1.jar) to <method>
    WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.ReflectUtils$2
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // their actual values.  The values must be compatible built-in types,
    // or you will get a compiler error.  By "compatible" we mean that the
    // values can be compared by the respective operator.
    //
    // Note:
    //
    //   1. It is possible to make a user-defined type work with
    //   {ASSERT|EXPECT}_??(), but that requires overloading the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    // their actual values.  The values must be compatible built-in types,
    // or you will get a compiler error.  By "compatible" we mean that the
    // values can be compared by the respective operator.
    //
    // Note:
    //
    //   1. It is possible to make a user-defined type work with
    //   {ASSERT|EXPECT}_??(), but that requires overloading the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  6. src/cmd/cgo/gcc.go

    			if r.Name.Kind != "type" {
    				repl = "(" + repl + ")"
    			}
    			f.Edit.Replace(f.offset(old.Pos()), f.offset(old.End()), repl)
    		}
    	}
    
    	// Remove functions only used as expressions, so their respective
    	// bridge functions are not generated.
    	for name, used := range functions {
    		if !used {
    			delete(f.Name, name)
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

      // 'parent_func' is the function that holds the original set of ops.
      // Note, 'inputs' and 'outputs' are the predetermined set of values that
      // should become the operands and return values, respectively.
      auto saved_insertion_point = builder.saveInsertionPoint();
      func::FuncOp new_func =
          CreateFnWithSignature(module, symbol_table, inputs, outputs, name);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    If this property is `true`, Gradle will continue with the project's build once the tests have completed, even if some of them have failed. Note that, by default, the `Test` task always executes every test that it detects, irrespective of this setting.
    
    `failFast` —  (since Gradle 4.6) default: false::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go

    // puts the diff in the `patch` associated with `key`
    // key is the key associated with originalValue and modifiedValue.
    // originalValue, modifiedValue are the old and new value respectively.They are both maps
    // patch is the patch map that contains key and the updated value, and it is the parent of originalValue, modifiedValue
    // diffOptions contains multiple options to control how we do the diff.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 23:34:23 UTC 2023
    - 75.5K bytes
    - Viewed (0)
  10. docs/bucket/notifications/README.md

    ```
    
    MinIO supports any MQTT server that supports MQTT 3.1 or 3.1.1 and can connect to them over TCP, TLS, or a Websocket connection using `tcp://`, `tls://`, or `ws://` respectively as the scheme for the broker url. See the [Go Client](http://www.eclipse.org/paho/clients/golang/) documentation for more information.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
Back to top