Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 3,008 for xdefine (0.29 sec)

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

      #define CU_FREE(x)              free((x))
      /** Standard realloc() if MEMTRACE not defined. */
      #define CU_REALLOC(x, y)        realloc((x), (y))
      /** No-op if MEMTRACE not defined. */
      #define CU_CREATE_MEMORY_REPORT(x)
      /** No-op if MEMTRACE not defined. */
      #define CU_DUMP_MEMORY_USAGE(x)
    #endif  /* MEMTRACE */
    
    #ifdef CUNIT_BUILD_TESTS
    /** Disable memory allocation for testing purposes. */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/phases/workflow/phase.go

    	RunIf func(data RunData) (bool, error)
    
    	// InheritFlags defines the list of flags that the cobra command generated for this phase should Inherit
    	// from local flags defined in the parent command / or additional flags defined in the phase runner.
    	// If the values is not set or empty, no flags will be assigned to the command
    	// Nb. global flags are automatically inherited by nested cobra command
    	InheritFlags []string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 15:35:58 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  3. src/text/template/examplefiles_test.go

    		// T0.tmpl is a plain template file that just invokes T1.
    		{"T0.tmpl", `T0 invokes T1: ({{template "T1"}})`},
    		// T1.tmpl defines a template, T1 that invokes T2.
    		{"T1.tmpl", `{{define "T1"}}T1 invokes T2: ({{template "T2"}}){{end}}`},
    		// T2.tmpl defines a template T2.
    		{"T2.tmpl", `{{define "T2"}}This is T2{{end}}`},
    	})
    	// Clean up after the test; another quirk of running as an example.
    	defer os.RemoveAll(dir)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 6.1K bytes
    - Viewed (0)
  4. ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch

     #  define hidden_ver(local, name)	__hidden_ver1(local, __GI_##name, name);
     #  define hidden_data_ver(local, name)	hidden_ver(local, name)
     #  define hidden_def(name)		__hidden_ver1(__GI_##name, name, name);
    @@ -541,7 +550,8 @@ for linking")
     #  define __hidden_nolink1(local, internal, name, version) \
       __hidden_nolink2 (local, internal, name, version)
     #  define __hidden_nolink2(local, internal, name, version) \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 14:52:45 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  5. src/html/template/examplefiles_test.go

    		// T0.tmpl is a plain template file that just invokes T1.
    		{"T0.tmpl", `T0 invokes T1: ({{template "T1"}})`},
    		// T1.tmpl defines a template, T1 that invokes T2.
    		{"T1.tmpl", `{{define "T1"}}T1 invokes T2: ({{template "T2"}}){{end}}`},
    		// T2.tmpl defines a template T2.
    		{"T2.tmpl", `{{define "T2"}}This is T2{{end}}`},
    	})
    	// Clean up after the test; another quirk of running as an example.
    	defer os.RemoveAll(dir)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 7.5K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top