HomeSort by relevance Sort by last modified time
    Searched defs:assertNotSame (Results 51 - 72 of 72) sorted by null

1 23

  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/
IntBufferTest.java 154 assertNotSame(buf, readonly);
274 assertNotSame(buf, duplicate);
LongBufferTest.java 153 assertNotSame(buf, readonly);
273 assertNotSame(buf, duplicate);
ShortBufferTest.java 153 assertNotSame(buf, readonly);
273 assertNotSame(buf, duplicate);
ByteBufferTest.java 206 assertNotSame(buf, readonly);
341 assertNotSame(buf, duplicate);
    [all...]
CharBufferTest.java 158 assertNotSame(buf, readonly);
183 assertNotSame(buf, readonly);
307 assertNotSame(buf, duplicate);
334 assertNotSame(buf, duplicate);
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 51 assertNotSame(cipherSuites, ssl.getSupportedCipherSuites());
133 assertNotSame(cipherSuites, ssl.getEnabledCipherSuites());
166 assertNotSame(protocols, ssl.getSupportedProtocols());
174 assertNotSame(protocols, ssl.getEnabledProtocols());
656 assertNotSame(cipherSuites, ssl.getEnabledCipherSuites());
661 assertNotSame(protocols, ssl.getEnabledProtocols());
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
PreferencesTest.java     [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java     [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 372 assertNotSame(testDrawable, mContextWrapper.peekWallpaper());
374 assertNotSame(testDrawable2, mContextWrapper.peekWallpaper());
388 assertNotSame(testDrawable, mContextWrapper.peekWallpaper());
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
EnumSetTest.java 211 assertNotSame("Should not be identical", enumSet, anotherSet);
226 assertNotSame(hugeEnumSet, anotherHugeSet);
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1554 milliseconds

1 23