- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for masks (0.01 sec)
-
.teamcity/performance-test-durations.json
}, { "scenario" : "org.gradle.performance.regression.java.JavaTasksPerformanceTest.tasks", "durations" : [ { "testProject" : "largeJavaMultiProject", "linux" : 474 }, { "testProject" : "largeMonolithicJavaProject", "linux" : 222 } ] }, { "scenario" : "org.gradle.performance.regression.java.JavaTasksPerformanceTest.tasks --all", "durations" : [ { "testProject" : "largeJavaMultiProject",Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Sep 08 06:58:31 UTC 2025 - 25.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
maxParallelForks: String = "%maxParallelForks%", ): List<String> = listOf( // We pass the 'maxParallelForks' setting as 'workers.max' to limit the maximum number of executers even // if multiple test tasks run in parallel. We also pass it to the Gradle build as a maximum (maxParallelForks) // for each test task, such that we are independent of whatever default value is defined in the build itself.
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0) -
src/archive/tar/strconv.go
if len(b) > 0 && b[0]&0x80 != 0 { // Handling negative numbers relies on the following identity: // -a-1 == ^a // // If the number is negative, we use an inversion mask to invert the // data bytes and treat the value as an unsigned number. var inv byte // 0x00 if positive or zero, 0xff if negative if b[0]&0x40 != 0 { inv = 0xff } var x uint64
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Sep 08 17:08:20 UTC 2025 - 9.1K bytes - Viewed (0)