Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 45 of 45 for listener2 (0.11 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      TF_ASSIGN_OR_RETURN(bool cycle_detection_graph_ok,
                          CreateCycleDetectionGraph(graph_, &cycles_graph_));
      if (!cycle_detection_graph_ok) {
        // TODO(sanjoy): This should be logged via the XLA activity listener.
        VLOG(2) << "Could not form cycle detection graph";
        return false;
      }
    
      if (!debug_options_.ignore_deadness_checks) {
        XLA_SCOPED_LOGGING_TIMER_LEVEL("DeadnessAnalysis", 1);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  2. cmd/test-utils_test.go

    	globalObjLayerMutex.Lock()
    	globalObjectAPI = objLayer
    	globalObjLayerMutex.Unlock()
    
    	// initialize peer rpc
    	host, port := mustSplitHostPort(testServer.Server.Listener.Addr().String())
    	globalMinioHost = host
    	globalMinioPort = port
    	globalMinioAddr = getEndpointsLocalAddr(testServer.Disks)
    
    	initAllSubsystems(ctx)
    
    	globalEtcdClient = nil
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
  3. tests/integration/ambient/baseline_test.go

    spec:
      workloadSelector:
        labels:
          gateway.networking.k8s.io/gateway-name: "{{.Destination}}"
      configPatches:
      - applyTo: HTTP_FILTER
        match:
          context: SIDECAR_INBOUND
          listener:
            filterChain:
              filter:
                name: "envoy.filters.network.http_connection_manager"
                subFilter:
                  name: "envoy.filters.http.router"
        patch:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  4. pilot/pkg/model/push_context_test.go

    			}
    			if len(filter.Patches[networking.EnvoyFilter_LISTENER]) != tt.expectedListenerPatches {
    				t.Errorf("Expect %d envoy filter listener patches, but got %d", tt.expectedListenerPatches, len(filter.Patches[networking.EnvoyFilter_LISTENER]))
    			}
    		})
    	}
    }
    
    func TestEnvoyFilterOrder(t *testing.T) {
    	env := &Environment{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	inputDesc   nwmTriplet
    	outputDesc  nwmQuadruplet
    }
    
    type nwmFilter struct {
    	ident         uint32
    	flags         uint32
    	resourceName  [8]byte
    	resourceId    uint32
    	listenerId    uint32
    	local         [28]byte // union of sockaddr4 and sockaddr6
    	remote        [28]byte // union of sockaddr4 and sockaddr6
    	_             uint16
    	_             uint16
    	asid          uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
Back to top