Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 85 for logical (0.18 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            run "resolve"
    
            then:
            executed(":jars", ":resolve")
    
            and:
            output.count("Transforming") == 0
        }
    
        def "applies transforms to artifacts from local projects matching on implicit format attribute"() {
            given:
            buildFile << """
                project(':lib') {
                    task jar1(type: Jar) {
                        destinationDirectory = buildDir
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  2. src/internal/trace/testdata/tests/go122-gc-stress.test

    String id=23
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace2.go"
    String id=24
    	data="runtime.(*traceAdvancerState).start.func1"
    String id=25
    	data="runtime.gcAssistAlloc"
    String id=26
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/mgcmark.go"
    String id=27
    	data="runtime.deductAssistCredit"
    String id=28
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/malloc.go"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/exec.go

    	}
    	fmt.Fprintf(h, "goos %s goarch %s\n", cfg.Goos, cfg.Goarch)
    	fmt.Fprintf(h, "import %q\n", p.ImportPath)
    	fmt.Fprintf(h, "omitdebug %v standard %v local %v prefix %q\n", p.Internal.OmitDebug, p.Standard, p.Internal.Local, p.Internal.LocalPrefix)
    	if cfg.BuildTrimpath {
    		fmt.Fprintln(h, "trimpath")
    	}
    	if p.Internal.ForceLibrary {
    		fmt.Fprintf(h, "forcelibrary\n")
    	}
    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. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

            zipkin:
              address: zipkin.istio-system:9411
        defaultProviders:
          metrics:
          - prometheus
        enablePrometheusMerge: true
        rootNamespace: istio-control
        trustDomain: cluster.local
      meshNetworks: 'networks: {}'
    kind: ConfigMap
    metadata:
      labels:
        install.operator.istio.io/owning-resource: unknown
        istio.io/rev: default
        operator.istio.io/component: Pilot
        release: istio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  5. src/net/http/server.go

    	return false
    }
    
    func (w *response) Header() Header {
    	if w.cw.header == nil && w.wroteHeader && !w.cw.wroteHeader {
    		// Accessing the header between logically writing it
    		// and physically writing it means we need to allocate
    		// a clone to snapshot the logically written state.
    		w.cw.header = w.handlerHeader.Clone()
    	}
    	w.calledHeader = true
    	return w.handlerHeader
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_test.go

    				Consecutive_5Xx:          &wrappers.UInt32Value{Value: 0},
    				EnforcingConsecutive_5Xx: &wrappers.UInt32Value{Value: 0},
    				EnforcingSuccessRate:     &wrappers.UInt32Value{Value: 0},
    			},
    		},
    		{
    			"Local origin errors is enabled",
    			&networking.OutlierDetection{
    				SplitExternalLocalOriginErrors: true,
    				ConsecutiveLocalOriginFailures: &wrappers.UInt32Value{Value: 10},
    			},
    			&cluster.OutlierDetection{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/gateway_test.go

    						Service: "foo/example.local",
    						Port:    1234,
    					},
    				},
    			})
    
    			cg := NewConfigGenTest(t, TestOptions{
    				Configs:    tt.configs,
    				MeshConfig: mc,
    			})
    			cg.PushContext().ServiceIndex.HostnameAndNamespace = map[host.Name]map[string]*pilot_model.Service{
    				"example.local": {
    					"foo": &pilot_model.Service{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  8. pkg/config/validation/validation_test.go

    				ConsecutiveErrors: 101,
    			},
    			valid: true,
    			warn:  true,
    		},
    		{
    			name: "consecutive local origin errors is set but split local origin errors is not set", in: &networking.OutlierDetection{
    				ConsecutiveLocalOriginFailures: &wrapperspb.UInt32Value{Value: 10},
    			},
    			valid: false,
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  9. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    			}
    			syncAndDiffZoneState(tt.expectedFollowingStates)
    		})
    	}
    }
    
    func TestPodStatusChange(t *testing.T) {
    	fakeNow := metav1.Date(2015, 1, 1, 12, 0, 0, 0, time.UTC)
    
    	// Because of the logic that prevents NC from evicting anything when all Nodes are NotReady
    	// we need second healthy node in tests. Because of how the tests are written we need to update
    	// the status of this Node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

    // CHECK-LABEL: logicalNot
    // CHECK:  "tfl.logical_not"(%arg0) : (tensor<8xi1>) -> tensor<8xi1>
    }
    
    func.func @logicalOr(%arg0: tensor<8xi1>, %arg1: tensor<8xi1>) -> tensor<8xi1> {
      %0 = "tf.LogicalOr"(%arg0, %arg1) : (tensor<8xi1>, tensor<8xi1>) -> tensor<8xi1>
      func.return %0: tensor<8xi1>
    
    // CHECK-LABEL: logicalOr
    // CHECK:  tfl.logical_or %arg0, %arg1 : tensor<8xi1>
    // CHECK:  return
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
Back to top