Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for xctestrunner (0.35 seconds)

  1. MODULE.bazel

        "tflite_mobilenet_quant",
        "tflite_mobilenet_ssd",
        "tflite_mobilenet_ssd_quant",
        "tflite_mobilenet_ssd_quant_protobuf",
        "tflite_ovic_testdata",
        "vulkan_headers",
        "xctestrunner",
    )
    
    # TODO: Remove this injection once xprof is updated.
    inject_repo(
        tf_third_party,
        com_github_nlohmann_json = "nlohmann_json_lib",
    )
    
    pybind11_internal_configure = use_extension(
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/core/io/TraverserUtilTest.java

    import java.util.ArrayList;
    import java.util.HashSet;
    import java.util.List;
    import java.util.Set;
    
    import junit.framework.TestCase;
    import junit.textui.ResultPrinter;
    import junit.textui.TestRunner;
    
    import org.codelibs.core.io.TraversalUtil.FileSystemTraverser;
    import org.codelibs.core.io.TraversalUtil.JarFileTraverser;
    import org.codelibs.core.io.xxx.DummyTest;
    import org.codelibs.core.lang.ClassUtil;
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Sat May 10 01:32:17 GMT 2025
    - 6.4K bytes
    - Click Count (0)
  3. build-tools-internal/src/main/groovy/elasticsearch.ide.gradle

      idea {
        project {
          vcs = 'Git'
          jdkName = BuildParams.minimumCompilerVersion.majorVersion
    
          settings {
            delegateActions {
              delegateBuildRunToGradle = false
              testRunner = 'choose_per_test'
            }
            taskTriggers {
              afterSync tasks.named('configureIdeCheckstyle'), tasks.named('configureIdeaGradleJvm'), tasks.named('buildDependencyArtifacts')
            }
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 24 19:34:12 GMT 2021
    - 8.8K bytes
    - Click Count (0)
  4. .bazelrc

    # Test-related settings below this point
    # We cannot run cross-compiled tests on the remote Linux x86 VMs so we need to
    # force all tests to run locally on the Aarch64 host.
    test:rbe_cross_compile_base --strategy=TestRunner=local --build_tests_only
    test:rbe_cross_compile_base --verbose_failures=true --local_test_jobs=HOST_CPUS --test_output=errors
    
    # START LINUX AARCH64 CROSS-COMPILE CONFIGS
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 58.9K bytes
    - Click Count (0)
Back to Top