Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 49 for capture1 (0.28 sec)

  1. pkg/proxy/nftables/proxier.go

    						proxier.localDetector.IfNotLocalNFT(),
    						"jump", markMasqChain,
    					),
    				})
    			}
    		}
    
    		// Set up external traffic handling (if any "external" destinations are
    		// enabled). All captured traffic for all external destinations should
    		// jump to externalTrafficChain, which will handle some special cases and
    		// then jump to externalPolicyChain.
    		if usesExternalTrafficChain {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener.go

    				// for older proxies, it defaults to iptables redirect.  If the
    				// listener's capture mode specifies NONE, then the proxy wants
    				// this listener alone to be on a physical port. If the
    				// listener's capture mode is default, then its same as
    				// iptables i.e. BindToPort is false.
    				bind.bindToPort = true
    			} else if strings.HasPrefix(egressListener.IstioListener.Bind, model.UnixAddressPrefix) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #endif
    }
    
    #if GTEST_HAS_STREAM_REDIRECTION
    
    // Defines the stderr capturer:
    //   CaptureStdout     - starts capturing stdout.
    //   GetCapturedStdout - stops capturing stdout and returns the captured string.
    //   CaptureStderr     - starts capturing stderr.
    //   GetCapturedStderr - stops capturing stderr and returns the captured string.
    //
    GTEST_API_ void CaptureStdout();
    GTEST_API_ std::string GetCapturedStdout();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #endif
    }
    
    #if GTEST_HAS_STREAM_REDIRECTION
    
    // Defines the stderr capturer:
    //   CaptureStdout     - starts capturing stdout.
    //   GetCapturedStdout - stops capturing stdout and returns the captured string.
    //   CaptureStderr     - starts capturing stderr.
    //   GetCapturedStderr - stops capturing stderr and returns the captured string.
    //
    GTEST_API_ void CaptureStdout();
    GTEST_API_ std::string GetCapturedStdout();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.proto

      google.protobuf.BoolValue enableCoreDump = 9;
    
      // Specifies the Istio ingress ports not to capture.
      string excludeInboundPorts = 12;
    
      // Lists the excluded IP ranges of Istio egress traffic that the sidecar captures.
      string excludeIPRanges = 13;
    
      // Image name or path for the proxy, default: "proxyv2".
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/deadness_analysis_test.cc

          root, "div1_inner", "inner_loop", iv_inner.loop_cond,
          div1_outer.induction_var);
    
      Output captured = ops::_Recv(root.WithOpName("captured"), DT_INT32,
                                   "tensor_a", "sender", 0, "receiver");
      Output capture_enter_outer = ops::internal::Enter(
          root.WithOpName("capture_enter_outer"), captured, "outer_loop",
          ops::internal::Enter::Attrs().IsConstant(true));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  7. src/runtime/mprof.go

    // "Absent" from the profile, and end up "Satisfied" by the time the profile is
    // complete. While a goroutine's stack is being captured, its
    // goroutineProfileState will be "InProgress" and it will not be able to run
    // until the capture completes and the state moves to "Satisfied".
    //
    // Some goroutines (the finalizer goroutine, which at various times can be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

      %identity = "tf.Identity"(%arg0) : (tensor<i32>) -> tensor<i32>
      return %identity : tensor<i32>
    }
    ```
    ### `-tf-device-constant-sinking`
    
    _Sinks constants implicitly captured in a tf_device.cluster region._
    
    This pass sinks implicitly captured constants (`tf.Const` ops) used by and into
    a `tf_device.cluster` region. Performing this prior to outlining will reduce the
    number of arguments of the outlined function.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/lib.go

    // object feeding into "CGO internal" link step.
    func captureHostObj(h *Hostobj) {
    	// Form paths for info file and obj file.
    	ofile := fmt.Sprintf("captured-obj-%d.o", hostobjcounter)
    	ifile := fmt.Sprintf("captured-obj-%d.txt", hostobjcounter)
    	hostobjcounter++
    	opath := filepath.Join(*flagCaptureHostObjs, ofile)
    	ipath := filepath.Join(*flagCaptureHostObjs, ifile)
    
    	// Write the info file.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/ppc64.s

    	//       This only captures the MOVD. Should the SLD be appended to the encoding by the test?
    	// Hex constant 0x20004000000
    	MOVD $2199090364416, R5         // 60058001
    	// Hex constant 0xFFFFFE0004000000
    	MOVD $-2198956146688, R5        // 38a08001
    	// TODO: On GOPPC64={power8,power9}, this is preprocessed into MOVD $-1, R5; RLDC R5, $33, $63, R5.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
Back to top