Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,783 for Instant (0.12 sec)

  1. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/progress/DefaultProgressLoggerFactoryTest.groovy

                    child.started()
                    instant.op1Running
                    thread.blockUntil.op2Running
                    child.completed()
                    parent.completed()
                }
                start {
                    def logger = factory.newOperation("category").setDescription("op-2")
                    logger.started()
                    instant.op2Running
                    thread.blockUntil.op1Running
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

        long instant = 0L;
        final List<String> events = Lists.newArrayList();
    
        @Override
        public long readMicros() {
          return NANOSECONDS.toMicros(instant);
        }
    
        void sleepMillis(int millis) {
          sleepMicros("U", MILLISECONDS.toMicros(millis));
        }
    
        void sleepMicros(String caption, long micros) {
          instant += MICROSECONDS.toNanos(micros);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

        long instant = 0L;
        final List<String> events = Lists.newArrayList();
    
        @Override
        public long readMicros() {
          return NANOSECONDS.toMicros(instant);
        }
    
        void sleepMillis(int millis) {
          sleepMicros("U", MILLISECONDS.toMicros(millis));
        }
    
        void sleepMicros(String caption, long micros) {
          instant += MICROSECONDS.toNanos(micros);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  4. platforms/core-runtime/messaging/src/integTest/groovy/org/gradle/internal/remote/UnicastMessagingIntegrationTest.groovy

            server.stop()
            client.stop()
    
            then:
            1 * service.doStuff("1")
            1 * service.doStuff("2")
            1 * service.doStuff("3")
            1 * service.doStuff("4") >> { instant.received }
    
            cleanup:
            client?.stop()
            server?.stop()
        }
    
        def "client can send messages to server"() {
            RemoteService1 service = Mock()
            def server = new Server()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 09:21:43 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/internal/model/StateTransitionControllerTest.groovy

                            instant.first
                            thread.block()
                        }
                    }
                }
                start {
                    thread.blockUntil.first
                    asWorker {
                        controller.transition(TestState.B, TestState.C) {
                            instant.second
                        }
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 23K bytes
    - Viewed (0)
  6. platforms/core-runtime/messaging/src/integTest/groovy/org/gradle/internal/remote/internal/hub/MessageHubIntegrationTest.groovy

            1 * serverHandler.dispatch("[message 1]")
            1 * serverHandler.dispatch("[message 2]")
            1 * serverHandler.dispatch("[message 3]") >> { instant.channel1Done }
            1 * serverHandler.dispatch("[message 4]") >> { instant.channel2Done }
            0 * _._
        }
    
        private class Participant {
            MessageHub hub = new MessageHub("participant", executorFactory, getErrorHandler())
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 9K bytes
    - Viewed (0)
  7. subprojects/core/src/testFixtures/groovy/org/gradle/cache/internal/GradleUserHomeCleanupFixture.groovy

    import org.gradle.test.fixtures.file.TestFile
    import org.gradle.util.GradleVersion
    import org.gradle.util.JarUtils
    import org.gradle.util.internal.DefaultGradleVersion
    
    import java.text.SimpleDateFormat
    import java.time.Instant
    import java.util.concurrent.TimeUnit
    
    import static org.gradle.cache.internal.WrapperDistributionCleanupAction.WRAPPER_DISTRIBUTION_FILE_PATH
    
    trait GradleUserHomeCleanupFixture implements VersionSpecificCacheCleanupFixture {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 20:02:29 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/DefaultIvyContextManagerTest.groovy

                        instant.action1
                        thread.blockUntil.action2
                        ivy1 = param
                        ivySettings1 = param.settings
                        assert IvyContext.context.ivy.is(ivy1)
                    } as Action)
                }
                start {
                    manager.withIvy({ param ->
                        instant.action2
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  9. manifests/addons/dashboards/istio-mesh-dashboard.json

              "format": "table",
              "hide": false,
              "instant": true,
              "intervalFactor": 1,
              "legendFormat": "{{ destination_workload}}.{{ destination_workload_namespace }}",
              "refId": "A"
            },
            {
              "datasource": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 02:28:01 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  10. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/deprecation/DeprecationLoggerTest.groovy

                    thread.blockUntil.disabled
                    DeprecationLogger.deprecate("nag").willBeRemovedInGradle9().undocumented().nagUser()
                    instant.logged
                }
                start {
                    DeprecationLogger.whileDisabled {
                        instant.disabled
                        DeprecationLogger.deprecate("ignored").willBeRemovedInGradle9().undocumented().nagUser()
                        thread.blockUntil.logged
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 15:06:10 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top