- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 645 for Os (0.01 seconds)
-
.teamcity/src/test/kotlin/ApplyDefaultConfigurationTest.kt
) verifyGradleRunnerParams(extraParameters, Os.WINDOWS) } private fun verifyGradleRunnerParams( extraParameters: String, os: Os = Os.LINUX, ) { assertEquals(BuildStep.ExecutionMode.DEFAULT, steps.getGradleStep("GRADLE_RUNNER").executionMode) assertEquals( expectedRunnerParam(extraParameters, os), steps.getGradleStep("GRADLE_RUNNER").gradleParams,Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 7.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/DocsTest.kt
stage: Stage, os: Os, testJava: JvmCategory, docsTestType: DocsTestType, ) : OsAwareBaseGradleBuildType(os = os, stage = stage, init = { id("${model.projectId}_${docsTestType.docsTestName}_${os.asName()}") name = "${docsTestType.docsTestDesc} - ${testJava.version.toCapitalized()} ${os.asName()}" val parallelizationMethod = if (os == Os.LINUX) {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 08 05:47:02 GMT 2026 - 3.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestSpec.kt
override fun channel() = "${type.channel}${if (os == Os.LINUX) "" else "-${os.name.lowercase(Locale.US)}"}-%teamcity.build.branch%" } data class FlameGraphGeneration( private val uuid: Int, private val name: String, private val scenarios: List<PerformanceScenario>, ) : PerformanceTestProjectSpec { override val os: Os = Os.LINUXCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 3.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt
params { param("env.JPROFILER_HOME", os.jprofilerHome) param("performance.db.username", "tcagent") } } fun performanceTestCommandLine( task: String, baselines: String, extraParameters: String = "", os: Os = Os.LINUX, arch: Arch = Arch.AMD64, testJavaVersion: String = os.perfTestJavaVersion.major.toString(), testJavaVendor: String = os.perfTestJavaVendor.name.lowercase(), ) = listOf(Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/LightweightChecks.kt
stage: Stage, ) : OsAwareBaseGradleBuildType( os = Os.LINUX, stage = stage, init = { id("${model.projectId}_LightweightChecks") name = "Lightweight Checks" description = "Lightweight checks that don't depend on other builds" val os = os val defaultJavaBinary = "${javaHome(BuildToolBuildJvm, os)}/bin/java"
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 23 03:29:32 GMT 2026 - 3.9K bytes - Click Count (0) -
api/go1.7.txt
pkg net/url, type URL struct, ForceQuery bool pkg os/exec, func CommandContext(context.Context, string, ...string) *Cmd pkg os/user, func LookupGroup(string) (*Group, error) pkg os/user, func LookupGroupId(string) (*Group, error) pkg os/user, method (*User) GroupIds() ([]string, error) pkg os/user, method (UnknownGroupError) Error() string pkg os/user, method (UnknownGroupIdError) Error() string pkg os/user, type Group struct
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Jun 28 15:08:11 GMT 2016 - 13.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt
buildType.steps { extraSteps() killProcessStep(buildType, KILL_PROCESSES_STARTED_BY_GRADLE, os, arch, executionMode = ExecutionMode.ALWAYS) checkCleanM2AndAndroidUserHome(os, buildType) } applyDefaultDependencies(model, buildType) } private fun BaseGradleBuildType.addRetrySteps( model: CIBuildModel, gradleTasks: String, os: Os = Os.LINUX,Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 8.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
return { script { name = "PREPARE_TEST_CLASSES" executionMode = BuildStep.ExecutionMode.ALWAYS scriptContent = if (os == Os.WINDOWS) windowsScript else unixScript } } } fun cleanupPerformanceTestSplits(os: Os): BuildSteps.() -> Unit { val unixScript = """ rm -rf $PERFORMANCE_TEST_SPLIT_DIRECTORY_NAME """ val windowsScript = """Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 17.2K bytes - Click Count (0) -
api/except.txt
pkg os, const ModePerm FileMode pkg os, const ModeSetgid FileMode pkg os, const ModeSetuid FileMode pkg os, const ModeSocket FileMode pkg os, const ModeSticky FileMode pkg os, const ModeSymlink FileMode pkg os, const ModeTemporary FileMode pkg os, const ModeType = 2399141888 pkg os, const ModeType = 2399666176 pkg os, const ModeType FileMode pkg os, func Chmod(string, FileMode) error pkg os, func Lstat(string) (FileInfo, error)
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 22 21:16:03 GMT 2026 - 34.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt
model: CIBuildModel, stage: Stage, val os: Os, ) : Project({ id("${model.projectId}_FlakyQuarantine_${os.asName()}") name = "Flaky Test Quarantine - ${os.asName()}" model.stages .filter { it.stageName <= StageName.READY_FOR_RELEASE } .flatMap { it.functionalTests } .filter { it.os == os && !it.testType.crossVersionTests } .forEach {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jan 07 10:42:35 GMT 2026 - 5.6K bytes - Click Count (0)