HomeSort by relevance Sort by last modified time
    Searched refs:Assert (Results 101 - 125 of 238) sorted by null

1 2 3 45 6 7 8 910

  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
ClassHasNativeVisitorTest.java 19 import static org.junit.Assert.*;
LogTest.java 19 import static org.junit.Assert.*;
RenameClassAdapterTest.java 20 import static org.junit.Assert.*;
DelegateClassAdapterTest.java 20 import static org.junit.Assert.assertEquals;
21 import static org.junit.Assert.assertFalse;
22 import static org.junit.Assert.assertNotNull;
23 import static org.junit.Assert.assertSame;
24 import static org.junit.Assert.assertTrue;
25 import static org.junit.Assert.fail;
AsmGeneratorTest.java 21 import static org.junit.Assert.assertArrayEquals;
  /libcore/junit/src/main/java/junit/framework/
TestCase.java 70 public abstract class TestCase extends Assert implements Test {
134 * Override to run the test and assert its state.
  /libcore/support/src/test/java/tests/support/
Support_Xml.java 26 import static junit.framework.Assert.assertEquals;
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 21 import static com.android.camera.Util.Assert;
165 Assert(mRunning == false);
170 Assert(mRunning == false);
175 Assert(mRunning == false);
180 Assert(mRunning == false);
186 Assert(mRunning == false);
448 Assert(mLoader != null);
449 Assert(mListener != null);
450 Assert(mDrawAdapter != null);
797 Assert(blk != null); // We won't reuse the block if it has pendin
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 198 Assert(length > 0 && length <= 15, "invalid length");
267 Assert (length == 256, "tr_static_init: length != 256");
282 Assert (dist == 256, "tr_static_init: dist != 256");
290 Assert (dist == 256, "tr_static_init: 256+dist != 512");
335 Assert (header != NULL, "Can't open trees.h");
596 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
779 Assert(count >= 3 && count <= 6, " 3_6?");
844 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
845 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
    [all...]
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 24 import junit.framework.Assert;
137 Assert.assertEquals(EGL10.EGL_SUCCESS, mEgl.eglGetError());
  /cts/tools/signature-tools/test/signature/converter/
ConvertVisibilityTest.java 19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.assertNotNull;
  /development/tools/glesv2debugger/test/com/android/glesv2debugger/
MessageParserExTest.java 19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.assertNotNull;
MessageQueueTest.java 19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.assertNotNull;
21 import static org.junit.Assert.assertNull;
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharSinkTester.java 20 import junit.framework.Assert;
83 Assert.assertEquals(Arrays.toString(expected), Arrays.toString(actual));
SinkTester.java 20 import junit.framework.Assert;
84 Assert.assertEquals(Arrays.toString(expected), Arrays.toString(actual));
  /frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java 21 import junit.framework.Assert;
60 Assert.assertTrue(childView.onMeasureCalled);
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java 25 import junit.framework.Assert;
32 public final class TestSSLEnginePair extends Assert {
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
IntegrationTestUtils.java 33 import junit.framework.Assert;
66 Assert.assertNotNull(view);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/
MessageParserExTest.java 19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.assertNotNull;
  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.assertNotNull;
21 import static org.junit.Assert.assertNull;
22 import static org.junit.Assert.assertSame;
  /cts/tools/signature-tools/test/signature/converter/dex/
DexUtilTest.java 35 import static org.junit.Assert.*;
  /external/clang/test/Analysis/
cfref_rdar6080742.c 37 #define Assert(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); }
  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 19 import junit.framework.Assert;
272 Assert.assertTrue("Expected: <"+expected+"> but was: <"+actual+
277 Assert.assertTrue("Expected: minimum <"+minExpected+"> but was: <"+actual+">",
282 Assert.assertTrue("Expected: maximum <"+maxExpected+"> but was: <"+actual+">",
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageOrderManagerTest.java 31 import junit.framework.Assert;
48 Assert.assertEquals(older, mom.canMoveToOlder());
49 Assert.assertEquals(newer, mom.canMoveToNewer());
374 Assert.assertEquals(EmailContent.ID_PROJECTION_COLUMN, columnIndex);
  /cts/tests/src/android/provider/cts/
MediaStoreAudioTestHelper.java 26 import junit.framework.Assert;
54 Assert.assertNotNull(uri);
60 Assert.assertNotNull(uri);

Completed in 8676 milliseconds

1 2 3 45 6 7 8 910