Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 5,405 for xdefine (0.14 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/tutorial/partr1_gradle_init.adoc

    <2> Use Maven Central for resolving dependencies.
    <3> Use JUnit Jupiter for testing (using the version catalog).
    <4> This dependency is used by the application (referred using the version catalog).
    <5> Define the toolchain version.
    <6> Define the main class for the application.
    <7> Use JUnit Platform for unit tests.
    =====
    [.multi-language-sample]
    =====
    [source, groovy]
    ----
    plugins {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 22:50:45 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-death-test-internal.h

      }
    
    # else
    #  define GTEST_EXECUTE_DEATH_TEST_STATEMENT_(statement, death_test) \
      GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement)
    
    # endif
    
    // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
    // ASSERT_EXIT*, and EXPECT_EXIT*.
    # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
      GTEST_AMBIGUOUS_ELSE_BLOCKER_ \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            if the Protocol field is "HTTP", "TCP", or "UDP".
    
    
                            The association of SNIs to Certificate defined in GatewayTLSConfig is
                            defined based on the Hostname field for this listener.
    
    
                            The GatewayClass MUST use the longest matching SNI out of all
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/plan9/mkall.sh

    # part about preparing this file is figuring out which headers to
    # include and which symbols need to be #defined to get the
    # actual data structures that pass through to the kernel system calls.
    # Some C libraries present alternate versions for binary compatibility
    # and translate them on the way in and out of system calls, but
    # there is almost always a #define that can get the real ones.
    # See types_darwin.c and types_linux.c for examples.
    #
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 4.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/networking/v1alpha1/generated.proto

      // items is the list of ServiceCIDRs.
      repeated ServiceCIDR items = 2;
    }
    
    // ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
    message ServiceCIDRSpec {
      // CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64")
      // from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  6. api/maven-api-toolchain/src/main/mdo/toolchains.mdo

                define its own format and semantics. This was generally a properties format.
                &lt;p>Since Maven 3.2.4, the type for this field has been changed to Properties to match the de-facto
                format.
                &lt;p>Each toolchain defines its own properties names and semantics.
              </description>
            </field>
            <field>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 07 21:28:01 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/phases/certs/renewal/manager.go

    	// CAName defines the name for the CA on which this certificate depends
    	CAName string
    
    	// CABaseName defines the base name for the CA that should be used for certificate renewal
    	CABaseName string
    
    	// readwriter defines a CertificateReadWriter to be used for certificate renewal
    	readwriter certificateReadWriter
    
    	// certConfigMutators holds the mutator functions that can be applied to the input cert config object
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 15K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/quantization/ir/Passes.h

    //
    //===----------------------------------------------------------------------===//
    
    #ifndef TENSORFLOW_COMPILER_MLIR_LITE_QUANTIZATION_IR_PASSES_H_
    #define TENSORFLOW_COMPILER_MLIR_LITE_QUANTIZATION_IR_PASSES_H_
    
    #include "mlir/Pass/Pass.h"  // from @llvm-project
    
    namespace mlir {
    namespace func {
    class FuncOp;
    }  // namespace func
    
    namespace quantfork {
    
    /// Creates a pass that converts quantization simulation operations (i.e.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jul 29 18:55:28 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-death-test-internal.h

      }
    
    # else
    #  define GTEST_EXECUTE_DEATH_TEST_STATEMENT_(statement, death_test) \
      GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement)
    
    # endif
    
    // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
    // ASSERT_EXIT*, and EXPECT_EXIT*.
    # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
      GTEST_AMBIGUOUS_ELSE_BLOCKER_ \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h.pump

    //     floating-point type or a user defined type satisfying these conditions:
    //     * It must be assignable (have operator=() defined).
    //     * It must have operator+() (operator+(int-compatible type) for
    //       two-operand version).
    //     * It must have operator<() defined.
    //     Elements in the resulting sequences will also have that type.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top