Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 11 for 3349 (0.01 seconds)

  1. android/guava/src/com/google/common/io/CharSink.java

       * writeLines(lines, System.getProperty("line.separator"))}.
       *
       * @throws IOException if an I/O error occurs while writing to this sink
       * @since 33.4.0 (but since 22.0 in the JRE flavor)
       */
      @IgnoreJRERequirement // Users will use this only if they're already using Stream.
      public void writeLines(Stream<? extends CharSequence> lines) throws IOException {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Apr 14 16:07:06 GMT 2025
    - 6.7K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/io/InsecureRecursiveDeleteException.java

     * SecureDirectoryStream} is not supported).
     *
     * <p>{@link RecursiveDeleteOption#ALLOW_INSECURE} can be used to force the recursive delete method
     * to proceed anyway.
     *
     * @since 33.4.0 (but since 21.0 in the JRE flavor)
     * @author Colin Decker
     */
    @J2ktIncompatible
    @GwtIncompatible
    @J2ObjCIncompatible // java.nio.file
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 1.9K bytes
    - Click Count (0)
  3. android/guava/src/com/google/common/io/RecursiveDeleteOption.java

    import java.nio.file.SecureDirectoryStream;
    
    /**
     * Options for use with recursive delete methods ({@link MoreFiles#deleteRecursively} and {@link
     * MoreFiles#deleteDirectoryContents}).
     *
     * @since 33.4.0 (but since 21.0 in the JRE flavor)
     * @author Colin Decker
     */
    @J2ktIncompatible
    @GwtIncompatible
    @J2ObjCIncompatible // java.nio.file
    public enum RecursiveDeleteOption {
      /**
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Dec 21 03:10:51 GMT 2024
    - 2K bytes
    - Click Count (0)
  4. maven-tests/.mvn/wrapper/maven-wrapper.properties

    # "AS IS" BASIS, 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.
    wrapperVersion=3.3.4
    distributionType=only-script
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sat Nov 15 09:25:42 GMT 2025
    - 961 bytes
    - Click Count (0)
  5. fuzzing/fuzzingserver-expected.txt

    "13.4.17 UNIMPLEMENTED"
    "13.4.18 UNIMPLEMENTED"
    "13.4.2 UNIMPLEMENTED"
    "13.4.3 UNIMPLEMENTED"
    "13.4.4 UNIMPLEMENTED"
    "13.4.5 UNIMPLEMENTED"
    "13.4.6 UNIMPLEMENTED"
    "13.4.7 UNIMPLEMENTED"
    "13.4.8 UNIMPLEMENTED"
    "13.4.9 UNIMPLEMENTED"
    "13.5.1 UNIMPLEMENTED"
    "13.5.10 UNIMPLEMENTED"
    "13.5.11 UNIMPLEMENTED"
    "13.5.12 UNIMPLEMENTED"
    "13.5.13 UNIMPLEMENTED"
    "13.5.14 UNIMPLEMENTED"
    "13.5.15 UNIMPLEMENTED"
    "13.5.16 UNIMPLEMENTED"
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 26 02:01:32 GMT 2019
    - 6.7K bytes
    - Click Count (1)
  6. android/guava-testlib/src/com/google/common/collect/testing/AbstractTester.java

       * TestCase#assertNull(String, Object)}.
       *
       * <p>The {@link TestCase} version (which is from JUnit 3) produces a failure message that does
       * not include the value of the object.
       *
       * @since 33.4.0
       */
      public static void assertNull(String message, Object object) {
        assertEquals(message, null, object);
      }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 3.3K bytes
    - Click Count (0)
  7. guava-testlib/src/com/google/common/collect/testing/AbstractTester.java

       * TestCase#assertNull(String, Object)}.
       *
       * <p>The {@link TestCase} version (which is from JUnit 3) produces a failure message that does
       * not include the value of the object.
       *
       * @since 33.4.0
       */
      public static void assertNull(String message, Object object) {
        assertEquals(message, null, object);
      }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 3.3K bytes
    - Click Count (0)
  8. futures/failureaccess/pom.xml

      <modelVersion>4.0.0</modelVersion>
      <parent>
        <groupId>com.google.guava</groupId>
        <artifactId>guava-parent</artifactId>
        <version>33.4.0-android</version>
      </parent>
      <artifactId>failureaccess</artifactId>
      <version>1.0.3</version>
      <packaging>jar</packaging>
      <name>Guava InternalFutureFailureAccess and InternalFutures</name>
      <description>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Oct 02 19:27:26 GMT 2025
    - 5.4K bytes
    - Click Count (0)
  9. maven-tests/mvnw.cmd

    @REM ----------------------------------------------------------------------------
    
    @REM ----------------------------------------------------------------------------
    @REM Apache Maven Wrapper startup batch script, version 3.3.4
    @REM
    @REM Optional ENV vars
    @REM   MVNW_REPOURL - repo url base for downloading maven distribution
    @REM   MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Sep 25 18:22:49 GMT 2025
    - 6.8K bytes
    - Click Count (0)
  10. guava/src/com/google/common/base/Stopwatch.java

      /**
       * Returns the current elapsed time shown on this stopwatch as a {@link Duration}. Unlike {@link
       * #elapsed(TimeUnit)}, this method does not lose any precision due to rounding.
       *
       * @since 22.0 (but only since 33.4.0 in the Android flavor)
       */
      @J2ktIncompatible
      @GwtIncompatible
      @J2ObjCIncompatible
      public Duration elapsed() {
        return Duration.ofNanos(elapsedNanos());
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Oct 08 18:55:33 GMT 2025
    - 9.2K bytes
    - Click Count (0)
Back to Top