Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 100 for notified (0.19 sec)

  1. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

              }
            }
    
            return false;
          } finally {
            unlock();
          }
        }
    
        /** Clears a value that has not yet been set, and thus does not require count to be modified. */
        @CanIgnoreReturnValue
        boolean clearValueForTesting(
            K key,
            int hash,
            WeakValueReference<K, V, ? extends InternalEntry<K, V, ?>> valueReference) {
          lock();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    }
    
    def TF_BesselI0eOp : TF_Op<"BesselI0e", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Computes the Bessel i0e function of `x` element-wise.";
    
      let description = [{
    Exponentially scaled modified Bessel function of order 0 defined as
    `bessel_i0e(x) = exp(-abs(x)) bessel_i0(x)`.
    
    This function is faster and numerically stabler than `bessel_i0(x)`.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java

    import java.util.Set;
    
    import static org.gradle.api.internal.artifacts.ivyservice.IvyUtil.createModuleRevisionId;
    
    /**
     * Copied from org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorParser into Gradle codebase, and heavily modified.
     */
    public class IvyXmlModuleDescriptorParser extends AbstractModuleDescriptorParser<MutableIvyModuleResolveMetadata> {
        static final String[] DEPENDENCY_REGULAR_ATTRIBUTES =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 65K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/listener_test.go

    	// Update MeshConfig
    	m.AccessLogFormat = "format modified"
    	// Trigger MeshConfig change and validate that access log is recomputed.
    	accessLogBuilder.reset()
    	listeners = buildListeners(t, TestOptions{MeshConfig: m}, nil)
    
    	// Validate that access log filter uses the new format.
    	validateAccessLog(t, xdstest.ExtractListener(model.VirtualOutboundListenerName, listeners), "format modified\n")
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/deadness_analysis_test.cc

      Output add0 = ops::Add(root.WithOpName("add0"), iv0, iv1);
      Output add1 = ops::Add(root.WithOpName("add1"), iv1, iv2);
    
      // NB!  iv0 and iv1 are equivalent and a smarter deadness analysis would have
      // noticed that.  Today we are pessimistic here because we assign an
      // uninterpreted symbol to merges with backedges.
    
      VLogGraphIfAsked(*root.graph());
    
      {
        std::unique_ptr<DeadnessAnalysis> result;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    				return &c
    			}(),
    			updated: stringsToHosts(updatedHTTPDNS.Spec.(*networking.ServiceEntry).Hosts),
    		},
    		{
    			name:    "config modified with added/deleted host",
    			current: updatedHTTPDNS,
    			new: func() *config.Config {
    				c := updatedHTTPDNS.DeepCopy()
    				se := c.Spec.(*networking.ServiceEntry)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modload/init.go

    				//
    				// Modules named "std" outside of GOROOT/src do not receive this special
    				// treatment, so it is possible to run 'go test .' in other GOROOTs to
    				// test individual packages using a combination of the modified package
    				// and the ordinary standard library.
    				// (See https://golang.org/issue/30756.)
    				mainModules.pathPrefix[m] = ""
    			}
    		}
    
    		if modFiles[i] != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

            // disown the parent
    
            // copy fields
            file = project.file;
            basedir = project.basedir;
    
            // don't need a deep copy, they don't get modified or added/removed to/from - but make them unmodifiable to be
            // sure!
            if (project.getDependencyArtifacts() != null) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Mar 01 17:18:13 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/compilation_test.go

    						{Rule: "fakeFunction('abc') == 'ABC'"},
    					},
    				},
    			},
    			unmodified: true,
    			expectedResults: []validationMatcher{
    				noError(),
    			},
    		},
    		{
    			name: "modified expressions may not use CEL environment features planned to be added in future releases",
    			input: schema.Structural{
    				Generic: schema.Generic{
    					Type: "object",
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	//
    	// The server guarantees that the objects returned when using continue will be identical to issuing
    	// a single list call without a limit - that is, no objects created, modified, or deleted after the
    	// first request is issued will be included in any subsequent continued requests. This is sometimes
    	// referred to as a consistent snapshot, and ensures that a client that is using limit to receive
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
Back to top