HomeSort by relevance Sort by last modified time
    Searched refs:markSupported (Results 76 - 100 of 476) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/io/
OldPushbackReaderTest.java 100 * java.io.PushbackReader#markSupported()
103 assertFalse("Test 1: markSupported() must return false.",
104 pbr.markSupported());
OldBufferedReaderTest.java 138 // Test for method boolean java.io.BufferedReader.markSupported()
140 assertTrue("markSupported returned false.", br.markSupported());
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 241 * markSupported() method testing. Tests that mark is not supported.
247 assertFalse("The returned by markSupported() method value "
248 + "should be false.", cis.markSupported());
  /libcore/ojluni/src/main/java/java/io/
BufferedReader.java 481 public boolean markSupported() {
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
X509CertPath.java 226 if (is.markSupported() == false) {
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
CachedInputStream.java 49 public boolean markSupported() {
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
InputStreamBerDataValueReader.java 309 public boolean markSupported() {
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
LiteralByteStringTest.java 213 assertTrue(classUnderTest + ".newInput() must support marking", stream.markSupported());
496 assertTrue("InputStream.mark() is available", input.markSupported());
NioByteStringTest.java 233 assertTrue(CLASSNAME + ".newInput() must support marking", stream.markSupported());
567 assertTrue("InputStream.mark() is available", input.markSupported());
  /libcore/luni/src/test/java/libcore/java/security/cert/
CertificateFactoryTest.java 377 public boolean markSupported() {
378 return mStream.markSupported();
  /external/apache-http/android/src/android/net/http/
Request.java 490 if (!bodyProvider.markSupported()) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
BufferedInputStreamTest.java 307 * java.io.BufferedInputStream#markSupported()
310 assertTrue("markSupported returned incorrect value", is.markSupported());
BufferedReaderTest.java 178 * @tests java.io.BufferedReader#markSupported()
181 // Test for method boolean java.io.BufferedReader.markSupported()
183 assertTrue("markSupported returned false", br.markSupported());
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 591 if (!in.markSupported()) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2.java 206 if (! is.markSupported()) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2.java 204 if (! is.markSupported()) {
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 475 } else if (in.markSupported()) {
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 499 if (ftype == null && is.markSupported()) {
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 

Completed in 447 milliseconds

1 2 34 5 6 7 8 91011>>