Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 66 for fRunner (0.1 sec)

  1. platforms/ide/tooling-api-builders/src/main/java/org/gradle/tooling/internal/provider/runner/BuildControllerFactory.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.tooling.internal.provider.runner;
    
    import org.gradle.initialization.BuildCancellationToken;
    import org.gradle.initialization.BuildEventConsumer;
    import org.gradle.internal.build.BuildStateRegistry;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:56:14 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. platforms/software/testing-base-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/AbstractTestDescriptor.java

         *  TODO: move it to TestDescriptor interface with 9.0
         *
         * @return The method name. May return null.
         * @since 8.8
         * @see org.gradle.tooling.internal.provider.runner.TestOperationMapper#getLegacyOperationDisplayName(String, TestDescriptor)
         */
        @Incubating
        @Nullable
        public String getMethodName() {
            return null;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 20:33:30 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-evaluator/src/main/kotlin/org/gradle/internal/declarativedsl/evaluator/runner/EvaluationResult.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.declarativedsl.evaluator.runner
    
    import org.gradle.internal.declarativedsl.analysis.ResolutionError
    import org.gradle.internal.declarativedsl.evaluator.schema.DeclarativeScriptContext
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:40 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. hack/make-rules/verify.sh

      echo -e "========================"
      for t in "${FAILED_TESTS[@]}"; do
          echo -e "${color_red}${t}${color_norm}"
      done
    }
    
    function run-checks {
      local -r pattern=$1
      local -r runner=$2
    
      local t
      for t in ${pattern}
      do
        local check_name
        check_name="$(basename "${t}")"
        if [[ -n ${WHAT:-} ]]; then
          if ! is-explicitly-chosen "${check_name}"; then
            continue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 12:24:15 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  5. platforms/jvm/scala/src/integTest/groovy/org/gradle/scala/ScalaConcurrencyIntegrationTest.groovy

                file("${project}/src/test/scala/${project}/${project.toUpperCase()}Test.scala") << """
                    package ${project}
                    import org.scalatest.funsuite.AnyFunSuite
                    import org.junit.runner.RunWith
                    import org.scalatestplus.junit.JUnitRunner
    
                    @RunWith(classOf[JUnitRunner])
                    class ${project.toUpperCase()}Test extends AnyFunSuite {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 16:10:12 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api-builders/src/main/java/org/gradle/tooling/internal/provider/runner/ClientProvidedPhasedActionRunner.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.tooling.internal.provider.runner;
    
    import org.gradle.initialization.BuildEventConsumer;
    import org.gradle.internal.buildtree.BuildActionRunner;
    import org.gradle.internal.buildtree.BuildTreeLifecycleController;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:56:14 UTC 2024
    - 4K bytes
    - Viewed (0)
  7. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/ServiceScopeValidatorWorkarounds.java

            "org.gradle.internal.serialize.Serializer",
            "org.gradle.execution.DefaultWorkValidationWarningRecorder",
            "org.gradle.api.internal.classpath.DefaultModuleRegistry",
            "org.gradle.tooling.internal.provider.runner.ToolingApiBuildEventListenerFactory",
            "org.gradle.cache.internal.ProducerGuard",
            "org.gradle.internal.typeconversion.NotationParser",
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 05 22:23:18 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/runlit.site.cfg.py

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    """Lit runner site configuration."""
    
    import os
    import platform
    import lit.llvm
    
    # Handle the test srcdir for platforms. On windows, things are weird with bazel.
    if platform.system() == 'Windows':
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 21:33:52 UTC 2024
    - 3K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api-builders/src/main/java/org/gradle/tooling/internal/provider/runner/AbstractClientProvidedBuildActionRunner.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.tooling.internal.provider.runner;
    
    import org.gradle.internal.buildtree.BuildActionRunner;
    import org.gradle.internal.buildtree.BuildTreeLifecycleController;
    import org.gradle.internal.buildtree.BuildTreeModelAction;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:55:55 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  10. .github/workflows/codeql-analysis.yml

          with:
            path: |
              ~/.gradle/caches/modules-2/
              ~/.gradle/caches/build-cache-1/
              ~/.gradle/caches/signatures/
              ~/.gradle/caches/keyrings/
            key: ${{ runner.os }}-gradle-cache-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
            if: ${{ matrix.language == 'java' }}
    
        - name: Disable checksum offloading
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 09:13:16 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top