Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for Cpp (0.09 sec)

  1. platforms/native/tooling-native/src/crossVersionTest/groovy/org/gradle/language/cpp/tooling/r410/CppModelCrossVersionSpec.groovy

    import org.gradle.tooling.model.cpp.CppLibrary
    import org.gradle.tooling.model.cpp.CppProject
    import org.gradle.tooling.model.cpp.CppSharedLibrary
    import org.gradle.tooling.model.cpp.CppStaticLibrary
    import org.gradle.tooling.model.cpp.CppTestSuite
    
    @TargetGradleVersion(">=4.10")
    @Requires(UnitTestPreconditions.NotMacOsM1) // TODO KM how to limit non-backwards compatible checks when aarch64 is not available on Gradle 7.5 and prior?
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  2. platforms/native/testing-native/src/main/java/org/gradle/nativeplatform/test/cpp/plugins/CppUnitTestPlugin.java

    import org.gradle.language.cpp.CppApplication;
    import org.gradle.language.cpp.CppBinary;
    import org.gradle.language.cpp.CppComponent;
    import org.gradle.language.cpp.CppPlatform;
    import org.gradle.language.cpp.ProductionCppComponent;
    import org.gradle.language.cpp.internal.DefaultCppBinary;
    import org.gradle.language.cpp.internal.DefaultCppPlatform;
    import org.gradle.language.cpp.plugins.CppBasePlugin;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 09:46:00 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  3. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

            functionCount: 2
        ]
        subProjectTemplates = ['cpp-source', 'cpp-project', 'gradle-properties']
        daemonMemory = '256m'
    }
    
    performanceTest.registerTestProject("mediumCppApp", CppMultiProjectGeneratorTask) {
        projects = 1
        sourceFiles = 100
        templateArgs = [
            functionCount: 20
        ]
        subProjectTemplates = ['cpp-source', 'cpp-project', 'gradle-properties']
        daemonMemory = '256m'
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  4. platforms/native/tooling-native/src/crossVersionTest/groovy/org/gradle/language/cpp/tooling/r52/CppModelCrossVersionSpec.groovy

            """
            buildFile << """
                apply plugin: 'cpp-application'
    
                application {
                    targetMachines = [machines.host().x86, machines.host().x86_64]
                }
            """
            def headerDir = file('src/main/headers')
            def src1 = file('src/main/cpp/app.cpp').createFile()
            def src2 = file('src/main/cpp/app-impl.cpp').createFile()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/core-plugins/build_init_plugin.adoc

    
    [[sec:cpp_application]]
    === `cpp-application` build type
    
    The “`cpp-application`” build type is not inferable. It must be explicitly specified.
    
    It has the following features:
    
    * Uses the “`cpp-application`” plugin to produce a command-line application implemented in C++
    * Uses the “`cpp-unit-test`” plugin to build and run simple unit tests
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 20:10:43 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  6. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/BuildInitPluginIntegrationTest.groovy

            fails('init', '--type', 'some-unknown-library')
    
            then:
            failure.assertHasCause("""The requested build type 'some-unknown-library' is not supported. Supported types:
      - 'basic'
      - 'cpp-application'
      - 'cpp-library'
      - 'groovy-application'
      - 'groovy-gradle-plugin'
      - 'groovy-library'
      - 'java-application'
      - 'java-gradle-plugin'
      - 'java-library'
      - 'kotlin-application'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 13:39:44 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/hash/Hashing.java

      static final int GOOD_FAST_HASH_SEED = (int) System.currentTimeMillis();
    
      /**
       * Returns a hash function implementing the <a
       * href="https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp">32-bit murmur3
       * algorithm, x86 variant</a> (little-endian variant), using the given seed value, <b>with a known
       * bug</b> as described in the deprecation text.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 09 00:37:15 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/common/uniform_quantized_types_test.cc

          CreateI8F32UniformQuantizedType(UnknownLoc::get(&ctx_), ctx_,
                                          /*scale=*/1.0, /*zero_point=*/0);
      // Storage type of `i8` is currently verifiable as `unsigned` in `Types.cpp`.
      EXPECT_TRUE(quantized_type.getStorageType().isSignlessInteger(8));
    }
    
    TEST_F(CreateI8F32UniformQuantizedTypeTest, F32ExpressedTypeSucceeds) {
      const UniformQuantizedType quantized_type =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  9. guava/src/com/google/common/hash/Hashing.java

      static final int GOOD_FAST_HASH_SEED = (int) System.currentTimeMillis();
    
      /**
       * Returns a hash function implementing the <a
       * href="https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp">32-bit murmur3
       * algorithm, x86 variant</a> (little-endian variant), using the given seed value, <b>with a known
       * bug</b> as described in the deprecation text.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 09 00:37:15 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/flatbuffer_operator.h

    #include "tensorflow/core/platform/statusor.h"
    
    namespace mlir {
    
    // duplicated from
    // https://github.com/openxla/stablehlo/blob/e5ad51715a11721c78b6748ab5de7945df24b1b8/stablehlo/transforms/StablehloLegalizeToVhlo.cpp#L756
    // so we can create correct vhlo types
    class StablehloVhloTypeConverter : public mlir::vhlo::VhloTypeConverter {
     public:
      StablehloVhloTypeConverter() : mlir::vhlo::VhloTypeConverter() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 21:00:09 UTC 2024
    - 11.2K bytes
    - Viewed (0)
Back to top