- Sort Score
- Num 10 results
- Language All
Results 271 - 280 of 614 for task0 (0.12 seconds)
-
android/guava/src/com/google/common/util/concurrent/DirectExecutorService.java
* * @throws RejectedExecutionException if the executor has been previously shutdown */ private void startTask() { synchronized (lock) { if (shutdown) { throw new RejectedExecutionException("Executor already shutdown"); } runningTasks++; } } /** Decrements the running task count. */ private void endTask() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Dec 16 14:23:59 GMT 2025 - 3.4K bytes - Click Count (0) -
samples/compare/build.gradle.kts
testImplementation(projects.okhttpTestingSupport) testImplementation(libs.http.client5) testImplementation(libs.jetty.client) testImplementation(libs.junit) testImplementation(libs.assertk) } tasks.compileJava { options.isWarnings = false
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 576 bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/plugin/Mojo.java
@ThreadSafe public interface Mojo { /** * Executes the behavior defined by this {@code Mojo}. This method is invoked * during the Maven build lifecycle to perform the Mojo's designated task. * * <p>Implementations should handle any task-specific logic and may communicate * errors by throwing an {@link Exception}. Error conditions should provide * sufficient detail to aid troubleshooting.</p> *Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jan 29 08:21:00 GMT 2025 - 2.8K bytes - Click Count (0) -
.github/workflows/codeql-analysis.init.gradle
* 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. */ allprojects { tasks.withType(JavaCompile).configureEach { outputs.doNotCacheIf("CodeQL scanning", { true }) }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Sat Oct 10 05:36:54 GMT 2020 - 745 bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/WarmupEc2Agent.kt
param("defaultBranchName", "master") param("env.JAVA_HOME", javaHome(BuildToolBuildJvm, Os.LINUX)) } steps { gradleWrapper { name = "Resolve all dependencies" tasks = "resolveAllDependencies" gradleParams = ( buildToolGradleParameters(isContinue = false) + listOf("--dependency-verification", "lenient")
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 1.2K bytes - Click Count (0) -
architecture/standards/0004-use-a-platform-architecture.md
### Platforms The platforms and their architecture modules are: #### Core automation platform This is a general-purpose automation platform which takes care of the efficient definition and execution of work, such as tasks. This platform is agnostic to what exactly the purpose of the work is. It might be creating an application, setting up development environments, orchestrating deployments, running simulations, etc.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 4.5K bytes - Click Count (0) -
samples/tlssurvey/build.gradle.kts
implementation(libs.square.retrofit) implementation(libs.square.retrofit.converter.moshi) implementation(libs.square.moshi) implementation(libs.square.moshi.kotlin) ksp(libs.square.moshi.compiler) } tasks.compileJava { options.isWarnings = false
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 636 bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.reproducible-archives.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ // Ensure the archives produced are reproducible tasks.withType<AbstractArchiveTask>().configureEach { isPreserveFileTimestamps = false isReproducibleFileOrder = true dirPermissions { unix("0755") } filePermissions { unix("0644") }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 06 15:37:11 GMT 2024 - 867 bytes - Click Count (0) -
tensorflow/c/eager/immediate_execution_context.h
// all tasks in the cluster. // This call internally coordinates with other tasks to initialize the eager // context and TF server for multi-client execution. virtual absl::Status EnableCollectiveOps(const ServerDef& server_def) = 0; // Set a distributed manager that helps set up, update, and check liveness // of member tasks in the cluster. virtual void SetDistributedManager(
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 12.3K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.test-retry.gradle.kts
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Apr 26 06:43:17 GMT 2023 - 810 bytes - Click Count (0)