- Sort Score
- Result 10 results
- Languages All
Results 5061 - 5070 of 5,326 for Returns (0.04 sec)
-
guava-tests/test/com/google/common/base/ThrowablesTest.java
// TODO(b/64442212): Remove this guard once lazyStackTrace() works in Java 9+. Integer javaVersion = Ints.tryParse(JAVA_SPECIFICATION_VERSION.value()); if (javaVersion != null && javaVersion >= 9) { return; } // Obviously this isn't guaranteed in every environment, but it works well enough for now: assertTrue(lazyStackTraceIsLazy()); } @J2ktIncompatible
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 14.9K bytes - Viewed (0) -
docs/em/docs/tutorial/handling-errors.md
### đ¤ `HTTPException` đ đ `HTTPException` đ đ â âŽī¸ đ đ đ đ. âŠī¸ âĢī¸ đ â , đ đĢ `return` âĢī¸, đ `raise` âĢī¸. đ â đ đĨ đ đ đ đĸ đ đ đ¤ đ đ *⥠đ ī¸ đĸ*, & đ đ¤ `HTTPException` âĒī¸âĄī¸ đ đ đ đĸ, âĢī¸ đ đĢ đ đ đ *⥠đ ī¸ đĸ*, âĢī¸ đ â đ đ¨ âļī¸ī¸ âī¸ & đ¨ đēđ¸đ â âĒī¸âĄī¸ `HTTPException` đŠâđģ. đ° đââ â đ¤ `return`đ đ˛ đ đ â đ đ đ & đââ. đ đŧ, đâ đŠâđģ đ¨ đŦ đ đ đĢ đ, đ¤ â âŽī¸ đ đ `404`:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.1K bytes - Viewed (0) -
cmd/apierrorcode_string.go
func (i APIErrorCode) String() string { if i < 0 || i >= APIErrorCode(len(_APIErrorCode_index)-1) { return "APIErrorCode(" + strconv.FormatInt(int64(i), 10) + ")" } return _APIErrorCode_name[_APIErrorCode_index[i]:_APIErrorCode_index[i+1]]
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 21.6K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapReplaceEntryTester.java
@SuppressWarnings("JUnit4ClassUsedInJUnit3") @NullMarked public class ConcurrentMapReplaceEntryTester<K, V> extends AbstractMapTester<K, V> { @Override protected ConcurrentMap<K, V> getMap() { return (ConcurrentMap<K, V>) super.getMap(); } @MapFeature.Require(SUPPORTS_PUT) @CollectionSize.Require(absent = ZERO) public void testReplaceEntry_supportedPresent() {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 5.5K bytes - Viewed (0) -
regression-test/src/androidTest/java/okhttp/regression/compare/AndroidHttpEngineTest.kt
} }, ).setPriority(REQUEST_PRIORITY_MEDIUM) .setDirectExecutorAllowed(true) .setTrafficStatsTag(101) .build() req.start() return completableFuture } @Test fun urlConnection() { val conn = engine.openConnection(URL("https://google.com/robots.txt")) as HttpURLConnection val text = conn.inputStream.use {Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 6.3K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/testers/MapEqualsTester.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Nov 14 23:40:07 UTC 2024 - 4.9K bytes - Viewed (0) -
guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedInputs.java
String message, String a1, String a2, String a3, String a4, String a5, String a6) { super(message); } public Throwable getAntecedent() { return antecedent; } } @SuppressWarnings("unused") // we're testing that they're not used public static final class ExceptionWithSomePrivateConstructors extends Exception {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 6.3K bytes - Viewed (0) -
compat/maven-compat/src/main/mdo/paramdoc.mdo
{ Expression expr = (Expression) it.next(); expressionsBySyntax.put( expr.getSyntax(), expr ); } } } return expressionsBySyntax; } public void flushExpressionsBySyntax() { expressionsBySyntax = null; } ]]></code> </codeSegment> </codeSegments> </class> <class>Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/ComponentUtilTest.java
@Override public void setUp() throws Exception { super.setUp(); ComponentUtil.setFessConfig(null); } @Override protected boolean isUseOneTimeContainer() { return true; } public void test_setFessConfig_null() { assertTrue(FessProp.propMap.isEmpty()); } public void test_setFessConfig_notNull() {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 7.3K bytes - Viewed (0) -
android/guava-testlib/test/com/google/common/testing/AbstractPackageSanityTestsTest.java
@SuppressWarnings("unused") // accessed reflectively public void testPublic() {} } private List<Class<?>> findClassesToTest( Iterable<? extends Class<?>> classes, String... explicitTestNames) { return sanityTests.findClassesToTest(classes, Arrays.asList(explicitTestNames)); }Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 28 02:48:50 UTC 2024 - 5.4K bytes - Viewed (0)