Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 92 for elsif (0.83 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  endif
    # endif
    #elif defined __linux__
    # define GTEST_OS_LINUX 1
    # if defined __ANDROID__
    #  define GTEST_OS_LINUX_ANDROID 1
    # endif
    #elif defined __MVS__
    # define GTEST_OS_ZOS 1
    #elif defined(__sun) && defined(__SVR4)
    # define GTEST_OS_SOLARIS 1
    #elif defined(_AIX)
    # define GTEST_OS_AIX 1
    #elif defined(__hpux)
    # define GTEST_OS_HPUX 1
    #elif defined __native_client__
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/Swift3Test.groovy

                testCase("testCodeWasCompiledWithSwift3Compiler",
                    """#if swift(>=4.0)
                            XCTFail("Compilation unit compiled with Swift 4+ instead of Swift 3.x");
                        #elseif swift(>=3.0)
                            // Do nothing
                        #else
                            XCTFail("Compilation unit compiled with Swift 2- instead of Swift 3.x");
                        #endif
                    """)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  3. src/mdo/reader.vm

                        break;
          #elseif ( $field.type == "boolean" || $field.type == "Boolean" )
                        ${classLcapName}.${field.name}(getBooleanValue(interpolatedTrimmed(nextText(parser, strict), "${fieldTagName}"), "${fieldTagName}", parser, ${field.defaultValue}));
                        break;
          #elseif ( $field.type == "int" )
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  4. src/mdo/model.vm

            #set ( $dummy = $imports.add( "java.util.List" ) )
            #set ( $dummy = $types.put( $field, "List<" + $field.to + ">" ) )
          #elseif ( $field.type == "java.util.Properties" )
            #set ( $dummy = $imports.add( "java.util.Map" ) )
            #set ( $dummy = $types.put( $field, "Map<String, String>" ) )
          #elseif ( $field.type == "DOM" )
            #set ( $dummy = $imports.add( "org.apache.maven.api.xml.XmlNode" ) )
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 07 21:28:01 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  5. src/mdo/model-version.vm

                $pfx !${var}.get${Helper.capitalise($field.name)}().isEmpty() // ${class.name} : ${field.name}
                    #end
                #elseif ( $field.isOneMultiplicity() )
                $pfx is_${v}(${var}.get${Helper.capitalise($field.name)}()) // ${class.name} : ${field.name}
                #elseif ( $field.type == "boolean" || $field.type == "Boolean" )
                $pfx has(${var}.is${Helper.capitalise($field.name)}()) // ${class.name} : ${field.name}
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 16 13:44:33 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/Swift5Test.groovy

                testCase("testCodeWasCompiledWithSwift5Compiler",
                    """#if swift(>=6.0)
                            XCTFail("Compilation unit compiled with Swift 6+ instead of Swift 5.x");
                        #elseif swift(>=5.0)
                            // Do nothing
                        #else
                            XCTFail("Compilation unit compiled with Swift 4- instead of Swift 5.x");
                        #endif
                    """)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/Swift4Test.groovy

                testCase("testCodeWasCompiledWithSwift4Compiler",
                    """#if swift(>=5.0)
                            XCTFail("Compilation unit compiled with Swift 5+ instead of Swift 4.x");
                        #elseif swift(>=4.0)
                            // Do nothing
                        #else
                            XCTFail("Compilation unit compiled with Swift 3- instead of Swift 4.x");
                        #endif
                    """)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  8. scripts/mkdocs_hooks.py

                resolve_file(item=item, files=files, config=config)
            elif isinstance(item, dict):
                assert len(item) == 1
                values = list(item.values())
                if not values:
                    continue
                if isinstance(values[0], str):
                    resolve_file(item=values[0], files=files, config=config)
                elif isinstance(values[0], list):
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Oct 24 20:26:06 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  9. cluster/log-dump/log-dump.sh

        local gke_zone="${ZONE:-}"
        source "${KUBE_ROOT}/cluster/gce/util.sh"
        ZONE="${gke_zone}"
      elif [[ -z "${LOG_DUMP_SSH_KEY:-}" ]]; then
        echo 'LOG_DUMP_SSH_KEY not set, but required when using log_dump_custom_get_instances'
        exit 1
      elif [[ -z "${LOG_DUMP_SSH_USER:-}" ]]; then
        echo 'LOG_DUMP_SSH_USER not set, but required when using log_dump_custom_get_instances'
        exit 1
      fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.py

            output_directory,
            quantization_options,
            representative_dataset,
        )
      elif method.preset_method == _PresetMethod.METHOD_DYNAMIC_RANGE_INT8:
        return _dynamic_range_quantize(
            saved_model_path,
            output_directory,
            quantization_options,
        )
      elif (
          method.preset_method == _PresetMethod.METHOD_STATIC_RANGE_WEIGHT_ONLY_INT8
      ):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top