Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 5,405 for xdefine (0.22 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/CUnit.h

    #  define CU_MAX(a,b) (((a) >= (b)) ? (a) : (b))
    #endif
    
    #ifndef CU_MIN
    #  define CU_MIN(a,b) (((a) >= (b)) ? (b) : (a))
    #endif
    
    #if defined(WIN32) || defined(_WIN32) || defined(__WIN32) || defined(__WIN32__)
    #  ifdef CU_DLL
    #    ifdef CU_BUILD_DLL
    #      define CU_EXPORT __declspec(dllexport)
    #    else
    #      define CU_EXPORT __declspec(dllimport)
    #    endif
    #  else
    #    define CU_EXPORT
    #  endif
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.6K bytes
    - Viewed (0)
  2. pkg/scheduler/apis/config/types_pluginargs.go

    // PodTopologySpreadArgs holds arguments used to configure the PodTopologySpread plugin.
    type PodTopologySpreadArgs struct {
    	metav1.TypeMeta
    
    	// DefaultConstraints defines topology spread constraints to be applied to
    	// Pods that don't define any in `pod.spec.topologySpreadConstraints`.
    	// `.defaultConstraints[*].labelSelectors` must be empty, as they are
    	// deduced from the Pod's membership to Services, ReplicationControllers,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 13 23:15:53 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.h

    #undef mutex_lock
    
    #define GET_OP_FWD_DEFINES
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_all_ops.h.inc"
    #define GET_OP_CLASSES
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.h.inc"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 22 14:25:57 UTC 2022
    - 3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    To build native software using Gradle, your project should define one or more _native components_. Each component represents either an executable or a library that Gradle should build. A project can define any number of components. Gradle does not define any components by default.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfr/README.md

    simpler, but it introduces runtime overhead and it cannot easily be used to
    apply dedicated optimizations to op kernels.
    
    The composable TF framework allows the user to define portable TF ops as
    compositions of other TF ops. It translates a Python function used to define the
    composition directly into a portable IR at build time, and uses it to expand the
    composite op in the TF program during compilation / execution. By using this
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 29 18:32:13 UTC 2022
    - 6.2K bytes
    - Viewed (0)
  6. testing/internal-testing/src/test/groovy/org/gradle/test/fixtures/concurrent/ConcurrentSpecTest.groovy

        }
    
        def "cannot query instant that has not been defined in test thread"() {
            when:
            instant.unknown
    
            then:
            IllegalStateException e = thrown()
            e.message == "Instant 'unknown' has not been defined by any test thread."
        }
    
        def "cannot query operation that has not been defined in test thread"() {
            when:
            operation.unknown
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  7. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/incremental/sourceparser/RegexBackedCSourceParserTest.groovy

            ]
        }
    
        def "ignores badly formed define directives"() {
            when:
            sourceFile << """
    #define
    #define  // white space
    #define ()
    #define ( _
    #define ( _ )
    #define X(
    #define X(abc
    #define X( ,
    #define X( abc,
    #define X( abc, ,
    # define @(Y) Z
    """
    
            then:
            macros.empty
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 34.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    // the promise of compatibility.
    #define EMUL_ENABLED		0x1
    #define EMUL_NATIVE		0x2
    #define IPV6_FAITH		0x1d
    #define IPV6_OPTIONS		0x1
    #define IPV6_RTHDR_STRICT	0x1
    #define IPV6_SOCKOPT_RESERVED1	0x3
    #define SIOCGIFGENERIC		0xc020693a
    #define SIOCSIFGENERIC		0x80206939
    #define WALTSIG			0x4
    '
    
    includes_SunOS='
    #include <limits.h>
    #include <sys/types.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/jvm/dependency_management_for_java_projects.adoc

    To define an module dependency, you add it to a <<#sec:configurations_java_tutorial,dependency configuration>>:
    
    .Definition of a module dependency
    ====
    include::sample[dir="snippets/artifacts/externalDependencies/kotlin",files="build.gradle.kts[tags=define-dependency]"]
    include::sample[dir="snippets/artifacts/externalDependencies/groovy",files="build.gradle[tags=define-dependency]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/security/index.md

    That's what makes it possible to have multiple automatic interactive documentation interfaces, code generation, etc.
    
    OpenAPI has a way to define multiple security "schemes".
    
    By using them, you can take advantage of all these standard-based tools, including these interactive documentation systems.
    
    OpenAPI defines the following security schemes:
    
    * `apiKey`: an application specific key that can come from:
        * A query parameter.
        * A header.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jun 24 14:47:15 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top