Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 103 for _run (0.12 sec)

  1. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FileCollectionIntegrationTest.groovy

            """
    
            when:
            run "sync"
    
            then:
            file("output").assertHasDescendants("file1.txt", "file2.txt")
    
            when:
            run "sync"
    
            then:
            result.assertTaskSkipped(':sync')
    
            when:
            file("files/dir2").deleteDir()
            file("files/dir3/file3.txt") << ""
            run "sync"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 12:54:09 UTC 2024
    - 21K bytes
    - Viewed (0)
  2. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/ProviderCodecs.kt

        override suspend fun WriteContext.encode(value: ProviderInternal<*>) {
            // TODO - should write the provider value type
            providerCodec.run { encodeProvider(value) }
        }
    
        override suspend fun ReadContext.decode() =
            providerCodec.run { decodeProvider() }
    }
    
    
    class BuildServiceProviderCodec(
        private val buildStateRegistry: BuildStateRegistry
    ) : Codec<BuildServiceProvider<*, *>> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprintChecker.kt

                    }
                }
                is ConfigurationCacheFingerprint.DirectoryChildren -> input.run {
                    if (hasDirectoryChanged(file, hash)) {
                        return "directory '${displayNameOf(file)}' has changed"
                    }
                }
                is ConfigurationCacheFingerprint.InputFileSystemEntry -> input.run {
                    val newType = fileSystemEntryType(file)
                    if (newType != fileType) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheTaskSerializationIntegrationTest.groovy

                        void run() {
                            println('task.nested.property = ' + property.orNull)
                        }
                    }
    
                    @Nested
                    abstract SomeTaskInputs getSomeTaskInputs()
    
                    @TaskAction
                    void run() {
                        someTaskInputs.run()
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  5. Makefile

    	@(env bash $(PWD)/docs/site-replication/run-multi-site-minio-idp.sh)
    	@echo "Running tests for automatic site replication of SSE-C objects"
    	@(env bash $(PWD)/docs/site-replication/run-ssec-object-replication.sh)
    	@echo "Running tests for automatic site replication of SSE-C objects with SSE-KMS enabled for bucket"
    	@(env bash $(PWD)/docs/site-replication/run-sse-kms-object-replication.sh)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 17:41:02 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  6. src/time/tick_test.go

    				t.Errorf("after a sleep: %d allocations", inuse)
    			}
    		})
    	}
    
    	run(t, "After", func() { After(Hour) })
    	run(t, "Tick", func() { Tick(Hour) })
    	run(t, "NewTimer", func() { NewTimer(Hour) })
    	run(t, "NewTicker", func() { NewTicker(Hour) })
    	run(t, "NewTimerStop", func() { NewTimer(Hour).Stop() })
    	run(t, "NewTickerStop", func() { NewTicker(Hour).Stop() })
    }
    
    func TestChan(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:10:37 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  7. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/TaskNodeCodec.kt

                        writeCollection(task.outputs.doNotCacheIfSpecs)
                        writeReasonNotToTrackState(task)
                        beanStateWriterFor(task.javaClass).run {
                            writeStateOf(task)
                            withTaskReferencesAllowed {
                                writeRegisteredPropertiesOf(
                                    task
                                )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheBuildOptionsIntegrationTest.groovy

                if ($expression) {
                    tasks.register("run") {
                        doLast { println("ON CI") }
                    }
                } else {
                    tasks.register("run") {
                        doLast { println("NOT CI") }
                    }
                }
            """
    
            when:
            configurationCacheRun "run"
    
            then:
            output.count("NOT CI") == 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 28K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheValueSourceIntegrationTest.groovy

                if ($expression) {
                    tasks.register("run") {
                        doLast { println("ON CI") }
                    }
                } else {
                    tasks.register("run") {
                        doLast { println("NOT CI") }
                    }
                }
            """
    
            when: "running without a file present"
            configurationCacheRun "run"
    
            then:
            output.count("NOT CI") == 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc

        if (pass_state == MlirOptimizationPassState::Enabled) {
          VLOG(2) << "Run MLIR graph optimization pass: " << StringRefToView(name);
          VLOG(2) << "Graph #nodes " << (*graph)->num_nodes() << " #edges "
                  << (*graph)->num_edges();
          timings.Reset({kTfMlirCategory, name.str()});
          pass_status = pass_registration.pass->Run(
              function_name, config_proto, *module_ref, **graph, *flib_def);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top