Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 301 for Hashing (0.16 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/caching_android_projects.adoc

    ====
    include::sample[dir="snippets/buildCache/caching-android-projects/kotlin",files="build.gradle.kts[tags=cacheKapt]"]
    include::sample[dir="snippets/buildCache/caching-android-projects/groovy",files="build.gradle[tags=cacheKapt]"]
    ====
    
    == Unit test execution
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 12:54:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. platforms/core-execution/build-cache-base/src/test/groovy/org/gradle/caching/internal/origin/OriginMetadataFactoryTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.caching.internal.origin
    
    import org.gradle.caching.internal.CacheableEntity
    import org.gradle.internal.hash.TestHashCodes
    import spock.lang.Specification
    
    import java.time.Duration
    
    class OriginMetadataFactoryTest extends Specification {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 20 15:16:00 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/test_cache_inputs.txt

    stdout '\(cached\)'
    
    # Directory contents read via os.ReadDirNames should affect caching.
    go test testcache -run=DirList
    go test testcache -run=DirList
    stdout '\(cached\)'
    rm testcache/file.txt
    go test testcache -run=DirList
    ! stdout '\(cached\)'
    go test testcache -run=DirList
    stdout '\(cached\)'
    
    # Files outside GOROOT and GOPATH should not affect caching.
    env TEST_EXTERNAL_FILE=$WORK/external.txt
    go test testcache -run=ExternalFile
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 22:23:53 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  4. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/resolve/extensions/KtResolveExtensionProvider.kt

     *
     * Those declarations will be analyzed the same way as they were just regular source files inside the project.
     *
     * All member implementations should consider caching the results for subsequent invocations.
     */
    public abstract class KaResolveExtensionProvider {
        /**
         * Provides a list of [KaResolveExtension]s for a given [KtModule].
         *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/running-builds/introduction/gradle_optimizations.adoc

    [[gradle_optimizations]]
    = Gradle Incremental Builds and Build Caching
    
    ++++
    <div class="badge-wrapper">
        <a class="badge" href="https://dpeuniversity.gradle.com/app/courses/ec69d0b8-9171-4969-ac3e-82dea16f87b0/" target="_blank">
            <span class="badge-type button--blue">LEARN</span>
            <span class="badge-text">Incremental Builds and Build Caching with Gradle&nbsp;&nbsp;&nbsp;&gt;</span>
        </a>
    </div>
    ++++
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/initialization/RootBuildCacheControllerSettingsProcessor.java

    import org.gradle.StartParameter;
    import org.gradle.api.internal.GradleInternal;
    import org.gradle.api.internal.initialization.ClassLoaderScope;
    import org.gradle.caching.configuration.internal.BuildCacheConfigurationInternal;
    import org.gradle.caching.internal.controller.impl.LifecycleAwareBuildCacheController;
    import org.gradle.internal.service.ServiceRegistry;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 23:08:20 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/caching/local/DirectoryBuildCache.java

     * 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.
     */
    
    package org.gradle.caching.local;
    
    import org.gradle.caching.configuration.AbstractBuildCache;
    import org.gradle.internal.deprecation.DeprecationLogger;
    
    import javax.annotation.Nullable;
    
    
    /**
     * Configuration object for the local directory build cache.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 21:43:23 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. platforms/core-execution/build-cache-http/src/main/resources/META-INF/services/org.gradle.internal.service.scopes.GradleModuleServices

    org.gradle.caching.http.internal.HttpBuildCacheServiceServices...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:48 UTC 2024
    - 63 bytes
    - Viewed (0)
  9. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/steps/CaptureOutputsAfterExecutionStep.java

    import com.google.common.collect.ImmutableSortedMap;
    import org.gradle.caching.internal.BuildCacheKeyInternal;
    import org.gradle.caching.internal.origin.OriginMetadata;
    import org.gradle.internal.execution.OutputSnapshotter;
    import org.gradle.internal.execution.UnitOfWork;
    import org.gradle.internal.execution.caching.CachingState;
    import org.gradle.internal.execution.history.ExecutionOutputState;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 16:02:33 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  10. subprojects/core/src/main/resources/META-INF/services/org.gradle.internal.service.scopes.GradleModuleServices

    org.gradle.internal.service.scopes.CoreServices
    org.gradle.caching.internal.BuildCacheServices
    org.gradle.internal.service.scopes.ExecutionServices
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:48 UTC 2024
    - 209 bytes
    - Viewed (0)
Back to top