Search Options

Results per page
Sort
Preferred Languages
Advance

Results 251 - 260 of 2,192 for supe (0.03 sec)

  1. guava-tests/test/com/google/common/io/FlushablesTest.java

    1. // make sure that no exception is thrown regardless of value of
    2. // 'swallowException' when the mock does not throw an exception.
    3. setupFlushable(false);
    4. doFlush(mockFlushable, false, false);
    5.  
    6. setupFlushable(false);
    7. doFlush(mockFlushable, true, false);
    8. }
    9.  
    10. public void testFlush_flushableWithEatenException() throws IOException {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 3.3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/AggregateFutureState.java

    1. final AtomicReferenceFieldUpdater<
    2. ? super AggregateFutureState<?>, ? super @Nullable Set<Throwable>>
    3. seenExceptionsUpdater;
    4.  
    5. final AtomicIntegerFieldUpdater<? super AggregateFutureState<?>> remainingCountUpdater;
    6.  
    7. SafeAtomicHelper(
    8. AtomicReferenceFieldUpdater<
    9. ? super AggregateFutureState<?>, ? super @Nullable Set<Throwable>>
    10. seenExceptionsUpdater,
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue May 28 20:40:51 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  3. compat/maven-compat/src/test/java/org/apache/maven/artifact/resolver/TestFileWagon.java

    1. addTransfer("getTransfer " + resource.getName());
    2. super.getTransfer(resource, destination, input, closeInput, maxSize);
    3. }
    4.  
    5. public void get(String resourceName, File destination)
    6. throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException {
    7. addTransfer("get " + resourceName);
    8.  
    9. insideGet = true;
    10.  
    11. super.get(resourceName, destination);
    12.  
    13. insideGet = false;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequestPopulationException.java

    1. public MavenExecutionRequestPopulationException(String message) {
    2. super(message);
    3. }
    4.  
    5. public MavenExecutionRequestPopulationException(Throwable cause) {
    6. super(cause);
    7. }
    8.  
    9. public MavenExecutionRequestPopulationException(String message, Throwable cause) {
    10. super(message, cause);
    11. }
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/SourceSinkFactories.java

    1. }
    2. }
    3.  
    4. private static class UrlByteSourceFactory extends FileByteSourceFactory {
    5.  
    6. @SuppressWarnings("CheckReturnValue") // only using super.createSource to create a file
    7. @Override
    8. public ByteSource createSource(byte[] bytes) throws IOException {
    9. super.createSource(bytes);
    10. return Resources.asByteSource(getFile().toURI().toURL());
    11. }
    12. }
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb/SMBSignatureValidationException.java

    1. public SMBSignatureValidationException () {
    2. super();
    3. }
    4.  
    5.  
    6. /**
    7. * @param msg
    8. * @param rootCause
    9. */
    10. public SMBSignatureValidationException ( String msg, Throwable rootCause ) {
    11. super(msg, rootCause);
    12. }
    13.  
    14.  
    15. /**
    16. * @param msg
    17. */
    18. public SMBSignatureValidationException ( String msg ) {
    19. super(msg);
    20. }
    21.  
    22. /**
    23. *
    24. */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  7. src/main/java/jcifs/internal/smb1/com/SmbComOpenAndXResponse.java

    1. /**
    2. *
    3. * @param config
    4. */
    5. public SmbComOpenAndXResponse ( Configuration config ) {
    6. super(config);
    7. }
    8.  
    9.  
    10. /**
    11. * @param config
    12. * @param andxResp
    13. */
    14. public SmbComOpenAndXResponse ( Configuration config, SmbComSeekResponse andxResp ) {
    15. super(config, andxResp);
    16. }
    17.  
    18.  
    19. /**
    20. * @return the fid
    21. */
    22. public final int getFid () {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 5.2K bytes
    - Viewed (0)
  8. src/main/java/jcifs/internal/smb1/com/SmbComReadAndX.java

    1. super(config, SMB_COM_READ_ANDX);
    2. this.openTimeout = 0xFFFFFFFF;
    3. }
    4.  
    5.  
    6. /**
    7. *
    8. * @param config
    9. * @param fid
    10. * @param offset
    11. * @param maxCount
    12. * @param andx
    13. */
    14. public SmbComReadAndX ( Configuration config, int fid, long offset, int maxCount, ServerMessageBlock andx ) {
    15. super(config, SMB_COM_READ_ANDX, andx);
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 4.6K bytes
    - Viewed (0)
  9. compat/maven-compat/src/main/java/org/apache/maven/artifact/metadata/ResolutionGroup.java

    1. super(pomArtifact, artifacts, resolutionRepositories);
    2. }
    3.  
    4. public ResolutionGroup(
    5. Artifact pomArtifact,
    6. Artifact relocatedArtifact,
    7. Set<Artifact> artifacts,
    8. Map<String, Artifact> managedVersions,
    9. List<ArtifactRepository> resolutionRepositories) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/exception/SearchQueryException.java

    1. public SearchQueryException(final String message, final Throwable cause) {
    2. super(message, cause);
    3. }
    4.  
    5. public SearchQueryException(final String message) {
    6. super(message);
    7. }
    8.  
    9. public SearchQueryException(final Throwable cause) {
    10. super(cause);
    11. }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 1K bytes
    - Viewed (0)
Back to top