- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 1,422 for timeIt (0.05 seconds)
-
src/test/java/jcifs/util/SmbCircuitBreakerTest.java
assertTrue(cbWithMetrics.getAverageResponseTime() > 0, "Average response time should be tracked"); assertTrue(cbWithMetrics.getMinResponseTime() > 0, "Min response time should be tracked"); assertTrue(cbWithMetrics.getMaxResponseTime() > 0, "Max response time should be tracked"); assertTrue(cbWithMetrics.getP95ResponseTime() > 0, "P95 response time should be tracked");
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 23.2K bytes - Click Count (0) -
src/archive/zip/testdata/time-7zip.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 150 bytes - Click Count (0) -
src/archive/zip/testdata/time-infozip.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 166 bytes - Click Count (0) -
src/archive/zip/testdata/time-osx.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 142 bytes - Click Count (0) -
src/archive/zip/testdata/time-go.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 148 bytes - Click Count (0) -
src/archive/zip/testdata/time-win7.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 114 bytes - Click Count (0) -
src/archive/zip/testdata/time-winzip.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 150 bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java
} /** * Gets the connection timeout in milliseconds. * * @return The connection timeout */ public int getConnectTimeout() { return connectTimeout; } /** * Sets the connection timeout in milliseconds. * * @param connectTimeout The connection timeout */ public void setConnectTimeout(final int connectTimeout) {Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 40K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureBenchmarks.java
/** * Blocks until the task is complete or the timeout expires. Throws a {@link TimeoutException} * if the timer expires, otherwise behaves like {@link #get()}. */ V get(long nanos) throws TimeoutException, CancellationException, ExecutionException, InterruptedException { // Attempt to acquire the shared lock with a timeout. if (!tryAcquireSharedNanos(-1, nanos)) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 13.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/LdapConfigurationExceptionTest.java
} @Test public void test_newlineCharactersInMessage() { // Test with newline characters in message String message = "LDAP error:\n- Connection failed\n- Invalid credentials\n- Timeout"; LdapConfigurationException exception = new LdapConfigurationException(message); assertEquals(message, exception.getMessage()); assertTrue(exception.getMessage().contains("\n")); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 7.8K bytes - Click Count (0)